summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
AgeCommit message (Expand)Author
2011-01-22rename: Fix crash when renaming a page that is linked to by a page in an unde...Joey Hess
2010-11-29Merge remote branch 'smcv/ready/localurl'Joey Hess
2010-11-29rename: Fix to pass named parameters to rcs_commitJoey Hess
2010-11-23Use local paths for the CGI URLSimon McVittie
2010-08-30saner return codes for check_can{remove,rename}Joey Hess
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-06-23stop using REMOTE_ADDRJoey Hess
2010-05-14remove, rename: Add guards against XSRF attacks.Joey Hess
2010-05-06simplify formbuilder stylesheet specificationJoey Hess
2010-04-17unfinished file_prune revampJoey Hess
2010-03-26fix the other half of the filecheck filename bugJoey Hess
2010-02-12add section informationJoey Hess
2009-12-14rename: Fix some utf-8 problems.Joey Hess
2009-07-20remove prototype from renamehookJoey Hess
2009-06-06Merge commit 'upstream/master' into pub/pointrigeri
2009-05-21support longname for page types in commands and renameJoey Hess
2009-03-27no need to use CORE::rename since I renamed the rename functionJoey Hess
2009-03-27rename function for clarity, formatting improvementsJoey Hess
2009-03-27simplifiyJoey Hess
2009-03-27move dedup code into function, simplifyJoey Hess
2009-03-08rename: remove duplicates that hook functions may have added to @torenameintrigeri
2009-03-08rename: moved subpages addition to a rename hookintrigeri
2009-03-08rename hook: run once per file to be renamedintrigeri
2009-01-27rename hook: instead of modifying the passed-by-name array, return a copyintrigeri
2009-01-27revert renamepage's hook original nameintrigeri
2009-01-26only pass named parameters to the canrename hookintrigeri
2009-01-26add mising hooks and fix syntax errorJoey Hess
2009-01-13Merge commit 'upstream/master' into prv/pointrigeri
2009-01-06rename: Show full names of affected pages.Joey Hess
2009-01-06refactorJoey Hess
2009-01-01Pass src, srcfile, dest and destfile to the canrename hook.intrigeri
2009-01-01rename: pass the CGI and session to the rename hookintrigeri
2009-01-01rename: implemented new canrename hookintrigeri
2009-01-01Merge commit 'upstream/master' into prv/pointrigeri
2008-12-30the rename hook can now change the list of pages to renameintrigeri
2008-12-30renamed the renamepage hook to renamelink, added rename hookintrigeri
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-12-17rename: Fix double-escaping of page name in edit box.Joey Hess
2008-10-02remove, rename: Allow acting on attachments as a page is being created.Joey Hess
2008-10-01fix subpage rename bug with indexpagesJoey Hess
2008-09-29use newpagefileJoey Hess
2008-09-29support indexpages when renaming pagesJoey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-27pagetype is exportedJoey Hess
2008-09-23rename: Hide type field from rename form when renaming attachments.Joey Hess
2008-09-23multiple rename support is workingJoey Hess
2008-09-23Merge branch 'master' into tovaJoey Hess
2008-09-23rename, remove: Don't rely on a form parameter to tell whether the page shoul...Joey Hess
2008-09-23factor out fixlinksJoey Hess