diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 18:14:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 18:14:20 -0400 |
commit | 4691a2ad39cce273231fddd9a589b4f8fdc1b063 (patch) | |
tree | ff28f45d29dc3864d20298941e4389bd10f7e7f0 /debian/changelog | |
parent | 96dab37a8e3acc58fb0ab5be0657c0e545e9684a (diff) |
add renamepage hooks
Implemented for regular wikilinks, with a test suite.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cfe168825..3e6fba586 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ikiwiki (2.55) UNRELEASED; urgency=low (Sponsored by The TOVA Company.) (This one's for you, Kyle.) * All rcs backends need to implement rcs_remove, rcs_commitstaged, and rcs_rename. (Done for svn, git). + * This version adds renamepage hooks, which can be used to modify page content, + including links, during renames. * prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie) * editpage: Don't show attachments link when attachments are disabled. |