Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [ticket/14492] Use extension manager instead of finder and add try/catch | Marc Alexander | 2016-12-03 | 2 | -34/+44 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Remove unused use statement | Marc Alexander | 2016-12-03 | 1 | -1/+0 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Redirect to help phpBB page after installation | Marc Alexander | 2016-12-03 | 1 | -1/+1 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Properly retrieve version updating from | Marc Alexander | 2016-12-03 | 2 | -52/+62 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Rework logic for selecting which extensions to update | Marc Alexander | 2016-12-03 | 1 | -27/+54 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Check if composer.json exists in viglink folder on file_check | Marc Alexander | 2016-12-03 | 1 | -1/+1 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Define extensions to install in config not via cli argument | Marc Alexander | 2016-12-03 | 4 | -17/+13 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Removed unused use statement | Marc Alexander | 2016-12-03 | 1 | -2/+0 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Only show fail of extension install if it's available | Marc Alexander | 2016-12-03 | 1 | -4/+4 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Allow specifying extensions to update & install | Marc Alexander | 2016-12-03 | 3 | -1/+33 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Set install extensions to synthetic and fix step count | Marc Alexander | 2016-12-03 | 2 | -7/+2 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Apply fixes to update extensions task | Marc Alexander | 2016-12-03 | 2 | -4/+38 | |
| | | | | | | The regex was also simplified. PHPBB3-14492 | |||||
* | [ticket/14492] Correctly check if extension was enabled during install | Marc Alexander | 2016-12-03 | 1 | -4/+38 | |
| | | | | | | | Also fixed some incorrectly generated log messages and improved the regex. PHPBB3-14492 | |||||
* | [ticket/14492] Do not install extensions in installer if in test env | Marc Alexander | 2016-12-03 | 1 | -0/+5 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Re-enable extensions if updated during update | Marc Alexander | 2016-12-03 | 2 | -2/+163 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Install all packaged extensions by default | Marc Alexander | 2016-12-03 | 1 | -15/+31 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Do not copy viglink on update if it was deleted | Marc Alexander | 2016-12-03 | 1 | -0/+9 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14492] Add basic task for installing viglink extension | Marc Alexander | 2016-12-03 | 1 | -0/+119 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14875] Move raw_variable() method to request_interface | Marc Alexander | 2016-12-02 | 2 | -5/+5 | |
| | | | | PHPBB3-14875 | |||||
* | [ticket/14875] Add method for raw input to request and add to installer | Marc Alexander | 2016-11-25 | 4 | -24/+32 | |
| | | | | | | | | | | A method for retrieving raw input has been added to the request class. This will be used in the installer to retrieve the datatabase password while also allowing utf8 characters. Not escaping the input is ok in this case as it won't be put anywhere in this raw form and only be used to populate the entry for the password field in config.php. PHPBB3-14875 | |||||
* | [ticket/14875] Add method for untrimmed input to ajax iohandler | Marc Alexander | 2016-11-24 | 2 | -1/+26 | |
| | | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875 | |||||
* | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 1 | -17/+0 | |
| | | | | PHPBB3-14739 | |||||
* | Merge pull request #4265 from Senky/ticket/10809 | Tristan Darricau | 2016-09-25 | 2 | -10/+1 | |
|\ | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support | |||||
| * | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 2 | -10/+1 | |
| | | | | | | | | PHPBB3-10809 | |||||
* | | [ticket/14742] Increase user feedback by improving progress bar | Oliver Schramm | 2016-08-20 | 2 | -5/+20 | |
| | | | | | | | | | | | | | | We now count and display each step that was done by increasing the task count. PHPBB3-14742 | |||||
* | | [ticket/14742] Further improve progress bar in db updater | Oliver Schramm | 2016-08-12 | 1 | -9/+15 | |
| | | | | | | | | PHPBB3-14742 | |||||
* | | [ticket/14742] Fix progress bar in database updater | Oliver Schramm | 2016-08-11 | 1 | -3/+16 | |
|/ | | | | | | | Because of the new way, schema update steps are handled, the already misleading progress bar was even more misleading. This should fix it. PHPBB3-14742 | |||||
* | [ticket/14633] Check for XML extension support on install | Máté Bartus | 2016-07-30 | 1 | -0/+19 | |
| | | | | PHPBB3-14633 | |||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-07 | 1 | -1/+1 | |
| | | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php | |||||
* | [ticket/14591] Use the correct delimiter for MSSQL | David Colón | 2016-05-18 | 1 | -3/+3 | |
| | | | PHPBB3-14591 | |||||
* | Merge pull request #4315 from Nicofuma/ticket/14628 | Marc Alexander | 2016-05-16 | 1 | -4/+5 | |
|\ | | | | | | | [ticket/14628] Supports translatable error messages in the CLI installer | |||||
| * | [ticket/14628] Supports translatable error messages in the CLI installer | Tristan Darricau | 2016-05-05 | 1 | -4/+5 | |
| | | | | | | | | PHPBB3-14628 | |||||
* | | [ticket/14595] Added smtp_port where places where smtp_host exists. | Derek Held | 2016-05-14 | 3 | -0/+12 | |
| | | | | | | | | PHPBB3-14595 | |||||
* | | [ticket/14595] Added SMTP port to getConfigTreeBuilder | Derek Held | 2016-05-14 | 1 | -0/+3 | |
|/ | | | | PHPBB3-14595 | |||||
* | Merge pull request #4236 from Nicofuma/ticket/13616 | Máté Bartus | 2016-04-13 | 1 | -0/+3 | |
|\ | | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer | |||||
| * | [ticket/13616] Fix UI tests | Tristan Darricau | 2016-04-03 | 1 | -0/+3 | |
| | | | | | | | | PHPBB3-13616 | |||||
* | | Merge pull request #4284 from CHItA/ticket/14589 | Tristan Darricau | 2016-04-12 | 1 | -2/+6 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/14589] Add error messages for failable installer requirements * CHItA/ticket/14589: [ticket/14589] Fix grammatical errors in language strings [ticket/14589] Add error messages for failable installer requirements | |||||
| * | | [ticket/14589] Add error messages for failable installer requirements | Máté Bartus | 2016-04-10 | 1 | -2/+6 | |
| |/ | | | | | | | PHPBB3-14589 | |||||
* | | [ticket/14590] Prevent refresh requests after the last tasks in modules | Máté Bartus | 2016-04-11 | 1 | -1/+1 | |
|/ | | | | PHPBB3-14590 | |||||
* | Merge pull request #4255 from CHItA/ticket/14393 | Tristan Darricau | 2016-03-31 | 3 | -11/+14 | |
|\ | | | | | | | | | | | | | | | | | [ticket/14393] Fix updater behaviour * CHItA/ticket/14393: [ticket/14393] Fix db update progress bar [ticket/14393] Fix init for conflict archive [ticket/14393] Fix updater behaviour | |||||
| * | [ticket/14393] Fix db update progress bar | Máté Bartus | 2016-03-30 | 1 | -2/+1 | |
| | | | | | | | | PHPBB3-14393 | |||||
| * | [ticket/14393] Fix init for conflict archive | Máté Bartus | 2016-03-27 | 1 | -7/+6 | |
| | | | | | | | | PHPBB3-14393 | |||||
| * | [ticket/14393] Fix updater behaviour | Máté Bartus | 2016-03-27 | 3 | -4/+9 | |
| | | | | | | | | PHPBB3-14393 | |||||
* | | [ticket/14564] Fix cookie domain calculation | Máté Bartus | 2016-03-27 | 1 | -1/+8 | |
|/ | | | | PHPBB3-14564 | |||||
* | [ticket/14510] Prevent infinite loop in add_bots task | Máté Bartus | 2016-03-02 | 1 | -0/+1 | |
| | | | | PHPBB3-14510 | |||||
* | Merge pull request #4196 from CHItA/ticket/14487 | Marc Alexander | 2016-03-01 | 4 | -2/+142 | |
|\ | | | | | | | [ticket/14487] Try to handle connection timeouts | |||||
| * | [ticket/14487] Add missing use statement | Máté Bartus | 2016-02-29 | 1 | -0/+1 | |
| | | | | | | | | PHPBB3-14487 | |||||
| * | [ticket/14487] Try to handle connection timeouts | Máté Bartus | 2016-02-28 | 3 | -2/+141 | |
| | | | | | | | | PHPBB3-14487 | |||||
* | | [ticket/14499] Fix wording and comments | Tristan Darricau | 2016-02-29 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-14499 | |||||
* | | [ticket/14499] Add missing config settings | Tristan Darricau | 2016-02-28 | 1 | -1/+4 | |
| | | | | | | | | PHPBB3-14499 |