index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
libraries
/
ORM_MPTT.php
Age
Commit message (
Expand
)
Author
2008-12-23
Reload parent after adding a new item since the left/right pointers have chan...
Bharat Mediratta
2008-12-16
Remove all caching from ORM_MPTT. This was premature optimization: it
Bharat Mediratta
2008-12-16
Various optimizations:
Bharat Mediratta
2008-12-07
Leave all locking in ORM_MPTT::move_to, don't worry about it in
Bharat Mediratta
2008-12-07
Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so
Bharat Mediratta
2008-12-07
Adjust exception text to our normal form.
Bharat Mediratta
2008-12-07
fix a couple of typos.
Bharat Mediratta
2008-12-07
Rename moveTo to move_to and extend the test a bit.
Bharat Mediratta
2008-12-04
Tweak some issues with the moveTo Processing
Tim Almdal
2008-12-04
Moving albums around with a drag and drop interface seems to work and preserv...
Tim Almdal
2008-12-04
Implement ORM_MPTT::delete() properly.
Bharat Mediratta
2008-12-04
Add unit tests to test growing and contracting the left and right pointers
Tim Almdal
2008-11-26
NULL -> null
Bharat Mediratta
2008-11-20
Add unittest and caching for ORM_MTPP::descendants
Tim Almdal
2008-11-20
Add unittest and caching to ORM_MTPP::descendants_count
Tim Almdal
2008-11-20
Clean up the MediaRSS module a little bit:
Bharat Mediratta
2008-11-20
changed descendents_by_type to descendents and added descendent_count
Tim Almdal
2008-11-19
Update the media rss template to include the resize and the fullsize
Tim Almdal
2008-11-07
Add children_count() to ORM_MPTT
Bharat Mediratta
2008-11-05
* Add thumbnail and resize dimensions to the item table and use them
Bharat Mediratta
2008-11-05
ORM_MPTT::parents() should not include the node itself.
Bharat Mediratta
2008-11-05
Add the photo controller, and tie it to the photo page in our theme.
Bharat Mediratta
2008-11-05
Order the children()
Bharat Mediratta
2008-11-04
Lots of new stuff!
Bharat Mediratta