Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15346] Add log message if extension is not enableable | Rubén Calvo | 2017-09-05 | 1 | -0/+1 |
| | | | | PHPBB3-15346 | ||||
* | [ticket/15346] Check if extension is enableable during install | Rubén Calvo | 2017-09-03 | 1 | -0/+7 |
| | | | | PHPBB3-15346 | ||||
* | [ticket/15293] Prevent continuing to database update on incomplete file update | Marc Alexander | 2017-07-23 | 4 | -11/+54 |
| | | | | PHPBB3-15293 | ||||
* | [ticket/15243] Check permissions before installing with SQLite | Rubén Calvo | 2017-06-15 | 1 | -0/+9 |
| | | | | PHPBB3-15243 | ||||
* | Merge pull request #4675 from marc1706/ticket/15044 | Máté Bartus | 2017-01-29 | 1 | -0/+134 |
|\ | | | | | | | [ticket/15044] Create search index during installation | ||||
| * | [ticket/15044] Add module task for creating search index during install | Marc Alexander | 2017-01-24 | 1 | -0/+134 |
| | | | | | | | | PHPBB3-15044 | ||||
* | | [ticket/15050] Remove extra whitespace | Marc Alexander | 2017-01-27 | 1 | -2/+2 |
| | | | | | | PHPBB3-15050 | ||||
* | | [ticket/15050] Use new file when new file already exists | Marc Alexander | 2017-01-25 | 1 | -25/+46 |
|/ | | | | | | | | | | Instead of trying to diff the new file against a pre-existing file, we're just going to use the new file. It's impossible to know whether the pre-existing file is newer or older than the new file. As the system will rely on the files being in the "new" state it's better to simply use the file in "new" state. PHPBB3-15050 | ||||
* | [ticket/15015] Use correct explain string for enable email settings | Marc Alexander | 2017-01-22 | 1 | -1/+1 |
| | | | | PHPBB3-15015 | ||||
* | [ticket/15012] Use valid constructor in ftp_file_updater | Marc Alexander | 2017-01-14 | 1 | -1/+1 |
| | | | | PHPBB3-15012 | ||||
* | [prep-release-3.2.0] Correctly compare extensions version | Marc Alexander | 2017-01-07 | 2 | -2/+2 |
| | |||||
* | [ticket/14920] Force installer to only populate core migrations | Marc Alexander | 2016-12-17 | 1 | -0/+1 |
| | | | | PHPBB3-14920 | ||||
* | [ticket/14894] Use correct config name for conflicts archive extension | Marc Alexander | 2016-12-09 | 1 | -1/+1 |
| | | | | PHPBB3-14894 | ||||
* | Merge pull request #4565 from marc1706/ticket/14896 | Máté Bartus | 2016-12-08 | 1 | -5/+11 |
|\ | | | | | | | [ticket/14896] Do not overwrite login when finishing install | ||||
| * | [ticket/14896] Do not overwrite login when finishing install | Marc Alexander | 2016-12-07 | 1 | -5/+11 |
| | | | | | | | | | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896 | ||||
* | | [ticket/14897] Add $restart_progress_bar to iohandler base | Máté Bartus | 2016-12-07 | 1 | -0/+5 |
|/ | | | | PHPBB3-14897 | ||||
* | [ticket/14492] Add user service to installer & only instantiate if needed | Marc Alexander | 2016-12-03 | 1 | -10/+5 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Fix redirection to help phpBB page | Marc Alexander | 2016-12-03 | 1 | -2/+14 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Update versions in files | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Update phpBB version and fix miscellaneous code issues | Marc Alexander | 2016-12-03 | 1 | -1/+2 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Install all extensions if 'all' is specified for extensions | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Add language variables for updating extensions | Marc Alexander | 2016-12-03 | 1 | -4/+4 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Prevent timeouts in install & update extensions tasks | Marc Alexander | 2016-12-03 | 2 | -2/+39 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Use same list for checking if extension should be updated | Marc Alexander | 2016-12-03 | 2 | -8/+31 |
| | | | | PHPBB3-14492 | ||||
* | [ticket/14492] Unify version check for installing default extensions | Marc Alexander | 2016-12-03 | 1 | -2/+2 |
| | | | | PHPBB3-14492 | ||||
* | [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 |