aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15965] Fix hardcoded directoryrubencm2019-02-122-5/+19
| | | | PHPBB3-15965
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+7
| | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433
* 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
| | | | | | | | PHPBB3-15347
| * [ticket/15238] Add missing protected keywordrxu2017-06-201-1/+1
| | | | | | | | PHPBB3-15238
| * [ticket/15238] More code cleanuprxu2017-06-181-1/+2
| | | | | | | | PHPBB3-15238
| * [ticket/15238] Code cleanup, add docblocksrxu2017-06-181-11/+39
| | | | | | | | PHPBB3-15238
| * [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+105
| | | | | | | | PHPBB3-15238
* | [ticket/15349] Return 1 instead of 2 in case of errorRubén Calvo2017-09-071-1/+1
| | | | | | | | PHPBB3-15346
* | [ticket/15349] Check if extension is enableable before enableRubén Calvo2017-09-071-0/+7
| | | | | | | | PHPBB3-15346
* | [ticket/15238] Add missing protected keywordrxu2017-06-201-1/+1
| | | | | | | | PHPBB3-15238
* | [ticket/15238] More code cleanuprxu2017-06-181-1/+2
| | | | | | | | PHPBB3-15238
* | [ticket/15238] Code cleanup, add docblocksrxu2017-06-181-11/+39
| | | | | | | | PHPBB3-15238
* | [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+108
| | | | | | | | PHPBB3-15238
* | Merge pull request #4799 from marc1706/ticket/15179Marc Alexander2017-06-111-1/+1
|\ \ | | | | | | | | | [ticket/15179] Update dependencies and fix compatibility with newer twig
| * | [ticket/15179] Replace spaces with a tabMarc Alexander2017-06-031-1/+1
| | | | | | | | | | | | PHPBB3-15179
* | | 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
| | | | | | | | PHPBB3-15219
* | Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-161-1/+1
|\ \ | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Caching is done in ext_manager, and metadata_manager is further simplified by reducing the number of parameters needed. Also, move template output function from metadata_manager to acp_extensions, where it belongs. PHPBB3-15087
* | | [ticket/15123] modified return error codesRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | PHPBB3-15123
* | | [ticket/15123] modified language stringsRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | PHPBB3-15123
* | | [ticket/15123] modified language stringRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | PHPBB3-15123
* | | [ticket/15123] removed blank spacesRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | PHPBB3-15123
* | | [ticket/15123] add check before enable or disable extensionRubén Calvo2017-03-132-0/+14
|/ / | | | | | | PHPBB3-15123
* | [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-182-12/+8
| | | | | | | | PHPBB3-14925
* | [ticket/14895] Fix broken testsMatt Friedman2016-12-081-2/+2
| | | | | | | | PHPBB3-14895
* | [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-0812-35/+17
| | | | | | | | PHPBB3-14895
* | [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-0815-83/+100
| | | | | | | | PHPBB3-14895
* | [ticket/14895] Use SymfonyIO stylingMatt Friedman2016-12-071-5/+4
| | | | | | | | PHPBB3-14895
* | [ticket/14895] CLI reparser:list should display proper listMatt Friedman2016-12-071-2/+6
| | | | | | | | PHPBB3-14895
* | [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-18/+20
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Use Symfony style guideTristan Darricau2016-12-041-87/+86
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-041-44/+63
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Display the latest version and not the branch name in CLITristan Darricau2016-12-031-1/+6
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Improve outputTristan Darricau2016-12-031-8/+24
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-22/+10
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-0/+302
| | | | | | | | PHPBB3-12610
* | [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-1/+1
| | | | | | | | PHPBB3-14814
* | [ticket/14569] Extract CLI progress bar creation to a methodMatt Friedman2016-04-125-131/+48
| | | | | | | | PHPBB3-14569
* | [ticket/14561] Small change to progress bar outputMatt Friedman2016-03-311-1/+1
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Fix function docblock in activate commandMatt Friedman2016-03-311-2/+1
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Add a progress bar to reclean commandMatt Friedman2016-03-311-2/+74
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-312-40/+22
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Add extra help explaining reclean commandMatt Friedman2016-03-311-0/+1
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Import classes with use statementsMatt Friedman2016-03-314-46/+68
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Remove unused use statementsMatt Friedman2016-03-313-7/+0
| | | | | | | | PHPBB3-14561
* | [ticket/14561] Reclean usernames commandMatt Friedman2016-03-311-0/+125
| | | | | | | | PHPBB3-14561
* | [ticket/14561] User activate commandMatt Friedman2016-03-311-0/+223
| | | | | | | | PHPBB3-14561