1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/12597] Changes name of command cron:run-all to cron:run.

Also adds an optional argument to specify one precise cron task to
lauch, and modifies test file accordingly.

PHPBB3-12597
This commit is contained in:
LEZY Thomas
2014-05-28 19:51:59 +02:00
parent 61ad42790f
commit 9f942776ad
4 changed files with 74 additions and 23 deletions

View File

@@ -221,11 +221,13 @@ $lang = array_merge($lang, array(
'BACK' => 'Back',
'CLI_DESCR_CRON_RUN_ALL' => 'Runs all available cron tasks.',
'CLI_DESCR_CRON_RUN' => 'Runs all available cron tasks.',
'CLI_DESCR_CRON_ARG_RUN_1' => 'What task do you what to run?',
'COLOUR_SWATCH' => 'Web-safe colour swatch',
'CONFIG_UPDATED' => 'Configuration updated successfully.',
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
'CRON_NO_TASK' => 'No such cron task',
'DEACTIVATE' => 'Deactivate',
'DIRECTORY_DOES_NOT_EXIST' => 'The entered path “%s” does not exist.',