Flag branches as ready for review, by using a ready/ prefix as Joey suggested
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Mon, 27 Jul 2009 11:02:34 +0000 (12:02 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Mon, 27 Jul 2009 11:02:34 +0000 (12:02 +0100)
doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
doc/todo/backlinks_result_is_lossy.mdwn
doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn
doc/todo/pagestats_among_a_subset_of_pages.mdwn
doc/todo/should_optimise_pagespecs.mdwn

index 47eeb70306557f91a4ac8e25e7b8a92117c69703..4766ac5ccfddbede1813f71b4d4a442b490ab9e3 100644 (file)
@@ -64,7 +64,7 @@ Patch:
 >>>>> (Or, make a git branch of your own and replace the reference just below,
 >>>>> if you prefer.) --[[smcv]]
 
-[[!template id=gitbranch author="[[harishcm]]" branch=smcv/harishcm-map-fix]]
+[[!template id=gitbranch author="[[harishcm]]" branch=smcv/ready/harishcm-map-fix]]
 
 Patch:
 
index 7306b15468c4d0664723c67fa7a9945be476371a..02e5b244037c36af3ce38c1f9ad15cac801b5a55 100644 (file)
@@ -1,5 +1,5 @@
 [[!tag patch patch/core]]
-[[!template id=gitbranch branch=smcv/among author="[[smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
 
 IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a
 lossy transformation (to get it in the form that page templates want), making
index db93a343cd5cbb7a64de6d95247a5e1bb5623219..457b4788437673e7e7a934f797389c1f9c6914a5 100644 (file)
@@ -1,4 +1,4 @@
-[[!template id=gitbranch branch=smcv/inline-pagenames author="[[smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/inline-pagenames author="[[smcv]]"]]
 
 A [[!taglink patch]] in my git repository (the inline-pagenames branch) adds
 the following parameter to the [[ikiwiki/directive/inline]] directive:
index 099d26665a282e2ab96d0b6837bd548ec501f98f..446e5cc1b54f683e4e2c4f736c730ba9335925b4 100644 (file)
@@ -1,5 +1,5 @@
 [[!tag patch plugins/pagestats]]
-[[!template id=gitbranch branch=smcv/among author="[[smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/among author="[[smcv]]"]]
 
 My `among` branch fixes [[todo/backlinks_result_is_lossy]], then uses that
 to provide pagestats for links from a subset of pages. From the docs included
index db7a017c4e6f90f6600ca00d6472b47b32db529e..3ccef62fe57542e3603f64ac479c0cbf1e63d759 100644 (file)
@@ -79,7 +79,7 @@ I can think about reducung the size of my wiki source and making it available on
 > 
 > --[[Joey]]
 
-[[!template id=gitbranch branch=smcv/optimize-depends author="[[smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/optimize-depends author="[[smcv]]"]]
 
 >> I've been looking at optimizing ikiwiki for a site using
 >> [[plugins/contrib/album]] (which produces a lot of pages) and it seems
@@ -98,7 +98,7 @@ I can think about reducung the size of my wiki source and making it available on
 >>>> I haven't actually deleted it), because the "or" operation is now done in
 >>>> the Perl code, rather than by merging pagespecs and translating. --[[smcv]]
 
-[[!template id=gitbranch branch=smcv/remove-pagespec-merge author="[[smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/remove-pagespec-merge author="[[smcv]]"]]
 
 >>>>> I've now added a patch to the end of that branch that deletes
 >>>>> `pagespec_merge` almost entirely (we do need to keep a copy around, in