aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [ticket/14561] User activate commandMatt Friedman2016-03-311-0/+223
* | [ticket/14561] User delete commandMatt Friedman2016-03-311-0/+175
* | [ticket/12684] Use a switch statement for readabilityMatt Friedman2016-03-211-13/+13
* | [ticket/12684] Use interactive method correctlyMatt Friedman2016-03-091-30/+25
* | [ticket/12684] Extract interactivity to a methodMatt Friedman2016-03-091-37/+52
* | [ticket/12684] Add extended help for the user:add commandMatt Friedman2016-03-081-0/+1
* | [ticket/12684] Add shorthand alternates to the optionsMatt Friedman2016-03-081-3/+3
* | [ticket/12684] Remove whitespaceMatt Friedman2016-03-051-1/+1
* | [ticket/12684] Add an error on user creation failureMatt Friedman2016-03-051-0/+6
* | [ticket/12684] Remove unnecessary null argumentsMatt Friedman2016-02-291-2/+2
* | [ticket/12684] Additional clean upMatt Friedman2016-02-291-9/+4
* | [ticket/12684] Allowed to use $this in enclosureMatt Friedman2016-02-291-4/+3
* | [ticket/12684] Move all lang keys to cliMatt Friedman2016-02-291-1/+1
* | [ticket/12684] Fix a few mistakes and clean it upMatt Friedman2016-02-291-8/+24
* | [ticket/12684] Some code clean upMatt Friedman2016-02-291-12/+1
* | [ticket/12684] Another little fixMatt Friedman2016-02-291-1/+1