aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/nestedset/interface.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11495] Rename set_parent to change_parent()Joas Schilling2013-04-251-2/+4
* [ticket/11495] Explain whether move_children prepends/appends/overwrittesJoas Schilling2013-04-251-0/+3
* [ticket/11495] Rename fix function to regenerate_left_right_ids()Joas Schilling2013-04-251-2/+14
* [ticket/11495] Explain move() moreJoas Schilling2013-04-251-0/+4
* [ticket/11495] Use item ids instead of requiring all dataJoas Schilling2013-04-191-13/+13
* [ticket/11495] Use item_id only as parameter for delete() and remove()Joas Schilling2013-04-191-6/+6
* [ticket/11495] Use item_id only as parameter for get_branch_data()Joas Schilling2013-04-191-3/+3
* [ticket/11495] Use array directly instead of phpbb_nestedset_item_interfaceJoas Schilling2013-04-181-23/+23
* [ticket/11495] Add basic interface with nestedset operationsJoas Schilling2013-04-161-0/+131