summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Collapse)Author
2010-12-20po plugin: update injected urlto signature.intrigeri
The lack of $from will probably hurt setups using po_link_to = current, but at least we can fix the blocker bug that prevents any wiki using the po plugin to build.
2010-12-05inline: base feed names on the included page nameGiuseppe Bilotta
Use the included page name rather than the including page name. This allows us to allow feeds in nested inlines without duplicating feeds with the same content under different (and stupid) names.
2010-12-01meta: Fix calling of htmlscrubber to pass the page parameter. The change of ↵Joey Hess
the htmlscrubber to look at page rather than destpage caused htmlscrubber_skip to not work for meta directives.
2010-11-29Merge remote branch 'smcv/ready/sslcookie-auto'Joey Hess
2010-11-29Always set secure cookies if logging in via HTTPSSimon McVittie
2010-11-29use one-parameter form of urltoJoey Hess
2010-11-29Merge remote branch 'smcv/ready/localurl'Joey Hess
2010-11-29git: Avoid adding files when committing, so as not to implicitly add files ↵Joey Hess
like recentchanges files that are not normally checked in, when fixing links after rename.
2010-11-29rename: Fix to pass named parameters to rcs_commitJoey Hess
2010-11-29git: Fix temp file location.Joey Hess
2010-11-23pinger: avoid pinging our own local path, tooSimon McVittie
2010-11-23Use local path for even more CGI URLsSimon McVittie
2010-11-23Pass a CGIURL into commentmoderation.tmplSimon McVittie
Omitting this resulted <form action=""> which is in fact a working self-referential form, but is less obvious than it ought to be.
2010-11-23Use local paths for most references to pagesSimon McVittie
2010-11-23Use local paths for the CGI URLSimon McVittie
2010-11-23Use local paths when including JavascriptSimon McVittie
2010-11-23Use local paths for redirection where possibleSimon McVittie
2010-11-20edittemplate: Fix crash if using a .tmpl file or other non-page file as a ↵Joey Hess
template for a new page.
2010-11-20highlight: Support new format of filetypes.conf used by version 3.2 of the ↵Joey Hess
highlight package.
2010-11-20make use of precompiled regex objectsSimon McVittie
2010-11-16inline: Improve RSS url munging to use a proper html parserJoey Hess
and support all elements that HTML::Tagset knows about. (Which doesn't include html5 just yet, but then the old version didn't either.) Bonus: 4 times faster than old regexp method.
2010-11-16indentationJoey Hess
2010-11-16Fix escaping of filenames in historyurl. (Thanks, aj)Joey Hess
2010-11-16more: Add pages parameter to limit where the more is displayed. (thanks, dark)Joey Hess
2010-11-16websetup: Fix encoding problem when restoring old setup file.Joey Hess
2010-11-12comments: Make comment() pagespec also match comments that are being posted.Joey Hess
2010-11-12comments: Make postcomment() pagespec work when previewing a comment.Joey Hess
2010-11-12Fix htmlscrubber_skip to be matched on the source page, not the page it is ↵Joey Hess
inlined into. Should allow setting to "* and !comment(*)" to scrub comments, but leave your blog posts unscrubbed, etc.
2010-10-31Use author date instead of commit dateTuomas Jormola
Signed-off-by: Tuomas Jormola <tj@solitudo.net>
2010-10-31Added missing registration of checkconfig hook.Craig Lennox
2010-10-30Added missing hook registration for checkconfigTuomas Jormola
Signed-off-by: Tuomas Jormola <tj@solitudo.net>
2010-10-25squash undefJoey Hess
2010-10-25remove a last that won't workJoey Hess
2010-10-25highlight: Ensure that other, more-specific format plugins, like txt are ↵Joey Hess
used in preference to this one in case of ties.
2010-10-25txt: Fix display when used inside a format directive.Joey Hess
txt's use of a format hook can't work in that case, so it needs to use a htmlizeformat hook in this case to handle wrapping the text in pre tags.
2010-10-23nice message if someone tries to revert a merge commitJoey Hess
2010-10-23bugfixJoey Hess
2010-10-23fix web reversion when the srcdir is in a subdir of the git repo.Joey Hess
2010-10-23Fix typo that broke anonymous git push.Joey Hess
2010-10-19add a missing chompJoey Hess
2010-10-13img: If a class is specified, don't also put the img in the img class.Joey Hess
2010-10-11monotone: Fix recentchanges page when the srcdir is not at the top of the ↵Joey Hess
monotone workspace. Thanks, tommyd.
2010-10-11websetup: Fix defaults of checkboxes in advanced mode.Joey Hess
So formbuilder has an annoying glitch, that setting the value of a checkbox, even without force, will override the value currently on the form. Thus the guards against changing checkbox values when a form has been submitted. But those guards also prevented the checkboxes for advanced items getting the right value when going into advanced mode. Note that if the user makes changes to advanced mode stuff and leaves advanced mode, those changes are lost. That seems reasonable so I didn't change it -- and it made this fix simple.
2010-10-11websetup: Fix saving of advanced mode changes.Joey Hess
The showadvanced field was not known to formbuilder when hitting the save changes button.
2010-10-08add blank lineJoey Hess
2010-10-08typoJoey Hess
2010-10-08add message field to revert formJoey Hess
2010-10-08propigate rcs_revert error messageJoey Hess
and misc reorg
2010-10-08taint handling for revJoey Hess
2010-10-08refactorJoey Hess