| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | | [feature/avatars] Fix local and upload avatar in the ACP | Marc Alexander | 2012-11-18 | 2 | -5/+4 | |
| | | | * | | | | | | [feature/avatars] Handle deletion of avatars | Marc Alexander | 2012-11-18 | 2 | -0/+2 | |
| | | | * | | | | | | [feature/avatars] Fix acp front-end of user and group avatars | Marc Alexander | 2012-11-17 | 4 | -49/+17 | |
| | | | * | | | | | | [feature/avatars] Replace colon usage with {L_COLON} | Marc Alexander | 2012-11-12 | 5 | -7/+7 | |
| | | | * | | | | | | [feature/avatars] add missing html closing tags and fix tabbing | Marc Alexander | 2012-11-12 | 1 | -4/+5 | |
| | | | * | | | | | | Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur... | Marc Alexander | 2012-11-12 | 6 | -85/+112 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-07-21 | 14 | -37/+81 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | [feature/avatars] Fixup avatars.js rewrite | Igor Wiedler | 2012-06-27 | 1 | -2/+2 | |
| | | | | * | | | | | | | [feature/avatars] Add self-invoking closure around avatars.js | Igor Wiedler | 2012-06-27 | 1 | -0/+6 | |
| | | | | * | | | | | | | [feature/avatars] Rewrite avatars event handler to use jQuery | Igor Wiedler | 2012-06-27 | 1 | -12/+4 | |
| | | | | * | | | | | | | [feature/avatars] Move avatars JavaScript code to external JS file | Igor Wiedler | 2012-06-27 | 3 | -42/+21 | |
| | | | | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/avatars | Igor Wiedler | 2012-06-27 | 9 | -41/+46 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ | Merge branch 'develop' into feature/avatars | Igor Wiedler | 2012-04-07 | 20 | -390/+392 | |
| | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | [feature/avatars] Support editing of group avatars in ACP | Cullen Walsh | 2012-03-18 | 2 | -59/+41 | |
| | | | | * | | | | | | | | | [feature/avatars] Made ACP avatar gallery in Manage Users prettier | Cullen Walsh | 2012-03-18 | 1 | -14/+25 | |
| | | | | * | | | | | | | | | [feature/avatars] Update ACP manage users, fix gallery focus issue | Cullen Walsh | 2012-03-18 | 1 | -11/+45 | |
| | | | | * | | | | | | | | | [feature/avatars] Dynamically list the avatar types in UCP and ACP | Cullen Walsh | 2012-03-18 | 1 | -3/+3 | |
| | | | | * | | | | | | | | | [feature/avatars] Support proper avatar deletion, stub ACP | Cullen Walsh | 2012-03-18 | 4 | -70/+51 | |
| | | * | | | | | | | | | | | [ticket/10411] Remove ajax delete, so the page is refreshed | Joas Schilling | 2013-03-01 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | [ticket/10411] Add maxlength to category name input field | Joas Schilling | 2013-02-26 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2 | Joas Schilling | 2013-02-25 | 15 | -57/+69 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | [ticket/10411] Use template loops instead of defining the html in php files | Joas Schilling | 2013-02-25 | 1 | -6/+16 | |
| | | * | | | | | | | | | | | [ticket/10411] Rename template variable CUR_ to CURRENT_ | Joas Schilling | 2012-12-06 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2 | Joas Schilling | 2012-12-06 | 1 | -4/+4 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | [ticket/10411] Use new ajax callback name row_up/row_down | Joas Schilling | 2012-11-15 | 1 | -8/+8 | |
| | | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10411-2 | Joas Schilling | 2012-11-15 | 2 | -35/+57 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | [ticket/10411] Use AJAX to move items up/down and delete them | Joas Schilling | 2012-11-14 | 1 | -20/+28 | |
| | | * | | | | | | | | | | | | [ticket/10411] Use new teampage and legend class in ACP and memberlist | Joas Schilling | 2012-11-14 | 1 | -2/+22 | |
| | | * | | | | | | | | | | | | [ticket/10411] Remove duplicated ids from the template | Joas Schilling | 2012-11-13 | 1 | -7/+7 | |
| | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | [ticket/11166] Add ajaxify support to normal ACP confirm_box() | Joas Schilling | 2013-03-03 | 3 | -7/+32 | |
| * | | | | | | | | | | | | | [ticket/11314] Modify files to comply with coding standards | Marc Alexander | 2013-03-26 | 3 | -308/+149 | |
| * | | | | | | | | | | | | | [ticket/11314] Fix JSHint issues in adm editor.js | Marc Alexander | 2013-03-26 | 1 | -36/+33 | |
| * | | | | | | | | | | | | | [ticket/11314] Fix issues mentioned in jshint report | Marc Alexander | 2013-03-26 | 2 | -31/+31 | |
| * | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11314 | Marc Alexander | 2013-02-27 | 2 | -2/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | [feature/migrations] Catch and display errors from the migrator | Nathaniel Guse | 2013-02-09 | 2 | -2/+14 | |
| | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | [ticket/11201] Revert WLM dropping because it is still used in China. | Andreas Fischer | 2013-02-04 | 1 | -0/+4 | |
| | * | | | | | | | | | | | [ticket/11201] Remove MSN/WLM fields | Joas Schilling | 2013-01-11 | 1 | -4/+0 | |
| * | | | | | | | | | | | | [ticket/11314] Add missing radix parameters | Marc Alexander | 2013-01-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | [ticket/11314] Add missing "use strict" to timezone.js files | Marc Alexander | 2013-01-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | | [ticket/11314] Add missing semi-colons | Marc Alexander | 2013-01-10 | 1 | -2/+2 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | [ticket/10949] Converted missing code to new JS coding guidelines | Marc Alexander | 2013-01-04 | 2 | -46/+38 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge PR #1130 branch 'EXreaction/ticket/11259' into develop | Oleg Pudeyev | 2012-12-29 | 4 | -7/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| | * | | | | | | | | | [ticket/11259] Make phpbb_admin_path available everywhere | Nathan Guse | 2012-12-09 | 4 | -7/+4 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | [feature/events] Remove extraneous space | David King | 2012-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | [feature/events] Append "_append" to acp_simple_header_head | David King | 2012-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | [feature/events] acp_simple_footer_end -> acp_simple_footer_after | David King | 2012-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | [feature/events] Append "_append" to acp_overall_header_head | David King | 2012-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | [feature/events] Change _end suffix to _after in acp_overall_footer_end | David King | 2012-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | [feature/events] Append "_append" to acp_users_overview_options | David King | 2012-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | [feature/events] Fix names of events in adm/style/acp_main.html | David King | 2012-12-17 | 1 | -2/+2 | |
