mark_story
|
23cf0da18e
|
Updating doc blocks
|
2009-10-16 22:10:01 -04:00 |
|
mark_story
|
4e038e55b3
|
Removing NONE options from FormHelper::dateTime(). These options are legacy options, from before date() and time() existed. If you need only date selects, use date(), same for time selects.
|
2009-10-16 22:02:07 -04:00 |
|
mark_story
|
d5ce5813c7
|
Fixing typo.
|
2009-10-16 22:02:07 -04:00 |
|
mark_story
|
f9f2986f48
|
Implementing Form helper default options. Allows the creation of persistent form options when opening a form.
Adding patch from 'Ceeram' / 'bankai'
Refs #56.
|
2009-10-16 22:02:07 -04:00 |
|
mark_story
|
6dcc819121
|
Updating fileheaders.
|
2009-10-16 22:02:07 -04:00 |
|
mark_story
|
f07df02087
|
Making JsHelper::set() work well with setting the variables to an object property.
|
2009-10-16 22:02:06 -04:00 |
|
mark_story
|
4be98b6ed9
|
Adding JsHelper::set() + test cases.
|
2009-10-16 22:02:06 -04:00 |
|
mark_story
|
906eb82e9b
|
Fixing typo in prototype engine helper. Fixes #172
|
2009-10-15 11:09:13 -04:00 |
|
mark_story
|
d1f5acd0e0
|
Merge commit 'origin/1.2' into 1.2-merge-in
Conflicts:
cake/console/libs/shell.php
cake/libs/model/connection_manager.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/javascript.php
cake/tests/cases/libs/i18n.test.php
cake/tests/cases/libs/model/connection_manager.test.php
cake/tests/cases/libs/model/model_read.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/groups/database.group.php
|
2009-10-14 00:51:55 -04:00 |
|
mark_story
|
0d3ef03b9f
|
Updating file headers.
|
2009-10-07 23:43:01 -04:00 |
|
mark_story
|
06162d5022
|
Deprecating TextHelper::trim() as it is an alias for truncate().
Expanding use of mb_ methods.
Tests updated.
|
2009-10-07 23:43:01 -04:00 |
|
Niles
|
cbf676c0e4
|
remove call to deprecated method.
|
2009-10-06 08:42:35 -04:00 |
|
mark_story
|
c47e899ba1
|
Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139
|
2009-10-02 12:53:20 -04:00 |
|
mark_story
|
f12cbdba38
|
Fixing CacheHelper and multiple cake:nocache tags in a view file, breaking cake:nocache following $content_for_layout. Fixes #136
|
2009-10-01 01:03:47 -04:00 |
|
mark_story
|
347c175b85
|
Updating documentation blocks for CacheHelper.
|
2009-09-30 22:44:15 -04:00 |
|
mark_story
|
1c8ec459b6
|
Removing 'id' key param in FormHelper::create() it normally only served to make routing more complex. Removal also enables reverse routing to work with scaffolding.
|
2009-09-29 22:46:45 -04:00 |
|
mark_story
|
508d737b6a
|
Updating HtmlHelper::css, JavascriptHelper::link to not replace multiple occurences of CSS_URL or JS_URL when using Asset.filter settings.
Test cases added.
Thanks to 'robustsolution' for the patch.
Fixes #105
|
2009-09-26 14:22:12 -04:00 |
|
mark_story
|
06cf97459a
|
Fixing XmlHelper::elem() when value is null and cdata = true. Removing empty invalid tag.
Test cases added.
Fixes #127
|
2009-09-24 22:43:31 -04:00 |
|
mark_story
|
7f49f7f455
|
Updating HtmlHelper and JavascriptHelper to use Helper::assetTimestamp
|
2009-09-24 00:16:19 -04:00 |
|
mark_story
|
26d2237df0
|
Making conditions easier to read.
Adding additional test for image timestamping.
Refs #108
|
2009-09-23 23:30:55 -04:00 |
|
ADmad
|
de4737323f
|
Updated Html and Javascript helpers to suffix asset urls with timestamp even when the app is run off a subfolder on the domain
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-09-23 23:30:34 -04:00 |
|
mark_story
|
6946bb0295
|
Updating docs for FormHelper::inputs()
Fixes #110
|
2009-09-23 23:05:08 -04:00 |
|
mark_story
|
022f8ccaa2
|
Making conditions easier to read.
Adding additional test for image timestamping.
Refs #108
|
2009-09-22 19:04:40 -04:00 |
|
ADmad
|
07a89cd953
|
Updated Html and Javascript helpers to suffix asset urls with timestamp even when the app is run off a subfolder on the domain
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-09-22 18:57:30 -04:00 |
|
mark_story
|
e6cc81226d
|
Merge branch '1.3-jshelper' into 1.3
|
2009-09-20 17:46:30 -04:00 |
|
ADmad
|
5049265a49
|
Fixed incorrect doc. block for TimerHelper::format
|
2009-09-20 11:08:48 -04:00 |
|
mark_story
|
05f908d36d
|
Fixing failing tests in JsHelper caused by changed API in HtmlHelper.
|
2009-09-16 01:55:15 -04:00 |
|
mark_story
|
5717e3b59c
|
Merge branch '1.2' into 1.2-merger
Conflicts:
app/webroot/test.php
cake/VERSION.txt
cake/bootstrap.php
cake/config/config.php
cake/console/cake.php
cake/console/libs/schema.php
cake/console/templates/skel/webroot/test.php
cake/libs/configure.php
cake/tests/cases/console/libs/schema.test.php
cake/tests/cases/libs/debugger.test.php
cake/tests/cases/libs/model/model_write.test.php
cake/tests/fixtures/aco_fixture.php
|
2009-09-16 01:23:49 -04:00 |
|
mark_story
|
01cf40bf12
|
Adding automatic use of $options for $disabledOptions in PaginatorHelper::next() and PaginatorHelper::prev(). Thanks to 'joaquin_win' for the initial patch. Refs #83
|
2009-09-14 23:06:24 -04:00 |
|
mark_story
|
326424592d
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/dispatcher.php
cake/libs/controller/scaffold.php
cake/libs/inflector.php
cake/libs/view/view.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/inflector.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/fixtures/counter_cache_post_fixture.php
cake/tests/fixtures/counter_cache_user_fixture.php
|
2009-09-13 13:52:58 -04:00 |
|
mark_story
|
9c41efd6fe
|
Adding NumberHelper::addFormat and test cases. Refs #5630
|
2009-09-10 22:54:49 -04:00 |
|
mark_story
|
5f6015c3c4
|
Updating file headers and removing @static.
|
2009-09-10 22:23:48 -04:00 |
|
mark_story
|
0065005f95
|
Fixing custom error class not being used if error for field is a named index. Test case added. Fixes #76
|
2009-09-10 09:57:23 -04:00 |
|
mark_story
|
cf3521737f
|
Fixing selected with interval not selecting the correct option. Fixes #70.
|
2009-09-03 22:47:17 -04:00 |
|
mark_story
|
ce7864920f
|
Adding ability to add arbitrary attributes to HtmlHelper::scriptBlock. Test case added.
|
2009-09-03 13:50:53 -04:00 |
|
mark_story
|
ead3b0ecf6
|
Allowing HtmlHelper::script() to take an array of options, allows for custom attributes to be added to script include tags. Test cases added. Fixes #2955
|
2009-09-03 13:45:39 -04:00 |
|
mark_story
|
c963d5cc43
|
Updating file headers.
|
2009-09-03 12:43:13 -04:00 |
|
mark_story
|
4d458e93b6
|
Updating SessionHelper::flash() to use elements for custom flash wrapping html instead of layouts.
|
2009-09-01 00:03:56 -04:00 |
|
mark_story
|
1bedd8418b
|
Merge branch '1.3-deprecation' into 1.3-misc
|
2009-08-31 23:41:41 -04:00 |
|
mark_story
|
5fa6e5b6f2
|
Removing deprecated params.
|
2009-08-31 22:34:14 -04:00 |
|
mark_story
|
4d7fc24850
|
Fixing errors generated by ajaxProvider class not being loaded when checking for method implementation.
|
2009-08-31 11:38:31 -04:00 |
|
mark_story
|
81865bc960
|
Removing use of ife() from core classes.
|
2009-08-27 22:54:57 -04:00 |
|
mark_story
|
4bb5b615f7
|
Applying patch from 'mete0r' to make the legend generated FormHelper::inputs() more i18n friendly. Fixes #6360
|
2009-08-27 22:38:49 -04:00 |
|
mark_story
|
7c4d60abe8
|
Adding patch from 'grncdr' to allow default direction to be set for sort links created with PaginatorHelper::sort. Fixes #5151
|
2009-08-26 23:55:19 -04:00 |
|
mark_story
|
4f2d415663
|
Applying patch from 'kuja' to give default class names to links generated by Paginator::sort().
Fixes #6239
|
2009-08-26 23:33:13 -04:00 |
|
mark_story
|
38a4b619e6
|
Adding default classes to next and prev links.
Switching next() and prev() to use span by default.
|
2009-08-26 22:55:24 -04:00 |
|
mark_story
|
533f6e0d36
|
Updating doc block.
|
2009-08-26 22:54:23 -04:00 |
|
mark_story
|
136b4db7ad
|
Deprecating $escape for HtmlHelper::tag() use $attributes['escape'] instead. Test case added.
|
2009-08-26 22:46:49 -04:00 |
|
jperras
|
2737062c6f
|
Fixing doc block for TimeHelper::timeAgoInWords(). Fixes #27.
|
2009-08-13 13:57:15 -04:00 |
|
jperras
|
deed69ea37
|
Adding ability to input an array parameter for 3rd argument of TextHelper::highlight(). Implements #17.
|
2009-08-13 13:32:34 -04:00 |
|