Juan Basso
9b6b258fed
Replace function is_integer (alias) by is_int.
...
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-21 13:36:10 -05:00
mark_story
9dcac18b87
Adding commented Asset.timestamp block to core.php
2009-11-21 13:26:33 -05:00
renan.saddam
4a8808eb21
Removing the argument passed to mssql_get_last_message(), it does not accept any argument.
2009-11-19 16:35:29 -02:00
mark_story
9eb1950646
Removing duplicate condition check. Fixes #314
2009-11-16 20:10:08 -05:00
mark_story
63ab96d751
Setting $primary = false inside DboSource::queryAssociation. Fixed #208
2009-11-15 17:48:41 -05:00
mark_story
ea6e3dd076
Fixing issue with bake model <name>
2009-11-15 16:47:58 -05:00
mark_story
6039d6ebe4
Applying optimization in Dispatcher::parseParams() from 'robustsolution'. Fixes #309
2009-11-15 15:32:58 -05:00
mark_story
17e377de7e
Updating doc block for MemcacheEngine
2009-11-14 19:40:30 -05:00
ADmad
862ff82ad4
Updating Configure::store to fix escaping issues
...
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-14 19:38:53 -05:00
mark_story
06d4e5e553
Reformatting code in memcache.
...
Adding unset() to test case to remove unnecessary keys that can cause test failure.
2009-11-14 18:50:23 -05:00
mark_story
8b1a2b1f72
Applying optimization in Router::__parseExtension from 'robustsolution'. Fixes #301
2009-11-14 16:29:33 -05:00
mark_story
9376826aa4
Fixing HttpSocket::buildUri when host key is empty.
...
Tests added
Fixes #271
2009-11-13 14:42:40 -05:00
mark_story
8d407ac915
Adding test to form helper to increase code coverage.
2009-11-13 09:45:25 -05:00
mark_story
d302ed1bfa
Fixing comment block formatting.
2009-11-13 09:44:51 -05:00
ceeram
a67a97722a
refs #291
...
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-13 09:25:47 -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
38f578199d
Changing new Model() for ClassRegistry::init(). Fixes issues when baking admin and non-admin methods for a controller that uses bound translations + TranslateBehavior. Fixes #245
2009-11-12 09:32:45 -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
82a2b1a019
Changing import of Dispatcher to direct require.
...
Modifying order of operations in Configure::__loadBootstrap()
moving inclusion of app/config/bootstrap.php after the creation of core cache configs. This allows App::import() to be used in the bootstrap file with cached paths.
2009-11-07 17:53:14 -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
30dc0cfe56
Removing unused $view property from CacheHelper.
...
Fixes #272
2009-11-07 10:44:14 -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
74edb052f3
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
2009-11-03 09:58:58 -05:00
mark_story
d63218c0a0
Fixing error in previous commit.
2009-11-03 09:52:59 -05:00
mark_story
133299c653
Removing duplicate constructor from ShellDispatcher.
...
Fixes warnings under PHP5.3.
Fixes #132
2009-11-03 09:02:17 -05:00
mark_story
6b043c6c57
Updating doc blocks for paginator helper.
2009-11-02 21:37:20 -05:00
mark_story
9d2628f699
Removing tab
2009-11-02 00:07:16 -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
873760aae4
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
2009-10-31 15:05:51 -04: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
0637272bd2
Updating doc block on Controller to include more information about $uses.
2009-10-31 14:25:33 -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
renan.saddam
84a10904fb
Fixing typo on variable name.
2009-10-30 18:42:04 -02:00
Gordon Pettey
2e3bbe363d
Array coding convention and extraneous punctuation
...
Signed-off-by: Mark Story <mark@mark-story.com>
2009-10-30 16:38:27 -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
ad305a890a
Applying optimization from 'ermayer' Reduces functions called from Folder::addPathElement() Fixes #178
2009-10-27 21:06:58 -04:00
mark_story
23ab84596a
Adding discrete tests to Folder::addPathElement
2009-10-27 21:04:14 -04:00
mark_story
00d7c655ce
Improving documentation for PaginatorHelper::sort() Fixes #210
2009-10-27 13:28:43 -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