| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | [feature/avatars] Add more consistency to codebase | Marc Alexander | 2012-12-11 | 1 | -2/+2 | |
| | * | | | | | | | | Merge branch 'develop' into feature/avatars | Marc Alexander | 2012-12-09 | 3 | -1/+39 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | | [feature/avatars] Minor variable naming fixes | Marc Alexander | 2012-12-04 | 2 | -4/+4 | |
| | * | | | | | | | | [feature/avatars] Fix docblocks and minor cosmetic issues | Marc Alexander | 2012-12-01 | 1 | -1/+1 | |
| | * | | | | | | | | [feature/avatars] Fix variable names | Marc Alexander | 2012-11-30 | 2 | -32/+29 | |
| | * | | | | | | | | [feature/avatars] Get list of enabled drivers from avatar manager | Marc Alexander | 2012-11-30 | 2 | -36/+30 | |
| | * | | | | | | | | [feature/avatars] Check for existing functions rather than using _once | Marc Alexander | 2012-11-26 | 1 | -1/+4 | |
| | * | | | | | | | | [feature/avatars] Implement better treatment of avatar errors | Marc Alexander | 2012-11-25 | 2 | -12/+10 | |
| | * | | | | | | | | [feature/avatars] Small cosmetic changes | Marc Alexander | 2012-11-25 | 2 | -11/+6 | |
| | * | | | | | | | | [feature/avatars] Add static methods for handling driver names | Marc Alexander | 2012-11-25 | 2 | -6/+6 | |
| | * | | | | | | | | [feature/avatars] Only create avatar objects if necessary | Marc Alexander | 2012-11-25 | 2 | -2/+4 | |
| | * | | | | | | | | [feature/avatars] Miscellaneous fixes | Marc Alexander | 2012-11-25 | 2 | -2/+2 | |
| | * | | | | | | | | [feature/avatars] Remove unnecessary abbreviations | Marc Alexander | 2012-11-25 | 2 | -16/+16 | |
| | * | | | | | | | | [feature/avatars] Add support for modularized avatars to ucp groups | Marc Alexander | 2012-11-22 | 1 | -93/+91 | |
| | * | | | | | | | | [feature/avatars] Handle deletion of avatars | Marc Alexander | 2012-11-18 | 1 | -2/+2 | |
| | * | | | | | | | | [feature/avatars] Fix acp front-end of user and group avatars | Marc Alexander | 2012-11-17 | 1 | -1/+1 | |
| | * | | | | | | | | [feature/avatars] Check for gravatar when checking the avatar module_auth | Marc Alexander | 2012-11-16 | 1 | -1/+1 | |
| | * | | | | | | | | [feature/avatars] Use correct names of input fields | Marc Alexander | 2012-11-16 | 1 | -1/+1 | |
| | * | | | | | | | | [feature/avatars] Shorten avatar driver's class name | Marc Alexander | 2012-11-16 | 1 | -1/+1 | |
| | * | | | | | | | | [feature/avatars] Shorten needed language variable for avatar title | Marc Alexander | 2012-11-16 | 1 | -4/+5 | |
| | * | | | | | | | | [feature/avatars] Add service containers for avatars | Marc Alexander | 2012-11-15 | 1 | -3/+4 | |
| | * | | | | | | | | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur... | Marc Alexander | 2012-11-12 | 3 | -53/+117 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-07-21 | 6 | -23/+33 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | [feature/avatars] Rewrite drivers to use full class name | Igor Wiedler | 2012-06-27 | 1 | -5/+5 | |
| | | * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/avatars | Igor Wiedler | 2012-06-27 | 4 | -3/+78 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | [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/+6 | |
| | | * | | | | | | | | | [feature/avatars] Use request object in avatar drivers | Igor Wiedler | 2012-04-07 | 1 | -2/+2 | |
| | | * | | | | | | | | | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-04-07 | 2 | -4/+20 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | [feature/avatars] Make avatars generic | Cullen Walsh | 2012-03-18 | 1 | -4/+12 | |
| | | * | | | | | | | | | | [feature/avatars] Update ACP manage users, fix gallery focus issue | Cullen Walsh | 2012-03-18 | 1 | -28/+3 | |
| | | * | | | | | | | | | | [feature/avatars] Rework UCP to be simpler/more consistent | Cullen Walsh | 2012-03-18 | 1 | -21/+48 | |
| | | * | | | | | | | | | | [feature/avatars] Dynamically list the avatar types in UCP and ACP | Cullen Walsh | 2012-03-18 | 1 | -3/+6 | |
| | | * | | | | | | | | | | [feature/avatars] Support proper avatar deletion, stub ACP | Cullen Walsh | 2012-03-18 | 1 | -0/+33 | |
| | | * | | | | | | | | | | [feature/avatars] Refactor avatar's handle_form | Cullen Walsh | 2012-03-18 | 1 | -2/+2 | |
| | | * | | | | | | | | | | [feature/avatars] Implement avatar uploads for ucp | Cullen Walsh | 2012-03-18 | 1 | -1/+1 | |
| | | * | | | | | | | | | | [feature/avatars] Implement UCP remote/local avatars | Cullen Walsh | 2012-03-18 | 1 | -34/+24 | |
| | | * | | | | | | | | | | [feature/avatars] Various cosmetic changes | Cullen Walsh | 2012-03-18 | 1 | -1/+1 | |
| | | * | | | | | | | | | | [feature/avatars] UCP Avatar Interface | Cullen Walsh | 2012-03-18 | 1 | -39/+68 | |
| | | * | | | | | | | | | | [feature/avatars] Modularized Avatars | Cullen Walsh | 2012-03-18 | 3 | -3/+3 | |
| * | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde... | Joas Schilling | 2013-03-03 | 6 | -13/+267 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11103 | Nathaniel Guse | 2013-02-11 | 3 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | [ticket/11201] Revert WLM dropping because it is still used in China. | Andreas Fischer | 2013-02-04 | 2 | -0/+5 | |
| | | * | | | | | | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-01-31 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | / | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | [ticket/11233] prohibit selecting anonymous user as a PM recipient | Dhruv | 2013-01-30 | 1 | -1/+1 | |
| | | * | | | | | | | | | Merge PR #1219 branch 'develop-olympus' into develop | Oleg Pudeyev | 2013-01-27 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | ||||||
| | | | * | | | | | | | | [ticket/11343] Remove spare parentheses. | Andreas Fischer | 2013-01-25 | 1 | -1/+1 | |
| | | | * | | | | | | | | [ticket/11343] Remove spare space. | Andreas Fischer | 2013-01-25 | 1 | -1/+1 | |
| | | | * | | | | | | | | [ticket/11343] Use === when checking stored user_actkey against user input. | Andreas Fischer | 2013-01-25 | 1 | -1/+1 | |
