aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/nestedset/base.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11495] Use default exceptionsJoas Schilling2013-04-251-14/+14
* [ticket/11495] Explain what "given item" meansJoas Schilling2013-04-251-1/+1
* [ticket/11495] Split get_branch_data into multiple methodsJoas Schilling2013-04-251-17/+39
* [ticket/11495] Rename set_parent to change_parent()Joas Schilling2013-04-251-1/+1
* [ticket/11495] Rename fix function to regenerate_left_right_ids()Joas Schilling2013-04-251-2/+2
* [ticket/11495] Do not compare to null anymore (left over from item class)Joas Schilling2013-04-251-2/+2
* [ticket/11495] Use item ids instead of requiring all dataJoas Schilling2013-04-191-18/+77
* [ticket/11495] Cast some values to intJoas Schilling2013-04-191-5/+5
* [ticket/11495] Use item_id only as parameter for delete() and remove()Joas Schilling2013-04-191-6/+7
* [ticket/11495] Use item_id only as parameter for get_branch_data()Joas Schilling2013-04-191-13/+6
* [ticket/11495] Fix Spacing and lowercase on docsJoas Schilling2013-04-191-5/+5
* [ticket/11495] Acquire locks for operations that manipulate the treeJoas Schilling2013-04-181-9/+66
* [ticket/11495] Remove item class as its no longer requiredJoas Schilling2013-04-181-3/+0
* [ticket/11495] Manually specify the table columnsJoas Schilling2013-04-181-2/+2
* [ticket/11495] Move nestedset default values to new methodJoas Schilling2013-04-181-8/+21
* [ticket/11495] Fix column variable namesJoas Schilling2013-04-181-5/+5
* [ticket/11495] Use array directly instead of phpbb_nestedset_item_interfaceJoas Schilling2013-04-181-78/+72
* [ticket/11495] Fix description of get_sql_whereJoas Schilling2013-04-171-3/+1
* [ticket/11495] Use unique properties for the column namesJoas Schilling2013-04-171-94/+92
* [ticket/11495] Add abstract implementation of the interfaceJoas Schilling2013-04-161-0/+632