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
|
3e5e52d52e
|
Fixing doc block for Form::create(). Fixes #1058
|
2010-09-02 00:29:04 -04:00 |
|
Mark Story
|
063fcf557d
|
Moving error handler inclusion to before Configure::bootstrap() so app error handlers can be created.
Fixing issue where unknown exception types would not be handled spewing out errors. Unknown exception types are interpreted as 500 errors.
|
2010-09-01 20:29:55 -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
|
1f30c06695
|
Fixing method coercion in error404 so it only coerces CakeExceptions.
Test Added.
|
2010-08-29 23:39:28 -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
|
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 |
|
predominant
|
465b15c64e
|
Removing reference assignments.
|
2010-08-29 23:09:33 +10: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
|
5257a66fe5
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-08-28 11:26:28 -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 |
|
predominant
|
04d3353ee4
|
Adding access specifiers to methods
|
2010-08-28 15:38:48 +10: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 |
|
predominant
|
f7addabcf2
|
Whitespace removal
|
2010-08-28 15:27:12 +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
|
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
|
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 |
|
mark_story
|
ea9e30890f
|
Adding a workaround to DboSource::showLog() to work around fix added in [da9c0da626 ].
Also adding explanation message when logs are not generated.
|
2010-08-26 21:24:09 -04:00 |
|
dogmatic69
|
95168cee6e
|
casting the find as an array to avoid errors with array_values() fixes #1041 and 4 failing tests (3 previous)
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-08-26 20:32:48 -04:00 |
|
mark_story
|
ece055eefe
|
Adding object type check to prevent fatal errors caused by view being used like a model object. Tests added. Fixes #1039
|
2010-08-23 21:39:23 -04:00 |
|
Juan Basso
|
65726841cd
|
Merge branch 2.0-xml of github.com:cakephp/cakephp into 2.0-xml
|
2010-08-23 01:49:42 -03:00 |
|
Juan Basso
|
f8b4d92a34
|
Arrays with @ as key now is the value of tag in Xml.
|
2010-08-23 01:33:06 -03:00 |
|
mark_story
|
ac36bc5894
|
Adding some docblocks to Xml.
|
2010-08-23 00:01:55 -04:00 |
|
Juan Basso
|
f777bd983f
|
Making Xml::fromArray() parse @ in attibutes keys.
|
2010-08-23 00:48:34 -03:00 |
|
Juan Basso
|
9611ab1027
|
Changing to Xml::toArray() return @ after attributes to dont conflict with tags with same name.
|
2010-08-23 00:24:56 -03: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 |
|