aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convert
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-15/+1
| | | | PHPBB3-16051
* [ticket/12628] Introduce debug.memoryJakub Senko2019-05-091-3/+4
| | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-14/+14
| | | | PHPBB3-14972
* [ticket/15314] Fix convert class constructorrxu2017-08-111-1/+1
| | | | PHPBB3-15314
* [prep-release-3.2.0] Fix links to convertorMarc Alexander2017-01-071-7/+7
|
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-162-3/+0
| | | | PHPBB3-14739
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-2/+0
| | | | PHPBB3-10809
* Merge branch 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-1/+1
| | | | | Conflicts: phpBB/includes/acp/acp_modules.php
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+1
| | | | PHPBB3-14555
* [ticket/14462] Not show timeout messages in convertorsMate Bartus2016-02-141-4/+4
| | | | PHPBB3-14462
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-2/+11
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14262] Add error handling and small CS fixesMate Bartus2016-02-022-8/+10
| | | | PHPBB3-14262
* [ticket/14262] Fix stage navigationMate Bartus2016-01-291-22/+8
| | | | PHPBB3-14262
* [ticket/14262] Move convertor to controllerMate Bartus2016-01-293-0/+2547
PHPBB3-14262