mark_story
|
84565151de
|
Removing all the deprecated properties from Controller.
Adding a __get() method to provide the properties that were moved to CakeRequest.
Tests added.
|
2010-09-13 23:11:59 -04:00 |
|
mark_story
|
730e373afe
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/cake_session.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/cake_session.test.php
cake/tests/cases/libs/model/datasources/dbo_source.test.php
cake/tests/fixtures/data_test_fixture.php
|
2010-09-12 13:35:46 -04:00 |
|
mark_story
|
e9d194822d
|
Adding more tests for SMTP address formatting. Fixes #1100
|
2010-09-12 11:48:09 -04:00 |
|
mark_story
|
e4d34b640b
|
Merge branch '2.0-exceptions' into 2.0
Conflicts:
cake/libs/error.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/error.test.php
|
2010-09-10 20:31:16 -04:00 |
|
mark_story
|
f8dbeb2b70
|
Adding documentation for a new feature.
|
2010-09-09 22:02:36 -04:00 |
|
mark_story
|
4a0e34a0d6
|
Applying patch from 'jeremyharris' to make RequestHandler::renderAs() accept an array of options that can be used to send a file as a download. Fixes #950
|
2010-09-09 21:31:34 -04:00 |
|
mark_story
|
d5e906f086
|
Adding deprecation flags.
|
2010-09-08 22:49:00 -04:00 |
|
mark_story
|
12338a0c16
|
Updating instance method calls in AclComponent.
|
2010-09-08 22:48:21 -04:00 |
|
mark_story
|
5d703c4f50
|
Fixing + adding imports for Scaffold.
|
2010-09-08 00:11:37 -04:00 |
|
Mark Story
|
09fd8ba463
|
Adding stack trace output to the framework errors.
|
2010-09-06 17:54:48 -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
|
474ace09c1
|
Adding CakeResponse to the list of included files for Controller.
|
2010-09-06 01:11:26 -04:00 |
|
Mark Story
|
2e8a60f932
|
Removing some mentions of cakeError as its been removed. Also adding information about exceptions that can be raised.
|
2010-09-02 16:38:19 -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
|
a8d4015f47
|
Updating bootstrap process in CLI to match the one in web.
Updating all_libs to use new file.
Updating error_handler test to run in cli.
Updating Controller so it imports required classes.
|
2010-08-30 22:59:10 -04:00 |
|
mark_story
|
534f6006f8
|
Adding omitted parent call.
|
2010-08-29 23:38:46 -04:00 |
|
mark_story
|
612c52bb8b
|
Adding a beforeRender() that automatically escapes all the content sent to errors handled by CakeErrorController.
|
2010-08-29 23:31:20 -04:00 |
|
mark_story
|
f1164c93d6
|
Updating the various CakeExceptions to take arrays in their constructors. This allows for the existing templates to continue working, as well as generalize the way in which errors are handled. This change also makes the messages coming out of exceptions more readable and removes string hackery.
|
2010-08-29 21:37:25 -04:00 |
|
mark_story
|
756baeafdb
|
Making CakeErrorController get the most recent request, this will help when using requestAction.
Updating test cases for error404.
Updating ErrorHandler
|
2010-08-28 23:32:14 -04:00 |
|
predominant
|
04d3353ee4
|
Adding access specifiers to methods
|
2010-08-28 15:38:48 +10:00 |
|
mark_story
|
5de88c0f02
|
Moving CakeErrorController to its own file.
|
2010-08-28 01:37:39 -04:00 |
|
predominant
|
f7addabcf2
|
Whitespace removal
|
2010-08-28 15:27:12 +10: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
|
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
|
c4cb629d80
|
Replacing cakeError with exceptions in Scaffold.
|
2010-08-27 23:54:00 -04:00 |
|
mark_story
|
b301b0d86e
|
Adding MissingModelException.
|
2010-08-27 23:04:35 -04:00 |
|
mark_story
|
b5b7595bc0
|
Fixing issue in scaffold where it accessed $output, which no longer exists.
|
2010-08-22 12:41:04 -04:00 |
|
mark_story
|
7221f9c3b9
|
Moving response construction into Controller, this will let controller classes more easily modify the response subclass they want to use.
Test case updated.
|
2010-08-22 12:31:55 -04:00 |
|
mark_story
|
f46241a6e7
|
Merge branch '2.0' into 2.0-helpers
|
2010-08-16 23:02:44 -04:00 |
|
mark_story
|
705e90bef7
|
Merge branch '1.3' into 2.0-merge
Conflicts:
cake/libs/cache/memcache.php
cake/libs/cake_session.php
cake/libs/model/behaviors/acl.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/model/behaviors/acl.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
|
2010-08-15 23:09:02 -04:00 |
|
mark_story
|
74a12940cb
|
Removing incorrect method implementation.
Adding documentation to Component::beforeRedirect()
Adding documentation to ObjectCollection::trigger().
|
2010-08-10 23:45:28 -04:00 |
|
mark_story
|
f5bebc9306
|
Adding an Acl property to AuthComponent and updating tests to use new API's
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
c6a63bae82
|
Fixing incorrect method call from merge with 1.3
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
db1acb461a
|
Making SessionComponent extend Component. Updating test case.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
5068d62473
|
Fixing issue that came up in rebasing.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
d01708b1ef
|
Adding temporary $View property to controller until I figure out a better way to provide access for it. Test case updated to reflect View not being in the registry anymore.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
19f008b1a4
|
Fixing broken tests in HelperCollectionTest
Moving unload into ObjectCollection as its common between 2 child classes, and possibly a 3rd.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
426d35d66e
|
Fixing string that got changed in a rebase.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
0f5e881f26
|
Fixing typo.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
7b4916e16a
|
Updating AclComponent to new Component API.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
a4e2f7c55f
|
Updating intialiize() callbacks. Moving $this->_set() int Component::__construct as all the core components did it. Updating constructors and including parent calls.
|
2010-08-10 23:18:40 -04:00 |
|
mark_story
|
fac97738ce
|
Making Controller use ComponentCollection.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
256532b8e4
|
Updating Components to use Component as the parent class.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
bf75ab5737
|
Starting to update Component into a base class instead of a loader class.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
3666643b84
|
Adding ComponentCollection and a test case.
|
2010-08-10 23:18:39 -04:00 |
|
mark_story
|
62019888ba
|
Changing file headers to reflect accurate licences and versions created.
|
2010-08-10 23:18:39 -04:00 |
|
José Lorenzo Rodríguez
|
7e1426e743
|
Fixing doc block
|
2010-08-02 19:25:04 -04:30 |
|
José Lorenzo Rodríguez
|
e7c7008781
|
Changing behavior of RequestHandlerComponent::responseType(), it will return the current content type set int the response object
It will not return null as default as it did prior 2.0
|
2010-08-02 19:21:52 -04:30 |
|