aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-0/+8
|\
| * Merge pull request #4558 from javiexin/ticket/14889Tristan Darricau2016-12-111-0/+8
| |\
| | * [ticket/14889] Missing method in profile fields type interfacejaviexin2016-12-051-0/+8
| * | [ticket/14893] Fix undefined variable on reporting PM notificationrxu2016-12-071-0/+2
* | | Merge pull request #4562 from rxu/ticket/14893-3.2.xTristan Darricau2016-12-111-1/+1
|\ \ \
| * | | [ticket/14893] Fix undefined variable on reporting PM notificationrxu2016-12-071-1/+1
* | | | Merge pull request #4564 from VSEphpbb/ticket/14895Tristan Darricau2016-12-1119-120/+122
|\ \ \ \
| * | | | [ticket/14895] Fix broken testsMatt Friedman2016-12-081-2/+2
| * | | | [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-0812-35/+17
| * | | | [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-0815-83/+100
| * | | | [ticket/14895] Use SymfonyIO stylingMatt Friedman2016-12-071-5/+4
| * | | | [ticket/14895] CLI reparser:list should display proper listMatt Friedman2016-12-071-2/+6
| |/ / /
* | | | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2Marc Alexander2016-12-091-0/+40
* | | | [ticket/14894] Use correct config name for conflicts archive extensionMarc Alexander2016-12-091-1/+1
* | | | [ticket/14891] Don't rely on sys_get_temp_dir() being availableMarc Alexander2016-12-091-2/+2
* | | | [ticket/14891] Use filesystem classes for checking on tmp dirMarc Alexander2016-12-091-2/+6
* | | | [ticket/14891] Remove unused use statementsMarc Alexander2016-12-092-3/+1
* | | | [ticket/14891] Use own proxy instantiator for open_basedir compatibilityMarc Alexander2016-12-092-1/+75
* | | | Merge pull request #4565 from marc1706/ticket/14896Máté Bartus2016-12-081-5/+11
|\ \ \ \
| * | | | [ticket/14896] Do not overwrite login when finishing installMarc Alexander2016-12-071-5/+11
| |/ / /
* | | | [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
|/ / /
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-051-1/+1
|\ \ \ | |/ /
| * | [ticket/14890] Typo in input validation of profile fields of type stringjaviexin2016-12-051-1/+1
| |/
* | [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-18/+20
* | [ticket/12610] Use Symfony style guideTristan Darricau2016-12-041-87/+86
* | [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-041-44/+63
* | [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-032-8/+29
* | [ticket/12610] Display the latest version and not the branch name in CLITristan Darricau2016-12-031-1/+6
* | [ticket/12610] CSTristan Darricau2016-12-032-1/+2
* | [ticket/12610] Improve outputTristan Darricau2016-12-031-8/+24
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-033-48/+25
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-034-20/+342
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-031-3/+23
|\ \ | |/
| * Merge pull request #4522 from senky/ticket/13149Marc Alexander2016-12-031-3/+23
| |\
| | * [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_beforeJakub Senko2016-11-201-3/+23
* | | [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-031-10/+5
* | | [ticket/14492] Fix redirection to help phpBB pageMarc Alexander2016-12-031-2/+14
* | | [ticket/14492] Update versions in filesMarc Alexander2016-12-032-2/+2
* | | [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+2
* | | [ticket/14492] Install all extensions if 'all' is specified for extensionsMarc Alexander2016-12-031-1/+1
* | | [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-031-4/+4
* | | [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-032-2/+39
* | | [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-032-8/+31
* | | [ticket/14492] Unify version check for installing default extensionsMarc Alexander2016-12-031-2/+2
* | | [ticket/14492] Use extension manager instead of finder and add try/catchMarc Alexander2016-12-032-34/+44
* | | [ticket/14492] Remove unused use statementMarc Alexander2016-12-031-1/+0
* | | [ticket/14492] Redirect to help phpBB page after installationMarc Alexander2016-12-031-1/+1
* | | [ticket/14492] Properly retrieve version updating fromMarc Alexander2016-12-032-52/+62
* | | [ticket/14492] Rework logic for selecting which extensions to updateMarc Alexander2016-12-031-27/+54
* | | [ticket/14492] Check if composer.json exists in viglink folder on file_checkMarc Alexander2016-12-031-1/+1