aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/install_finish
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14920] Force installer to only populate core migrationsMarc Alexander2016-12-171-0/+1
| | | | PHPBB3-14920
* [ticket/14492] Install all extensions if 'all' is specified for extensionsMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-031-1/+20
| | | | PHPBB3-14492
* [ticket/14492] Use extension manager instead of finder and add try/catchMarc Alexander2016-12-031-6/+11
| | | | PHPBB3-14492
* [ticket/14492] Removed unused use statementMarc Alexander2016-12-031-2/+0
| | | | PHPBB3-14492
* [ticket/14492] Only show fail of extension install if it's availableMarc Alexander2016-12-031-4/+4
| | | | PHPBB3-14492
* [ticket/14492] Allow specifying extensions to update & installMarc Alexander2016-12-031-0/+9
| | | | PHPBB3-14492
* [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-031-6/+1
| | | | PHPBB3-14492
* [ticket/14492] Apply fixes to update extensions taskMarc Alexander2016-12-031-1/+1
| | | | | | The regex was also simplified. PHPBB3-14492
* [ticket/14492] Correctly check if extension was enabled during installMarc Alexander2016-12-031-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 envMarc Alexander2016-12-031-0/+5
| | | | PHPBB3-14492
* [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-031-2/+1
| | | | PHPBB3-14492
* [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-031-15/+31
| | | | PHPBB3-14492
* [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-031-0/+119
| | | | PHPBB3-14492
* [ticket/14462] Refactor tasks to be more modularMate Bartus2016-02-122-3/+27
| | | | PHPBB3-14462
* [ticket/14044] Add config as global in notify userMate Bartus2015-11-031-2/+5
| | | | PHPBB3-14044
* [ticket/14044] Fix language selection data lossMate Bartus2015-10-301-1/+3
| | | | PHPBB3-14044
* [ticket/14044] Solve missing email template errorMate Bartus2015-10-281-1/+7
| | | | PHPBB3-14044
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-222-0/+4
| | | | PHPBB3-14044
* [ticket/13740] Fix CSMate Bartus2015-07-241-0/+1
| | | | PHPBB3-13740
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-231-8/+35
| | | | PHPBB3-13740
* [ticket/13740] Fix docblocks and commentsMate Bartus2015-07-201-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-083-0/+227
PHPBB3-13740