mark_story
|
b60f65f420
|
Adding a tiny bit of documentation to App::import().
|
2010-09-08 22:29:47 -04:00 |
|
mark_story
|
d5bde3fe7a
|
Adding a call to session_destroy() to remove the session data. This fixes the issue where data would not be totally destroyed. Fixes #1089
|
2010-09-08 22:05:53 -04:00 |
|
Juan Basso
|
c8c20eafdc
|
Xml::build now supports options and can return DOMDocument.
|
2010-09-08 21:47:55 -03:00 |
|
Juan Basso
|
071ff04556
|
Xml::fromArray now receives a list of options unless simple format.
|
2010-09-08 19:40:33 -03:00 |
|
Juan Basso
|
a8b6182d43
|
Changing Xml::fromArray to use DOMDocument unless SimpleXMLElement. The return continue as SimpleXMLElement.
|
2010-09-08 19:18:58 -03:00 |
|
mark_story
|
5d703c4f50
|
Fixing + adding imports for Scaffold.
|
2010-09-08 00:11:37 -04:00 |
|
mark_story
|
58d62cb369
|
Fixing issues with tests failing because exception messages changed.
|
2010-09-08 00:11:11 -04:00 |
|
mark_story
|
fa9eb94fb0
|
Adding base class import for view classes.
|
2010-09-08 00:10:36 -04:00 |
|
mark_story
|
2d86c1248f
|
Adding view import to fix xml suite from not running.
|
2010-09-07 23:53:12 -04:00 |
|
mark_story
|
f677c4ab44
|
Fixing bake task tests and adding ConsoleErrorHandler to the AllShells suite.
|
2010-09-07 23:51:39 -04:00 |
|
mark_story
|
f94fcfb749
|
Updating Api shell test case to account for changes in controller api.
|
2010-09-07 23:42:18 -04:00 |
|
mark_story
|
b02d961d82
|
Adding ConsoleErrorHandler to the shell group.
|
2010-09-07 23:40:31 -04:00 |
|
mark_story
|
6e5e32bef5
|
Updating AclShell test to use AclComponent correctly.
|
2010-09-07 23:40:07 -04:00 |
|
mark_story
|
4ff52da57e
|
Making import() ing a component ensure that the Component base class is loaded.
|
2010-09-07 23:39:31 -04:00 |
|
Juan Basso
|
ca7e327af1
|
Fixing the documentation.
|
2010-09-07 18:19:14 -03:00 |
|
Mark Story
|
2b3099fa70
|
Removing duplicate method call.
|
2010-09-07 00:42:49 -04:00 |
|
Mark Story
|
aad72871a0
|
Adding more tests for virtualFields and complex expressions. Closes #1079
|
2010-09-07 00:32:44 -04:00 |
|
Mark Story
|
e15069769d
|
Adding tests for #1079 and fixing some formatting.
|
2010-09-07 00:09:06 -04:00 |
|
Juan Basso
|
c1a75cbc47
|
Support to namespaces in Xml::toArray().
|
2010-09-07 00:31:50 -03:00 |
|
Juan Basso
|
5f902d42e0
|
Changing the default format of fromArray from attributes to tags.
|
2010-09-06 23:11:45 -03:00 |
|
Juan Basso
|
87604f92c7
|
Adding a missing assert to tests.
|
2010-09-06 20:17:30 -03:00 |
|
Mark Story
|
0f23634382
|
Adding stack traces to error400 and error500 when debug > 0.
Adding the stack trace element.
|
2010-09-06 18:09:11 -04:00 |
|
Mark Story
|
09fd8ba463
|
Adding stack trace output to the framework errors.
|
2010-09-06 17:54:48 -04:00 |
|
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
|
01eb0bf07d
|
Making messages optional for HTTP exceptions.
|
2010-09-05 11:32:35 -04:00 |
|
Mark Story
|
8bd0f18a53
|
Adding a new line to the ConsoleErrorHandler
Refactoring ConsoleErrorHandler test to use dynamic mocks.
|
2010-09-05 11:22:39 -04:00 |
|
Mark Story
|
9fee81cda0
|
Updating ConsoleErrorHandler to use new exception names and method renames.
|
2010-09-05 11:10:48 -04:00 |
|
Mark Story
|
e5b4dd94d7
|
Renaming exceptions to not use Error400, Error500. Instead HTTP status words are used.
Adding more common HTTP status errors.
Updating tests for ErrorHandler.
|
2010-09-05 02:05:31 -04:00 |
|
Mark Story
|
b7791dd94f
|
Removing variable that wasn't provided by the exception.
|
2010-09-05 02:04:08 -04:00 |
|
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
|
cc17e1a85a
|
Adding more doc blocks to error classes.
|
2010-09-04 19:18:14 -04:00 |
|
Mark Story
|
954676c9f6
|
Adding doc blocks to the new exception classes.
|
2010-09-04 19:16:06 -04:00 |
|
Mark Story
|
d198230e61
|
Fixing issue where errors that did not have a 500+ code would use the incorrect status code.
|
2010-09-04 19:06:10 -04:00 |
|
Mark Story
|
4d863618f5
|
Refactoring exception handling so codes are much more flexible and easy to change.
Made error404 and error500 more generic.
Removed error() as it didn't really make that much sense.
|
2010-09-04 15:38:10 -04:00 |
|
Mark Story
|
dbd34c75c7
|
Removing newlines and trailing space.
|
2010-09-04 15:36:57 -04:00 |
|