[Bast-commits] r4632 - in DBIx-Class-Tree-NestedSet: . issues

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Jul 25 01:44:02 BST 2008


Author: rafl
Date: 2008-07-25 01:44:01 +0100 (Fri, 25 Jul 2008)
New Revision: 4632

Added:
   DBIx-Class-Tree-NestedSet/.cil
   DBIx-Class-Tree-NestedSet/issues/
   DBIx-Class-Tree-NestedSet/issues/README.txt
   DBIx-Class-Tree-NestedSet/issues/i_28f98416.cil
   DBIx-Class-Tree-NestedSet/issues/i_af9e3b1d.cil
Log:
Use cil and add some issues.

Added: DBIx-Class-Tree-NestedSet/.cil
===================================================================
--- DBIx-Class-Tree-NestedSet/.cil	                        (rev 0)
+++ DBIx-Class-Tree-NestedSet/.cil	2008-07-25 00:44:01 UTC (rev 4632)
@@ -0,0 +1,14 @@
+VCS: Git
+StatusStrict: 1
+StatusAllowedList: New
+StatusAllowedList: InProgress
+StatusAllowedList: Finished
+StatusOpenList: New
+StatusOpenList: InProgress
+StatusClosedList: Finished
+LabelStrict: 1
+LabelAllowedList: Type-Enhancement
+LabelAllowedList: Type-Defect
+LabelAllowedList: Priority-High
+LabelAllowedList: Priority-Medium
+LabelAllowedList: Priority-Low

Added: DBIx-Class-Tree-NestedSet/issues/README.txt
===================================================================
--- DBIx-Class-Tree-NestedSet/issues/README.txt	                        (rev 0)
+++ DBIx-Class-Tree-NestedSet/issues/README.txt	2008-07-25 00:44:01 UTC (rev 4632)
@@ -0,0 +1,3 @@
+This directory is used by CIL to track issues and feature requests.
+
+The home page for CIL is at http://kapiti.geek.nz/software/cil.html

Added: DBIx-Class-Tree-NestedSet/issues/i_28f98416.cil
===================================================================
--- DBIx-Class-Tree-NestedSet/issues/i_28f98416.cil	                        (rev 0)
+++ DBIx-Class-Tree-NestedSet/issues/i_28f98416.cil	2008-07-25 00:44:01 UTC (rev 4632)
@@ -0,0 +1,11 @@
+Summary: Make reparenting work
+Status: New
+CreatedBy: Florian Ragwitz <rafl at debian.org>
+AssignedTo: 
+Inserted: 2008-07-24T20:54:11
+Updated: 2008-07-24T20:55:24
+
+$row->create_related(parent => ...) should work.
+
+I'd need to reparent $row to the new row and set the parent of the new row to
+$rows previous parent.

Added: DBIx-Class-Tree-NestedSet/issues/i_af9e3b1d.cil
===================================================================
--- DBIx-Class-Tree-NestedSet/issues/i_af9e3b1d.cil	                        (rev 0)
+++ DBIx-Class-Tree-NestedSet/issues/i_af9e3b1d.cil	2008-07-25 00:44:01 UTC (rev 4632)
@@ -0,0 +1,8 @@
+Summary: Support inserting children at any position
+Status: New
+CreatedBy: Florian Ragwitz <rafl at debian.org>
+AssignedTo: 
+Inserted: 2008-07-24T20:56:40
+Updated: 2008-07-24T20:58:37
+
+$row->add_to_children_{before,after}($child, \%coldata)




More information about the Bast-commits mailing list