diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 22:30:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 22:30:43 -0400 |
commit | 96c529826d3104bee299b4d3ea09c95229b9b64d (patch) | |
tree | 48224963b55c6dca7130d4f0151d51306bd5c3d3 /debian/changelog | |
parent | ed05e40566a8d2a39530507598d835764885cf73 (diff) |
skeleton rename plugin
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 278e52155..b53d846d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ ikiwiki (2.55) UNRELEASED; urgency=low + * remove: New plugin that adds the ability to remove pages via the web. + (Sponsored by The TOVA Company.) + * rename: New plugin that adds the ability to rename pages via the web. + (Sponsored by The TOVA Company.) (This one's for you, Kyle.) * prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie) * editpage: Don't show attachments link when attachments are disabled. * All rcs backends need to implement rcs_remove. (Done for svn, git). - * remove: New plugin that adds the ability to remove pages via the web. - (Sponsored by The TOVA Company.) * tag: Allow tagbase to be overridden by starting a tag with "./" or "/". (Simon McVittie) * Really fix bug with links to pages with names containing colons. |