aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/cron
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-1/+3
| | | | PHPBB3-16271
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14895] Fix broken testsMatt Friedman2016-12-081-2/+2
| | | | PHPBB3-14895
* [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-081-1/+1
| | | | PHPBB3-14895
* [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-081-28/+11
| | | | PHPBB3-14895
* Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-071-4/+3
|\ | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * [ticket/14124] Migrate cron:run exceptionsTristan Darricau2015-08-251-4/+3
| | | | | | | | PHPBB3-14124
* | [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-281-1/+0
| | | | | | | | PHPBB3-14123
* | [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-232-0/+2
|/ | | | PHPBB3-14123
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-172-14/+6
| | | | PHPBB3-12656
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-1/+1
| | | | PHPBB3-12723
* [ticket/12715] Update console command cron:* commentsTristan Darricau2014-06-152-4/+28
| | | | PHPBB3-12715
* [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Fix language var mistakes.Etienne Baroux2014-06-061-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Add types, change description of cron:list.Etienne Baroux2014-06-051-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Coding style correction.Etienne Baroux2014-06-041-1/+0
| | | | PHPBB3-12602
* [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-0/+1
| | | | PHPBB3-12602
* [ticket/12602] Headers updated.Etienne Baroux2014-06-031-3/+7
| | | | PHPBB3-12602
* [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-031-8/+14
| | | | PHPBB3-12602
* [ticket/12602] Correction of the output message for the cron listEtienne Baroux2014-06-021-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+80
| | | | PHPBB3-12602
* [ticket/12597] Improve language for cron:run command.Andreas Fischer2014-05-301-3/+3
| | | | PHPBB3-12597
* [ticket/12597] Typo correctionLEZY Thomas2014-05-291-1/+1
| | | | PHPBB3-12597
* [ticket/12597] Typo correctionsLEZY Thomas2014-05-291-2/+2
| | | | PHPBB3-12597
* [ticket/12597] Changing place of lock release in execute() methodLEZY Thomas2014-05-291-5/+5
| | | | PHPBB3-12597
* [ticket/12597] Typing corrections and improvement of code consistencyLEZY Thomas2014-05-291-8/+11
| | | | PHPBB3-12597
* [ticket/12597] Fix various mistakesLEZY Thomas2014-05-291-3/+7
| | | | | | | | Typing mistakes Coding style issue Verbose mode messag PHPBB3-12597
* [ticket/12597] Fix visibilty of two functions in run.phpLEZY Thomas2014-05-291-2/+2
| | | | PHPBB3-12597
* [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-29/+75
| | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
* [ticket/12597] Fix language key nameLEZY Thomas2014-05-281-2/+2
| | | | PHPBB3-12597
* [ticket/12597] Fix coding style and typing mistakesLEZY Thomas2014-05-281-7/+9
| | | | PHPBB3-12597
* [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-16/+38
| | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597
* [ticket/12597] Fix various problemsLEZY Thomas2014-05-281-7/+16
| | | | | | | | | Actually fix the return status of command cron:run-all Fix some doc block coding style issue Fix missing and obsolete file headers Delete a useless constructor method PHPBB3-12597
* [ticket/12597] Fix constructor bug and servral doc blocsLEZY Thomas2014-05-281-5/+8
| | | | PHPBB3-12597
* [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-281-1/+1
| | | | PHPBB3-12597
* [ticket/12597] Change EXECUTE to RUN in languageLEZY Thomas2014-05-281-1/+1
| | | | | | Fix previous commit : change execute to run in language keys PHPBB3-12597
* [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-2/+2
| | | | | | | | Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597
* [ticket/12597] Fix various refactoring mistakesLEZY Thomas2014-05-281-1/+1
| | | | PHPBB3-12597
* [ticket/12597] Add doc blocs in execute_all.phpLEZY Thomas2014-05-281-0/+23
| | | | PHPBB3-12597
* [ticket/12597] Correcing coding style mistakesLEZY Thomas2014-05-281-1/+0
| | | | PHPBB3-12597
* [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+65
Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597