Commit graph

5600 commits

Author SHA1 Message Date
mark_story
2f81c29def Updating $pluginPath loops to use App::pluginPath(). 2009-10-14 09:47:07 -04:00
mark_story
de8f251758 Replacing $pluginPath loops with App::pluginPath(). Minor optimization for App::pluginPath(). 2009-10-14 09:28:06 -04:00
mark_story
38f65bdc24 Merge branch '1.2-merge-in' into 1.3 2009-10-14 00:55:42 -04:00
mark_story
d1f5acd0e0 Merge commit 'origin/1.2' into 1.2-merge-in
Conflicts:
	cake/console/libs/shell.php
	cake/libs/model/connection_manager.php
	cake/libs/view/helpers/html.php
	cake/libs/view/helpers/javascript.php
	cake/tests/cases/libs/i18n.test.php
	cake/tests/cases/libs/model/connection_manager.test.php
	cake/tests/cases/libs/model/model_read.test.php
	cake/tests/cases/libs/view/helpers/html.test.php
	cake/tests/groups/database.group.php
2009-10-14 00:51:55 -04:00
mark_story
ca6ca39467 Updating formatting on doc block for string insert. 2009-10-13 12:09:06 -04:00
José Lorenzo Rodríguez
6dbb8690ad Fixing error in String::insert where string that contained a question mark were not propperly replaced 2009-10-13 12:07:22 -04:00
José Lorenzo Rodríguez
24c82e73c1 Fixing broken test after removing the var pageTitle from controller 2009-10-13 11:44:00 -04:00
mark_story
f2cba2f066 Updating model_write.test to not use removed validation constants. 2009-10-13 00:44:28 -04:00
mark_story
0602293d3e Updating file headers for group tests. 2009-10-13 00:33:14 -04:00
mark_story
529f8483c4 Adding Behaviors test group. 2009-10-13 00:32:52 -04:00
mark_story
96247e827b Adding group test for i18n, l10n and multibyte test cases. 2009-10-13 00:21:19 -04:00
mark_story
82f2291bd4 Updating Lib Group test to include files manually and run. 2009-10-13 00:19:15 -04:00
mark_story
496bfaf32e Fixing test that relied on Late Static binding to pass. 2009-10-13 00:18:09 -04:00
mark_story
a4d09a806c Adding tests for previous commit, showing alteration of \ into DS. 2009-10-13 00:01:09 -04:00
mark_story
e5a99b2685 Updating RequestHandler::renderAs() to respect DS constant, fixing issues on PHP4 + Windows. Fixes #97 2009-10-12 23:55:40 -04:00
mark_story
e04cc81613 Updating doc block.
Removing redundant condition.
2009-10-12 23:38:55 -04:00
mark_story
a3f38c77dd Merge branch '1.3-console' into 1.3 2009-10-11 21:51:02 -04:00
mark_story
71f9ab1717 Merge branch '1.3-misc' into 1.3 2009-10-11 21:44:42 -04:00
mark_story
e77ff5ae50 Fixing CacheHelper tests when app/views/posts/index.ctp exists. 2009-10-11 21:42:15 -04:00
mark_story
382488a9a7 Updating tests to reflect changes in default bake templates. 2009-10-11 21:39:41 -04:00
mark_story
7d4bc20fbd Updating model to reflect changes in Validation. 2009-10-11 21:35:06 -04:00
mark_story
1613b849d1 Correcting typos. 2009-10-11 21:19:52 -04:00
mark_story
0221a81b33 Fixing missed string. 2009-10-11 21:18:29 -04:00
mark_story
4f6e9d4873 Changing default bake views to allow easier i18n. Refs #3356 2009-10-11 21:09:15 -04:00
mark_story
a89882581b Adding i18n support to text that lacked it. Refs #5814 2009-10-10 00:35:54 -04:00
mark_story
d59a2c8de1 Making subclassing of ErrorHandler much easier.
Test cases added.
2009-10-09 00:13:08 -04:00
mark_story
955bd338e7 Unsetting local vars, so that viewVars with the name will be extracted. 2009-10-08 23:55:17 -04:00
mark_story
f59d95e348 Updating file headers. 2009-10-08 23:46:05 -04:00
mark_story
8d40532931 Applying patch from 'Ceeram'. Adds File::copy() and test case. Refs #150 2009-10-08 23:27:31 -04:00
mark_story
c5ec87e577 Adding tests for SchemaShell::generate() with plugins, testing that plugin schema files do not include non plugin models. 2009-10-08 22:40:17 -04:00
mark_story
ee7015c9bd Adding tests for utf8 chars to TextHelper::truncate() 2009-10-07 23:56:38 -04:00
mark_story
55ef5cedfb Updating fileheaders. 2009-10-07 23:43:02 -04:00
mark_story
fc0e50f64a Adding tests for multibyte validation. 2009-10-07 23:43:02 -04:00
mark_story
2c144a9d0d Adding mb_ functions to Validation methods. 2009-10-07 23:43:02 -04:00
mark_story
0d3ef03b9f Updating file headers. 2009-10-07 23:43:01 -04:00
mark_story
06162d5022 Deprecating TextHelper::trim() as it is an alias for truncate().
Expanding use of mb_ methods.
Tests updated.
2009-10-07 23:43:01 -04:00
mark_story
190a8b8307 Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc 2009-10-07 01:35:42 -04:00
mark_story
4b862de085 Fixing interactions with Routing.prefixes in Controller and View task. 2009-10-07 01:35:29 -04:00
jperras
c95221919a Removing validation tests that relied on removed define()'ed constants. 2009-10-07 01:10:51 -04:00
jperras
84b5458a36 Reverting inheritance modification to Validation. 2009-10-07 01:08:19 -04:00
mark_story
1110f3e1c2 Updating Validation method extraction. 2009-10-07 00:51:55 -04:00
mark_story
651a3f16b2 Updating ProjectTask::getAdmin(). Renamed to ProjectTask::getPrefix(). Now returns the user selected prefix to use for baking.
Test cases updated.  Use of method updated.
2009-10-07 00:46:13 -04:00
jperras
d38e50805d Improving performance of String::insert(). 2009-10-06 22:02:02 -04:00
jperras
1795733eda Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc 2009-10-06 21:27:56 -04:00
mark_story
9a023136e3 Merge branch '1.3-misc' into 1.3 2009-10-06 17:23:35 -04:00
mark_story
f59e4013c7 Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2 2009-10-06 09:22:47 -04:00
mark_story
6e9ca4367e Fixing connection methods in DboSybase. Fixes #145 2009-10-06 09:21:43 -04:00
mark_story
8acf1eeba0 Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc 2009-10-06 09:09:18 -04:00
Niles
cbf676c0e4 remove call to deprecated method. 2009-10-06 08:42:35 -04:00
mark_story
2d2e692b37 Updating doc blocks to improve API parsing. 2009-10-05 21:27:34 -04:00