aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/rename.pm
Commit message (Expand)AuthorAge
* Force CGI::FormBuilder->field to scalar context where necessarySimon McVittie2016-12-28
* Process .md like .mdwn, but disallow web creation.Amitai Schlair2016-03-08
* Make sure we do not pass multiple CGI parameters in function callsSimon McVittie2014-10-16
* Do not pass ignored sid parameter to checksessionexpirySimon McVittie2014-10-12
* actually tested rename not started from the edit pageJoey Hess2012-04-08
* improve prototypeJoey Hess2012-04-05
* rename: Allow rename to be started not from the edit page; return to the rena...Joey Hess2012-04-05
* fix two recently introduced bugs in renameJoey Hess2011-07-15
* implement renaming of held attachmentsJoey Hess2011-06-14
* rename: Fix crash when renaming a page that is linked to by a page in an unde...Joey Hess2011-01-22
* Merge remote branch 'smcv/ready/localurl'Joey Hess2010-11-29
|\
| * Use local paths for the CGI URLSimon McVittie2010-11-23
* | rename: Fix to pass named parameters to rcs_commitJoey Hess2010-11-29
|/
* saner return codes for check_can{remove,rename}Joey Hess2010-08-30
* rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
* stop using REMOTE_ADDRJoey Hess2010-06-23
* remove, rename: Add guards against XSRF attacks.Joey Hess2010-05-14
* simplify formbuilder stylesheet specificationJoey Hess2010-05-06
* unfinished file_prune revampJoey Hess2010-04-17
* fix the other half of the filecheck filename bugJoey Hess2010-03-26
* add section informationJoey Hess2010-02-12
* rename: Fix some utf-8 problems.Joey Hess2009-12-14
* remove prototype from renamehookJoey Hess2009-07-20
* Merge commit 'upstream/master' into pub/pointrigeri2009-06-06
|\
| * support longname for page types in commands and renameJoey Hess2009-05-21
* | no need to use CORE::rename since I renamed the rename functionJoey Hess2009-03-27
* | rename function for clarity, formatting improvementsJoey Hess2009-03-27
* | simplifiyJoey Hess2009-03-27
* | move dedup code into function, simplifyJoey Hess2009-03-27
* | rename: remove duplicates that hook functions may have added to @torenameintrigeri2009-03-08
* | rename: moved subpages addition to a rename hookintrigeri2009-03-08
* | rename hook: run once per file to be renamedintrigeri2009-03-08
* | rename hook: instead of modifying the passed-by-name array, return a copyintrigeri2009-01-27
* | revert renamepage's hook original nameintrigeri2009-01-27
* | only pass named parameters to the canrename hookintrigeri2009-01-26
* | add mising hooks and fix syntax errorJoey Hess2009-01-26
* | Merge commit 'upstream/master' into prv/pointrigeri2009-01-13
|\|
| * rename: Show full names of affected pages.Joey Hess2009-01-06
| * refactorJoey Hess2009-01-06
* | Pass src, srcfile, dest and destfile to the canrename hook.intrigeri2009-01-01
* | rename: pass the CGI and session to the rename hookintrigeri2009-01-01
* | rename: implemented new canrename hookintrigeri2009-01-01
* | Merge commit 'upstream/master' into prv/pointrigeri2009-01-01
|\|
| * finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* | the rename hook can now change the list of pages to renameintrigeri2008-12-30
* | renamed the renamepage hook to renamelink, added rename hookintrigeri2008-12-30
|/
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* rename: Fix double-escaping of page name in edit box.Joey Hess2008-12-17
* remove, rename: Allow acting on attachments as a page is being created.Joey Hess2008-10-02
* fix subpage rename bug with indexpagesJoey Hess2008-10-01