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 |
|
mark_story
|
61864a3b76
|
Adding some missing documentation and cleaning up code inside FormHelper::select().
|
2010-10-16 13:40:27 -04:00 |
|
mark_story
|
c35ef7dbab
|
Making class attribute bubble down into FormHelper::__selectOption().
Fixes issue where you couldn't change the classname of checkbox options.
Fixes #1202
|
2010-10-16 13:32:04 -04:00 |
|
mark_story
|
f19e3d501c
|
Merge branch '1.3' into integration
Conflicts:
cake/libs/model/cake_schema.php
cake/libs/model/datasources/dbo_source.php
cake/libs/model/model.php
cake/libs/view/helpers/form.php
cake/libs/view/view.php
cake/libs/xml.php
cake/tests/cases/libs/model/model_delete.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/cases/libs/xml.test.php
|
2010-10-13 22:30:40 -04:00 |
|
mark_story
|
6529e0e2b4
|
Making optiongroup elements follow the escape parameter.
Tests added.
Fixes #1191
|
2010-10-13 21:59:53 -04:00 |
|
mark_story
|
3f2109f3c3
|
Applying patch from 'dragonfly' to fix issue where FormHelper would always append an argument even if one was supplied.
Test Added
Fixes #1155
|
2010-10-13 21:36:05 -04:00 |
|
Juan Basso
|
c95c808f88
|
Merge with 2.0-xml
|
2010-10-10 23:21:56 -03:00 |
|
ADmad
|
62161203f2
|
Fixed issue where FormHelper::radio() and FormHelper::select() with option "multiple"=>"checkbox" would generate tag with invalid "id" attribute if a value was non alphanumeric
|
2010-10-10 23:16:48 +05:30 |
|
mark_story
|
f847080cbf
|
Changing more php version strings.
|
2010-10-03 12:46:03 -04:00 |
|
mark_story
|
5c27abd35f
|
Applying patch from 'hashmich' to make jQueryEngine not override the success callback. This allows you to provide a success callback and still get the html insertion when used with the update key.
Tests updated.
Fixes #1158
|
2010-10-01 22:43:46 -04:00 |
|
Mark Story
|
d88da3d579
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/configure.php
cake/libs/model/connection_manager.php
cake/libs/model/model.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
cake/tests/cases/libs/view/helpers/text.test.php
|
2010-09-06 16:53:04 -04:00 |
|
Mark Story
|
82fffe6914
|
Fixing issue where FormHelper::select() with multiple = checkbox and a custom name attribute would not work correctly. Fixes #1078
|
2010-09-05 01:28:13 -04:00 |
|
Mark Story
|
3e5e52d52e
|
Fixing doc block for Form::create(). Fixes #1058
|
2010-09-02 00:29:04 -04:00 |
|
José Lorenzo Rodríguez
|
f63b093d24
|
Merge branch '2.0-request' into 2.0
Still tons of tests failing
Conflicts:
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/controller/components/request_handler.php
cake/libs/controller/components/security.php
cake/libs/controller/controller.php
cake/libs/router.php
cake/libs/view/helper.php
cake/libs/view/helpers/html.php
cake/libs/view/view.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/components/security.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helper.test.php
cake/tests/cases/libs/view/helpers/cache.test.php
cake/tests/cases/libs/view/helpers/form.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/cases/libs/view/helpers/paginator.test.php
|
2010-08-27 23:31:41 -04:30 |
|
mark_story
|
4cc2229641
|
Updating CacheHelper to use correct View API.
Updating View to make CacheHelper tests pass.
|
2010-08-26 23:24:09 -04:00 |
|
mark_story
|
6d8c761f2f
|
Adding a missing s.
|
2010-08-17 22:25:45 -04:00 |
|
mark_story
|
750fe3aa05
|
Removing text() and password() as the new __call method handles them.
Updating test cases and adding a test for allowing a magic method to override the type.
|
2010-08-17 00:13:22 -04:00 |
|
mark_story
|
4efc170ce4
|
Adding some documentation.
|
2010-08-17 00:08:41 -04:00 |
|
mark_story
|
e79df23491
|
Adding a magic __call method to handle html5 inputs and simplify input generation logic.
|
2010-08-17 00:06:23 -04:00 |
|
mark_story
|
f46241a6e7
|
Merge branch '2.0' into 2.0-helpers
|
2010-08-16 23:02:44 -04:00 |
|
mark_story
|
705e90bef7
|
Merge branch '1.3' into 2.0-merge
Conflicts:
cake/libs/cache/memcache.php
cake/libs/cake_session.php
cake/libs/model/behaviors/acl.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/model/behaviors/acl.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
|
2010-08-15 23:09:02 -04:00 |
|
mark_story
|
bd89ef533b
|
Updating session helper constructor to fix failing tests in Controller::render() integration tests.
|
2010-08-11 00:01:24 -04:00 |
|
mark_story
|
2494156e9a
|
Removing reference operators that caused tests to fail.
Adding an alias as several tests relied on a User object being in the registry to autodetect fields.
|
2010-08-10 23:18:43 -04:00 |
|
mark_story
|
6dbe5b09f8
|
Fixing failing test caused by undefined variable.
|
2010-08-10 23:18:42 -04:00 |
|
mark_story
|
07a7e18dc7
|
Removing ClassRegistry access in RssHelper.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
dfa5273b22
|
Making SessionHelper not use ClassRegistry to access View. SessionHelper still needs to not inherit from CakeSession.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
576eba3ef9
|
Removing ClassRegistry use from FormHelper and its test case.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
90b0ac7258
|
Removing remaining ClassRegistry::getObject() in HtmlHelper.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
7efe1636aa
|
Making HtmlHelper not use ClassRegistry to access the View instance. Updating test cases.
|
2010-08-10 23:18:41 -04:00 |
|
mark_story
|
6a88452072
|
Updating TextHelper to not use create_function(). The create_function calls leaked memory and didn't work with the new helper constructors.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
4672cee5d3
|
Removing dispatchMethod from JsHelper, its not really that useful, and is good at hiding bugs in mock tests.
Updating test cases.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
0e933e8893
|
Updating most helper test cases to use View in their constructors.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
fc3379767d
|
Moving methods around. ObjectCollection now normalizes helpers arrays. Plugin helpers now lazy load.
Tests updated.
|
2010-08-10 23:18:38 -04:00 |
|
mark_story
|
087ccabffe
|
Starting to modify Helper constructors.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
f8ecb10407
|
Adding stub callbacks so errors aren't generated.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
1371cefc3d
|
Applying patch from 'thatcode' to fix an issue where FormHelper::datetime() would not use 'default' or 'value' keys like other inputs would. This corrects an unintentional inconsistency in the methods. Test cases added. Fixes #988
|
2010-08-09 23:49:18 -04:00 |
|
xbuzz
|
f2f2987743
|
Fixed 'convertEntities' to links in RSS. Fixes #959
|
2010-08-04 22:03:44 -03:00 |
|
Juan Basso
|
8f1bdd5378
|
Change to RssHelper use Xml class instead XmlHelper.
|
2010-07-28 17:47:02 -03:00 |
|
ADmad
|
6527e9269a
|
Fixing detection and automatic appending of extension '.js' to urls in call to HtmlHelper::script(). Closes #965
|
2010-07-29 02:11:00 +05:30 |
|
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 |
|
predominant
|
913d54caa0
|
Remove __start from SessionHelper
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
c8c677ae9e
|
Change SessionHelper to extend AppHelper instead of CakeSession.
|
2010-07-27 22:25:05 -04:00 |
|
Juan Basso
|
43d49095ae
|
Removing xml helper. Use SimpleXML instead.
|
2010-07-26 21:39:45 -03:00 |
|
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 |
|
Scott Reeves
|
f44911f6dc
|
Fixing typo in parameter description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:15:20 -04:00 |
|
mark_story
|
21f359bff9
|
Removing additional call to camelize(). Fixes #913
|
2010-07-14 22:07:41 -04:00 |
|
Scott Reeves
|
15435e9d6f
|
FormHelper::create should use domId to determine the default ID of the form tag.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-14 21:59:16 -04:00 |
|
Thomas Ploch
|
fb9faf10f7
|
Added missing option arrays to abstract function definitions in JsBaseEngineHelper. Fixed test cases accordingly. Fixes #704 .
|
2010-07-13 20:04:11 -04:00 |
|
mark_story
|
6d8724097e
|
Changing check in AjaxHelper::link() so lazy users don't get type errors. Fixes #902
|
2010-07-11 13:47:40 -04:00 |
|
Juan Basso
|
9fe5f360eb
|
Adding a default value to options param in JsEngine effect to avoid error in some php versions.
|
2010-07-10 18:15:09 -03: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
|
ea322b8f78
|
Fixing issue where getCrumbList() was overwriting attributes.
|
2010-06-28 23:45:36 -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
|
1c47702cb9
|
Updating formatting to match coding standards.
|
2010-06-28 22:53:33 -04:00 |
|
Leszek Stachowski
|
68a9c9c5ab
|
Added HtmlHelper::getCrumbList() to generate semantically correct
(x)html breadcrumb navigation path and a test to it. Fixes #856
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-06-28 22:36:28 -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
|
b9383f13dc
|
Adding some additional documentation for FormHelper::inputs().
|
2010-06-27 00:39:31 -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 |
|
mark_story
|
5945edd983
|
Removing strtolower call that was breaking autolinks for URL shorteners. Tests added. Fixes #838
|
2010-06-21 21:17:37 -04:00 |
|
Thomas Ploch
|
2d20215e53
|
Converted JsBaseEngineHelper to an abstract class. Fixes #703 .
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-06-20 22:21:21 -04:00 |
|
mark_story
|
50144d6b5b
|
Making FormHelper clear fields on create() as well as end() this ensures that GET forms don't leak fields. Fixes #571
|
2010-06-12 22:50:09 -04:00 |
|
mark_story
|
e41e89cd2a
|
Making magic select not override magic hidden. Tests added.
Fixes #782
|
2010-06-04 00:20:14 -04: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 |
|
predominant
|
f06f0dae8b
|
Numerous "Enter description here" block comments updated to have meaningful descriptions.
|
2010-05-30 01:10:48 +10:00 |
|
mark_story
|
82250efc3e
|
Updating doc blocks for FormHelper::input() refs #735
|
2010-05-20 22:58:20 -04:00 |
|
predominant
|
6a18b2bc1d
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/basics.php
cake/console/libs/shell.php
cake/console/libs/tasks/controller.php
cake/libs/controller/components/request_handler.php
cake/libs/model/model.php
cake/libs/model/model_behavior.php
cake/libs/overloadable.php
cake/libs/overloadable_php4.php
cake/libs/overloadable_php5.php
cake/libs/sanitize.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/libs/view/helpers/javascript.php
cake/libs/view/pages/home.ctp
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/overloadable.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/test_app/libs/cache/test_app_cache.php
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_auth_user.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_post.php
|
2010-05-20 12:22:04 +10:00 |
|
mark_story
|
76f94d5c75
|
Fixing form attribute access and broken test.
|
2010-05-17 23:31:47 -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
|
3a60aa07de
|
Fixing issues where setting jQueryObject did not affect request() and its connected methods.
Tests added.
Fixes #728
|
2010-05-17 18:25:50 -04:00 |
|
mark_story
|
4915645fb1
|
Applying patch from 'Daren Thomas' fixes issues where sorting on virtualFields did not work properly when using aliased sort link keys. Tests added. Fixes #680
|
2010-05-16 23:42:14 -04:00 |
|
mark_story
|
e6a743b163
|
Making JsHelper use its request object methods.
|
2010-05-15 00:51:26 -04:00 |
|