mark_story
|
f5383a2243
|
Fixing some failing tests.
|
2011-02-05 01:40:14 -05:00 |
|
mark_story
|
8d7df1721c
|
Removing duplicate import.
|
2011-02-05 01:29:35 -05:00 |
|
mark_story
|
304f12d0ed
|
Removing a pointless import in CakeRequest.
Moving inclusion of ObjectCollection to bootstrap. This avoids repetitive calls to import()
|
2011-02-05 01:28:41 -05:00 |
|
mark_story
|
8e267f7be2
|
Fixing bake's unit test detection so it checks for PHPUnit properly.
Fixes #1505
|
2011-02-04 21:56:24 -05:00 |
|
Mark Story
|
7b34d879dc
|
Making exception class names visible in the WebTest runner. Fixes #1506
|
2011-02-04 17:11:49 -05:00 |
|
mark_story
|
63308fdbd8
|
Fixing issue where a false id would be appended to the route url. Test added. Fixes #1501
|
2011-02-02 21:52:41 -05:00 |
|
José Lorenzo Rodríguez
|
72c6e0cd58
|
Fixing Cache tests
|
2011-01-31 00:47:30 -04:30 |
|
José Lorenzo Rodríguez
|
ff5a809b29
|
Fixing log engines loading
|
2011-01-31 00:14:20 -04:30 |
|
José Lorenzo Rodríguez
|
bff6343979
|
Adding the session datasources apth to App::build(), in the future look into registering only the top level packages
Fixing CakeSession tests
|
2011-01-31 00:02:17 -04:30 |
|
José Lorenzo Rodríguez
|
a1fd27741d
|
Fixing CakeTestFixture test case
|
2011-01-30 23:41:59 -04:30 |
|
José Lorenzo Rodríguez
|
33cbdefd8c
|
Moving config tests assets and adding missing view path in View tests case
|
2011-01-30 23:39:07 -04:30 |
|
Phally
|
f3812342c2
|
Minor optimization for email linefeeds.
|
2011-01-31 00:15:56 +01:00 |
|
Phally
|
9402f0ab79
|
Added missing skipIf when no SMTP server is running.
|
2011-01-31 00:06:11 +01:00 |
|
mark_story
|
6db8515e60
|
Fixing incorrectly nested sprintf + __ call. Refs #1305
|
2011-01-30 12:25:40 -05:00 |
|
mark_story
|
5b8499c8c7
|
Adding $name back in as it causes numerous notice errors in fixtures when it is missing.
|
2011-01-29 20:54:15 -05:00 |
|
ADmad
|
88d5db76fd
|
Removed overriding of recursive to 0 in Model::_findNeighbors() if 'recusive' option is not specified in find options. Closes #860
|
2011-01-30 04:13:01 +05:30 |
|
Maggion Emmanuel
|
01801a7777
|
Reducing code related to CakeSchema. Fixes #1477
|
2011-01-29 17:26:08 -05:00 |
|
mark_story
|
b30f40582e
|
Making SchemaShell disable the cache when reading table information for schema generation. Fixes #1490
|
2011-01-29 09:24:28 -05:00 |
|
José Lorenzo Rodríguez
|
4f01fc79c1
|
Fixing ComponentCollecction components loading, as with Behaviors and Helpers, thee MissingFileException can not be thrown
|
2011-01-28 10:49:53 -04:30 |
|
José Lorenzo Rodríguez
|
06fb51f19d
|
Added some missing App::uses() calls
|
2011-01-28 02:06:30 -04:30 |
|
José Lorenzo Rodríguez
|
32e0d86976
|
Fixing sSecurity component tests
|
2011-01-28 02:02:33 -04:30 |
|
José Lorenzo Rodríguez
|
4a55ef47cf
|
Fixing SessionComponent tests
|
2011-01-28 02:00:20 -04:30 |
|
José Lorenzo Rodríguez
|
024bff2126
|
Adding missing class usage declaration in ExceptionHandler test case
|
2011-01-28 01:56:00 -04:30 |
|
José Lorenzo Rodríguez
|
013f88e5f5
|
Fixing ExceptionRenderer tests
|
2011-01-28 01:55:07 -04:30 |
|
José Lorenzo Rodríguez
|
1ada281e14
|
Extracting CakeLogInterface to its own file, this fixes the FileLog test case
|
2011-01-28 01:52:54 -04:30 |
|
José Lorenzo Rodríguez
|
e81ff384c7
|
Fixing BehaviorCollection test regarding how classes are loaded. with the introduction of App::uses() it is not possible to determine if a file is missing or just the class in the file, so removing the throwing of MissingBehaviorFileException seems the only choice
|
2011-01-28 01:48:15 -04:30 |
|
José Lorenzo Rodríguez
|
0bde6d35f5
|
Fixing Acl classes loading for the AclBehavior tests
|
2011-01-28 01:44:04 -04:30 |
|
José Lorenzo Rodríguez
|
61e7cafe32
|
Fixing HelperCollection tests after merging 2.0 branch in
|
2011-01-28 01:33:08 -04:30 |
|
José Lorenzo Rodríguez
|
aa18cca1c3
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
lib/Cake/View/Helper.php
|
2011-01-28 01:14:59 -04:30 |
|
Jeremy Harris
|
3575053463
|
Merge remote branch 'upstream/2.0' into 2.0
|
2011-01-27 18:33:07 -08:00 |
|
Jeremy Harris
|
e99f090ee0
|
Fixed issue where ClassRegistry alias was incorrectly set
|
2011-01-27 18:32:51 -08:00 |
|
Juan Basso
|
bbf6aedd9c
|
Fixed wrong viewVars store when have objects in view caching. Fixes #1486.
|
2011-01-28 00:31:18 -02:00 |
|
mark_story
|
5464ed8455
|
Fixing blackholes caused by using custom name attributes with inputs. Fixes #1489
|
2011-01-27 21:05:30 -05:00 |
|
mark_story
|
38e286e978
|
Fixing order of paths so core paths are last in the search array. Fixes #1488
|
2011-01-27 19:30:21 -05:00 |
|
mark_story
|
71d8e744f1
|
Fixing case-sensitivity of AS in fields. Tests added. Fixes #1474
|
2011-01-26 20:58:16 -05:00 |
|
mark_story
|
d192ed32f0
|
Adding a socket key to DboMysqli::$baseConfig. Fixes notice errors when socket is undefined. Fixes #1482
|
2011-01-26 20:54:14 -05:00 |
|
ADmad
|
161d3ea5fb
|
Removed from comments references to DBOs which are no longer available. Closes #1479
|
2011-01-26 19:34:42 +05:30 |
|
Juan Basso
|
95713fbf3b
|
Separated the tests for HtmlHelper::loadConfig() with exception in different methods.
|
2011-01-25 01:18:44 -02:00 |
|
mark_story
|
32f0b20a33
|
Removing wonky and most likely incorrect manipulation of socket and port
setting mangling in DboMysqli. Fixes #1478
|
2011-01-24 22:05:16 -05:00 |
|
Juan Basso
|
dc4357f636
|
Merge remote branch 'jrbasso/2.0-html' into 2.0
|
2011-01-23 21:25:02 -02:00 |
|
Juan Basso
|
d933d6bd73
|
Assigning the helper object in view class, avoiding to use __get magic for each call.
|
2011-01-23 20:51:56 -02:00 |
|
Juan Basso
|
be98491413
|
Ini/Php readers now read files with/without extension.
|
2011-01-23 20:27:46 -02:00 |
|
mark_story
|
7032729651
|
Fixing how webroot is calculated for installs not using url rewriting. Also fixes using the top level index.php file.
Test cases added for using both index.php files.
Cleaned up existing tests for environment detection.
Fixes #1261, Fixes #1432
|
2011-01-23 17:08:09 -05:00 |
|
Juan Basso
|
5b8f680d43
|
Throwing exception instead notice in loadConfig.
|
2011-01-23 20:00:06 -02:00 |
|
Juan Basso
|
55c557d5a1
|
Support to read ini files without section in IniReader.
|
2011-01-23 19:28:57 -02:00 |
|
Juan Basso
|
175e008308
|
Reading configuration using reader classes. You can pass the key configFile in Html settings to load in constructor.
|
2011-01-23 19:27:50 -02:00 |
|
Juan Basso
|
1a90bf7292
|
Support to read ini files without section in IniReader.
|
2011-01-23 19:26:13 -02:00 |
|
Juan Basso
|
7df9782020
|
Moving loadConfig to Html helper.
|
2011-01-23 16:21:17 -02:00 |
|
Juan Basso
|
b1f4c6a0c9
|
Changed tags attributes to protected.
|
2011-01-23 12:38:36 -02:00 |
|
Juan Basso
|
10d3dd5d2b
|
Moving the parseAttributes to Html helper.
|
2011-01-23 12:36:14 -02:00 |
|