mark_story
|
d0e6a79f82
|
Updating file headers.
Adding CakeLog::handleError which will log errors when debug = 0.
Test cases added.
|
2009-09-07 23:59:31 -04:00 |
|
mark_story
|
cac09481ac
|
Removing support for DEBUG constant. Use Configure::write('debug', 2) instead.
Adding 'log' interaction to error reporting settings controlled by Configure::write().
|
2009-09-07 23:28:50 -04:00 |
|
mark_story
|
90b6272a14
|
Updating test case for new values in error reporting.
|
2009-09-07 22:53:08 -04:00 |
|
mark_story
|
11ceae2e96
|
Merge branch '1.3' into 1.3-logging
|
2009-09-07 22:41:31 -04:00 |
|
AD7six
|
e47316e74f
|
Correcting App::import usage
|
2009-09-04 11:58:20 -07:00 |
|
mark_story
|
c0a19ced14
|
Adding DboSource::getLog() and test case.
|
2009-09-01 23:23:47 -04:00 |
|
mark_story
|
4d458e93b6
|
Updating SessionHelper::flash() to use elements for custom flash wrapping html instead of layouts.
|
2009-09-01 00:03:56 -04:00 |
|
mark_story
|
17e81ab346
|
Updating session component, to not use layout, and use elements instead.
Tests updated.
|
2009-08-31 23:59:40 -04:00 |
|
mark_story
|
1bedd8418b
|
Merge branch '1.3-deprecation' into 1.3-misc
|
2009-08-31 23:41:41 -04:00 |
|
mark_story
|
3dc12cb6da
|
Updating model tests to reflect deprecation of Model::bind() and Model::delete() aliases.
|
2009-08-31 23:40:47 -04:00 |
|
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
|
f6ce178d85
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 14:24:50 -04:00 |
|
mark_story
|
0097e8c14b
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-31 14:22:37 -04:00 |
|
mark_story
|
9c82d19968
|
Adding tests for missingBehaviorClass and missingBehaviorError methods.
|
2009-08-30 19:38:17 -04:00 |
|
mark_story
|
81cb097959
|
Merge branch '1.3-behavior-error' into 1.3-misc
|
2009-08-30 19:33:43 -04:00 |
|
mark_story
|
c19c1a7828
|
Fixing issues with cakeError call.
Adding tests for cakeError being called with non-existant Behaviors.
|
2009-08-30 19:33:21 -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 |
|
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 |
|
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 |
|
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 |
|
jperras
|
74e6b30d7b
|
Removing duplicate classes & methods from a lost merge.
|
2009-08-02 22:59:15 -04:00 |
|
jperras
|
a0b04ed924
|
Adding proper skipIf to Javascript asset timestamp test.
|
2009-08-02 22:54:05 -04:00 |
|
gwoo
|
e3f8ee493e
|
fixing path in folder test
|
2009-08-02 22:47:26 -04:00 |
|
jperras
|
31321df6ce
|
Removing extra newline that was causing EmailComponent test to fail.
|
2009-08-02 21:09:33 -04:00 |
|
gwoo
|
d0c7397d5d
|
added unlink to SchemaTest::tearDown()
|
2009-08-02 16:47:15 -07:00 |
|
gwoo
|
07d1ecdf6d
|
adding change to DboSource test that was not committed in [8267]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8275 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-02 23:21:24 +00:00 |
|
gwoo
|
d905c274c8
|
Merge branch '1.2' into 1.3
|
2009-08-02 16:18:25 -07:00 |
|
AD7six
|
b9987e1712
|
whitespace normalization
|
2009-08-02 16:09:39 -07:00 |
|
gwoo
|
15ed658a27
|
Revert "Merge branch '1.3-newlines' into 1.3"
This reverts commit c088131cd8e9f53396852e8a320e2b0396807d20, reversing
changes made to 9341a2bb5eda1db208019aa8a9171224fb76fc6b.
|
2009-08-02 15:59:54 -07:00 |
|
gwoo
|
ffe801bb28
|
fixing folder class when path give does not exist
|
2009-08-02 15:42:27 -07:00 |
|