Commit graph

5566 commits

Author SHA1 Message Date
mark_story
3b95b4c95d Merge branch '1.3' into 1.3-misc 2009-08-20 01:12:09 -04:00
gwoo
474ec34a5d Merge commit 'origin/1.3-dev' into 1.3 2009-08-14 12:33:43 -04:00
gwoo
368c7556d4 Merge branch '1.3-console' into 1.3 2009-08-14 12:32:54 -04:00
mark_story
e306b65908 Updating View test case to work with updated API's 2009-08-14 12:08:33 -04:00
jperras
deed69ea37 Adding ability to input an array parameter for 3rd argument of TextHelper::highlight(). Implements #17. 2009-08-13 13:32:34 -04:00
mark_story
2893b29e11 Fixing inflection of Taxes. Fixes #15 2009-08-12 09:46:18 -04:00
AD7six
9d1e556486 Revert "mend"
This reverts commit a0f42640cc10342f96effe4d08be188bb51bd0db.
2009-08-12 09:46:18 -04:00
AD7six
96cebeede9 correcting global plugin path logic to match global vendors folder 2009-08-12 09:46:18 -04:00
mark_story
ae628f7f72 Applying patch from 'savant' Fixes usage of deprecated methods. Fixes #11 2009-08-12 09:46:18 -04:00
mark_story
0a1d8ca92a Updating test cases to reflect changes in default templates. 2009-08-12 09:46:17 -04:00
mark_story
78c4a21451 Fixing use of Model::del() to Model::delete() 2009-08-12 09:46:17 -04:00
mark_story
dfa9ccdaf9 Adding Test case option to bake main menu. 2009-08-12 09:46:17 -04:00
mark_story
267fcc1c81 Adding F as an option to bake menu. 2009-08-12 09:46:17 -04:00
AD7six
b53c7339c4 mend 2009-08-12 09:46:17 -04:00
mark_story
31d136ca67 Making constructClasses() call run against the correct object. test cases updated.
Fixes #4
2009-08-12 09:46:17 -04:00
mark_story
b731408deb Fixing constant use in ProjectTask.
Fixing newline.
2009-08-12 09:46:17 -04:00
mark_story
29d03ab722 Adding __() to ProjectTask 2009-08-12 09:46:17 -04:00
mark_story
74448e4dee Adding test cases for run create in Schema shell. 2009-08-10 21:54:29 -04:00
mark_story
dd1075a330 Adding i18n to schema shell. 2009-08-10 21:38:09 -04:00
AD7six
98b04dc0e7 Merge branch '1.3-console' of dev@code.cakephp.org:cakephp into 1.3-console 2009-08-09 22:32:28 +02:00
AD7six
3c53f5ea49 Merge branch '1.3' into 1.3-console 2009-08-09 18:27:26 +02:00
AD7six
de87fbd484 updating console output to use a more concise format
typing "cake" on the command line will now output

...
Available Shells:
 acl [CORE]                     bake [CORE]                    i18n [CORE]                    testsuite [CORE]
 api [CORE]                     console [CORE]                 schema [CORE]

To run a command, type 'cake shell_name [args]'
...

Auto adjusting the width on *nix systems
2009-08-09 12:54:41 +02:00
mark_story
f70b97f4cb Adding more tests for generate(). 2009-08-08 23:46:00 -04:00
mark_story
a27575382b Adding tests for generate() from jperras 2009-08-08 23:21:24 -04:00
mark_story
4965551084 Adding test cases for dump() 2009-08-08 23:00:40 -04:00
mark_story
12b94756d0 Adding tests for view() 2009-08-07 22:28:28 -04:00
mark_story
3c46b51b7f Adding test cases for startup() 2009-08-07 22:19:40 -04:00
mark_story
32754c4261 Adding test case for SchemaShell 2009-08-07 22:10:39 -04:00
mark_story
c305b7a410 Adding tests to AclShell::view() 2009-08-07 08:37:31 -04:00
mark_story
2cc8ae631e Fixing notice error when non-existant node type is used.
Fixing view() so you can view a slice of the tree.
2009-08-07 08:32:27 -04:00
renan.saddam
ae89e709d2 Refactoring extract shell. Supporting use of $foo['bar'] as $count. 2009-08-06 18:14:25 -03:00
renan.saddam
ff04c7668a Fixing DS for Windows 2009-08-06 15:59:47 -03:00
mark_story
8d351d90b3 Updating file headers. 2009-08-05 23:43:01 -04:00
mark_story
eda74d08b4 Updating view() to use node references.
updating test cases to use new formating.
2009-08-05 23:41:25 -04:00
mark_story
e6b32e21ad Adding tests for getPath and inherit.
Refactoring the output of getPath
2009-08-05 23:13:48 -04:00
mark_story
3aa56e82c9 Fixing typo. 2009-08-05 12:20:12 -04:00
gwoo
27437a808d rmoving path check from Folder::tree fixes issues with classes not beign found in App::import 2009-08-05 11:26:19 -04:00
mark_story
cd9dd97eff Adding test cases for AclShell 2009-08-05 00:37:53 -04:00
mark_story
9e36d1bedc Fixing whitespacing on aco_fixture.
Adding tests to AclShell::grant()
Refactoring __getParams()
2009-08-05 00:23:59 -04:00
gwoo
6775e0997e Merge branch '1.2' into 1.3 2009-08-03 13:13:18 -07:00
gwoo
92fd7cf6f3 Merge branch 'local/svn/1.2.x.x' into 1.2 2009-08-03 12:44:11 -07:00
jperras
d41a28c975 Fixing PHP4 compatibility issues for SecurityComponent.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8282 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-08-03 19:40:02 +00:00
mark_story
72d90f2ce8 Adding tests for array_diff_key() in php4. Increasing test compatibility with php4
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8281 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-08-03 19:24:38 +00:00
gwoo
40ff8370e4 Merge branch 'local/svn/1.2.x.x' into 1.2 2009-08-03 11:59:02 -07:00
gwoo
33adb6e40b fixing test header from bad merge 2009-08-03 11:57:39 -07:00
gwoo
946f0c85fc Merge branch '1.3-jshelper' into 1.3 2009-08-03 11:55:40 -07:00
gwoo
01cbaafbf3 Merge branch '1.3-dev' into 1.3 2009-08-03 11:55:26 -07:00
gwoo
b2f7cd5aff fixing cache error 2009-08-03 11:55:14 -07:00
mark_story
6ca2127aea Fixing JsHelper tests to run in php4 2009-08-03 14:47:36 -04:00
gwoo
c33437af76 updating require of overloadbale in model 2009-08-03 11:44:06 -07:00