romanb
|
4b5731baf5
|
Make Doctrine_Node_NestedSet::delete() work correctly with multiple roots.
|
2007-05-08 19:35:31 +00:00 |
|
romanb
|
f0236dc9a1
|
More additions to the NestedSet implementation: Added $node->makeRoot() which can be used when using many roots to detach a node from a tree and make it a root node itself.
|
2007-05-07 18:29:52 +00:00 |
|
romanb
|
a1ee3f97e7
|
Added support for transparently moving nodes between different trees when using many roots (EXPERIMENTAL!)
|
2007-05-07 15:49:23 +00:00 |
|
romanb
|
bc24aafd87
|
Closed #313
Ticket: 313
|
2007-04-23 10:43:09 +00:00 |
|
romanb
|
93a737b4e1
|
Added missing multiple root support for Doctrine_Node_NestedSet::getParent()
|
2007-02-10 18:07:05 +00:00 |
|
romanb
|
18cf2887cf
|
Added missing multiple root support for Doctrine_Node_NestedSet::getFirstChild() and
Doctrine_Node_NestedSet::getLastChild()
|
2007-02-10 17:58:29 +00:00 |
|
romanb
|
a0def4808f
|
Added missing multiple root support to Doctrine_Node_NestedSet::getNextSibling()
and Doctrine_Node_NestedSet::getPrevSibling()
|
2007-02-10 17:51:42 +00:00 |
|
romanb
|
e006ebb056
|
Added missing multiple root support to Doctrine_Node_NestedSet::getAncestors().
|
2007-02-10 17:32:26 +00:00 |
|
romanb
|
3d8ff310c1
|
Removed an echo statement of an undefined variable. Possibly a remainder of some debug output.
|
2007-02-10 14:18:30 +00:00 |
|
romanb
|
ee2c5f6231
|
Fixed a bug in Doctrine_Node_NestedSet::getRootValue() and setRootValue(). They were still using underscore property names (roo_column_name, ...).
|
2007-02-09 22:15:04 +00:00 |
|
joesimms
|
02efd7f73b
|
refactoring for tree implementation
|
2007-02-08 12:53:32 +00:00 |
|
zYne
|
484fb080cd
|
little refactorings
|
2007-01-16 00:12:52 +00:00 |
|
zYne
|
3fc9edf871
|
Hierarchical data handling implementation moved from draft to main lib
|
2007-01-15 20:12:22 +00:00 |
|