| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | | | [ticket/11943] Do not quote the value when it is exactly true, false, or null | Nathan Guse | 2013-11-04 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Quoting these can change the meaning of the value (e.g. 'false' == true) PHPBB3-11943 | ||||
| | * | | | [ticket/11943] Add test for DEFINE $VAR = false | Nathan Guse | 2013-11-04 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-11943 | ||||
| * | | | | Merge pull request #1862 from nickvergessen/ticket/11949 | Nathan Guse | 2013-11-11 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | [ticket/11949] Do not prepend leading backslash to cache class name | ||||
| | * | | | | [ticket/11949] Do not prepend leading backslash to cache class name | Joas Schilling | 2013-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The container seems to prepend the leading \ itself, so we get an InvalidArgumentException with message '"'\\phpbb\\cache\\driver\\file'" is not a valid class name for the "cache.driver" service.' PHPBB3-11949 | ||||
| * | | | | | Merge pull request #1855 from nickvergessen/ticket/12002 | Nathan Guse | 2013-11-11 | 3 | -7/+33 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Ticket/12002 Add link hash to extension manager links | ||||
| | * | | | | [ticket/12002] Change functional test to use link hash | Joas Schilling | 2013-11-08 | 2 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12002 | ||||
| | * | | | | [ticket/12002] Add link hash to extension manager links | Joas Schilling | 2013-11-08 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12002 | ||||
| * | | | | | Merge remote-tracking branch 'dhruv/ticket/12007' into develop | Joas Schilling | 2013-11-09 | 1 | -3/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * dhruv/ticket/12007: [ticket/12007] Default last_result to 0 instead of false | ||||
| | * | | | | | [ticket/12007] Default last_result to 0 instead of false | Dhruv | 2013-11-08 | 1 | -3/+3 |
| | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PostgreSQL does not map null/false to 0 and thus this variable causes an error. PHPBB3-12007 | ||||
| * | | | | | Merge pull request #1857 from nickvergessen/ticket/11922 | Nathan Guse | 2013-11-08 | 2 | -1/+21 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | [ticket/11922] Drop all keys before trying to delete columns to avoid issues | ||||
| | * | | | | [ticket/11922] Drop all keys before trying to delete columns to avoid issues | Joas Schilling | 2013-11-08 | 2 | -1/+21 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | On MSSQL columns that have an index can not be dropped. PHPBB3-11922 | ||||
| * | | | | Merge pull request #1845 from nickvergessen/ticket/11994 | David King | 2013-11-07 | 7 | -143/+146 |
| |\ \ \ \ | |_|/ / |/| | | | [ticket/11994] Make extension manager UI less misleading | ||||
| | * | | | [ticket/11994] Fix functional tests | Joas Schilling | 2013-11-08 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] "Delete data" is only available for disabled extensions | Joas Schilling | 2013-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Filter crawler for better search comparisons | Joas Schilling | 2013-11-08 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Change error level for missing .json file | Joas Schilling | 2013-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Fix more language | Joas Schilling | 2013-11-08 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Fix tests after uninstall rename | Joas Schilling | 2013-11-08 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Rename "uninstall" to "delete data" | Joas Schilling | 2013-11-08 | 3 | -20/+23 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Make install/enable just one UI thing | Joas Schilling | 2013-11-08 | 3 | -18/+9 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Update functional tests with display name | Joas Schilling | 2013-11-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Use display name on confirmation screen | Joas Schilling | 2013-11-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Fix some language | Joas Schilling | 2013-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Replace spaces with tabs | Joas Schilling | 2013-11-08 | 1 | -55/+55 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Fix functional extension tests | Joas Schilling | 2013-11-08 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] More language fixes | Joas Schilling | 2013-11-08 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | PHPBB3-11994 | ||||
| | * | | | [ticket/11994] Make extension manager UI less misleading | Joas Schilling | 2013-11-08 | 6 | -69/+72 |
| |/ / / | | | | | | | | | | | | | | | | | | | Enable and Install were split into two different expressions. Purge was renamed to uninstall to make clearer what is going to happen. PHPBB3-11994 | ||||
| * | | | Merge pull request #1819 from marc1706/ticket/11534 | Nathan Guse | 2013-11-04 | 2 | -0/+40 |
| |\ \ \ | | | | | | | | | [ticket/11534] Check remote avatar content type if possible | ||||
| | * | | | [ticket/11534] Check remote avatar content type if possible | Marc Alexander | 2013-10-24 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make sure that error pages like 404 or 503 pages are not treated as remote avatar images. PHPBB3-11534 | ||||
