mark_story
|
8acb82f567
|
Updating Security component to use CakeRequest and updating its test case.
|
2010-05-28 23:57:43 -04:00 |
|
mark_story
|
c1c800865c
|
Refactoring repeated blocks of code into a method.
|
2010-05-17 23:51:41 -04:00 |
|
mark_story
|
f6edbfa6e4
|
Removing unused properties from Scaffold.
|
2010-05-17 23:44:11 -04:00 |
|
mark_story
|
ef85fb1247
|
Making scaffold methods protected instead of private.
Adding visibility keywords
|
2010-05-17 23:30:04 -04:00 |
|
mark_story
|
1d884cc00f
|
Updating Scaffold to use the CakeRequest object.
Updating Scaffold tests.
|
2010-05-17 23:11:47 -04:00 |
|
mark_story
|
8b66a905b8
|
Fixing syntax error caused by bad merge.
|
2010-05-17 21:57:12 -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 |
|
mark_story
|
36a71582fc
|
Fixing issues with Controller::referer() and CakeRequest::referer(). Tests updated.
|
2010-05-15 00:53:15 -04:00 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +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 |
|
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
|
22161874cb
|
Deprecating a number of Controller properties and adding $request.
|
2010-05-07 23:46:02 -04:00 |
|
Mark Story
|
26f7fcef3c
|
Updating Controller and its tests to use CakeRequest.
|
2010-05-06 23:23:13 -04:00 |
|
Mark Story
|
2b7723fd12
|
Removing reference operators and making Controller::__construct take a CakeRequest. If one is passed all the necessary properties will be populated. This lightens the Dispatcher, and gives more control to the end developer.
|
2010-05-06 23:18:50 -04:00 |
|
Mark Story
|
1a460e47f1
|
Removing reference operators in Controller and its tests.
|
2010-05-06 22:48:48 -04:00 |
|
predominant
|
87db966383
|
Remove PHP5 conditional statements.
|
2010-05-03 13:36:32 +10:00 |
|
predominant
|
c1eaa4b24c
|
Fixed access and removed @access tags.
|
2010-05-03 13:28:09 +10: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 |
|
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 |
|
ADmad
|
afd67e534b
|
Fixing parse error created in commit [6d092552e5 ]. Closes #647
|
2010-04-30 03:52:39 +05:30 |
|
Mark Story
|
6d092552e5
|
Updating bake templates and Scaffold to use less sprintf() and more complete sentences in i18n strings. This should make translations easier to do in a gender correct way. Fixes #210
|
2010-04-28 23:56:07 -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 |
|
Matt Curry
|
1c5898d94b
|
Don't get User model if not needed. Fixes #563
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-04-10 10:40:56 -04:00 |
|
predominant
|
52cdef900b
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/dispatcher.php
cake/libs/model/behaviors/acl.php
cake/libs/model/behaviors/containable.php
cake/libs/model/behaviors/tree.php
cake/libs/router.php
cake/tests/cases/libs/validation.test.php
|
2010-04-09 22:05:00 +10:00 |
|
sdoney
|
9f601ea334
|
Adding/Updating @link tags pointing to cookbook sections
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-04-08 22:46:05 -04:00 |
|
predominant
|
e4d292bfa4
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/console/libs/shell.php
cake/libs/controller/components/acl.php
cake/libs/controller/components/auth.php
cake/libs/controller/components/email.php
cake/libs/controller/components/security.php
cake/libs/controller/components/session.php
cake/libs/view/helper.php
cake/libs/view/helpers/form.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/number.php
cake/libs/view/helpers/session.php
cake/libs/view/helpers/text.php
cake/libs/view/helpers/time.php
cake/libs/view/helpers/xml.php
|
2010-04-06 12:19:34 +10:00 |
|
predominant
|
50a547167b
|
Changing protected methods to specify protected access.
|
2010-04-05 13:21:28 +10:00 |
|
predominant
|
1497ec3910
|
Changed all public methods to specify public access.
|
2010-04-05 13:19:38 +10:00 |
|
sdoney
|
dde52399ca
|
Adding @link tags pointing to cookbook sections
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-04-04 22:09:49 -04: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 |
|
predominant
|
29dc12dbc2
|
Changed all $__ declared variables to private.
|
2010-04-04 16:33:39 +10:00 |
|
ADmad
|
1b8165d890
|
Enhancing email component to allow using alias for attachments. Closes #6
|
2010-04-03 00:37:02 +05:30 |
|
Mark Story
|
5b1e9f6f5f
|
Fixing fatal error caused by Security class not being loaded When Session.start = false. Fixes #521
|
2010-03-30 21:40:29 -04:00 |
|
Mark Story
|
bb941c2bc2
|
Adding documentation to IniAcl.
|
2010-03-28 12:20:02 -04:00 |
|
Mark Story
|
304a5ff64a
|
Expanding documentation for AclComponent and DbAcl.
|
2010-03-28 12:17:53 -04:00 |
|
Mark Story
|
45730d1bca
|
Updating more @link tags.
|
2010-03-28 11:34:58 -04:00 |
|
Mark Story
|
8ff0b536d8
|
Fixing @link tags and updating documentation for basics.php, Controller, and Dispatcher.
|
2010-03-28 11:28:03 -04:00 |
|
predominant
|
5d3f0d7fe0
|
Fix for Session Component to use CakeSession started() checks. Refs #332.
|
2010-03-26 14:36:40 +11:00 |
|
ADmad
|
12e608c671
|
Changing variable $title to $title_for_layout. Closes #511
|
2010-03-26 01:03:48 +05:30 |
|