* Fix bug in deletion/move during edit code introduced in 1.44. Need to take
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 14 Aug 2007 19:44:59 +0000 (19:44 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 14 Aug 2007 19:44:59 +0000 (19:44 +0000)
  the underlaydir into account.

IkiWiki.pm
IkiWiki/CGI.pm
debian/changelog
po/ikiwiki.pot

index 6b74bf08acbcba30d3c1c12c303e42d702ecc5fd..18efaea716a315e07af122f7651b26a7e7addfb6 100644 (file)
@@ -11,7 +11,7 @@ use open qw{:utf8 :std};
 
 use vars qw{%config %links %oldlinks %pagemtime %pagectime %pagecase
             %renderedfiles %oldrenderedfiles %pagesources %destsources
-           %depends %hooks %forcerebuild $gettext_obj};
+            %depends %hooks %forcerebuild $gettext_obj};
 
 use Exporter q{import};
 our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
@@ -96,7 +96,7 @@ sub defaultconfig () { #{{{
        numbacklinks => 10,
        account_creation_password => "",
 } #}}}
-   
+
 sub checkconfig () { #{{{
        # locale stuff; avoid LC_ALL since it overrides everything
        if (defined $ENV{LC_ALL}) {
index 5aa744c9490eaae61c9549afcb0604c36f5e055b..a073a4eddf876ec3fa2a029841d213d24f88e73f 100644 (file)
@@ -497,7 +497,8 @@ sub cgi_editpage ($$) { #{{{
        else {
                # save page
                check_canedit($page, $q, $session);
-               if (! -e "$config{srcdir}/$file" &&
+               if (! -e "$config{srcdir}/$file" && 
+                   ! -e "$config{underlaydir}/$file" &&
                    $form->field("do") ne "create") {
                        $form->tmpl_param("page_gone", 1);
                        $form->field(name => "do", value => "create", force => 1);
index 0605e119198ce32a6943cf98e73ac0c02ba1c937..d73c755952eba095388da00902642a87d02310b3 100644 (file)
@@ -27,8 +27,10 @@ ikiwiki (2.6) UNRELEASED; urgency=low
     be written in any language that can do XML RPC.
   * Change yet again how unhandled and escaped preprocessor directives are
     re-output onto the page. Hopefully I finally got it right..
+  * Fix bug in deletion/move during edit code introduced in 1.44. Need to take
+    the underlaydir into account.
 
- -- Joey Hess <joeyh@debian.org>  Mon, 13 Aug 2007 13:34:29 -0400
+ -- Joey Hess <joeyh@debian.org>  Tue, 14 Aug 2007 15:41:21 -0400
 
 ikiwiki (2.5) unstable; urgency=low
 
index 48efd64e5811c7af4330ab406d43bed9d2835556..4d182888b7889aacd6de9d0d40b997a902ee6054 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-08-13 13:33-0400\n"
+"POT-Creation-Date: 2007-08-14 02:46-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"