aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
Commit message (Collapse)AuthorAge
...
* rename: Hide type field from rename form when renaming attachments.Joey Hess2008-09-23
|
* multiple rename support is workingJoey Hess2008-09-23
| | | | most edge cases seem handled too
* Merge branch 'master' into tovaJoey Hess2008-09-23
|\
| * rename, remove: Don't rely on a form parameter to tell whether the page ↵Joey Hess2008-09-23
| | | | | | | | should be treated as an attachment.
* | factor out fixlinksJoey Hess2008-09-23
| |
* | factor out do_renameJoey Hess2008-09-23
| |
* | add checkbox to rename subpages tooJoey Hess2008-09-23
|/
* layoutJoey Hess2008-09-23
|
* use srcfile/destfileJoey Hess2008-08-07
| | | | avoids a commit message of "renamed foo to foo"
* avoid link fixup if page name stayed the sameJoey Hess2008-08-07
|
* page file type rename patch from willuJoey Hess2008-08-07
|
* add plugin safe/rebuild info (part 2 of 3)Joey Hess2008-08-03
| | | | (brain.. melting..)
* foldageJoey Hess2008-07-23
|
* fixup editpage links on renameJoey Hess2008-07-23
|
* link fixup on rename workingJoey Hess2008-07-23
|
* add a list of broken links after the renameJoey Hess2008-07-22
|
* add a rename summaryJoey Hess2008-07-22
|
* fix gettextJoey Hess2008-07-22
|
* edit page fixup in postrenameJoey Hess2008-07-22
|
* check for absolute pathsJoey Hess2008-07-22
|
* typoJoey Hess2008-07-22
|
* add rcs_commit_staged and rcs_renameJoey Hess2008-07-22
| | | | | | | | | Implemented for git and svn so far. Note that rcs_commit_staged does assume that the rcs has the ability to "stage" multiple changes for a later commit. Support for this varies, but all we really care about is staging removals and renames, which, AFAIK, all modern rcs's support.
* qualifiyJoey Hess2008-07-22
|
* rename checks improvementsJoey Hess2008-07-22
|
* really addJoey Hess2008-07-21