aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/install_finish/task/install_extensions.php
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/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-0/+135