mark_story
9afa4d1c3a
Updating test case to reflect API changes.
2009-08-31 22:52:15 -04:00
mark_story
4ee70c01a8
Updating tests to reflect API deprecations.
2009-08-31 22:50:46 -04:00
mark_story
b5605b6408
Updating file headers
2009-08-31 22:48:22 -04:00
mark_story
fe3514371f
Updating folder + test case to reflect api changes.
2009-08-31 22:47:37 -04:00
mark_story
7c4d60abe8
Adding patch from 'grncdr' to allow default direction to be set for sort links created with PaginatorHelper::sort. Fixes #5151
2009-08-26 23:55:19 -04:00
mark_story
4f2d415663
Applying patch from 'kuja' to give default class names to links generated by Paginator::sort().
...
Fixes #6239
2009-08-26 23:33:13 -04:00
mark_story
38a4b619e6
Adding default classes to next and prev links.
...
Switching next() and prev() to use span by default.
2009-08-26 22:55:24 -04:00
mark_story
136b4db7ad
Deprecating $escape for HtmlHelper::tag() use $attributes['escape'] instead. Test case added.
2009-08-26 22:46:49 -04:00
mark_story
325446a8b3
Updating View::_paths to remove an always miss file_exists() check.
...
Test case added.
Refs #49
2009-08-23 22:43:51 -04:00
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
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
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
74448e4dee
Adding test cases for run create in Schema shell.
2009-08-10 21:54:29 -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
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
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
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
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
946f0c85fc
Merge branch '1.3-jshelper' into 1.3
2009-08-03 11:55:40 -07:00
mark_story
6ca2127aea
Fixing JsHelper tests to run in php4
2009-08-03 14:47:36 -04:00
mark_story
83a705f739
Merge branch '1.3' into 1.3-jshelper
2009-08-03 14:39:21 -04:00
gwoo
57552c25fc
updating some tests for php4
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8280 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-08-03 18:14:12 +00:00
mark_story
303b488bc1
fixing doc block indentation.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8279 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-08-03 18:13:46 +00:00
mark_story
bab62df0d8
Fixing fails caused by PHP4 and all lowercase classnames.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8278 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-08-03 18:12:42 +00:00
mark_story
29dd4ddf03
Fixing issues in Scaffold Test case with PHP4.
...
Cleaning up code formatting in Scaffold.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8276 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-08-03 17:38:40 +00:00
AD7six
47d50b1d93
Adding failing test case for invalid cache config causing a fatal error
2009-08-03 18:17:20 +02:00
jperras
33370fdc60
Fixing code coverage manager test.
2009-08-03 00:14:15 -04:00