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