mark_story
|
d302ed1bfa
|
Fixing comment block formatting.
|
2009-11-13 09:44:51 -05:00 |
|
ceeram
|
ea482442ff
|
test to prove ticket #291
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-13 09:22:05 -05:00 |
|
nate
|
1c8a2f232b
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-11-12 14:48:03 -05:00 |
|
mark_story
|
a7a6dc8c43
|
Fixing issue where SecurityComponent::_validatePost could generate notices if elements were removed from _Token array.
Tests Added
Fixed #228
|
2009-11-08 14:12:18 -05:00 |
|
mark_story
|
6db91b0f49
|
Fixing issues in ContainableBehavior that could leave models unbound when 'fields' was used as part of containment conditions. Fixes #253
|
2009-11-07 17:43:18 -05:00 |
|
ceeram
|
dd0c4a64c5
|
Test to prove ticket #253
|
2009-11-07 11:02:43 -05:00 |
|
mark_story
|
4bbfcbff7e
|
Fixing limit:0 and controller::paginate. Removes possibilty to generate sql errors by inputting invalid limit options. Tests updated. Refs #264
|
2009-11-06 00:44:21 -05:00 |
|
Ernst Mayerhofer
|
0327f15395
|
paginator works with limit 0 now too
|
2009-11-05 23:44:02 -05:00 |
|
mark_story
|
b4f6dd9c6e
|
Adding tests and support for binary columns in model task. Fixes #241
|
2009-11-04 22:57:43 -05:00 |
|
mark_story
|
e609875754
|
Updating Model::invalidFields, so returning false from beforeValidate() will abort both the validation and saving() of the record.
Tests added to check beforeSave, beforeValidate, and beforeDelete return values.
Fixes #257
|
2009-11-04 12:36:17 -05:00 |
|
mark_story
|
8c46cc49fb
|
Fixing issue in Dispatcher::cached() where plugins ending in asset extensions would be incorrectly handled.
Test added
Fixes #237
|
2009-11-03 13:14:38 -05:00 |
|
mark_story
|
a87d31cc7f
|
Fixing $cacheAction requiring the inclusion of the controller name for view cache files to be generated. This behavior makes the cache helper behave as documented.
Test cases added. Fixes #232
|
2009-11-02 00:07:02 -05:00 |
|
mark_story
|
51244907d1
|
Updating merge vars test to skip itself if run in a group context.
Updating controller group.
|
2009-10-31 14:55:04 -04:00 |
|
mark_story
|
6b616b7171
|
Adding skip for validation test, for DNS servers that reply for non-existant domains.
|
2009-10-31 14:48:37 -04:00 |
|
mark_story
|
76019513e1
|
Updating lib group to run non-mvc libs.
Removing no_database group. It was redundant.
|
2009-10-31 14:33:53 -04:00 |
|
mark_story
|
24a75a27bf
|
Updating Javacsript helper to use a real skipIf
|
2009-10-31 14:25:52 -04:00 |
|
mark_story
|
59566d4587
|
Updating component test case to no fail in group test.
Updating controller group to only run controller classes.
|
2009-10-31 14:08:56 -04:00 |
|
mark_story
|
a91970b7b2
|
Fixing security component test failures when run as part of a group.
|
2009-10-31 13:41:16 -04:00 |
|
mark_story
|
17edec8460
|
Changin how HttpSocket parses query string parameters. Makes HttpSocket querystring parameter parsing more congruent with how PHP handles query string parameters in that it doesn't require urlencoded characters.
Tests added.
Fixes #156
|
2009-10-29 20:14:36 -04:00 |
|
mark_story
|
a31a2d264c
|
Fixing Debugger::log() . The method used protected properties only available in test cases. No stack trace was being logged when called either. Method has been updated to match its doc block better.
Fixes #222
|
2009-10-29 19:47:29 -04:00 |
|
mark_story
|
23ab84596a
|
Adding discrete tests to Folder::addPathElement
|
2009-10-27 21:04:14 -04:00 |
|
mark_story
|
5a093e5627
|
Fixing issues in postgres with time columns and '' values.
Tests added.
Fixes #213
|
2009-10-27 13:22:34 -04:00 |
|
mark_story
|
79fdd8b341
|
Adding test to ensure blob integrity. Disproves #199
|
2009-10-24 12:53:22 -04:00 |
|
mark_story
|
72830cb125
|
Adding test case for model task
Fixing missing case for float datatypes when generating fixtures.
Fixes #204
|
2009-10-24 11:26:06 -04:00 |
|
mark_story
|
14bd47842c
|
Removing length() from DboMysqli, fixes incorrect float length parsing.
Test case added.
|
2009-10-24 11:06:27 -04:00 |
|
mark_story
|
d25497c527
|
Adding Skip to mb_strrpos test case. Skips the test if mbstring is installed and php version is 5.1.x. mb_strrpos had an incompatible function signature in these versions.
|
2009-10-22 13:51:55 -04:00 |
|
mark_story
|
61c1c47c93
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-10-22 09:34:45 -04:00 |
|
ceeram
|
3dbae37aad
|
fixing failing i18n testcase, caused by setting $category parameter for __c(), __dc() and __dcn() as LC_MONETARY instead of numeric value
|
2009-10-22 09:33:48 -04:00 |
|
renan.saddam
|
4e8c268536
|
Making the test more clear by avoind +-2 days thing. Fixes #186.
|
2009-10-21 19:19:21 -02:00 |
|
mark_story
|
0cc1d84737
|
Removing use of e() from core and test suite.
|
2009-10-21 12:57:03 -04:00 |
|
mark_story
|
0e23fdfbb3
|
Fixing infinitely nesting stack frames when TreeBehavior::reorder() is called and the models $cacheQueries = true and there are a sizable number of records being manipulated.
Test cases added.
Fixes #188
|
2009-10-21 00:22:36 -04:00 |
|
mark_story
|
c6f783ebfe
|
Fixing issues with CakeTestCase test case and debug = 3. Fixes #189
|
2009-10-20 22:19:32 -04:00 |
|
mark_story
|
3922f136da
|
Making DboMysqlTest pass when a connection with a prefix is used. Fixes #185
|
2009-10-19 20:54:02 -04:00 |
|
mark_story
|
52180d50c5
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-10-19 16:40:45 -04:00 |
|
mark_story
|
79e96e5aef
|
Updating localePaths path. Fixes #184
|
2009-10-19 16:36:44 -04:00 |
|
jperras
|
ae342c6f2c
|
Fixing skip in previous commit: if skip condition evaluates to true, to prevent a fatal error from being produced.
|
2009-10-19 13:22:14 -04:00 |
|
jperras
|
daafac8a64
|
Merge branch '1.2' of code.cakephp.org:cakephp into 1.2
|
2009-10-19 12:51:32 -04:00 |
|
jperras
|
7ff3fcc4c4
|
Adding skip for non-existence of DateTimeZone class in time helper tests.
|
2009-10-19 12:51:06 -04:00 |
|
mark_story
|
2675bbcd53
|
Fixing FormHelper::__selectOptions incorrectly selecting options due to type juggling. Fixes #167
|
2009-10-18 22:05:17 -04:00 |
|
mark_story
|
a36c2ec5bb
|
Removing self inclusions for test cases. Refs #174
|
2009-10-16 09:21:33 -04:00 |
|
renan.saddam
|
43dbf71624
|
Doing a little optimization for php 5.1 <, also fixing tests on Windows. Fixes #155.
|
2009-10-15 18:09:58 -03:00 |
|
mark_story
|
082156f9a1
|
Fixing FormHelper::input() label's for attribute when a datetime type is created and dateFormat or timeFormat is set to NONE. Fixes #168
|
2009-10-14 21:17:00 -04:00 |
|
mark_story
|
604b7e0a10
|
Splitting a long test for FormHelper up into smaller test cases.
|
2009-10-14 20:10:32 -04:00 |
|
mark_story
|
a4d09a806c
|
Adding tests for previous commit, showing alteration of \ into DS.
|
2009-10-13 00:01:09 -04:00 |
|
mark_story
|
e5a99b2685
|
Updating RequestHandler::renderAs() to respect DS constant, fixing issues on PHP4 + Windows. Fixes #97
|
2009-10-12 23:55:40 -04:00 |
|
mark_story
|
3bf94e6a28
|
Updating documentation for Model methods to improve api parsing.
Removing redundant include.
|
2009-10-05 20:42:37 -04:00 |
|
mark_story
|
c47e899ba1
|
Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139
|
2009-10-02 12:53:20 -04:00 |
|
mark_story
|
f12cbdba38
|
Fixing CacheHelper and multiple cake:nocache tags in a view file, breaking cake:nocache following $content_for_layout. Fixes #136
|
2009-10-01 01:03:47 -04:00 |
|
mark_story
|
7d4510b959
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-30 14:26:38 -04:00 |
|
mark_story
|
5f49a0f25c
|
Updating path handling inside i18n. Removes the extra DS that was appended to some paths. Fixes #126
|
2009-09-30 14:25:56 -04:00 |
|