aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_groups.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-1/+2
|\
| * [ticket/11548] Fix incorrect usage of array_map on acp groups pageMarc Alexander2013-07-121-1/+2
* | [ticket/11602] Do not call localize_errors() if avatars are disabledMarc Alexander2013-06-111-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-031-0/+10
|\ \ | |/
| * [ticket/10840] Add check_form_key to acp_groups.phpJoas Schilling2013-06-031-0/+10
* | [ticket/11409] Add success message after updating group position settingsOliver Schramm2013-05-311-0/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-261-5/+13
|\ \ | |/
| * [ticket/11538] Add optional switch as argument to hex colour validationMarc Alexander2013-05-191-1/+1
| * [ticket/11538] Limit comment in acp_groups to 80 characters per lineMarc Alexander2013-05-191-4/+4
| * [ticket/11538] Merge calls to validate_data() in acp_groupsMarc Alexander2013-05-191-11/+12
| * [ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colourMarc Alexander2013-05-191-1/+1
| * [ticket/11538] Add function phpbb_validate_colour for validating coloursMarc Alexander2013-05-161-1/+1
| * [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-151-1/+1
| * [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-0/+7
* | [ticket/11535] Correctly merge avatar_errors array into primary error arrayMarc Alexander2013-05-131-2/+8
* | Merge branch 'develop-olympus' into developNils Adermann2013-04-121-41/+42
|\ \ | |/
| * [ticket/11358] Removed all trailing white spaces.erangamapa2013-04-121-4/+4
| * [ticket/11358] Fixed the code according to coding guidlines.erangamapa2013-04-121-42/+43
* | Merge remote-tracking branch 'remotes/marc/feature/avatars' into developNathaniel Guse2013-03-041-85/+70
|\ \
| * \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-03-041-18/+36
| |\ \
| * | | [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-191-4/+3
| * | | [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-02-071-1/+1
| |\ \ \
| * | | | [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-2/+2
| * | | | [feature/avatars] Add function for localizing errorsMarc Alexander2013-01-061-16/+2
| * | | | [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-041-1/+1
| * | | | [feature/avatars] Some more miscellaneous changesMarc Alexander2012-12-271-1/+1
| * | | | [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-111-1/+1
| * | | | [feature/avatars] Fix behavior of avatar manager and variablesMarc Alexander2012-12-041-5/+5
| * | | | [feature/avatars] Minor variable naming fixesMarc Alexander2012-12-041-2/+2
| * | | | [feature/avatars] Fix variable namesMarc Alexander2012-11-301-13/+11
| * | | | [feature/avatars] Let avatar manager handle $ignore_configMarc Alexander2012-11-301-1/+1
| * | | | [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-19/+16
| * | | | [feature/avatars] Implement better treatment of avatar errorsMarc Alexander2012-11-251-5/+5
| * | | | [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