aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/remove.pm
Commit message (Collapse)AuthorAge
* need to untaint..Joey Hess2008-07-21
|
* a few bugfixesJoey Hess2008-07-21
| | | | | Including a check the the file is in the srcdir, as opposed to some other directory.
* support for removing attachmentsJoey Hess2008-07-21
|
* simplified confirmation formJoey Hess2008-07-21
| | | | also, there's no titlepage conversion issues
* touchupsJoey Hess2008-07-21
|
* redirect after removalJoey Hess2008-07-21
|
* basically, removal worksJoey Hess2008-07-21
| | | | Still need to consider all the edge cases..
* form tweaks; use titleJoey Hess2008-07-21
|
* implemented form state saving and retrievalJoey Hess2008-07-21
| | | | | | This is overkill for delete, since it's only used on Cancel. But it will be crucial for rename, so as to restore any pending edits after renaming a page.
* basic removal form skeletonJoey Hess2008-07-21