mark_story
|
ee3017599d
|
Merge branch '2.0' into 2.0-pagination
Conflicts:
cake/libs/controller/components/paginator.php
cake/libs/router.php
|
2010-12-24 14:43:11 -05:00 |
|
mark_story
|
ef77e60cb0
|
Removing @subpackage tags, moving contents of @subpackage into @package.
Removing duplicate cake.cake in @package tags.
Renaming cake.app -> app
|
2010-12-24 14:09:57 -05:00 |
|
Juan Basso
|
ff18fe4e3e
|
Optimization in postLink and create methods from FormHelper.
|
2010-12-24 16:52:15 -02:00 |
|
mark_story
|
6f62c22cbc
|
Fixing fencepost errors.
Splitting tests up into smaller groups.
|
2010-12-20 20:27:27 -05:00 |
|
mark_story
|
0b90195a52
|
Adding tests for creating next/prev links with querystrings.
Removing code that doesn't seem to do anything, no tests fail when its removed.
|
2010-12-20 13:59:09 -05:00 |
|
mark_story
|
e5588f746c
|
Reversing changes that required a : sigil for named parameters. Also removing ?foo style parameters for querystring args. Having two ways to create querystring args was not sitting well with me.
Tests updated.
|
2010-12-19 23:11:02 -05:00 |
|
mark_story
|
c83a4703a3
|
Implementing ability to change pagination params to use querystring variables.
Tests added.
|
2010-12-19 16:47:22 -05:00 |
|
mark_story
|
cc2d8e2fec
|
Moving limit from the options to the normal paging params. This fixes a few notice errors.
|
2010-12-19 13:15:04 -05:00 |
|
mark_story
|
833bdbcc0b
|
Reformatting paging params.
Removing defaults from the paging params as they are no longer being used.
|
2010-12-19 12:43:29 -05:00 |
|
mark_story
|
ef84d86cf5
|
Reformatting code, and removing merging of defaults key in the helper. It no longer exists.
|
2010-12-19 12:26:28 -05:00 |
|
mark_story
|
bd951791f4
|
Removing forced start of sessions now that they are lazily started.
|
2010-12-13 23:59:57 -05:00 |
|
mark_story
|
017385d61c
|
Fixing most of the strict errors in the helper test suite.
|
2010-12-12 20:21:14 -05:00 |
|
mark_story
|
44c080d5ad
|
Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch.
Adding package specific exceptions.
Replacing generic exceptions in the codebase with CakeException + package exceptions.
|
2010-12-11 19:26:10 -05:00 |
|
mark_story
|
b9f0fc0724
|
Merge branch '1.3' into merger
Conflicts:
cake/dispatcher.php
cake/libs/cake_session.php
cake/libs/controller/components/cookie.php
cake/libs/controller/components/email.php
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/set.php
cake/libs/validation.php
cake/libs/view/view.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/controller/components/security.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/view.test.php
|
2010-12-10 22:24:31 -05:00 |
|
jblotus
|
48f32a11e0
|
Fixed incorrect docblock. Fixes #1350
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-12-08 22:08:43 -05:00 |
|
Juan Basso
|
c52d5320c8
|
Replaced the *printf with i18n aliases by i18n aliases with params.
|
2010-12-04 23:37:13 -02:00 |
|
mark_story
|
e40ee2576b
|
Minor optimization in h()
Minor optimizations in FormHelper, as calls to ArrayAccess methods are avoided now.
|
2010-11-28 00:33:01 -05:00 |
|
mark_story
|
79aafda698
|
Removing use of serialize() for locked fields. This removes any
possible exploit related to serialize()/unserialize(). Instead values
are passed as | delimited.
|
2010-11-21 00:09:45 -05:00 |
|
mark_story
|
d12c232d8a
|
Merge branch '1.3' into merger
Conflicts:
app/config/core.php
cake/console/templates/skel/config/core.php
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/view/helpers/form.php
cake/tests/cases/libs/cake_test_case.test.php
cake/tests/cases/libs/controller/components/security.test.php
cake/tests/cases/libs/model/models.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/paginator.test.php
cake/tests/lib/cake_test_case.php
|
2010-11-16 21:48:13 -05:00 |
|
mark_story
|
6c2b088706
|
Merge branch '2.0' into 2.0-view
|
2010-11-10 23:41:44 -05:00 |
|
mark_story
|
76c3e1a112
|
Adding cache comment stripping to the CacheHelper, it was recently removed from View, and needed to be added here to fix failing tests.
|
2010-11-09 23:55:30 -05:00 |
|
Jeremy Harris
|
060f149a84
|
Added configurable ellipsis on Paginator::numbers(), Paginator::first(), Paginator::last(). Fixes #1086
|
2010-11-07 17:08:01 -08:00 |
|
mark_story
|
92fec4588a
|
Making private things protected.
|
2010-11-07 13:23:45 -05:00 |
|
mark_story
|
4c0fd76a2e
|
Changing <cake:nocache></cake:nocache> into <!--nocache--><!--/nocache--> This makes no cache tags valid html/xml at all times, and will not interfere with validation.
|
2010-11-07 13:23:45 -05:00 |
|
mark_story
|
c92ecdcd1b
|
Initial pass at decoupling CacheHelper from View.
CacheHelper does all caching using helper callbacks now.
|
2010-11-07 13:23:43 -05:00 |
|
mark_story
|
1b19ad48b4
|
Adding parameters to helper callbacks, these allow helpers to introspect more on the view/layout being rendered.
Updating tests.
|
2010-11-07 13:23:42 -05:00 |
|
mark_story
|
d56b812181
|
Fixing issue where an array to string conversion error could occur if you had multiple values for a model's primary key and you created a matching form. Tests added.
Fixes #1257
|
2010-11-04 21:08:40 -04:00 |
|
Juan Basso
|
b0a600f925
|
Merge branch '2.0-post-method' into 2.0
|
2010-11-03 01:42:06 -02:00 |
|
mark_story
|
d1403b0da8
|
Changing NumberHelper::currency() to format < 1euro based on the suggestions from 'Joel Haasnoot'. Instead of 99c you will get €0,99.
Test cases updated. Fixes #1253
|
2010-11-02 21:56:24 -04:00 |
|
Mark Story
|
b67d3fac44
|
Updating FormHelper to fix failing test from merge.
|
2010-10-31 21:57:51 -04:00 |
|
Mark Story
|
08e7bcb7ab
|
Merge branch '1.3' into integration
Conflicts:
app/config/core.php
cake/console/libs/acl.php
cake/console/templates/skel/config/core.php
cake/console/templates/skel/webroot/test.php
cake/dispatcher.php
cake/libs/view/errors/missing_action.ctp
cake/libs/view/helpers/form.php
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/log/file_log.test.php
cake/tests/cases/libs/model/cake_schema.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/groups/bake.group.php
cake/tests/groups/behaviors.group.php
cake/tests/groups/i18n.group.php
cake/tests/groups/javascript.group.php
cake/tests/lib/reporter/cake_cli_reporter.php
|
2010-10-31 21:56:59 -04:00 |
|
Juan Basso
|
4eed660a62
|
Changed the form style to not affect layout.
|
2010-10-30 22:39:31 -02:00 |
|
Mark Story
|
3b5dafadc5
|
Adding value option documentation.
|
2010-10-29 23:56:22 -04:00 |
|
Robert Sworder
|
593c45b6e7
|
Whitespace changes
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
9eb533b9f6
|
dateTime functions + tests
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
a876c77987
|
meridian function
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
6d97aedd47
|
__selectOptions function
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
d3c1e8c974
|
minute function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
5f0700342b
|
hour function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
6620b3b8fc
|
month function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
529791842c
|
year function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
a1b1a07af2
|
__dateTimeSelected and day functions done, with tests
|
2010-10-29 23:43:48 -04:00 |
|
Robert Sworder
|
30f3494c98
|
Select function signature changed. Corresponding tests changed.
|
2010-10-29 23:43:48 -04:00 |
|
Robert Sworder
|
115c6102b9
|
Changes to make tests pass...
|
2010-10-29 23:43:48 -04:00 |
|
Juan Basso
|
daa8d1fac2
|
Added a message to avoid the use of postLink and postButton in forms.
|
2010-10-30 00:32:14 -02:00 |
|
Graham Weldon
|
d3e0ddbb0e
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
|
mark_story
|
bf7b8b0e93
|
Fixing issues with RssHelper and updating tests to reflect changes in how Xml::build() differs from previous versions' Xml.
|
2010-10-23 13:11:50 -04:00 |
|
mark_story
|
077d1c5ad5
|
Applying patch from 'hashmich' to fix issues with slideUp and slideDown effects in prototype engine.
Tests updated.
Fixes #1213
|
2010-10-20 22:07:53 -04:00 |
|
Juan Basso
|
373fa780f7
|
Created the method FormHelper::postLink() to create a link with form to send data via POST. This feature require javascript.
|
2010-10-18 21:51:17 -02:00 |
|
Juan Basso
|
4c106490ef
|
Created the method FormHelper::postButton() to create a button with form to send data via POST.
|
2010-10-18 17:53:27 -02:00 |
|