]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Can__39__t_create_root_page.mdwn
Patch added
[ikiwiki.git] / doc / bugs / Can__39__t_create_root_page.mdwn
index 6d88dae6a9744f2fe60089ac7bf67d0ee95beaf8..91c2eae60a046d16c5e37aeb6689f4ed3307f40b 100644 (file)
@@ -33,7 +33,7 @@ This type of page name (with leading slash) also gets created by the aggregate p
        index 99cead6..23d9616 100644
        --- a/IkiWiki/CGI.pm
        +++ b/IkiWiki/CGI.pm
-       @@ -305,9 +305,11 @@ sub cgi_editpage ($$) { #{{{
+       @@ -305,9 +305,11 @@ sub cgi_editpage ($$) {
                my $page=$form->field('page');
                $page=possibly_foolish_untaint($page);
                if (! defined $page || ! length $page ||
@@ -46,7 +46,7 @@ This type of page name (with leading slash) also gets created by the aggregate p
         
                my $baseurl=$config{url}."/".htmlpage($page);
                
-       @@ -425,6 +427,7 @@ sub cgi_editpage ($$) { #{{{
+       @@ -425,6 +427,7 @@ sub cgi_editpage ($$) {
                                    $from ne $form->field('from') ||
                                    file_pruned($from, $config{srcdir}) ||
                                    $from=~/^\// ||
@@ -59,4 +59,11 @@ This type of page name (with leading slash) also gets created by the aggregate p
 > [[Applied|done]]. BTW, I also accept full git changesets, if you like
 > having your name in commit logs. :-)
 
-[[tag patch]]
+>> Thanks. I'm considering setting up a public Git repository with topic branches, so that :
+
+>> - I can simply ask you to pull from there, next time
+>> - I have a tool to go on learning the beast (i.e. Git)
+
+>> -- intrigeri
+
+[[!tag patch]]