Mark Story
|
f4e837d985
|
Removing all methods currently issuing warnings about being deprecated.
|
2010-01-21 15:14:23 -05:00 |
|
renan.saddam
|
39dd15d3f6
|
Removing the ´with´ key from otherFields array, also fixing the page title. Tests added.
|
2010-01-19 14:05:29 -02:00 |
|
Juan Basso
|
473e07a674
|
Putting __() in strings that missing internationalization.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-01-18 01:06:25 -05:00 |
|
predominant
|
ab666f8ea7
|
Revert "Adjusting EmailComponent Boundary creation to occur for all generated email. Fixes #14."
This reverts commit b50b5922fd .
|
2010-01-17 14:50:09 +11:00 |
|
predominant
|
b50b5922fd
|
Adjusting EmailComponent Boundary creation to occur for all generated email. Fixes #14.
|
2010-01-17 11:38:45 +11:00 |
|
ADmad
|
2441849fa0
|
Replacing constant CIPHER_SEED with Configure class variable 'Security.cipher_seed' and renaming Security class method 'checkSessionKey' to 'checkSecurityKeys'
|
2010-01-16 03:26:26 +05:30 |
|
Mark Story
|
f2dc2078c2
|
Making PagesController include SessionHelper.
|
2010-01-14 22:56:34 -05:00 |
|
Mark Story
|
96c56d7446
|
Fixing failing tests in php4 caused by missing & operators.
|
2010-01-14 22:54:17 -05:00 |
|
Mark Story
|
f2cc41bb3a
|
Fixing php4 issues for AclShell test case.
|
2010-01-14 22:15:14 -05:00 |
|
Mark Story
|
a56bc5585c
|
Removing SessionHelper's magical inclusion into the helpers array. Use of SessionHelper must now be explicitly done. Tests updated.
|
2010-01-13 23:55:09 -05:00 |
|
Mark Story
|
ebf99de965
|
Removing the magical addition of SessionComponent to components array. This makes components more declarative, and removes magic that cannot be undone by the end developer.
|
2010-01-13 23:49:10 -05:00 |
|
Mark Story
|
a0c3c4b803
|
Updating AuthComponent::startup() so that being redirected to loginAction with no Auth.redirect value in the session and a non empty loginRedirect defined, the Auth.redirect value is not overwritten. This prevents redirection to already accessible pages. Test cases updated.
Fixes #173
|
2010-01-11 23:54:06 -05:00 |
|
ADmad
|
5f987a4996
|
Controller data is now set to an array instead of Xml object if request content type is 'application/xml'
|
2009-12-31 17:36:58 +05:30 |
|
Mark Story
|
7a620b62b0
|
Merge branch '1.3-misc' into mergers
Conflicts:
cake/libs/model/datasources/dbo_source.php
cake/libs/view/helpers/js.php
|
2009-12-27 12:45:12 -05:00 |
|
Mark Story
|
6b2154d961
|
Merge branch '1.2' into mergers
Conflicts:
cake/libs/inflector.php
cake/tests/cases/libs/model/model_validation.test.php
|
2009-12-27 12:34:27 -05:00 |
|
ADmad
|
01c31596c8
|
Cleaning up commented code
|
2009-12-21 02:50:39 +05:30 |
|
ADmad
|
d561405daa
|
Renaming RequestHandler::getReferrer to RequestHandler::getReferer for (mis)spelling consistency and deprecating the former
|
2009-12-20 23:06:28 +05:30 |
|
Mark Story
|
c669f8c998
|
Fixing failing tests in AuthComponent because of required parameter.
|
2009-12-19 19:58:55 -05:00 |
|
Mark Story
|
4ac0a55aff
|
Merge branch 'virtual-fields' into 1.3-misc
Conflicts:
cake/tests/cases/libs/controller/controller.test.php
|
2009-12-19 19:40:12 -05:00 |
|
Mark Story
|
6356c6ed87
|
Fixing issue where forms generated with requestAction would be missing the _Token fields that Security component creates. Test cases added to ensure that token key does not change when requestAction is used.
Fixes #68
|
2009-12-18 19:05:33 -05:00 |
|
Mark Story
|
b190e462b8
|
Fixing whitespacing.
|
2009-12-17 00:15:42 -05:00 |
|
Mark Story
|
0bc1126114
|
Merge branch 'component-settings' into 1.3-misc
|
2009-12-16 23:08:16 -05:00 |
|
Mark Story
|
ff74a599c6
|
Adding ability to set configuration from initialize() for RequestHandler.
Tests added.
|
2009-12-16 23:06:16 -05:00 |
|
Mark Story
|
e45fcf4337
|
Adding ability set component configuration from component settings for SecurityComponent.
|
2009-12-16 23:06:16 -05:00 |
|
Mark Story
|
dffff314e1
|
Implementing setting of auth configuration through component settings arrays.
Adding test case from Ceeram.
|
2009-12-16 23:06:16 -05:00 |
|
Joël Perras
|
96c245c6a7
|
Moving list of http codes out of Controller::redirect() and into a new method, Controller::httpCodes() for better reusability. See doc blocks for usage details.
|
2009-12-13 18:04:55 -05:00 |
|
José Lorenzo RodrÃguez
|
cf359a38b3
|
Re-adding ability to order by virtual fields in DboSource::order
Adding support for paginating virtual model fields in controller
|
2009-12-10 20:08:14 -04:30 |
|
Mark Story
|
ecea49f823
|
Updating AuthComponent's mapped actions features to use Router::prefixes()
Adding tests for prefix interactions.
Adding tests for AuthComponent::logout, increasing code coverage.
|
2009-12-09 00:25:21 -05:00 |
|
predominant
|
13ffd76178
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
|
mark_story
|
24b636cc71
|
Merge branch 'mergers' into 1.2-merger
Conflicts:
cake/libs/view/helpers/text.php
cake/tests/cases/libs/view/helpers/text.test.php
|
2009-12-06 22:03:17 -05:00 |
|
mark_story
|
7259a1b920
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/view/helpers/text.php
cake/libs/view/theme.php
|
2009-12-06 21:43:53 -05:00 |
|
AD7six
|
9cd7888991
|
removing reference to unused variable __bare
|
2009-12-03 21:33:56 +01:00 |
|
mark_story
|
16f6d4d408
|
Making the various SecurityComponent::requireXX methods accept a single array or a list of strings as their arguments. Unifies the use of these functions with AuthComponent. Fixes #354
|
2009-12-02 17:56:52 -05:00 |
|
mark_story
|
5aba143620
|
Applying optimization to Controller::postConditions from 'robustsolution' Fixes #287
|
2009-11-23 12:52:38 -05:00 |
|
mark_story
|
4d37e75f18
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/extract.php
cake/console/libs/tasks/model.php
cake/libs/configure.php
cake/libs/controller/components/cookie.php
cake/libs/debugger.php
cake/libs/flay.php
cake/libs/http_socket.php
cake/libs/inflector.php
cake/libs/model/cake_schema.php
cake/libs/model/connection_manager.php
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo_source.php
cake/libs/router.php
cake/libs/view/helper.php
cake/libs/view/helpers/form.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/js.php
|
2009-11-22 20:38:50 -05:00 |
|
mark_story
|
a96c157d94
|
Applying optimizations to use of count() from 'jrbasso'
|
2009-11-21 15:14:21 -05:00 |
|
Juan Basso
|
52fcabc96a
|
Little optimization in redirect of controller.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:47:42 -05:00 |
|
Juan Basso
|
1cef0ac981
|
Little optimization in postConditions of controller.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:46:49 -05:00 |
|
Juan Basso
|
df9e1e0bd1
|
Replace function join (alias) by implode.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:43:11 -05:00 |
|
Juan Basso
|
9b6b258fed
|
Replace function is_integer (alias) by is_int.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:36:10 -05:00 |
|
mark_story
|
0783176238
|
Replacing duplicated code with pluginSplit().
Updating test case.
|
2009-11-15 19:55:20 -05:00 |
|
predominant
|
0977b3fe15
|
Standardising docblock endings throughout.
|
2009-11-14 23:19:25 +11:00 |
|
mark_story
|
6b5c247162
|
Merge commit 'origin/1.2' into mergers
Conflicts:
cake/bootstrap.php
cake/console/cake.php
cake/console/libs/tasks/model.php
cake/libs/configure.php
cake/libs/view/helpers/cache.php
cake/libs/view/helpers/paginator.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/view/helpers/cache.test.php
|
2009-11-08 22:21:21 -05:00 |
|
mark_story
|
a7a6dc8c43
|
Fixing issue where SecurityComponent::_validatePost could generate notices if elements were removed from _Token array.
Tests Added
Fixed #228
|
2009-11-08 14:12:18 -05:00 |
|
predominant
|
1185681549
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
|
predominant
|
384bb7a0e0
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
|
predominant
|
d7b604c8ed
|
Fixing links throughout
|
2009-11-06 17:46:59 +11:00 |
|
predominant
|
8ff6505fe8
|
Removing excess whitespace
|
2009-11-06 17:08:23 +11:00 |
|
predominant
|
6782cb019c
|
Update CakePHP Project link.
|
2009-11-06 17:00:11 +11:00 |
|
predominant
|
5dfe1777af
|
Removing Subversion file headers.
|
2009-11-06 16:51:09 +11:00 |
|