summaryrefslogtreecommitdiff
path: root/core/libraries/ORM_MPTT.php
AgeCommit message (Expand)Author
2008-12-23Reload parent after adding a new item since the left/right pointers have chan...Bharat Mediratta
2008-12-16Remove all caching from ORM_MPTT. This was premature optimization: itBharat Mediratta
2008-12-16Various optimizations:Bharat Mediratta
2008-12-07Leave all locking in ORM_MPTT::move_to, don't worry about it inBharat Mediratta
2008-12-07Change ORM_MPTT::add_to_parent() to take an ORM instead of an id soBharat Mediratta
2008-12-07Adjust exception text to our normal form.Bharat Mediratta
2008-12-07fix a couple of typos.Bharat Mediratta
2008-12-07Rename moveTo to move_to and extend the test a bit.Bharat Mediratta
2008-12-04Tweak some issues with the moveTo ProcessingTim Almdal
2008-12-04Moving albums around with a drag and drop interface seems to work and preserv...Tim Almdal
2008-12-04Implement ORM_MPTT::delete() properly.Bharat Mediratta
2008-12-04Add unit tests to test growing and contracting the left and right pointersTim Almdal
2008-11-26NULL -> nullBharat Mediratta
2008-11-20Add unittest and caching for ORM_MTPP::descendantsTim Almdal
2008-11-20Add unittest and caching to ORM_MTPP::descendants_countTim Almdal
2008-11-20Clean up the MediaRSS module a little bit:Bharat Mediratta
2008-11-20changed descendents_by_type to descendents and added descendent_countTim Almdal
2008-11-19Update the media rss template to include the resize and the fullsizeTim Almdal
2008-11-07Add children_count() to ORM_MPTTBharat Mediratta
2008-11-05* Add thumbnail and resize dimensions to the item table and use themBharat Mediratta
2008-11-05ORM_MPTT::parents() should not include the node itself.Bharat Mediratta
2008-11-05Add the photo controller, and tie it to the photo page in our theme.Bharat Mediratta
2008-11-05Order the children()Bharat Mediratta
2008-11-04Lots of new stuff!Bharat Mediratta