mark_story
|
8cf7dbbbfa
|
Adding tests for CacheHelper triggering. Was broken by previous refactoring.
|
2009-09-14 23:49:20 -04:00 |
|
mark_story
|
01cf40bf12
|
Adding automatic use of $options for $disabledOptions in PaginatorHelper::next() and PaginatorHelper::prev(). Thanks to 'joaquin_win' for the initial patch. Refs #83
|
2009-09-14 23:06:24 -04:00 |
|
mark_story
|
326424592d
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/dispatcher.php
cake/libs/controller/scaffold.php
cake/libs/inflector.php
cake/libs/view/view.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/inflector.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/fixtures/counter_cache_post_fixture.php
cake/tests/fixtures/counter_cache_user_fixture.php
|
2009-09-13 13:52:58 -04:00 |
|
mark_story
|
9c41efd6fe
|
Adding NumberHelper::addFormat and test cases. Refs #5630
|
2009-09-10 22:54:49 -04:00 |
|
mark_story
|
818e7340f7
|
Adding test cases from #5630
|
2009-09-10 22:29:10 -04:00 |
|
mark_story
|
5f6015c3c4
|
Updating file headers and removing @static.
|
2009-09-10 22:23:48 -04:00 |
|
renan.saddam
|
4ec75c6052
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-09-10 12:32:52 -03:00 |
|
renan.saddam
|
2e8bbd5eb1
|
Adding docblock for the new variable used for logging. Making the CakeLog::handleError logs the same output as in Debugger::handleError.
|
2009-09-10 12:32:21 -03:00 |
|
nate
|
fd6538fc72
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-09-10 09:28:55 -04:00 |
|
mark_story
|
4766f62029
|
Merge branch '1.3-logging' into 1.3-misc
|
2009-09-09 11:08:18 -04:00 |
|
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
|
ce7864920f
|
Adding ability to add arbitrary attributes to HtmlHelper::scriptBlock. Test case added.
|
2009-09-03 13:50:53 -04:00 |
|
mark_story
|
ead3b0ecf6
|
Allowing HtmlHelper::script() to take an array of options, allows for custom attributes to be added to script include tags. Test cases added. Fixes #2955
|
2009-09-03 13:45:39 -04:00 |
|
mark_story
|
c963d5cc43
|
Updating file headers.
|
2009-09-03 12:43:13 -04:00 |
|
mark_story
|
2ff5334347
|
Minor refactor to remove method calls to Inflector::camelize.
Adding tests to ensure references are maintained.
|
2009-09-03 09:37:25 -04:00 |
|
evilbloodydemon
|
75695341fa
|
Helpers addressed by $this->Helper->func()
|
2009-09-03 00:58:26 -04: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
|
a678a603c0
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 13:48:32 -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
|
2dca77cbcb
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-25 23:34:19 -04:00 |
|
mark_story
|
31ec714e2e
|
Adding View::_paths() optimization.
Test cases added.
Refs #49
|
2009-08-23 23:13:56 -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 |
|
jperras
|
6f8f4c5a05
|
Adding waves -> wave as irregular singularization rule. Fixes #47.
|
2009-08-22 20:26:33 -04:00 |
|
mark_story
|
47d9181313
|
Adding test case from 'mradosta'.
Fixing issue with non-zero indexed arrays and Set::extract()
Fixes #6
|
2009-08-21 23:18:27 -04:00 |
|
mark_story
|
3b95b4c95d
|
Merge branch '1.3' into 1.3-misc
|
2009-08-20 01:12:09 -04:00 |
|
mark_story
|
cca3281f8c
|
Fixing complex expression handling in DboSource::fields(). Making AS a variable controlled by implementing dbo.
Test cases added.
Fixes #38
|
2009-08-19 13:03:36 -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 |
|
mark_story
|
5a971ddbf0
|
Fixing Xml::toArray() Where camelcased data was collapsed and corrupted. Causing unpredictable data structures with empty tags. Minor changes to existing behavior. See modified test cases. Fixes #8
|
2009-08-13 22:47:17 -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 |
|