| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/12822] Add method for deleting avatars and use confirm_box | Marc Alexander | 2014-08-07 | 1 | -0/+22 |
* | [ticket/12694] Remove whitespace at end of line from acp_groups | Marc Alexander | 2014-06-11 | 1 | -1/+1 |
* | [ticket/12606] Add ACP group core events | Pico88 | 2014-06-09 | 1 | -1/+106 |
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. | Andreas Fischer | 2014-04-29 | 1 | -3/+1 |
* | [ticket/12153] Remove redundant calls to pagination.on_page(). | Cesar G | 2014-02-03 | 1 | -1/+0 |
* | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de... | Dhruv | 2013-12-25 | 1 | -2/+3 |
|\ |
|
| * | [ticket/11849] Fix more function calls | Joas Schilling | 2013-12-18 | 1 | -2/+3 |
* | | [ticket/11842] Use avatar_data for obtaining driver that should be deleted | Marc Alexander | 2013-12-04 | 1 | -1/+1 |
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842 | Marc Alexander | 2013-11-27 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Merge pull request #1869 from prototech/ticket/10810 | Nathan Guse | 2013-11-21 | 1 | -1/+0 |
| |\ |
|
| | * | [ticket/10810] Remove obsolete swatch code. | Cesar G | 2013-11-13 | 1 | -1/+0 |
| * | | [ticket/11525] Only remove group or user prefix from given avatar data | Marc Alexander | 2013-10-24 | 1 | -1/+1 |
| |/ |
|
* | | [ticket/11842] Add missing prefix for group id in avatar data | Marc Alexander | 2013-11-23 | 1 | -1/+1 |
* | | [ticket/11842] Use group_id 0 and correct avatar name after creating group | Marc Alexander | 2013-10-24 | 1 | -0/+4 |
|/ |
|
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -6/+6 |
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-07-12 | 1 | -1/+2 |
|\ |
|
| * | [ticket/11548] Fix incorrect usage of array_map on acp groups page | Marc Alexander | 2013-07-12 | 1 | -1/+2 |
* | | [ticket/11602] Do not call localize_errors() if avatars are disabled | Marc Alexander | 2013-06-11 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-06-03 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | [ticket/10840] Add check_form_key to acp_groups.php | Joas Schilling | 2013-06-03 | 1 | -0/+10 |
* | | [ticket/11409] Add success message after updating group position settings | Oliver Schramm | 2013-05-31 | 1 | -0/+2 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-05-26 | 1 | -5/+13 |
|\ \
| |/ |
|
| * | [ticket/11538] Add optional switch as argument to hex colour validation | Marc Alexander | 2013-05-19 | 1 | -1/+1 |
| * | [ticket/11538] Limit comment in acp_groups to 80 characters per line | Marc Alexander | 2013-05-19 | 1 | -4/+4 |
| * | [ticket/11538] Merge calls to validate_data() in acp_groups | Marc Alexander | 2013-05-19 | 1 | -11/+12 |
| * | [ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colour | Marc Alexander | 2013-05-19 | 1 | -1/+1 |
| * | [ticket/11538] Add function phpbb_validate_colour for validating colours | Marc Alexander | 2013-05-16 | 1 | -1/+1 |
| * | [ticket/11538] Make sure regex doesn't allow multiple color values | Marc Alexander | 2013-05-15 | 1 | -1/+1 |
| * | [ticket/11538] Simplify colour value check and remove support for '#' | Marc Alexander | 2013-05-14 | 1 | -0/+7 |
* | | [ticket/11535] Correctly merge avatar_errors array into primary error array | Marc Alexander | 2013-05-13 | 1 | -2/+8 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2013-04-12 | 1 | -41/+42 |
|\ \
| |/ |
|
| * | [ticket/11358] Removed all trailing white spaces. | erangamapa | 2013-04-12 | 1 | -4/+4 |
| * | [ticket/11358] Fixed the code according to coding guidlines. | erangamapa | 2013-04-12 | 1 | -42/+43 |
* | | Merge remote-tracking branch 'remotes/marc/feature/avatars' into develop | Nathaniel Guse | 2013-03-04 | 1 | -85/+70 |
|\ \ |
|
| * \ | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatars | Marc Alexander | 2013-03-04 | 1 | -18/+36 |
| |\ \ |
|
| * | | | [feature/avatars] Remove trailing whitespace from avatar code | Marc Alexander | 2013-02-19 | 1 | -4/+3 |
| * | | | [feature/avatars] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 1 | -2/+2 |
| * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatars | Marc Alexander | 2013-02-07 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | [feature/avatars] Remove $request property and pass as argument if needed | Marc Alexander | 2013-01-07 | 1 | -2/+2 |
| * | | | | [feature/avatars] Add function for localizing errors | Marc Alexander | 2013-01-06 | 1 | -16/+2 |
| * | | | | [feature/avatars] Add phpbb prefix to new functions | Marc Alexander | 2013-01-04 | 1 | -1/+1 |
| * | | | | [feature/avatars] Some more miscellaneous changes | Marc Alexander | 2012-12-27 | 1 | -1/+1 |
| * | | | | [feature/avatars] Add more consistency to codebase | Marc Alexander | 2012-12-11 | 1 | -1/+1 |
| * | | | | [feature/avatars] Fix behavior of avatar manager and variables | Marc Alexander | 2012-12-04 | 1 | -5/+5 |
| * | | | | [feature/avatars] Minor variable naming fixes | Marc Alexander | 2012-12-04 | 1 | -2/+2 |
| * | | | | [feature/avatars] Fix variable names | Marc Alexander | 2012-11-30 | 1 | -13/+11 |
| * | | | | [feature/avatars] Let avatar manager handle $ignore_config | Marc Alexander | 2012-11-30 | 1 | -1/+1 |
| * | | | | [feature/avatars] Get list of enabled drivers from avatar manager | Marc Alexander | 2012-11-30 | 1 | -19/+16 |
| * | | | | [feature/avatars] Implement better treatment of avatar errors | Marc Alexander | 2012-11-25 | 1 | -5/+5 |