| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis... | Joas Schilling | 2013-07-11 | 1 | -2/+2 |
|\ |
|
| * | [ticket/11454] Use set_addresses in other applicable areas | Nathan Guse | 2013-04-24 | 1 | -2/+2 |
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde... | Joas Schilling | 2013-03-05 | 1 | -46/+104 |
|\ \
| |/ |
|
| * | [feature/avatars] Remove trailing whitespace from avatar code | Marc Alexander | 2013-02-19 | 1 | -2/+2 |
| * | [feature/avatars] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 1 | -2/+2 |
| * | [feature/avatars] Remove $request property and pass as argument if needed | Marc Alexander | 2013-01-07 | 1 | -2/+2 |
| * | [feature/avatars] Use empty() instead of sizeof() | Marc Alexander | 2013-01-07 | 1 | -1/+1 |
| * | [feature/avatars] Add function for localizing errors | Marc Alexander | 2013-01-06 | 1 | -12/+1 |
| * | [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 | -2/+2 |
| * | [feature/avatars] Use seperate function for retrieving the config name | Marc Alexander | 2012-12-04 | 1 | -1/+1 |
| * | [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 | -18/+16 |
| * | [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 | -8/+6 |
| * | [feature/avatars] Small cosmetic changes | Marc Alexander | 2012-11-25 | 1 | -2/+2 |
| * | [feature/avatars] Add static methods for handling driver names | Marc Alexander | 2012-11-25 | 1 | -3/+3 |
| * | [feature/avatars] Only create avatar objects if necessary | Marc Alexander | 2012-11-25 | 1 | -1/+4 |
| * | [feature/avatars] Miscellaneous fixes | Marc Alexander | 2012-11-25 | 1 | -5/+7 |
| * | [feature/avatars] Remove unnecessary abbreviations | Marc Alexander | 2012-11-25 | 1 | -8/+8 |
| * | [feature/avatars] Handle deletion of avatars | Marc Alexander | 2012-11-18 | 1 | -1/+7 |
| * | [feature/avatars] Fix acp front-end of user and group avatars | Marc Alexander | 2012-11-17 | 1 | -11/+15 |
| * | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur... | Marc Alexander | 2012-11-12 | 1 | -47/+108 |
| |\ |
|
| | * | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-07-21 | 1 | -12/+14 |
| | |\ |
|
| | * \ | Merge remote-tracking branch 'upstream/develop' into feature/avatars | Igor Wiedler | 2012-06-27 | 1 | -0/+8 |
| | |\ \ |
|
| | * | | | [feature/avatars] Do not assign in an if statement | Igor Wiedler | 2012-04-08 | 1 | -1/+2 |
| | * | | | [feature/avatars] Simplify clean_row, move it to avatar manager | Igor Wiedler | 2012-04-08 | 1 | -1/+1 |
| | * | | | [feature/avatars] Introduce an avatar driver interface | Igor Wiedler | 2012-04-08 | 1 | -1/+1 |
| | * | | | [feature/avatars] Introduce global phpbb_avatar_manager | Igor Wiedler | 2012-04-08 | 1 | -7/+5 |
| | * | | | [feature/avatars] Use request object in avatar drivers | Igor Wiedler | 2012-04-07 | 1 | -2/+3 |
| | * | | | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-04-07 | 1 | -2/+2 |
| | |\ \ \ |
|
| | * | | | | [feature/avatars] Support editing of group avatars in ACP | Cullen Walsh | 2012-03-18 | 1 | -1/+0 |
| | * | | | | [feature/avatars] Made ACP avatar gallery in Manage Users prettier | Cullen Walsh | 2012-03-18 | 1 | -3/+11 |
| | * | | | | [feature/avatars] Update ACP manage users, fix gallery focus issue | Cullen Walsh | 2012-03-18 | 1 | -41/+43 |
| | * | | | | [feature/avatars] Dynamically list the avatar types in UCP and ACP | Cullen Walsh | 2012-03-18 | 1 | -42/+94 |
| | * | | | | [feature/avatars] Support proper avatar deletion, stub ACP | Cullen Walsh | 2012-03-18 | 1 | -4/+5 |
| | * | | | | [feature/avatars] Modularized Avatars | Cullen Walsh | 2012-03-18 | 1 | -1/+1 |
* | | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-... | Joas Schilling | 2012-11-10 | 1 | -5/+5 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968 | Joas Schilling | 2012-10-17 | 1 | -2/+2 |
| * | | | | | [ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users. | Andreas Fischer | 2012-09-09 | 1 | -2/+2 |
| * | | | | | [ticket/8713] Rename untrimed_variable() to untrimmed_variable(). | Andreas Fischer | 2012-09-08 | 1 | -2/+2 |
| * | | | | | [ticket/8713] Do not trim login inputs | Nathaniel Guse | 2012-09-03 | 1 | -3/+3 |
* | | | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit test | Joas Schilling | 2012-11-10 | 1 | -2/+2 |
* | | | | | | [feature/soft-delete] Fix sync() and some more functions to use the new fields | Joas Schilling | 2012-10-22 | 1 | -5/+7 |
* | | | | | | [feature/soft-delete] Lay the groundwork for a soft-delete feature | Josh Woody | 2012-08-29 | 1 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into develop | David King | 2012-08-20 | 1 | -6/+43 |
|\ \ \ \ \ |
|
| * | | | | | [feature/php-events] Add core.acp_users_overview_run_quicktool | Joas Schilling | 2012-08-05 | 1 | -0/+13 |
| * | | | | | [feature/php-events] Add core.acp_users_overview_modify_data | Joas Schilling | 2012-08-05 | 1 | -0/+12 |
| * | | | | | [feature/php-events] Move and fix event core.acp_users_display_overview | Joas Schilling | 2012-08-05 | 1 | -9/+17 |