aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/group_positions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
| | | | PHPBB3-9916
* [ticket/9549] New method move() to move a group more than 1 up/down.Joas Schilling2011-02-161-24/+35
| | | | PHPBB3-9549
* [ticket/9549] Fix some minor issues with descriptions and coding-guidelines.Joas Schilling2011-02-161-6/+5
| | | | PHPBB3-9549
* [ticket/9549] Throw an error when the given field-name is invalid.Joas Schilling2011-02-161-4/+20
| | | | | | Also the code now only appends an adm_back_link, when we are in the ACP. PHPBB3-9549
* [ticket/9549] Make the class non static and extend delete_group function.Joas Schilling2011-02-161-79/+94
| | | | | | | delete_group() can now be used, so it does not update the actual group. This can save a query, when you update the group anyway. PHPBB3-9549
* [ticket/9549] Enhance teampage functionality with a new class, group_positions.Joas Schilling2011-02-161-0/+220
PHPBB3-9549