cakephp2-php8/lib/Cake/Console/Command
Rachman Chavik 36275129d7 i18n: consider real path of APP to handle symlinks
When extracting model validation messages, Reflection::getFileName is used
to obtain the the model filename. The returned value is actual physical
path and may differ to what APP is. Adding the realpath(APP) to $paths
variable allows str_replace() to correctly generate the correct value for
$occurences.
2012-04-24 07:29:26 +07:00
..
Task i18n: consider real path of APP to handle symlinks 2012-04-24 07:29:26 +07:00
AclShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ApiShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AppShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
BakeShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
CommandListShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
I18nShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
SchemaShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
TestShell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
TestsuiteShell.php Remove duplicated code in testsuite shell. 2012-03-18 21:57:15 -04:00
UpgradeShell.php substr() optimizations 2012-03-28 13:07:26 -07:00