mark_story
|
a521291afd
|
Adding a __set() method to make some tests pass.
Updating internal usage to not use deprecated attributes.
Updating test cases to not use deprecated attributes.
|
2010-09-13 23:11:59 -04:00 |
|
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
|
c7fb20d13a
|
Reformatting doc block indentation.
|
2010-09-13 23:09:00 -04:00 |
|
mark_story
|
834c44b303
|
Fixing return value tag.
|
2010-09-13 23:06:15 -04:00 |
|
mark_story
|
d7bb7699e2
|
Applying patch from '0x20h' to fix issue where domain translation files would be mixed together causing duplicate data in the various cache files. There should now be one cache per domain + language. Fixes #1085
|
2010-09-13 22:17:05 -04:00 |
|
Juan Basso
|
ef147275d7
|
Added test to use Xml with Model.
|
2010-09-13 00:43:11 -03:00 |
|
mark_story
|
578674f0e1
|
Reformatting some code in Set::classicExtract test case.
|
2010-09-12 14:19:36 -04:00 |
|
mark_story
|
404e49b37d
|
Adding tests for writing falsey values.
|
2010-09-12 14:08:17 -04:00 |
|
mark_story
|
6519de3a2e
|
Adding CakeRequest::data() to make reading/writing data similar to CakeSession.
Tests added.
|
2010-09-12 14:05:57 -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
|
85ccd1f096
|
Fixing skipIf calls so email test runs in a reasonable time frame when there is no local smtp server.
|
2010-09-12 13:06:49 -04:00 |
|
mark_story
|
e9d194822d
|
Adding more tests for SMTP address formatting. Fixes #1100
|
2010-09-12 11:48:09 -04:00 |
|
Juan Basso
|
213c83401f
|
Added test to generate Soap Request from array using namespaces.
|
2010-09-12 12:06:59 -03:00 |
|
Juan Basso
|
89be9b0986
|
Added test to generate Rss from array using namespaces.
|
2010-09-12 11:54:11 -03:00 |
|
Juan Basso
|
46f784f956
|
Support to DOMDocument/DOMNode in Xml::toArray().
|
2010-09-12 11:25:37 -03:00 |
|
predominant
|
703344cbae
|
Updated version number to 1.3.4
|
2010-09-12 17:57:55 +10:00 |
|
Juan Basso
|
a006ee0019
|
Updating docs.
|
2010-09-11 22:20:21 -03:00 |
|
Juan Basso
|
7237713a30
|
Added test to dont use encoding in XML.
|
2010-09-11 22:12:54 -03:00 |
|
Juan Basso
|
2e7851c2be
|
Support to namespaces in Xml::fromArray().
|
2010-09-11 21:51:49 -03:00 |
|
mark_story
|
55ecfe0292
|
Fixing stupid typo.
|
2010-09-11 15:48:48 -04:00 |
|
mark_story
|
7c79583caa
|
Updating expiry time to be within tolerances of memcached.
|
2010-09-11 15:44:52 -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 |
|
Scott Reeves
|
9ac8d1af1b
|
Cleaning up link to 1.3 docs, fixing link to blog tutorial. Fixes #1097
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-09-10 19:42:06 -04:00 |
|
mark_story
|
8625d7b374
|
Making debugger test case pass.
|
2010-09-09 22:58:34 -04:00 |
|
mark_story
|
fbd0741a83
|
Making a test more resilient when additional fixtures are loaded.
|
2010-09-09 22:54:22 -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
|
bdb3feb7fd
|
Adding stack trace to the console error handler. Updating tests.
Changing require to require_once so the test case for ConsoleErrorHandler doesn't blow up in cli.
|
2010-09-08 23:38:51 -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
|
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 |
|