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 |
|
mark_story
|
36a71582fc
|
Fixing issues with Controller::referer() and CakeRequest::referer(). Tests updated.
|
2010-05-15 00:53:15 -04:00 |
|
Richard Sbresny
|
05beaab272
|
Removed unnecessary unset
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:14:38 -04:00 |
|
Richard Sbresny
|
b04a3f8514
|
Switched over to using the previously unused Security::inactiveMins() method for getting timeout modifiers
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:14:20 -04:00 |
|
Richard Sbresny
|
a4950f6940
|
Updated session timeout calculations to use the security level from core.php as the multiplier.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:20 -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
|
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 |
|
Mark Story
|
df910026ee
|
Updating Controller::referer() to use the request object if available. Tests updated.
|
2010-05-08 00:06:13 -04:00 |
|
Mark Story
|
77264da34a
|
Updating Controller tests to always pass in a CakeRequest. Fixing some notice errors that come up in the test cases.
|
2010-05-08 00:00:19 -04:00 |
|
Mark Story
|
26f7fcef3c
|
Updating Controller and its tests to use CakeRequest.
|
2010-05-06 23:23:13 -04:00 |
|
Mark Story
|
1a460e47f1
|
Removing reference operators in Controller and its tests.
|
2010-05-06 22:48:48 -04: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
|
d94ff92a9d
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/view/pages/home.ctp
cake/tests/cases/dispatcher.test.php
cake/tests/lib/reporter/cake_html_reporter.php
|
2010-05-02 18:03:23 -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
|
982437595e
|
Fixing errors caused by API changes.
|
2010-05-02 01:22:59 -04:00 |
|
ADmad
|
f386dca6d8
|
Controller::loadModel() now returns true when model is succesfully instantiated as stated in docblock. Added test case.
|
2010-05-02 05:34:38 +05:30 |
|
Mark Story
|
35ec5ce2fc
|
Updating test method names and moving parameter modification around.
|
2010-04-23 23:59:57 -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
|
120fdd9045
|
Removing other uses of Routing.admin as it has been removed from Router.
|
2010-04-20 23:43:51 -04: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
|
1497ec3910
|
Changed all public methods to specify public access.
|
2010-04-05 13:19:38 +10:00 |
|
predominant
|
850ca02bb6
|
Changed all public 'var' declarations to be 'public $var'
|
2010-04-04 17:14:00 +10:00 |
|
predominant
|
329a13fe5f
|
Changed all $_ declared variables to protected.
|
2010-04-04 16:36:12 +10:00 |
|
ADmad
|
1b8165d890
|
Enhancing email component to allow using alias for attachments. Closes #6
|
2010-04-03 00:37:02 +05:30 |
|
ADmad
|
d92202c6da
|
Fixed controller test case which generated a property undefined notice
|
2010-04-02 00:01:06 +05:30 |
|
predominant
|
5d3f0d7fe0
|
Fix for Session Component to use CakeSession started() checks. Refs #332.
|
2010-03-26 14:36:40 +11:00 |
|
Ceeram
|
7337c12f4f
|
test for ticket #467
|
2010-03-19 01:48:28 +01:00 |
|
ADmad
|
70d0c64283
|
Removing constant REQUEST_MOBILE_UA, and added variable $mobileUA instead for mobile browser detection. Also added new user agent string 'webOS', closes #457
|
2010-03-15 01:58:38 +05:30 |
|
Mark Story
|
4c668c036c
|
Adding checks to force limit to always be a positive integer. Fixes potential out of bounds type queries with paginate(). Fixes #418
|
2010-03-10 21:46:28 -05:00 |
|
Mark Story
|
3b3987de7f
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-02-28 13:52:02 -05:00 |
|
Mark Story
|
27ffd43214
|
Fixing issue in component test where AppController will cause failing tests due to bleed through.
|
2010-02-28 12:48:34 -05:00 |
|
José Lorenzo Rodríguez
|
29eed5f5e8
|
Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
|
2010-02-28 13:09:15 -04:30 |
|
José Lorenzo Rodríguez
|
f0e73e1158
|
Changing order of expectations to get more correct results
|
2010-02-28 13:08:36 -04:30 |
|
Mark Story
|
6360d8d306
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-02-28 12:26:54 -05:00 |
|
Mark Story
|
322d8e667c
|
Removing duplicate method.
|
2010-02-28 12:26:15 -05:00 |
|
José Lorenzo Rodríguez
|
d5fa897681
|
Adding tests for startupProcess and shutDownProcess in controller
Fixing variable reference
|
2010-02-28 12:55:35 -04:30 |
|
Mark Story
|
37cf55470f
|
Adding tests for Component::triggerCallback(). Deprecating other Component methods, as they are just wrappers for triggerCallback().
|
2010-02-28 01:49:19 -05:00 |
|
Mark Story
|
6a3347ef7c
|
Merge remote branch 'origin/1.2' into 1.2-merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/console/libs/tasks/model.php
cake/dispatcher.php
cake/libs/l10n.php
cake/libs/model/datasources/dbo_source.php
cake/libs/view/pages/home.ctp
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/text.test.php
|
2010-02-20 01:32:04 -05:00 |
|
Mark Story
|
7384f56144
|
Fixing issues with old method names being used in EmailComponent.
|
2010-02-07 16:45:36 -05:00 |
|
Mark Story
|
6c3c5e9012
|
Merge remote branch 'rchavik/ticket_293' into 1.3
Conflicts:
cake/libs/controller/components/email.php
|
2010-02-07 16:26:37 -05:00 |
|
Mark Story
|
f389591085
|
Merge remote branch 'phally/1.3-email_component' into email-integration
|
2010-02-04 21:36:26 -05:00 |
|
rchavik
|
f585630286
|
Test case: EmailComponent $to accepts array (closes 293)
|
2010-02-04 09:35:33 +07:00 |
|
Mark Story
|
4b269e3170
|
Fixing RequestHandler::beforeRedirect() and issues with array urls, where incompatibilities between standard url arrays and requestAction url arrays caused incorrect results. Tests added. Fixes #276
|
2010-02-02 20:39:33 -05:00 |
|
Mark Story
|
2adac05dad
|
Fixing RequestHandler::beforeRedirect() and issues with array urls, where incompatibilities between standard url arrays and requestAction url arrays caused incorrect results. Tests added. Fixes #276
|
2010-02-02 20:39:05 -05:00 |
|
Mark Story
|
30cb38eb93
|
Refactoring extensions in ScaffoldView to reflect removal of magic .thtml extension.
Adding test for interaction of Themed views and Scaffolded views. Fixes #255
|
2010-01-28 11:11:19 -05:00 |
|