mark_story
|
a7a4285a80
|
Renaming __requestContent to _contentTypeMap
|
2010-07-01 00:50:53 -04:00 |
|
mark_story
|
427e859b52
|
Refactoring how prefers() works. Tests updated.
Removing support for array args in setContent().
|
2010-07-01 00:46:28 -04:00 |
|
mark_story
|
ba287ec99e
|
Updating accepts() and doing some refactoring.
|
2010-07-01 00:26:15 -04:00 |
|
mark_story
|
8d32ad2821
|
Starting to update RequestHandler methods to use CakeRequest. RequestHandler will provide alias/mapped access to features in CakeRequest. Tests updated and expanded.
|
2010-07-01 00:13:13 -04:00 |
|
mark_story
|
8b847cffef
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/view/helper.php
cake/tests/cases/libs/controller/components/request_handler.test.php
|
2010-06-30 22:54:28 -04:00 |
|
mark_story
|
2020675078
|
Merge branch '1.3' into 2.0
Conflicts:
cake/dispatcher.php
cake/tests/cases/libs/controller/components/request_handler.test.php
|
2010-06-30 22:47:27 -04:00 |
|
mark_story
|
991d035806
|
Fixing respondAs() so it can be called multiple times. Test cases added for respondAs. Fixes #842
|
2010-06-30 22:34:33 -04:00 |
|
mark_story
|
7c0cda7ce5
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/router.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/controller.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/cases/libs/view/helpers/js.test.php
|
2010-06-28 23:41:48 -04:00 |
|
mark_story
|
cd8dff362d
|
Merge branch '2.0-phpunit' into 2.0
Conflicts:
cake/libs/controller/components/email.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/controller/components/email.test.php
|
2010-06-28 22:31:35 -04:00 |
|
mark_story
|
ecf7811b7a
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/dispatcher.php
cake/libs/controller/components/request_handler.php
cake/libs/view/helpers/form.php
cake/tests/cases/libs/controller/components/request_handler.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/cases/libs/view/helpers/paginator.test.php
|
2010-06-27 23:21:11 -04:00 |
|
mark_story
|
929bb5769e
|
Merge branch '1.3' into 2.0
Conflicts:
app/webroot/index.php
cake/console/templates/skel/webroot/index.php
cake/libs/cake_session.php
cake/libs/controller/components/email.php
cake/libs/controller/scaffold.php
cake/libs/model/datasources/dbo/dbo_oracle.php
cake/libs/model/model_behavior.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/controller/components/acl.test.php
cake/tests/cases/libs/file.test.php
|
2010-06-26 12:29:20 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
4689be643b
|
Migrating EmailTest to phpunit
|
2010-06-25 00:02:20 -04:30 |
|
Juan Basso
|
26d20b6d62
|
Fixing wrap for html mode in e-mails. Fixes #663
|
2010-06-21 00:37:25 -03:00 |
|
José Lorenzo Rodríguez
|
fa8df12fa0
|
Converting AuthTest to phpunit. Adding setter and getter method loggedIn()
|
2010-06-10 00:03:49 -04:30 |
|
José Lorenzo Rodríguez
|
bc71e14041
|
Merge branch '2.0-phpunit' of github.com:cakephp/cakephp into 2.0-phpunit
Conflicts:
cake/tests/cases/libs/controller/components/session.test.php
|
2010-06-09 21:01:56 -04:30 |
|
Juan Basso
|
d5ddd8ee5f
|
Fixing check of EHLO/HELO in EmailComponent. Fixes #794
|
2010-06-09 19:22:06 -03:00 |
|
mark_story
|
2c6bf51bd2
|
Converting SessionComponent over to PHPUnit.
Adding a few getter/setter methods to fix visibility issues in the test cases.
|
2010-06-09 17:15:34 -04:00 |
|
José Lorenzo Rodríguez
|
fa1ae280ca
|
Migrating SessionComponentTest to PHPUnit and adding public accessor method for varible in SessionComponent
|
2010-06-09 09:30:00 -04:30 |
|
mark_story
|
c5e4ab2366
|
Adding return to RequestHandlerComponent::accepts() as it was missing.
Updating RequestHandlerComponent tests to work with PHPUnit.
|
2010-06-09 00:02:49 -04:00 |
|
mark_story
|
a88b8dd5b9
|
Making requestAction() calls that requesthandler creates not remove autoLayout. This fixes issues where ajax layout files would not be rendered.
Tests added. Fixes #722
|
2010-06-07 23:43:35 -04:00 |
|
Kyle Robinson Young
|
a9fa7ac240
|
Fix for auth component userModel with plugins. Fixes #799
|
2010-06-07 23:19:13 -04:00 |
|
Juan Basso
|
3c27c4c41e
|
Ajusting smtpOption in EmailComponent. Fixes #779
|
2010-06-03 14:46:20 -03:00 |
|
Juan Basso
|
b480d80c82
|
Avoid undefined index if not define timeout in EmailComponent. Fixes #779
|
2010-06-02 18:14:58 -03:00 |
|
Juan Basso
|
74dad04323
|
Fixing read from SMTP by EmailComponent. Closes #772
|
2010-05-30 23:29:21 -03:00 |
|
mark_story
|
fc79dc6232
|
Merge branch '2.0' into 2.0-phpunit
Conflicts:
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/code_coverage_manager.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/lib/code_coverage_manager.php
|
2010-05-30 22:13:09 -04:00 |
|
predominant
|
8decc683ac
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
|
Juan Basso
|
e02cb81a67
|
Reading a smtp response until EOL. Fixes #378
|
2010-05-29 12:04:29 -03:00 |
|
mark_story
|
f4abc51062
|
Removing dependency on RequestHandler from Security component.
|
2010-05-29 00:01:11 -04:00 |
|
mark_story
|
8acb82f567
|
Updating Security component to use CakeRequest and updating its test case.
|
2010-05-28 23:57:43 -04:00 |
|
Juan Basso
|
bc3e745673
|
Support to EHLO in SMTP server for EmailComponent. Fixes #54, #712, #737
|
2010-05-24 22:24:58 -03:00 |
|
mark_story
|
b73870c33d
|
Removing reference operators in the AclComponent.
|
2010-05-22 20:20:41 -04:00 |
|
predominant
|
6a18b2bc1d
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/basics.php
cake/console/libs/shell.php
cake/console/libs/tasks/controller.php
cake/libs/controller/components/request_handler.php
cake/libs/model/model.php
cake/libs/model/model_behavior.php
cake/libs/overloadable.php
cake/libs/overloadable_php4.php
cake/libs/overloadable_php5.php
cake/libs/sanitize.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/libs/view/helpers/javascript.php
cake/libs/view/pages/home.ctp
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/overloadable.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/test_app/libs/cache/test_app_cache.php
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_auth_user.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_post.php
|
2010-05-20 12:22:04 +10:00 |
|
Robert Sworder
|
385ceb434e
|
When using Digest Authentication the passwords do not need to be md5 hashed. Removed incorrect comment.
Fixes #733
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-18 22:19:33 -04:00 |
|
mark_story
|
f114d4299d
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/router.php
cake/tests/cases/libs/router.test.php
|
2010-05-17 21:52:14 -04:00 |
|
mark_story
|
b2d8536b3b
|
Fixing Authcomponent tests. Updating the component + tests to use the new request object.
Deprecating a number of Authcomponent properties.
|
2010-05-15 00:55:15 -04:00 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
Mark Story
|
4b637a0f70
|
Updating more methods to use request object method instead of deprecated methods.
|
2010-05-08 10:36:20 -04:00 |
|
Mark Story
|
5040eb7227
|
Updating RequestHandler and its tests to use the features moved to CakeRequest. Marking a number of methods as deprecated.
|
2010-05-08 00:59:40 -04:00 |
|
predominant
|
719836c41d
|
Updated doc block for added HTTP Status.
|
2010-05-05 10:09:47 +10:00 |
|
Mark Story
|
95dbae8acf
|
Making RequestHandler component carry along a passed status code. This fixes issues where RequestHandler hijacks an redirect(). Fixes #658
|
2010-05-03 22:07:13 -04:00 |
|
Mark Story
|
adf604a966
|
Merge branch '1.3' into 2.0
Conflicts:
cake/console/templates/default/actions/controller_actions.ctp
cake/console/templates/default/views/form.ctp
cake/console/templates/default/views/index.ctp
cake/console/templates/default/views/view.ctp
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/view/pages/home.ctp
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/model/cake_schema.test.php
|
2010-05-02 17:53:42 -04:00 |
|
Mark Story
|
2fab47e740
|
Updating doc block for EmailComponent::send(). Fixes #633
|
2010-04-27 22:50:34 -04:00 |
|
Mark Story
|
e111735905
|
Changing AclBase into AclInterface as it is now an interface.
Splitting the test case into separate test cases for each class.
|
2010-04-23 23:52:36 -04:00 |
|
Mark Story
|
523eda018e
|
Deprecating AclComponent::revoke() and AclComponent::grant() they were simply aliases that create a larger API with no real benefit.
|
2010-04-23 23:14:55 -04:00 |
|
Mark Story
|
62982c57b4
|
Making AclComponent throw exceptions when it encounters an error.
Making AclBase an abstract class.
Adding AclComponent::adapter() for runtime modification of the Acl implementation.
Tests added, updated and fixed.
|
2010-04-23 23:03:51 -04:00 |
|
predominant
|
015872445b
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/console/libs/acl.php
cake/tests/cases/libs/view/helpers/form.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
|
2010-04-23 12:52:56 +10:00 |
|
Mark Story
|
78f14401ca
|
Fixing issue where using delivery = debug and not using sessions would cause a fatal error. send() will now return the contents that would get written into the session. Fixes #595
|
2010-04-17 12:27:50 -04:00 |
|
predominant
|
92215e1795
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/libs/inflector.php
cake/libs/view/helpers/text.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/view/helpers/time.test.php
|
2010-04-16 23:43:28 +10:00 |
|
predominant
|
2f8d30d2c0
|
Convert controllers and sockets to new formate for shorthand translation functions.
|
2010-04-16 01:52:49 +10:00 |
|