Mark Story
|
45dab88180
|
Adding a cast to fix a failing test from the merge.
|
2010-09-06 16:54:32 -04:00 |
|
Mark Story
|
d88da3d579
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/configure.php
cake/libs/model/connection_manager.php
cake/libs/model/model.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
cake/tests/cases/libs/view/helpers/text.test.php
|
2010-09-06 16:53:04 -04:00 |
|
Mark Story
|
c60edfae6d
|
Fixing issue where errors containing code = 500, were not actually converted to error500 when debug = 0. Making missingConnection, and missingTable into error500 errors.
|
2010-09-06 16:46:41 -04:00 |
|
Mark Story
|
464d2217e6
|
Renaming model_behavior test to behavior_collection test as that's the class that contains the tested methods.
|
2010-09-06 13:51:42 -04:00 |
|
Mark Story
|
73057b8853
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-09-06 13:39:37 -04:00 |
|
Mark Story
|
5789aaf24d
|
Applying patch from 'tkykmw'. Behavior mapped methods are no longer run through strtolower(). Mapped methods are now case sensitive. Fixes #318
|
2010-09-06 13:38:01 -04:00 |
|
predominant
|
a6b08c94d0
|
Merge remote branch 'origin/2.0' into 2.0
Conflicts:
cake/libs/session/database_session.php
|
2010-09-06 23:57:36 +10:00 |
|
Mark Story
|
b491414a51
|
Changing gif to png, so baked apps have the correct icon. Fixes #1081
|
2010-09-06 01:39:39 -04:00 |
|
Mark Story
|
2e46d2f5ca
|
Changing gif to png, so baked apps have the correct icon. Fixes #1081
|
2010-09-06 01:38:31 -04:00 |
|
Mark Story
|
fd50c2ae2a
|
Adding some tests for the constructor.
|
2010-09-06 01:21:58 -04:00 |
|
Mark Story
|
d54c901f5d
|
Moving _setupDatabase() into the Database session class, as that's the only place its used.
|
2010-09-06 01:12:23 -04:00 |
|
Mark Story
|
c8ad4f11eb
|
Updating test session classes to not use static methods.
|
2010-09-06 01:11:54 -04:00 |
|
Mark Story
|
474ace09c1
|
Adding CakeResponse to the list of included files for Controller.
|
2010-09-06 01:11:26 -04:00 |
|
Mark Story
|
d62ae2900a
|
Fixing issue where ConnectionManager wasn't triggering session close, causing issues with database sessions.
|
2010-09-06 01:10:45 -04:00 |
|
Mark Story
|
27ae7f1f44
|
Making session storage classes not static, there was no real reason they were static before, and removing the static methods allows them to have constructors. This will allow moving database specific features from CakeSession to DatabaseSession.
|
2010-09-06 00:43:58 -04:00 |
|
ADmad
|
bfaaa6b8ba
|
Fixing unnecessary extra calls to 'afterFind' callback of 'hasMany' associated models. Closes #995
|
2010-09-05 23:53:24 +05:30 |
|
Mark Story
|
82fffe6914
|
Fixing issue where FormHelper::select() with multiple = checkbox and a custom name attribute would not work correctly. Fixes #1078
|
2010-09-05 01:28:13 -04:00 |
|
Mark Story
|
5c0fe1b16e
|
Applying patch from 'majna'. Adding plugin to the list of template variables exposed in the controller task. Test added Fixes #1077
|
2010-09-03 12:33:59 -04:00 |
|
Mark Story
|
dbdd17f51a
|
Adding test cases from 'euromark' and updating how email addresses are parsed so they are slightly more conformant to RFC 5322. Fixes #1066
|
2010-09-02 11:16:10 -04:00 |
|
Mark Story
|
3e5e52d52e
|
Fixing doc block for Form::create(). Fixes #1058
|
2010-09-02 00:29:04 -04:00 |
|
mark_story
|
08d6c19ab6
|
Adding test for themes in app/webroot dir. Closes #1061
|
2010-08-31 21:21:05 -04:00 |
|
predominant
|
465b15c64e
|
Removing reference assignments.
|
2010-08-29 23:09:33 +10:00 |
|
mark_story
|
5257a66fe5
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-08-28 11:26:28 -04:00 |
|
predominant
|
04d3353ee4
|
Adding access specifiers to methods
|
2010-08-28 15:38:48 +10:00 |
|
predominant
|
f7addabcf2
|
Whitespace removal
|
2010-08-28 15:27:12 +10:00 |
|
predominant
|
c1209a1a7a
|
Added RequestObject output in place of Controller:$output whicch no longer exists.
|
2010-08-28 15:15:23 +10:00 |
|
predominant
|
93b80042f8
|
Fix failing scaffold tests.
|
2010-08-28 15:01:43 +10:00 |
|
mark_story
|
a2186c412a
|
Updating doc blocks for CakeRequest and CakeResponse.
|
2010-08-28 00:59:07 -04:00 |
|
mark_story
|
d8b2bcdf06
|
Making view + helpers groups pass.
|
2010-08-28 00:40:12 -04:00 |
|
mark_story
|
dcb7a167b4
|
Fixing controller test cases.
|
2010-08-28 00:29:50 -04:00 |
|
mark_story
|
9485f0a993
|
Merge branch 'request-response' into 2.0
Conflicts:
cake/tests/cases/libs/controller/controller.test.php
|
2010-08-28 00:24:07 -04:00 |
|
mark_story
|
e4545dbe5e
|
Fixing failing tests in Dispatcher.test.
|
2010-08-28 00:19:09 -04:00 |
|
mark_story
|
c76f205bcb
|
Adding exceptions file.
|
2010-08-28 00:18:46 -04:00 |
|
mark_story
|
2cdb10812d
|
Merge branch '2.0-exceptions' into 2.0
Conflicts:
cake/dispatcher.php
cake/libs/controller/scaffold.php
cake/tests/cases/dispatcher.test.php
|
2010-08-28 00:14:34 -04:00 |
|
mark_story
|
dc67b9cacc
|
Moving all the exceptions into one file for the short term.
|
2010-08-28 00:08:35 -04:00 |
|
José Lorenzo Rodríguez
|
f63b093d24
|
Merge branch '2.0-request' into 2.0
Still tons of tests failing
Conflicts:
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/controller/components/request_handler.php
cake/libs/controller/components/security.php
cake/libs/controller/controller.php
cake/libs/router.php
cake/libs/view/helper.php
cake/libs/view/helpers/html.php
cake/libs/view/view.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/controller/components/auth.test.php
cake/tests/cases/libs/controller/components/request_handler.test.php
cake/tests/cases/libs/controller/components/security.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helper.test.php
cake/tests/cases/libs/view/helpers/cache.test.php
cake/tests/cases/libs/view/helpers/form.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/cases/libs/view/helpers/paginator.test.php
|
2010-08-27 23:31:41 -04:30 |
|
mark_story
|
f0d938c1cb
|
Fixing failing tests in scaffold.
|
2010-08-27 23:59:29 -04:00 |
|
mark_story
|
0683dc43ff
|
Replacing cakeError calls with exceptions in ConnectionManager and Model.
|
2010-08-27 23:54:22 -04:00 |
|
mark_story
|
c4cb629d80
|
Replacing cakeError with exceptions in Scaffold.
|
2010-08-27 23:54:00 -04:00 |
|
mark_story
|
e600f86abd
|
Updating Dispatcher test to test for exceptions instead of cake error returns.
Removing a test that is no longer valid.
|
2010-08-27 23:40:22 -04:00 |
|
mark_story
|
b301b0d86e
|
Adding MissingModelException.
|
2010-08-27 23:04:35 -04:00 |
|
mark_story
|
caf7668de5
|
Adding documentation for Dispatcher::dispatch throwing exceptions.
|
2010-08-27 23:04:09 -04:00 |
|
mark_story
|
a15c4f89b4
|
Moving calls of cakeError() to using exceptions.
|
2010-08-27 22:59:48 -04:00 |
|
mark_story
|
1980c924b9
|
Adding RuntimeException classes for Dispatcher.
|
2010-08-27 22:48:02 -04:00 |
|
mark_story
|
1e6064ceae
|
Removing the last exclusion from the AllHelper group.
|
2010-08-26 23:31:25 -04:00 |
|
mark_story
|
1a52442057
|
Removing class_exists() check as the class is now lazy loaded.
|
2010-08-26 23:26:18 -04:00 |
|
mark_story
|
6c87a026b6
|
Updating base class.
|
2010-08-26 23:24:32 -04:00 |
|
mark_story
|
4cc2229641
|
Updating CacheHelper to use correct View API.
Updating View to make CacheHelper tests pass.
|
2010-08-26 23:24:09 -04:00 |
|
mark_story
|
19e301c867
|
Updating test view to use correct helper syntax.
|
2010-08-26 23:19:20 -04:00 |
|
mark_story
|
b02e213958
|
Adding test case from '0x20h'. Fixing issue where atomic = false, validate = first and saveAll() saving many rows could return an incorrect value. Fixes #1050
|
2010-08-26 22:21:39 -04:00 |
|