| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12023] Correctly compare the size of the array in ignore_new_files | Joas Schilling | 2013-11-19 | 1 | -1/+1 |
| | | | | | PHPBB3-12023 | ||||
| * | [ticket/12023] Add test for failing .css copy | Joas Schilling | 2013-11-19 | 1 | -0/+2 |
| | | | | | PHPBB3-12023 | ||||
| * | Merge remote-tracking branch 'Marc/ticket/12018' into develop | Joas Schilling | 2013-11-14 | 1 | -2/+2 |
| |\ | | | | | | | | | * Marc/ticket/12018: [ticket/12018] Use path_helper for admin style CSS in sql report | ||||
| | * | [ticket/12018] Use path_helper for admin style CSS in sql report | Marc Alexander | 2013-11-14 | 1 | -2/+2 |
| |/ | | | | | | | | The path to the admin style CSS is currently created with $phpbb_admin_path. We should however use the path_helper to correctly link to this file in order to have a correct link on pages like extensions PHPBB3-12018 | ||||
| * | Merge remote-tracking branch 'prototech/ticket/12008' into develop | Joas Schilling | 2013-11-14 | 6 | -3/+39 |
| |\ | | | | | | | | | | | * prototech/ticket/12008: [ticket/12008] Update the run time value for the prune notifications cron task [ticket/12008] The read_notification_last_gc config setting should be dynamic. | ||||
| | * | [ticket/12008] Update the run time value for the prune notifications cron task | Cesar G | 2013-11-14 | 4 | -2/+11 |
| | | | | | | | | | PHPBB3-12008 | ||||
| | * | [ticket/12008] The read_notification_last_gc config setting should be dynamic. | Cesar G | 2013-11-14 | 2 | -1/+28 |
| |/ | | | | PHPBB3-12008 | ||||
| * | Merge pull request #1872 from nickvergessen/ticket/12017 | David King | 2013-11-13 | 6 | -21/+7 |
| |\ | | | | | Ticket/12017 Extension tests are broken on current develop | ||||
| | * | [ticket/12017] Fix phpbb requirement in composer.json | Joas Schilling | 2013-11-14 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12017 | ||||
| | * | [ticket/12017] Copy config/ dir so events work | Joas Schilling | 2013-11-14 | 3 | -2/+6 |
| | | | | | | | | | PHPBB3-12017 | ||||
| | * | [ticket/12017] Remove IN_PHPBB defined check | Joas Schilling | 2013-11-14 | 2 | -18/+0 |
| | | | | | | | | | PHPBB3-12017 | ||||
| * | | Merge pull request #1815 from marc1706/ticket/11525 | Nils Adermann | 2013-11-13 | 7 | -53/+65 |
| |\ \ | |/ |/| | [ticket/11525] Only remove group or user prefix from given avatar data | ||||
| | * | [ticket/11525] Use foreach instead of array_walk in method clean_row() | Marc Alexander | 2013-11-13 | 2 | -60/+22 |
| | | | | | | | | | | | | | | | | | This approach is cleaner and probably even faster the previous ways that included using array_walk() or array_map() and other helper functions and methods. PHPBB3-11525 | ||||
| | * | Merge pull request #3 from nickvergessen/marc/ticket/11525 | Marc Alexander | 2013-11-10 | 1 | -2/+2 |
| | |\ | | | | | | | Marc/ticket/11525 Part 2 | ||||
| | | * | [ticket/11525] Fix expected value of group avatar test | Joas Schilling | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11525 | ||||
| | | * | [ticket/11525] Compare correct array to expected value | Joas Schilling | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11525 | ||||
| | * | | Merge pull request #2 from nickvergessen/marc/ticket/11525 | Marc Alexander | 2013-11-10 | 1 | -7/+17 |
| | |\ \ | | |/ | | | | Marc/ticket/11525 | ||||
| | | * | [ticket/11525] Prefix id parameter with 'g' again when its a group avatar | Joas Schilling | 2013-11-10 | 1 | -3/+10 |
| | | | | | | | | | | | | | PHPBB3-11525 | ||||
| | | * | [ticket/11525] Fix doc blocks | Joas Schilling | 2013-11-10 | 1 | -4/+7 |
| | |/ | | | | | | | PHPBB3-11525 | ||||
| | * | [ticket/11525] Only remove group or user prefix from given avatar data | Marc Alexander | 2013-10-24 | 7 | -15/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | Until now, the user data had both user_id and group_id keys in the avatar data. As both group_ and user_ prefixes were removed the group_id was collapsed onto the user_id and therefore all users in the same group had the same prefix for their uploaded avatars. This patch will make sure that the correct id is used depending on whether it's a group's or user's avatar data. PHPBB3-11525 | ||||
| * | | Merge pull request #1871 from nickvergessen/ticket/12016 | Nils Adermann | 2013-11-13 | 3 | -13/+25 |
| |\ \ | | | | | | | Ticket/12016 Event listeners should be services | ||||
| | * | | [ticket/12016] Update functional tests to use service for event listeners | Joas Schilling | 2013-11-13 | 1 | -0/+9 |
| | | | | | | | | | | | | | PHPBB3-12016 | ||||
| | * | | [ticket/12016] Use a service provider for event listeners | Joas Schilling | 2013-11-13 | 2 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | This allows them to use dependency injection PHPBB3-12016 | ||||
| * | | | Merge pull request #1800 from prototech/ticket/11472 | David King | 2013-11-12 | 13 | -779/+61 |
| |\ \ \ | | | | | | | | | [ticket/11472] Make prosilver's editor.js an asset used by all styles. | ||||
| | * | | | [ticket/11472] Expand palette cell links to the full block size. | Cesar G | 2013-11-12 | 4 | -3/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-11472 | ||||
| | * | | | [ticket/11472] Use {T_ASSETS_PATH}. | Cesar G | 2013-11-12 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | | PHPBB3-11472 | ||||
| | * | | | [ticket/11472] Update the ACP user signature page. | Cesar G | 2013-11-12 | 2 | -34/+39 |
| | | | | | | | | | | | | | | | | | PHPBB3-11472 | ||||
| | * | | | [ticket/11472] Make the color swatch configurable and fix it in subsilver2 | Cesar G | 2013-11-12 | 6 | -20/+14 |
| | | | | | | | | | | | | | | | | | PHPBB3-11472 | ||||
| | * | | | [ticket/11472] Make prosilver's editor.js an asset used by all styles. | Cesar G | 2013-11-12 | 8 | -726/+5 |
| |/ / / | | | | | | | | | | PHPBB3-11472 | ||||
| * | | | Merge remote-tracking branch 'naderman/ticket/11998' into develop | Andreas Fischer | 2013-11-12 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | * naderman/ticket/11998: [ticket/11998] Make phpbbcli executable and add shebang | ||||
| | * | | | [ticket/11998] Make phpbbcli executable and add shebang | Nils Adermann | 2013-11-12 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | PHPBB3-11998 | ||||
| * | | | Merge pull request #1849 from bantu/ticket/11998 | Nils Adermann | 2013-11-11 | 14 | -130/+455 |
| |\ \ \ | | | | | | | | | [ticket/11998] Introduction of the phpBB Console | ||||
| | * | | | [ticket/11998] Turn develop/extensions.php into console commands. | Andreas Fischer | 2013-11-05 | 7 | -129/+249 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Add phpBB abstraction for application and command. | Andreas Fischer | 2013-11-05 | 4 | -9/+40 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Move application file to bin/phpbbcli.php | Andreas Fischer | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Add console command for recalculating email hash. | Andreas Fischer | 2013-11-03 | 2 | -0/+79 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Also setup extension class loader. | Andreas Fischer | 2013-11-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Use container to get all commands using 'console.command' tag. | Andreas Fischer | 2013-11-03 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Basic console application script. | Andreas Fischer | 2013-11-03 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| | * | | | [ticket/11998] Add symfony/console as dependency. | Andreas Fischer | 2013-11-03 | 2 | -1/+55 |
| | | | | | | | | | | | | | | | | | PHPBB3-11998 | ||||
| * | | | | Merge pull request #1853 from nickvergessen/ticket/11927 | Nathan Guse | 2013-11-11 | 3 | -1/+88 |
| |\ \ \ \ | |_|/ / |/| | | | [ticket/11927] Correctly add new files on update | ||||
| | * | | | [ticket/11927] Prefix function with phpbb_ | Joas Schilling | 2013-11-07 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-11927 | ||||
| | * | | | [ticket/11927] Add doc block to new function | Joas Schilling | 2013-11-07 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | PHPBB3-11927 | ||||
| | * | | | [ticket/11927] Correctly add new files on update | Joas Schilling | 2013-11-07 | 3 | -1/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we ignore language and style files when the directory where they go to do not exist. However in 3.1 we introduce some new sub directories: * language/en/email/short/ * styles/prosilver/theme/en/ So we need to change our check to look whether the language or style exist, rather then the parent directory. PHPBB3-11927 | ||||
| * | | | | Merge remote-tracking branch 'EXreaction/ticket/11943' into develop | Joas Schilling | 2013-11-11 | 5 | -10/+73 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11943: [ticket/11943] New line at EOF for define_error.html [ticket/11943] Forgot template file for test [ticket/11943] Throw an exception if DEFINE is setup improperly [ticket/11943] Split fix_inline_variable_tokens into 3 steps [ticket/11943] Require stricter DEFINE statements for templates [ticket/11943] Do not quote the value when it is exactly true, false, or null [ticket/11943] Add test for DEFINE $VAR = false | ||||
| | * | | | | [ticket/11943] New line at EOF for define_error.html | Nathan Guse | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943 | ||||
| | * | | | | [ticket/11943] Forgot template file for test | Nathan Guse | 2013-11-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943 | ||||
| | * | | | | [ticket/11943] Throw an exception if DEFINE is setup improperly | Nathan Guse | 2013-11-09 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943 | ||||
| | * | | | | [ticket/11943] Split fix_inline_variable_tokens into 3 steps | Nathan Guse | 2013-11-08 | 1 | -10/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEFINE shouldn't add/remove surrounding quotes, but must have the inline variable tokens fixed PHPBB3-11943 | ||||
| | * | | | | [ticket/11943] Require stricter DEFINE statements for templates | Nathan Guse | 2013-11-08 | 1 | -9/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943 | ||||
