aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_groups.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [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/+4
|\
| * [ticket/11849] Update rest of the UCP modulesJoas Schilling2013-12-181-2/+4
* | [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-041-1/+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
|/
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-31/+0
|\
| * [ticket/11744] Move notification from ucp_groups to group_user_addNathaniel Guse2013-07-261-7/+0
| * [ticket/11744] Group join request notificationNathan Guse2013-07-261-29/+5
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-1/+2
|\
| * [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-1/+2
* | [ticket/11602] Do not call localize_errors() if avatars are disabledMarc Alexander2013-06-111-1/+1
* | [ticket/11587] Pass legend and teampage settings to group_create()Marc Alexander2013-06-041-4/+13
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-261-0/+7
|\ \ | |/
| * [ticket/11538] Add optional switch as argument to hex colour validationMarc Alexander2013-05-191-1/+1
| * [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-11/+4
| * [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-1/+1
| * [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-5/+9
| * [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+10
* | [ticket/11535] Correctly merge avatar_errors array into primary error arrayMarc Alexander2013-05-131-2/+8
* | [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
* | [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
|\ \
| * | [ticket/9492] Ensure to update all avatar values when the avatar is changedJoas Schilling2013-01-171-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-13/+1
* | | [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-041-1/+1
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-01-041-4/+4
|\ \ \ | |/ /
| * | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-3/+3
* | | [feature/avatars] Some more miscellaneous changesMarc Alexander2012-12-271-1/+1
* | | [feature/avatars] Minor variable naming fixesMarc Alexander2012-12-041-2/+2
* | | [feature/avatars] Fix variable namesMarc Alexander2012-11-301-16/+15
* | | [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-18/+15
* | | [feature/avatars] Implement better treatment of avatar errorsMarc Alexander2012-11-251-5/+5
* | | [feature/avatars] Small cosmetic changesMarc Alexander2012-11-251-9/+4
* | | [feature/avatars] Add static methods for handling driver namesMarc Alexander2012-11-251-3/+3
* | | [feature/avatars] Only create avatar objects if necessaryMarc Alexander2012-11-251-1/+2
* | | [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-251-1/+1
* | | [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-8/+8
* | | [feature/avatars] Add support for modularized avatars to ucp groupsMarc Alexander2012-11-221-93/+91
* | | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-121-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' into feature/avatarsIgor Wiedler2012-07-211-2/+4
| |\ \
| * | | [feature/avatars] Modularized AvatarsCullen Walsh2012-03-181-1/+1