aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_groups.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* Merge branch '3.1.x'Marc Alexander2016-01-061-2/+1
|\
| * [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-2/+1
| * [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-2/+2
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-2/+8
|\ \ | |/
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-2/+8
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-10/+16
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-3/+3
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-22/+22
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-2/+4
|/
* [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-071-0/+22
* [ticket/12694] Remove whitespace at end of line from acp_groupsMarc Alexander2014-06-111-1/+1
* [ticket/12606] Add ACP group core eventsPico882014-06-091-1/+106
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+1
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-251-2/+3
|\
| * [ticket/11849] Fix more function callsJoas Schilling2013-12-181-2/+3
* | [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-041-1/+1
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842Marc Alexander2013-11-271-2/+1
|\ \ | |/
| * Merge pull request #1869 from prototech/ticket/10810Nathan Guse2013-11-211-1/+0
| |\
| | * [ticket/10810] Remove obsolete swatch code.Cesar G2013-11-131-1/+0
| * | [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-1/+1
| |/
* | [ticket/11842] Add missing prefix for group id in avatar dataMarc Alexander2013-11-231-1/+1
* | [ticket/11842] Use group_id 0 and correct avatar name after creating groupMarc Alexander2013-10-241-0/+4
|/
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
* 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