aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | [ticket/12684] Fix testsMatt Friedman2016-02-291-3/+1
* | [ticket/12684] Update to use non-deprecated methodsMatt Friedman2016-02-291-143/+136
* | [ticket/12684] Add send email optionMatt Friedman2016-02-291-0/+55
* | [ticket/12684] Add input validationMatt Friedman2016-02-291-0/+48
* | [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-291-10/+32
* | [ticket/12684] Fix header fileTristan Darricau2016-02-291-1/+1
* | [ticket/12684] Fix testsTristan Darricau2016-02-291-11/+7
* | [ticket/12684] Add doc blocks and test file for user:addLEZY Thomas2016-02-291-1/+34
* | [ticket/12684] Add command user:addLEZY Thomas2016-02-291-0/+167
* | [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-282-7/+1
* | [ticket/14434] Do not include non-migrations in CLI listMatt Friedman2016-01-271-0/+6
* | [ticket/14257] Fix CLI reparser and set cron intervalOliver Schramm2015-11-081-17/+14
* | [ticket/14257] Fix phpdoc in CLI commandOliver Schramm2015-10-261-2/+2
* | [ticket/14257] Add text_reparser managerOliver Schramm2015-10-261-44/+10
* | [ticket/14257] Fix lock acquire in CLI commandOliver Schramm2015-10-251-22/+20
* | [ticket/14257] Add reparse_lock to CLI commandOliver Schramm2015-10-241-16/+34
* | [ticket/14039] Revamp updaterMate Bartus2015-10-173-5/+15
* | Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-072-4/+77
|\ \
| * | [ticket/14124] CSTristan Darricau2015-08-261-1/+0
| * | [ticket/14124] Migrate cron:run exceptionsTristan Darricau2015-08-251-4/+3
| * | [ticket/14124] Automatically translate exceptions in CLITristan Darricau2015-08-252-0/+75
* | | [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+73
* | | [ticket/14162] Add CLI command db:revertZoddo2015-09-203-35/+141
* | | Merge branch '3.1.x'Tristan Darricau2015-09-021-0/+1
|\ \ \ | | |/ | |/|
| * | [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-2814-14/+0
| * | [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-2315-0/+15
* | | [ticket/14125] Add --env option to all CLI commandsTristan Darricau2015-08-241-12/+45
| |/ |/|
* | Merge remote-tracking branch 'Nicofuma/ticket/12692'Marc Alexander2015-08-073-0/+454
|\ \
| * | [ticket/12692] Fix tests and update styleTristan Darricau2015-08-063-46/+86
| * | [ticket/12692] Cleanup language fileTristan Darricau2015-07-093-8/+8
| * | [ticket/12692] Fix languages filesTristan Darricau2015-07-092-4/+2
| * | [ticket/12692] Add outputTristan Darricau2015-07-093-0/+63
| * | [ticket/12692] Move the language strings to cli.phpTristan Darricau2015-07-093-32/+17
| * | [ticket/12692] Update the database regularlyTristan Darricau2015-07-092-8/+42