mark_story
|
9b857e9f36
|
Added camelCase check for setTablePrefix. setTablePrefix now fires on PHP5. Closes #5147
Updated test in model.test to reflect changes in empty string handling for float and integer types.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7368 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 04:19:54 +00:00 |
|
mark_story
|
8185fb87fc
|
cleaning up requires to be App::import()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7367 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 03:36:30 +00:00 |
|
mark_story
|
8d2e4721e3
|
Added checks for empty string in integer columns. value() Now returns NULL. Closes #5141
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7366 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 02:49:02 +00:00 |
|
gwoo
|
e26b7e7a63
|
refactor dispatcher, fixes #5033
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7365 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-26 20:09:20 +00:00 |
|
gwoo
|
caa7bb6218
|
updating cache engines so key will expire when duration is changed, updated datasource and configure to for new settings, closes #5083
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7364 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-26 20:00:20 +00:00 |
|
nate
|
4451c02b1c
|
Corrects handling of fully-qualified URLs in Router::normalize(), fixes #4036
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7363 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-25 11:45:00 +00:00 |
|
mark_story
|
6add903d84
|
Corrected key in validation::multiple test. closes #5146
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7362 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 23:55:15 +00:00 |
|
TommyO
|
5dc4388fa0
|
Added tests for template and layout rendering. Currently fail as component doesn't wordwrap properly. May also explain #4498
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7361 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 13:54:39 +00:00 |
|
TommyO
|
e235e422ed
|
log fix: Committed in error. No real changes made to file.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7360 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 13:52:37 +00:00 |
|
TommyO
|
c466cfdc8b
|
Adding elements and templates to test app for EmailComponent
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7359 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 13:34:46 +00:00 |
|
nate
|
b0b9c1e4bd
|
Adding PaginatorHelper tests for additional custom URL settings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7358 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 04:04:21 +00:00 |
|
mark_story
|
cc098629a6
|
Added direction check to Controller::paginate(). paginate() now forces 'asc' when wrong. Added tests. Closes #5120
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7357 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 02:46:39 +00:00 |
|
mark_story
|
b45a369d1d
|
Added string cast to FileEngine::read() closes #5094
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7356 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 02:23:46 +00:00 |
|
mark_story
|
d7b043a374
|
Fixing test_app/test_plugin files. Many had incorrect file / class names. Added tests to cover plugin class loading, and dispatching.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7355 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 02:19:05 +00:00 |
|
gwoo
|
d6d7bd68bd
|
changing include to readfile, fixes #5033
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7354 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-23 20:53:59 +00:00 |
|
mark_story
|
c1dce9e7ff
|
Implemented Validation::multiple() Tests added. Closes #5086, #3329, #4852
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7353 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-23 02:15:48 +00:00 |
|
mark_story
|
71634b6b1d
|
Relaxing Sanitization on error messages to prevent UTF-8 characters from being stripped. Closes #5133
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7352 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 23:33:01 +00:00 |
|
mark_story
|
d9bb166721
|
Added firebird transaction commands. Thanks to 'daniele.teti'. Closes #5130
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7351 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 23:22:17 +00:00 |
|
phishy
|
9cf8a77e88
|
added fetchResult() wrapper
fixed queryAssociation(), it was producing invalid queries
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7350 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 12:20:18 +00:00 |
|
mark_story
|
2bf7181f05
|
Added check to Configure::getPaths() to account for chroot 'ed hosting. Tested with open_basedir. Closes #5093
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7349 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 01:12:53 +00:00 |
|
mark_story
|
0b23ec64ff
|
Modified all remaining tests to use CakeTestCase. Switched all uses() calls to App::import().
Added tests to configure.test to test importing from plugins.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7348 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-21 02:40:58 +00:00 |
|
mark_story
|
c286736f69
|
Added afterFind callback to Models where recursive >= 2. Added tests from 'ezyang'. Closes #5103
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7347 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-20 17:25:39 +00:00 |
|
mark_story
|
c1bac3358a
|
Adding additional tests related to prefix routing. Shows usage in paginator. Refs #5115
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7346 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-19 17:20:42 +00:00 |
|
mark_story
|
c19e7ff3da
|
Modified test to use accented characters.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7345 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-17 17:14:28 +00:00 |
|
mark_story
|
993bee59fa
|
Moving charset meta tag above title tag. Closes #5107
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7344 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-17 17:07:42 +00:00 |
|
the_undefined
|
d363dfccd1
|
Fixed documentation for date 'my' validation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7343 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-17 15:59:18 +00:00 |
|
mark_story
|
4355a13939
|
Altered TextHelper::truncate() when using exact = false and considerHtml = true close tags would be chopped off leaving incorrect Html. Closes #4941
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7342 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-16 12:40:49 +00:00 |
|
mark_story
|
2e5532348d
|
Removed end of generated file whitespace from plugin bake task. Closes #5102
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7341 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-16 12:34:03 +00:00 |
|
renan.saddam
|
8bbc0d7078
|
Added test case to prove #5096. Refs #5096
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7340 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-16 00:48:58 +00:00 |
|
joelmoss
|
029f2ab75c
|
Created test to prove #4941. Refs #4941
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7339 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-15 11:01:44 +00:00 |
|
mark_story
|
b2d74c8be1
|
Added tests to cover model validation setting errors, controller render passing error and form helper field error display. Closes #5077.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7338 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-15 02:13:14 +00:00 |
|
mark_story
|
c53669f928
|
Updated CSS files to remove display:block property on all inputs. Added additional padding to radio buttons. Closes #5073
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7337 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-13 23:28:45 +00:00 |
|
mark_story
|
684fb5fcce
|
Replaced in_array() with array_key_exists(). Closes #4465
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7336 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-12 00:23:08 +00:00 |
|
mark_story
|
20851bd548
|
Added ability to singularize 'gloves', 'wolves', 'shelves' and other ves words. Added tests. Closes #5080
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7335 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-12 00:22:09 +00:00 |
|
mark_story
|
96fa4e4db1
|
Updated skel/config/routes.php to reflect .ctp extension. Fixed spelling error. Closes #5084
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7334 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-10 17:37:32 +00:00 |
|
mark_story
|
5ec8eef6ce
|
Added userOffset check to timeAgoInWords, tests added. Closes #5068.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7333 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-10 03:30:28 +00:00 |
|
AD7six
|
a98cafcfbe
|
Adding test case for #5064
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7332 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-09 17:51:08 +00:00 |
|
nate
|
0cd5b435d9
|
Adding Router tests to verify URL generation with flags and prefixes both in and out of context
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7331 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-09 14:28:32 +00:00 |
|
joelmoss
|
aa1b0c776e
|
JavascriptHelper::blockEnd now correctly respects safe option. Test also added. Fixes #5074
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7330 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-09 12:08:51 +00:00 |
|
renan.saddam
|
8d644172c9
|
fixing broken test, improving code coverage
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7329 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-09 04:07:16 +00:00 |
|
mark_story
|
acdbf66f50
|
Adding tests to object test. Coverage now ~80%
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7328 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-09 03:15:01 +00:00 |
|
mark_story
|
a341e74f03
|
String::insert() now variable safe. Tests added. Fixes 5041.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7327 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-07 23:24:39 +00:00 |
|
gwoo
|
c3aa47f08e
|
updating Securiity::hash(), closes #5060, closes #5044.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7326 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-07 17:13:09 +00:00 |
|
mark_story
|
e20944a976
|
Added patch from 'biesbjerg' corrects timestamps not being applied to Vendors css and js. Closes #5045
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7325 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-07 01:19:41 +00:00 |
|
phpnut
|
3713fe25ae
|
Reverting change to Security::cipher(); in [7322]. Newer versions of PHP 5.2.1 and above no longer produce same identical seeds
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7324 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 15:03:46 +00:00 |
|
phpnut
|
ed0a031ec4
|
Adding correct test cases for #5046 showing proper prefix usage, closes #5046 as invalid
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7323 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 14:48:09 +00:00 |
|
phpnut
|
9bc1acb2ec
|
Closes #5051, AjaxHelper form function should use mt_rand() instead of rand().
Replaced all rand() with mt_rand() in the core.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7322 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 14:31:22 +00:00 |
|
phpnut
|
bdc3685e62
|
Fixes #5024, find('threaded') returns empty array if root node is not included in the results.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7321 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 14:10:42 +00:00 |
|
phpnut
|
d853520e46
|
Fixes #5025, UTF8 signs are not treated correctly at form validation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7320 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 13:25:22 +00:00 |
|
phpnut
|
1c2b1ef8eb
|
Fixes #5008, DBO Source fails on >= query fixes failing tests added in [7302]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7319 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 12:56:56 +00:00 |
|