- 03 Sep, 2007 1 commit
-
-
meus authored
-
- 20 Aug, 2007 1 commit
-
-
romanb authored
-
- 04 Aug, 2007 2 commits
- 02 Aug, 2007 1 commit
-
-
Jonathan.Wage authored
Fixed issue with isValidNode() not always being passed a Doctrine_Record and fixed issue with params being sent to set(), moved to where() until set() can handle params
-
- 29 Jul, 2007 1 commit
-
-
romanb authored
-
- 24 Jul, 2007 1 commit
-
-
romanb authored
Syntax for getting input properly escaped through prepared statements: $query->set('field', 'field + ?', $value) or $query->set('field', 'field + ? - ?', array($value1, $value2)) or simply $query->set('field', '?', $value) Ticket: 405
-
- 12 Jul, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 08 Jul, 2007 1 commit
-
-
romanb authored
Improvements and enhancements to the NestedSet (not BC! please have a look at draft/nestedset_changes.tree). Added a model that was missing in the repos (model/BlogTag). Updated a testcase.
-
- 15 Jun, 2007 1 commit
-
-
zYne authored
-
- 13 Jun, 2007 1 commit
-
-
zYne authored
-
- 17 May, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 08 May, 2007 1 commit
-
-
romanb authored
-
- 07 May, 2007 2 commits
-
-
romanb authored
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.
-
romanb authored
Added support for transparently moving nodes between different trees when using many roots (EXPERIMENTAL!)
-
- 23 Apr, 2007 1 commit
-
-
romanb authored
Ticket: 313
-
- 10 Feb, 2007 5 commits
- 09 Feb, 2007 1 commit
-
-
romanb authored
Fixed a bug in Doctrine_Node_NestedSet::getRootValue() and setRootValue(). They were still using underscore property names (roo_column_name, ...).
-
- 08 Feb, 2007 1 commit
-
-
joesimms authored
-
- 16 Jan, 2007 1 commit
-
-
zYne authored
-
- 15 Jan, 2007 1 commit
-
-
zYne authored
-