José Lorenzo Rodríguez Urdaneta
|
4c71dd845e
|
Merge remote branch 'origin/2.0' into 2.0-request
Conflicts:
cake/libs/controller/components/auth.php
cake/tests/cases/libs/controller/components/auth.test.php
|
2010-07-27 22:02:08 -04:30 |
|
mark_story
|
d38857095a
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/model/model.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/tests/cases/libs/controller/components/session.test.php
|
2010-07-24 22:34:42 -04:00 |
|
mark_story
|
572f79be67
|
Fixing failing tests caused by strtolower() in AuthComponent.
|
2010-07-20 23:44:25 -04:00 |
|
Scott Reeves
|
ba59c93187
|
Fixing typo in method description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:51 -04:00 |
|
Scott Reeves
|
742bb29118
|
Fixing typo in variable description for logoutRedirect.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:06 -04:00 |
|
mark_story
|
41997b06e1
|
Fixing issues where mb_internal_encoding() might not be correctly set, causing email subjects to be incorrectly encoded. Tests added. Fixes #904
|
2010-07-18 20:48:15 -04:00 |
|
Ceeram
|
32ea6d24cf
|
Moving Component::beforeRender triggering to allow components to modify
the view class to use for the render() call. Fixes #917
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-15 21:54:18 -04:00 |
|
mark_story
|
c9079c8048
|
Removing magical un-removable plugin concatenation in Controller::loadModel(). Adding test case from 'real34'. Fixes #858
|
2010-07-13 20:19:31 -04:00 |
|
mark_story
|
5d2c48fd9c
|
Fixing failing tests caused by strtolower() in AuthComponent.
|
2010-07-10 12:00:09 -04:00 |
|
mark_story
|
413b875eef
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/controller/controller.php
|
2010-07-10 11:49:58 -04:00 |
|
mark_story
|
0e2a313145
|
Removing reference operators from controller.
Removing cakeDebug as its no longer used.
|
2010-07-10 00:32:35 -04:00 |
|
mark_story
|
b7310afddf
|
Removing strtolower() loops on method names, as casing is preserved in php5.
|
2010-07-09 23:49:48 -04:00 |
|
mark_story
|
b8085cddce
|
Removing PHP5 and all its uses.
|
2010-07-05 22:19:22 -04:00 |
|
mark_story
|
02e25f7557
|
Changing Configure::read() to not have a default value, and instead return all values in configure when no param is supplied. Test cases updated. Fixes #503
|
2010-07-05 21:50:36 -04:00 |
|
mark_story
|
a8e5e587c6
|
Making RequestHandler able to use the accept header to detect and switch layout/view paths. Fixes #729
|
2010-07-01 12:01:46 -04:00 |
|
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 |
|
mark_story
|
2db510d1c1
|
Modifying Controller::validateErrors so it can accept and validate arbitrary model objects, not just those attached to the controller. Test cases updated, fixes #832
|
2010-06-20 21:47:34 -04:00 |
|
mark_story
|
d1651db9a8
|
Fixing typo in Scaffold that caused error messages to display incorrectly. Fixes #813
|
2010-06-11 10:01:02 -04:00 |
|
mark_story
|
e5df32e9d9
|
Adding omitted documentation information.
|
2010-06-10 14:23:49 -04: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 |
|
mark_story
|
713e6e6287
|
Fixing parse error that caused scaffold test to not run and not pass.
|
2010-05-30 22:41:52 -04: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 |
|