aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/editdiff.pm
Commit message (Expand)AuthorAge
* fix pagediff to not display as "preview"•••I think originally, the page preview header was not displayed, so diff was hacked in using it. Joey Hess2010-05-06
* add section informationJoey Hess2010-02-12
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* editdiff: Broken since 2.62 due to wrong syntax, now fixed.Joey Hess2008-09-17
* add plugin safe/rebuild info (part 1 of 2)•••too many plugins.. brain exploding.. Joey Hess2008-08-03
* avoid uninitialised valueJoey Hess2008-07-06
* editpage escaping fixes•••* The editpage form now uses the raw page name, not the page title, in its 'page' cgi parameter. Using the title was ambiguous and made it impossible to tell between some pages, like "foo/bar" and "foo__47__bar", sometimes causing the wrong page to be edited. * This change means that some edit links need to be updated. Force a rebuild on upgrade to this version. * Above change also allowed really fixing escaped slashes from the blogpost form. Joey Hess2008-07-06
* remove unused editpage title•••The title was set to editpage, but then always changed. And some code tested for this. Remove this dead code. Joey Hess2008-06-30
* Avoid ``uninitialized value'' warning when there actually is no difference be...Thomas Schwinge2008-05-25
* * Call the formbuilder hook for the edit page.•••* Call decode_form_utf8 before running formbuilder_setup hooks. * Add editdiff plugin contributed by Jeremie Koenig. * Fix it to not leak path info. joey2007-08-22