Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0 | Marc Alexander | 2019-10-06 | 1 | -18/+0 |
| | | | | PHPBB3-16051 | ||||
* | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 2 | -2/+2 |
| | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
* | [ticket/security/233] Make smtp_password and smtp_username dynamic | Marc Alexander | 2019-04-21 | 1 | -0/+2 |
| | | | | SECURITY-233 | ||||
* | [ticket/15817] Fix installtion failed with Oracle | hubaishan | 2018-10-01 | 1 | -1/+1 |
| | | | | | | Fix installtion failed with Oracle PHPBB3-15817 | ||||
* | [ticket/15563] Check if database file is writable only if exists | Rubén Calvo | 2018-02-17 | 1 | -1/+1 |
| | | | | PHPBB3-15563 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 2 | -4/+4 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15353] Make sure users can continue update after merging file diff | Marc Alexander | 2017-09-10 | 1 | -0/+6 |
| | | | | PHPBB3-15353 | ||||
* | [ticket/15293] Prevent continuing to database update on incomplete file update | Marc Alexander | 2017-07-23 | 1 | -0/+6 |
| | | | | PHPBB3-15293 | ||||
* | [ticket/15243] Check permissions before installing with SQLite | Rubén Calvo | 2017-06-15 | 1 | -0/+9 |
| | | | | PHPBB3-15243 | ||||
* | [ticket/15012] Use valid constructor in ftp_file_updater | Marc Alexander | 2017-01-14 | 1 | -1/+1 |
| | | | | PHPBB3-15012 | ||||
* | [ticket/14897] Add $restart_progress_bar to iohandler base | Máté Bartus | 2016-12-07 | 1 | -0/+5 |
| | | | | PHPBB3-14897 | ||||
* | [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 | 3 | -14/+31 |
| | | | | | | | | | | 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 | -0/+16 |
| | | | | | | | 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 | 1 | -9/+0 |
|\ | | | | | | | | | | | | | | | [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 | -9/+0 |
| | | | | | | | | PHPBB3-10809 | ||||
* | | [ticket/14742] Increase user feedback by improving progress bar | Oliver Schramm | 2016-08-20 | 1 | -1/+10 |
|/ | | | | | | | We now count and display each step that was done by increasing the task count. PHPBB3-14742 | ||||
* | [ticket/14591] Use the correct delimiter for MSSQL | David Colón | 2016-05-18 | 1 | -3/+3 |
| | | | PHPBB3-14591 | ||||
* | [ticket/14628] Supports translatable error messages in the CLI installer | Tristan Darricau | 2016-05-05 | 1 | -4/+5 |
| | | | | PHPBB3-14628 | ||||
* | [ticket/13616] Fix UI tests | Tristan Darricau | 2016-04-03 | 1 | -0/+3 |
| | | | | PHPBB3-13616 | ||||
* | [ticket/14487] Try to handle connection timeouts | Máté Bartus | 2016-02-28 | 1 | -1/+40 |
| | | | | PHPBB3-14487 | ||||
* | [ticket/14462] Fix CS and typo | Mate Bartus | 2016-02-12 | 1 | -1/+1 |
| | | | | PHPBB3-14462 | ||||
* | [ticket/14462] Further speed improvements | Mate Bartus | 2016-02-12 | 5 | -36/+71 |
| | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462 | ||||
* | [ticket/14460] Use the selected language with AJAX requests as well | Mate Bartus | 2016-02-06 | 2 | -8/+10 |
| | | | | PHPBB3-14460 | ||||
* | Merge pull request #4017 from CHItA/ticket/14262 | Tristan Darricau | 2016-02-02 | 5 | -1/+141 |
|\ | | | | | | | | | | | | | | | | | | | [ticket/14262] Move convertor to controller * CHItA/ticket/14262: [ticket/14262] Add error handling and small CS fixes [ticket/14262] Remove converter template duplicate [ticket/14262] Fix stage navigation [ticket/14262] Move convertor to controller | ||||
| * | [ticket/14262] Move convertor to controller | Mate Bartus | 2016-01-29 | 5 | -1/+141 |
| | | | | | | | | PHPBB3-14262 | ||||
* | | [ticket/14445] Force refresh before schema generation | Mate Bartus | 2016-02-02 | 1 | -3/+3 |
|/ | | | | PHPBB3-14445 | ||||
* | [ticket/14373] Do not pass arrays to strpos() | Marc Alexander | 2015-12-20 | 1 | -1/+1 |
| | | | | PHPBB3-14373 | ||||
* | [ticket/14344] Improve output of HTML errors trigged during install | Marc Alexander | 2015-12-07 | 2 | -0/+8 |
| | | | | PHPBB3-14344 | ||||
* | [ticket/14345] Move new line to ternary comparison | Marc Alexander | 2015-12-07 | 1 | -3/+3 |
| | | | | PHPBB3-14345 | ||||
* | [ticket/14345] Check if description exists in message ary | Marc Alexander | 2015-12-07 | 1 | -3/+6 |
| | | | | PHPBB3-14345 | ||||
* | [ticket/14039] Use update helper to include files in container factory | Mate Bartus | 2015-10-19 | 1 | -24/+15 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Fix inclusion logic in update helper | Mate Bartus | 2015-10-19 | 1 | -6/+1 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Fix folder creation and deleted binary file issue | Mate Bartus | 2015-10-18 | 1 | -0/+7 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Fix constants for the updater | Mate Bartus | 2015-10-18 | 1 | -1/+12 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Fix misunderstandable comment in the archive file updater | Mate Bartus | 2015-10-18 | 1 | -1/+3 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Use shared language service in the container factory | Mate Bartus | 2015-10-18 | 1 | -4/+16 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Fix filesystem file updater's mkdir usage | Mate Bartus | 2015-10-18 | 1 | -16/+1 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Use compatibility globals from the update package | Mate Bartus | 2015-10-18 | 1 | -1/+8 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Fix language constants and comments | Mate Bartus | 2015-10-18 | 1 | -1/+1 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 14 | -20/+1012 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13740] Reduce number of references in nav provider | Mate Bartus | 2015-07-26 | 1 | -6/+12 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Fix infinite config.php check loop | Mate Bartus | 2015-07-25 | 1 | -5/+1 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Move default data settings out of constructors | Mate Bartus | 2015-07-25 | 1 | -88/+85 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Deduplicate container builder's checks | Mate Bartus | 2015-07-25 | 1 | -20/+15 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Use JSON for installer config | Mate Bartus | 2015-07-25 | 1 | -2/+2 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Fix is_phpbb_installed() method | Mate Bartus | 2015-07-23 | 1 | -4/+4 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Login admin when install finished | Mate Bartus | 2015-07-23 | 4 | -0/+43 |
| | | | | PHPBB3-13740 |