Skip to content

Releases: P4BGroup/phalcon-nested-sets

Rebuild tree hotfix

14 Jan 17:48
d01850e
Compare
Choose a tag to compare

Fix calculating left, right and depth when rebuilding the tree

bugfixing on how edges are calculated on non-initialized trees

09 Jan 20:13
4f46189
Compare
Choose a tag to compare
Merge pull request #10 from P4BGroup/feat/fixes

Fixes on how edges are calculated for nodes that have parents, but have no edges.

max right calculation when updating a node

25 Nov 12:36
Compare
Choose a tag to compare
1.0.4

edges are not calculated properly - between selecting maxRight and ac…

update fixes

25 Nov 11:35
f0caad9
Compare
Choose a tag to compare

recalculate depth and parent for updated nodes - refs #4, refs #5, refs #6

Fix delete operation - incorrect sub-tree parent_id calculations

24 Nov 15:23
dd47e4f
Compare
Choose a tag to compare
Merge pull request #2 from P4BGroup/issue/1-bad-primary-calculations

use parent id, not parent parent_id value when deleting

1.0.0

24 Nov 13:50
Compare
Choose a tag to compare

initial release

  • intercept create / update / delete on models and calculate tree positions for elements in tree