cakephp2-php8/lib/Cake/Console/Command/Task
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
..
BakeTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ControllerTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
DbConfigTask.php Fix a code style warning. 2012-03-31 21:40:20 -04:00
ExtractTask.php i18n: consider real path of APP to handle symlinks 2012-04-24 07:29:26 +07:00
FixtureTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ModelTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
PluginTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ProjectTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
TemplateTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
TestTask.php substr() optimizations 2012-03-28 13:07:26 -07:00
ViewTask.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00