mark_story
|
ef77e60cb0
|
Removing @subpackage tags, moving contents of @subpackage into @package.
Removing duplicate cake.cake in @package tags.
Renaming cake.app -> app
|
2010-12-24 14:09:57 -05:00 |
|
Juan Basso
|
ff18fe4e3e
|
Optimization in postLink and create methods from FormHelper.
|
2010-12-24 16:52:15 -02:00 |
|
mark_story
|
3fc8a1f8c1
|
Removing whitespace.
|
2010-12-24 12:54:18 -05:00 |
|
mark_story
|
e20ea8ad72
|
Renaming Dispatcher::__loadRoutes -> Dispatcher::_loadRoutes to match naming conventions.
Updating method name usage, as assertType is deprecated as of PHPUnit 3.5.6
|
2010-12-24 12:54:04 -05:00 |
|
mark_story
|
8eaba29c3f
|
Fixing an entirely wrong condition that prevented routes from being loaded.
|
2010-12-22 23:19:04 -05:00 |
|
mark_story
|
a37b3a1598
|
Adding more documentation to DboSource.
|
2010-12-22 22:33:17 -05:00 |
|
mark_story
|
98c356a9c5
|
Adding some more documentation to ModelBehavior as well as basic usage.
|
2010-12-22 22:27:47 -05:00 |
|
mark_story
|
aff5cd7e15
|
Adding a doc block and code sample for MediaView.
|
2010-12-22 22:04:02 -05:00 |
|
Juan Basso
|
27477bbac3
|
Removing extra parameter.
|
2010-12-23 00:32:53 -02:00 |
|
mark_story
|
3c6fc55eed
|
Removing strlower() calls as they are not needed in php5 land.
|
2010-12-21 23:45:47 -05:00 |
|
mark_story
|
af2a5123b5
|
Fixing issue where prefixes would not be correctly loaded for a request.
|
2010-12-21 23:14:17 -05:00 |
|
mark_story
|
1c6b261ff1
|
Correcting and expanding documentation on console classes.
|
2010-12-21 23:11:23 -05:00 |
|
mark_story
|
afbc73a3b5
|
More documentation.
|
2010-12-21 22:36:37 -05:00 |
|
mark_story
|
d5589d26bd
|
more doc blocks.
|
2010-12-21 22:27:17 -05:00 |
|
mark_story
|
4312a26b2f
|
Removing View::$autoRender it wasn't used.
Removing @access tags, which just restated the visibility keywords.
Adding documentation to a number of parameters and methods.
|
2010-12-21 21:59:25 -05:00 |
|
mark_story
|
f85567a566
|
Removing @author tags that snuck in.
|
2010-12-21 21:58:20 -05:00 |
|
mark_story
|
de7b324444
|
Fixing more strict warnings.
Removing & on component callbacks.
Updating incorrect method signatures.
|
2010-12-18 00:03:03 -05:00 |
|
mark_story
|
24373ae3c1
|
Removing uses() it was deprecated in 1.3. Use App::import() instead.
|
2010-12-16 23:05:39 -05:00 |
|
mark_story
|
f50a97bff1
|
Making PagesController test unskipped in all_tests.
|
2010-12-16 22:53:00 -05:00 |
|
mark_story
|
42754c63ff
|
Making more tests no longer skip in test suites.
|
2010-12-16 00:01:43 -05:00 |
|
mark_story
|
95f58321a8
|
Removing a duplicate test, and extra classes.
|
2010-12-15 23:54:28 -05:00 |
|
mark_story
|
339cb41ea2
|
Using $_mergeParent to unskip tests in test suites.
|
2010-12-15 23:49:54 -05:00 |
|
mark_story
|
6206fefcee
|
Starting to switch to a _mergeParent. This will allow un skipping of many tests, and make mergeVars more flexible.
|
2010-12-15 23:44:43 -05:00 |
|
mark_story
|
862a2bc25e
|
Removing duplicate class definition that could cause test suite inconsistencies.
Adding skip for when AppController is defined.
Changing how mock models are constructed to better use Model::__construct parameters.
|
2010-12-15 23:33:00 -05:00 |
|
mark_story
|
9dcea304c1
|
making assertions run against the test case, not the subject test case.
|
2010-12-15 22:19:44 -05:00 |
|
mark_story
|
5ff376e0a0
|
Adding parent calls.
|
2010-12-15 22:12:48 -05:00 |
|
mark_story
|
a054695dca
|
Fixing failing tests.
|
2010-12-15 22:08:24 -05:00 |
|
Jeremy Harris
|
9e74283b90
|
Merge branch '2.0-1353' into 2.0
|
2010-12-14 20:42:03 -08:00 |
|
Jeremy Harris
|
904cb8a4a6
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-12-14 20:30:58 -08:00 |
|
Jeremy Harris
|
97c82e28a1
|
Fixed problems where running all tests will fail due to duplicate classes
|
2010-12-14 20:27:12 -08:00 |
|
mark_story
|
1531a7226e
|
Removing duplicated tests, and tests for methods that are not implemented in the subclasses.
|
2010-12-14 23:26:24 -05:00 |
|
mark_story
|
7b4ffa2ee9
|
Fixing incorrect exception type.
|
2010-12-14 23:24:37 -05:00 |
|
Juan Basso
|
a6014cfd8d
|
Fixed the define name to run all socket tests.
|
2010-12-15 02:02:51 -02:00 |
|
Jeremy Harris
|
29441ca880
|
Added ObjectCollection test to libs group
|
2010-12-14 20:01:31 -08:00 |
|
Juan Basso
|
754c9b2c3d
|
Updated to HttpSocket, HttpResponse and CakeSocket use SocketException.
|
2010-12-15 02:01:00 -02:00 |
|
Jeremy Harris
|
b9143dc7d4
|
Added ControllerTestCase class for testing controllers. Fixes #1244
|
2010-12-14 19:58:27 -08:00 |
|
Juan Basso
|
c0e2f63f7d
|
Merge with 2.0-http.
|
2010-12-15 01:58:21 -02:00 |
|
Juan Basso
|
ad5e7248c5
|
Fixed documentation.
|
2010-12-15 01:54:48 -02:00 |
|
Juan Basso
|
575da672b0
|
Fixed basic proxy test.
|
2010-12-15 01:54:37 -02:00 |
|
mark_story
|
478d158133
|
Removing a var_dump because I'm a muppet.
|
2010-12-14 22:52:31 -05:00 |
|
Juan Basso
|
99407282e5
|
Updated the config of auth in digest method.
|
2010-12-15 01:51:00 -02:00 |
|
mark_story
|
84414eeb07
|
Removing CakeSession::watch() and CakeSession::ignore(). You should use logging, or an interactive debugger instead.
|
2010-12-14 22:35:43 -05:00 |
|
mark_story
|
75af48b774
|
Updating bake templates to let PUT methods through as well.
|
2010-12-14 22:09:29 -05:00 |
|
Jeremy Harris
|
10bf41a4df
|
Merge commit '42a5ebf47b73bbdf200f0238e30e6d4893695f80' into 2.0
|
2010-12-14 19:00:26 -08:00 |
|
mark_story
|
19f9caed28
|
Fixing tests so they initialize the session, before trying to test things.
|
2010-12-14 21:59:53 -05:00 |
|
Jeremy Harris
|
9fa1bec0cb
|
Move Controller::paginate() into PaginatorComponent
|
2010-12-14 18:21:39 -08:00 |
|
Juan Basso
|
296aef2c11
|
Removed the import. It is called in request.
|
2010-12-14 11:13:44 -02:00 |
|
Juan Basso
|
2cbece6784
|
Removed the lineBreak attribute, this is fixed in RFC.
|
2010-12-14 11:11:36 -02:00 |
|
Juan Basso
|
cf7aae7911
|
Removed parseHeader from HttpSocket (it was not used). Moved the tests of parseHeader to HttpResponse.
|
2010-12-14 11:05:37 -02:00 |
|
mark_story
|
bd951791f4
|
Removing forced start of sessions now that they are lazily started.
|
2010-12-13 23:59:57 -05:00 |
|