aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/nestedset/base.php
Commit message (Expand)AuthorAgeFilesLines
* [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