aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15965] Fix hardcoded directoryrubencm2019-02-122-5/+19
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+7
* [ticket/15298] Never suppress exception trace when using CLITristan Darricau2017-09-101-11/+2
* Merge branch '3.1.x' into 3.2.xOliver Schramm2017-09-081-3/+3
|\
| * [ticket/15347] Fix query quotes in update hashes cli commandMarc Alexander2017-09-081-3/+3
| * [ticket/15238] Add missing protected keywordrxu2017-06-201-1/+1
| * [ticket/15238] More code cleanuprxu2017-06-181-1/+2
| * [ticket/15238] Code cleanup, add docblocksrxu2017-06-181-11/+39
| * [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+105
* | [ticket/15349] Return 1 instead of 2 in case of errorRubén Calvo2017-09-071-1/+1
* | [ticket/15349] Check if extension is enableable before enableRubén Calvo2017-09-071-0/+7
* | [ticket/15238] Add missing protected keywordrxu2017-06-201-1/+1
* | [ticket/15238] More code cleanuprxu2017-06-181-1/+2
* | [ticket/15238] Code cleanup, add docblocksrxu2017-06-181-11/+39
* | [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+108
* | Merge pull request #4799 from marc1706/ticket/15179Marc Alexander2017-06-111-1/+1
|\ \
| * | [ticket/15179] Replace spaces with a tabMarc Alexander2017-06-031-1/+1
* | | Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-06-031-0/+117
|\ \ \ | |/ / |/| / | |/
| * [ticket/15219] Add console command for updating hashes to bcryptMarc Alexander2017-06-031-0/+117
* | Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-161-1/+1
|\ \
| * | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-1/+1
* | | [ticket/15123] modified return error codesRubén Calvo2017-03-132-2/+2
* | | [ticket/15123] modified language stringsRubén Calvo2017-03-132-2/+2
* | | [ticket/15123] modified language stringRubén Calvo2017-03-132-2/+2
* | | [ticket/15123] removed blank spacesRubén Calvo2017-03-132-2/+2
* | | [ticket/15123] add check before enable or disable extensionRubén Calvo2017-03-132-0/+14
|/ /
* | [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-182-12/+8
* | [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
* | [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] Display the latest version and not the branch name in CLITristan Darricau2016-12-031-1/+6
* | [ticket/12610] Improve outputTristan Darricau2016-12-031-8/+24
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-22/+10
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-0/+302
* | [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-1/+1
* | [ticket/14569] Extract CLI progress bar creation to a methodMatt Friedman2016-04-125-131/+48
* | [ticket/14561] Small change to progress bar outputMatt Friedman2016-03-311-1/+1
* | [ticket/14561] Fix function docblock in activate commandMatt Friedman2016-03-311-2/+1
* | [ticket/14561] Add a progress bar to reclean commandMatt Friedman2016-03-311-2/+74
* | [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-312-40/+22
* | [ticket/14561] Add extra help explaining reclean commandMatt Friedman2016-03-311-0/+1
* | [ticket/14561] Import classes with use statementsMatt Friedman2016-03-314-46/+68
* | [ticket/14561] Remove unused use statementsMatt Friedman2016-03-313-7/+0
* | [ticket/14561] Reclean usernames commandMatt Friedman2016-03-311-0/+125