typo
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 22 Jul 2008 21:03:28 +0000 (17:03 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 22 Jul 2008 21:03:28 +0000 (17:03 -0400)
IkiWiki/Plugin/rename.pm
debian/changelog

index 32888877f6523a08a2cfe9a2717474706badaf0b..fd0bd3ae848b7399053726e8d28e316e772c9197 100644 (file)
@@ -213,7 +213,7 @@ sub sessioncgi ($$) { #{{{
                                $q, $session, $q->param("attachment"));
 
                        # Ensures that the dest directory exists and is ok.
-                       IkIWiki::prep_writefile($destfile, $config{srcdir});
+                       IkiWiki::prep_writefile($destfile, $config{srcdir});
 
                        # Do rename, and update the wiki.
                        require IkiWiki::Render;
index b44d8923da929e43c2fde5c4988734e055e6f1aa..8238ad625580c45c6fa8148caf5150a74c45ee42 100644 (file)
@@ -2,10 +2,10 @@ ikiwiki (2.55) UNRELEASED; urgency=low
 
   * remove: New plugin that adds the ability to remove pages via the web.
     (Sponsored by The TOVA Company.)
-  * All rcs backends need to implement rcs_remove, rcs_commitstaged,
-    and rcs_rename. (Done for svn, git).
   * rename: New plugin that adds the ability to rename pages via the web.
     (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).
   * prefix_directives enabled in doc wiki, all preprocessor directives
     converted. (Simon McVittie)
   * editpage: Don't show attachments link when attachments are disabled.