aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_groups.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [feature/avatars] Small cosmetic changesMarc Alexander2012-11-251-2/+1
| * | | | [feature/avatars] Add static methods for handling driver namesMarc Alexander2012-11-251-3/+3
| * | | | [feature/avatars] Small fixesMarc Alexander2012-11-251-7/+4
| * | | | [feature/avatars] Only create avatar objects if necessaryMarc Alexander2012-11-251-1/+2
| * | | | [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-251-6/+8
| * | | | [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-8/+8
| * | | | [feature/avatars] Handle deletion of avatarsMarc Alexander2012-11-181-1/+7
| * | | | [feature/avatars] Fix acp front-end of user and group avatarsMarc Alexander2012-11-171-19/+18
| * | | | [feature/avatars] Fix coding guidelines infractionsMarc Alexander2012-11-121-1/+2
| * | | | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-121-90/+90
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into feature/avatarsIgor Wiedler2012-07-211-2/+4
| | |\ \ \ \
| | * | | | | [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-081-1/+1
| | * | | | | [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-081-1/+1
| | * | | | | [feature/avatars] Introduce global phpbb_avatar_managerIgor Wiedler2012-04-081-6/+4
| | * | | | | [feature/avatars] Use request object in avatar driversIgor Wiedler2012-04-071-1/+1
| | * | | | | [feature/avatars] Support editing of group avatars in ACPCullen Walsh2012-03-181-88/+92
| | * | | | | [feature/avatars] Modularized AvatarsCullen Walsh2012-03-181-1/+1
* | | | | | | [ticket/10411] Catch exceptions from grouppositionsJoas Schilling2013-02-261-30/+43
* | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2Joas Schilling2013-02-251-19/+37
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-18/+32
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | [ticket/11358] Changed the name of post parameter.erangamapa2013-02-241-2/+2
| | * | | | | [ticket/11358] Changed the action parameter value to represent the link.erangamapa2013-02-241-20/+30
| | * | | | | [ticket/11358] Enabled link making all users default for a group.erangamapa2013-02-241-2/+40
| | * | | | | [ticket/11358] Removed redundant code and referred proper variable.erangamapa2013-02-241-40/+2
| | * | | | | [ticket/11358] Success message even without selecting a user.erangamapa2013-02-241-0/+4
| * | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | [ticket/11355] Referred proper variable when validating selection.erangamapa2013-02-241-1/+1
| | * | | | [ticket/11355] Wrong error message when no user is selected.erangamapa2013-02-241-1/+5
| * | | | | [ticket/9492] Ensure to update all avatar values when the avatar is changedJoas Schilling2013-01-171-1/+1
| | |/ / / | |/| | |
* | | | | [ticket/10411] Use template loops instead of defining the html in php filesJoas Schilling2013-02-251-6/+12
* | | | | [ticket/10411] Ensure we only get services that do existJoas Schilling2013-02-251-1/+1
* | | | | [ticket/10411] Rename template variable CUR_ to CURRENT_Joas Schilling2012-12-061-1/+1
* | | | | [ticket/10411] Move globals to the top and use array for cache destroyJoas Schilling2012-11-161-4/+2
* | | | | [ticket/10411] Use the objects instead of the deprecated wrappersJoas Schilling2012-11-141-8/+8
* | | | | [ticket/10411] Use AJAX to move items up/down and delete themJoas Schilling2012-11-141-6/+12
* | | | | [ticket/10411] Use DIC to get the groupposition classesJoas Schilling2012-11-141-9/+5
* | | | | [ticket/10411] Fix create_group and delete_group functionsJoas Schilling2012-11-141-3/+6
* | | | | [ticket/10411] Use new teampage and legend class in ACP and memberlistJoas Schilling2012-11-141-44/+122
|/ / / /
* | | | Merge remote-tracking branch 'Fyorl/ticket/10939' into developAndreas Fischer2012-11-101-2/+4
|\ \ \ \
| * | | | [ticket/10939] Modified acp_groups.php to not use $_FILESFyorl2012-08-151-2/+4
| | |_|/ | |/| |
* | | | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-2/+2
|/ / /
* | | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
* | | [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
* | | [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
* | | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-2/+3
* | | [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+2
| |/ |/|
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10345] Add documentation and phpbb_ prefix to the new avatar functionsJoas Schilling2011-11-301-3/+3
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-3/+3
* | [ticket/10410] Add option to display users in their first teampage groupJoas Schilling2011-10-281-6/+6