summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2010-11-16inline: Improve RSS url munging to use a proper html parserJoey Hess
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 in...Joey Hess
2010-10-31Use author date instead of commit dateTuomas Jormola
2010-10-31Added missing registration of checkconfig hook.Craig Lennox
2010-10-30Added missing hook registration for checkconfigTuomas Jormola
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 used...Joey Hess
2010-10-25txt: Fix display when used inside a format directive.Joey Hess
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 mon...Joey Hess
2010-10-11websetup: Fix defaults of checkboxes in advanced mode.Joey Hess
2010-10-11websetup: Fix saving of advanced mode changes.Joey Hess
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
2010-10-08taint handling for revJoey Hess
2010-10-08refactorJoey Hess
2010-10-08remove todo itemJoey Hess
2010-10-08refactor check_canchange into IkiWiki libraryJoey Hess
2010-10-08fix rcs_prepedit implementation to match specJoey Hess
2010-10-08make revert hooks optionalJoey Hess
2010-10-06convert rcs_revert to only stage the reversionJoey Hess
2010-10-06return to recentchanges page on form cancelJoey Hess
2010-10-06put diff at end of revert formJoey Hess
2010-10-06remove rcs_showpatchJoey Hess
2010-10-04remove debugging dumper codeJoey Hess
2010-10-04indentation and layoutJoey Hess
2010-10-04fix $git_root cachingJoey Hess
2010-10-04fix indentationJoey Hess
2010-10-04document new rcs reversion support functionsJoey Hess
2010-10-04indentationJoey Hess
2010-10-04fix bug if git_root is "0"Joey Hess
2010-10-04Merge remote branch 'remotes/peteg/revert' into revertJoey Hess
2010-10-02fixups tidy changeJoey Hess
2010-10-01Minor tidy-ups.Peter Gammie
2010-10-01Complete rcs_preprevert and lightly test.Peter Gammie
2010-09-30Make tidy command line configurable for the htmltidy plugin.W. Trevor King