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
|
741f2972f9
|
Removing non required attribute from missing controller error page.
|
2010-08-29 15:12:50 -04:00 |
|
mark_story
|
99cde14432
|
No more skipped tests for ErrorHandler.
Removing missing_model as it was never called.
|
2010-08-29 13:49:10 -04:00 |
|
mark_story
|
7fb62e9b7e
|
Updating more error messages to use exceptions.
|
2010-08-29 01:26:21 -04:00 |
|
mark_story
|
041aeecce4
|
Renaming test case file to match class file.
Updating tests and methods for missing_action, missing_view, private_action.
|
2010-08-29 01:01:36 -04:00 |
|
mark_story
|
88c66c057d
|
Renaming error.php to error_handler.php to better match its class name.
|
2010-08-29 01:00:36 -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 |
|
mark_story
|
8712a90c8b
|
Adding some tests for construction.
|
2010-08-28 22:50:29 -04:00 |
|
mark_story
|
a30721b46b
|
Moving exception classes around and making all the core exceptions extend one class that overrides the code to 500. The code value will be used as the HTTP status code for the error page.
|
2010-08-28 22:49:52 -04:00 |
|
mark_story
|
5d942ee609
|
Extracting a few methods to make testing easier, and subclasses easier to create.
|
2010-08-28 19:53:21 -04:00 |
|
mark_story
|
26f4ad4da1
|
Modifying bootstrap so it sets a default exception handler.
Making a ghetto implementation of exception handling.
Adding a crude test case, adding incomplete markers to all other tests.
|
2010-08-28 01:39:02 -04:00 |
|
mark_story
|
9b3e91089a
|
Adding omitted types of exceptions.
|
2010-08-28 01:38:03 -04:00 |
|
mark_story
|
5de88c0f02
|
Moving CakeErrorController to its own file.
|
2010-08-28 01:37:39 -04: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
|
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
|
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
|
b301b0d86e
|
Adding MissingModelException.
|
2010-08-27 23:04:35 -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
|
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
|
efc1a2033f
|
Adding spaces infront of comment blocks.
|
2010-08-22 00:48:24 -04:00 |
|
mark_story
|
ec22db597f
|
Adding methods to get host, domain and subdomains for a request.
Tests added.
|
2010-08-22 00:44:05 -04:00 |
|
mark_story
|
0ec0962932
|
Adding CakeRequest::method() to find the name of the HTTP method name used for the request. Test case added.
|
2010-08-22 00:15:13 -04:00 |
|
mark_story
|
6d8c761f2f
|
Adding a missing s.
|
2010-08-17 22:25:45 -04:00 |
|
mark_story
|
750fe3aa05
|
Removing text() and password() as the new __call method handles them.
Updating test cases and adding a test for allowing a magic method to override the type.
|
2010-08-17 00:13:22 -04:00 |
|
mark_story
|
4efc170ce4
|
Adding some documentation.
|
2010-08-17 00:08:41 -04:00 |
|
mark_story
|
e79df23491
|
Adding a magic __call method to handle html5 inputs and simplify input generation logic.
|
2010-08-17 00:06:23 -04:00 |
|
mark_story
|
f46241a6e7
|
Merge branch '2.0' into 2.0-helpers
|
2010-08-16 23:02:44 -04:00 |
|
mark_story
|
c4a978d386
|
Adding changes missed in the merge.
|
2010-08-15 23:10:29 -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
|
2a50c3a1fb
|
Removing time manipulation so its possible to create memcache entries that do not expire. Updating documentation about the peculiarities of memcache. Refs #871
|
2010-08-15 22:40:55 -04:00 |
|
mark_story
|
0865679684
|
Removing _expires keys made with Memcache cache engine. These did not add any value as Memcache already handles expiration of keys. Fixes #871
|
2010-08-15 22:32:52 -04:00 |
|
mark_story
|
686b9c2c8b
|
Fixing issues in alterSchema in DboMysql and DboPostgres, where fields would be appended to each table being altered.
Also fixed an issue in DboPostgres where the generated alter statements would contain too many ;.
Test cases added. Fixes #1023
|
2010-08-15 22:17:02 -04:00 |
|
mark_story
|
1b41a987fa
|
Adding test cases and fixing inflection issues with bases. Tests added. Fixes #1012
|
2010-08-12 20:26:11 -04:00 |
|
mark_story
|
45064315d4
|
Fixing a comment.
|
2010-08-11 22:47:20 -04:00 |
|
mark_story
|
bd89ef533b
|
Updating session helper constructor to fix failing tests in Controller::render() integration tests.
|
2010-08-11 00:01:24 -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
|
2494156e9a
|
Removing reference operators that caused tests to fail.
Adding an alias as several tests relied on a User object being in the registry to autodetect fields.
|
2010-08-10 23:18:43 -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
|
6dbe5b09f8
|
Fixing failing test caused by undefined variable.
|
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 |
|