cakephp2-php8/lib/Cake/Console/Command
mark_story 4949a87b7e Fix issues with duplicate msgid values.
Msgid values could be duplicated if the same string was used
for singular and pluralized translations.  Re-index how the data is
stored so duplicate singular detection per domain is easier.

Fixes #2538
2012-02-06 21:25:11 -05:00
..
Task Fix issues with duplicate msgid values. 2012-02-06 21:25:11 -05:00
AclShell.php $action in AclShell::_getParams() defaults to '*', not NULL 2012-01-11 21:59:58 -05:00
ApiShell.php Code standards formatting 2011-12-15 22:52:07 -08:00
AppShell.php Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278 2011-11-26 02:48:49 +05:30
BakeShell.php Add/move docblocks to make text available in the API docs 2011-12-08 07:35:02 -08:00
CommandListShell.php Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278 2011-11-26 02:48:49 +05:30
ConsoleShell.php Spelling and grammar fixes 2011-12-01 21:58:09 -08:00
I18nShell.php Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278 2011-11-26 02:48:49 +05:30
SchemaShell.php schema update fails with -f flag, although it's supported. 2012-01-05 16:54:02 +11:00
TestsuiteShell.php Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278 2011-11-26 02:48:49 +05:30
UpgradeShell.php Update UpgradeShell for App classes. 2012-01-12 21:37:34 -05:00