Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [ticket/14492] Add basic task for installing viglink extension | Marc Alexander | 2016-12-03 | 1 | -0/+119 | |
| | | | | PHPBB3-14492 | |||||
* | [ticket/14875] Add method for raw input to request and add to installer | Marc Alexander | 2016-11-25 | 1 | -10/+1 | |
| | | | | | | | | | | 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 | 1 | -1/+10 | |
| | | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875 | |||||
* | Merge pull request #4265 from Senky/ticket/10809 | Tristan Darricau | 2016-09-25 | 1 | -1/+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 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-10809 | |||||
* | | [ticket/14742] Increase user feedback by improving progress bar | Oliver Schramm | 2016-08-20 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | 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/14595] Added smtp_port where places where smtp_host exists. | Derek Held | 2016-05-14 | 2 | -0/+11 | |
| | | | | PHPBB3-14595 | |||||
* | [ticket/14589] Add error messages for failable installer requirements | Máté Bartus | 2016-04-10 | 1 | -2/+6 | |
| | | | | PHPBB3-14589 | |||||
* | 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 | |||||
* | [ticket/14499] Add command to update the board from CLI | Tristan Darricau | 2016-02-25 | 2 | -1/+9 | |
| | | | | PHPBB3-14499 | |||||
* | [ticket/14462] Fix comments | Mate Bartus | 2016-02-12 | 5 | -9/+9 | |
| | | | | PHPBB3-14462 | |||||
* | [ticket/14462] Refactor tasks to be more modular | Mate Bartus | 2016-02-12 | 9 | -165/+835 | |
| | | | | PHPBB3-14462 | |||||
* | [ticket/14462] Further speed improvements | Mate Bartus | 2016-02-12 | 13 | -49/+1 | |
| | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462 | |||||
* | [ticket/14312] Allow updating without having the update directory | Mate Bartus | 2016-02-04 | 2 | -15/+38 | |
| | | | | PHPBB3-14312 | |||||
* | [ticket/14312] Push migration error messages to the user | Mate Bartus | 2016-02-04 | 1 | -0/+1 | |
| | | | | PHPBB3-14312 | |||||
* | Merge pull request #4156 from CHItA/ticket/14445 | Tristan Darricau | 2016-02-02 | 1 | -0/+13 | |
|\ | | | | | | | | | | | | | [ticket/14445] Force refresh before schema generation * CHItA/ticket/14445: [ticket/14445] Force refresh before schema generation | |||||
| * | [ticket/14445] Force refresh before schema generation | Mate Bartus | 2016-02-02 | 1 | -0/+13 | |
| | | | | | | | | PHPBB3-14445 | |||||
* | | [ticket/14434] Refactored to check migrations when setting them | Matt Friedman | 2016-01-28 | 1 | -10/+1 | |
| | | | | | | | | PHPBB3-14434 | |||||
* | | [ticket/14434] Check migrations in the database updater task | Matt Friedman | 2016-01-28 | 1 | -0/+9 | |
|/ | | | | PHPBB3-14434 | |||||
* | [ticket/13442] UTF-8 symbols for database host | lavigor | 2016-01-14 | 1 | -2/+2 | |
| | | | | PHPBB3-13442 | |||||
* | [ticket/14326] Decode diffed file's content during update | Mate Bartus | 2015-12-02 | 2 | -6/+6 | |
| | | | | PHPBB3-14326 | |||||
* | [ticket/14308] Fix multibyte input for installer | rxu | 2015-11-24 | 2 | -5/+5 | |
| | | | | PHPBB3-14308 | |||||
* | [ticket/14278] Check if user_id is set and fall back to ANONYMOUS | Marc Alexander | 2015-11-09 | 1 | -1/+1 | |
| | | | | PHPBB3-14278 | |||||
* | [ticket/14274] Include user functions during installer | Matt Friedman | 2015-11-05 | 1 | -0/+5 | |
| | | | | PHPBB3-14274 | |||||
* | [ticket/14044] Add config as global in notify user | Mate Bartus | 2015-11-03 | 1 | -2/+5 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14044] Fix language selection data loss | Mate Bartus | 2015-10-30 | 3 | -3/+5 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14044] Fix wrong descriptions in install | Mate Bartus | 2015-10-28 | 1 | -1/+1 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14044] Solve missing email template error | Mate Bartus | 2015-10-28 | 1 | -1/+7 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14044] global $table_prefix in constants.php | Mate Bartus | 2015-10-28 | 1 | -4/+0 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14044] Try to fix missing table prefix | Mate Bartus | 2015-10-28 | 1 | -0/+4 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14044] Deduplicate the installers | Mate Bartus | 2015-10-22 | 4 | -12/+34 | |
| | | | | PHPBB3-14044 | |||||
* | [ticket/14039] Fix folder creation and deleted binary file issue | Mate Bartus | 2015-10-18 | 1 | -1/+1 | |
| | | | | PHPBB3-14039 | |||||
* | [ticket/14039] Fix file check for deleted files | Mate Bartus | 2015-10-18 | 1 | -1/+1 | |
| | | | | PHPBB3-14039 | |||||
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 21 | -20/+2089 | |
| | | | | PHPBB3-14039 | |||||
* | [ticket/14205] Bump PHP requirement to PHP 5.4 | Tristan Darricau | 2015-10-04 | 1 | -1/+1 | |
| | | | | PHPBB3-14205 | |||||
* | [ticket/14056] Fix remaining schema path | Mate Bartus | 2015-07-29 | 1 | -1/+1 | |
| | | | | PHPBB3-14056 | |||||
* | [ticket/14056] Keep install schema resources in the install folder | Mate Bartus | 2015-07-29 | 2 | -3/+3 | |
| | | | | PHPBB3-14056 | |||||
* | [ticket/13740] Move default data settings out of constructors | Mate Bartus | 2015-07-25 | 2 | -175/+166 | |
| | | | | PHPBB3-13740 | |||||
* | [ticket/13740] Fix CS | Mate Bartus | 2015-07-24 | 1 | -0/+1 | |
| | | | | PHPBB3-13740 | |||||
* | [ticket/13740] Fix $script_path in obtain_data | Mate Bartus | 2015-07-23 | 1 | -1/+1 | |
| | | | | PHPBB3-13740 | |||||
* | [ticket/13740] Login admin when install finished | Mate Bartus | 2015-07-23 | 1 | -8/+35 | |
| | | | | PHPBB3-13740 |