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
|
30dc0cfe56
|
Removing unused $view property from CacheHelper.
Fixes #272
|
2009-11-07 10:44:14 -05:00 |
|
mark_story
|
d63218c0a0
|
Fixing error in previous commit.
|
2009-11-03 09:52:59 -05:00 |
|
mark_story
|
6b043c6c57
|
Updating doc blocks for paginator helper.
|
2009-11-02 21:37:20 -05:00 |
|
mark_story
|
9d2628f699
|
Removing tab
|
2009-11-02 00:07:16 -05:00 |
|
mark_story
|
a87d31cc7f
|
Fixing $cacheAction requiring the inclusion of the controller name for view cache files to be generated. This behavior makes the cache helper behave as documented.
Test cases added. Fixes #232
|
2009-11-02 00:07:02 -05:00 |
|
renan.saddam
|
84a10904fb
|
Fixing typo on variable name.
|
2009-10-30 18:42:04 -02:00 |
|
mark_story
|
00d7c655ce
|
Improving documentation for PaginatorHelper::sort() Fixes #210
|
2009-10-27 13:28:43 -04:00 |
|
mark_story
|
8b419d2dd8
|
Removing use of ife() from core classes.
|
2009-10-21 12:57:15 -04:00 |
|
mark_story
|
2675bbcd53
|
Fixing FormHelper::__selectOptions incorrectly selecting options due to type juggling. Fixes #167
|
2009-10-18 22:05:17 -04:00 |
|
mark_story
|
082156f9a1
|
Fixing FormHelper::input() label's for attribute when a datetime type is created and dateFormat or timeFormat is set to NONE. Fixes #168
|
2009-10-14 21:17:00 -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
|
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
|
e030400f8e
|
Updating links in home.ctp to point a new address for changelogs and to code.cakephp.org instead of trac.
|
2009-09-24 22:26:55 -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 |
|
ADmad
|
5049265a49
|
Fixed incorrect doc. block for TimerHelper::format
|
2009-09-20 11:08: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
|
8be5de947b
|
Minor refactor in how paths are checked, so that fallback extensions are checked only when all paths fail, instead of for each path. Refs #49
|
2009-08-30 19:07:36 -04:00 |
|
mark_story
|
31ec714e2e
|
Adding View::_paths() optimization.
Test cases added.
Refs #49
|
2009-08-23 23:13:56 -04:00 |
|
jperras
|
2737062c6f
|
Fixing doc block for TimeHelper::timeAgoInWords(). Fixes #27.
|
2009-08-13 13:57:15 -04:00 |
|
jperras
|
70c331f5db
|
Updating doc blocks for paginator helper. Thanks to savant for the patch. Fixes #4994.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8271 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-02 18:55:37 +00:00 |
|
mark_story
|
878f3367d4
|
Updating doc block on JavascriptHelper::object(). Thanks BrendonKox. Fixes #6540.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8266 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-01 06:24:55 +00:00 |
|
DarkAngelBGE
|
f88cc56cfe
|
Coding standards fixes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8260 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-28 20:01:42 +00:00 |
|
mark_story
|
47cd941b53
|
Applying optimization patch to PaginatorHelper and test refactorings to PaginatorHelper test case. Thanks Phally. Fixes #6526
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8259 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-28 12:40:31 +00:00 |
|
DarkAngelBGE
|
8f61c666c2
|
Removing usage of r() from core
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8252 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 20:51:24 +00:00 |
|
mark_story
|
93d64c4e76
|
Removing use of e() from core classes. Refs #6525
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8250 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 13:35:14 +00:00 |
|
DarkAngelBGE
|
fefbe77208
|
Minor refactorings for DboMysql, DboSource and TextHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8241 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 20:57:39 +00:00 |
|
gwoo
|
56bee6e1fc
|
fixes #6507 paginator sort directions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8239 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:53:14 +00:00 |
|
gwoo
|
4cfdd311a9
|
fixes #6476, crash on missing layout in session flash
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8238 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:33:12 +00:00 |
|
mark_story
|
76d5855d72
|
Applying patch from 'Phally' Fixes multiple issues in PaginatorHelper related to first and last option in numbers(). Fixes #6516
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8234 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-17 19:46:33 +00:00 |
|
mark_story
|
baea319122
|
Applying patch from 'Dremora' fixes JavascriptHelper::codeBlock() and blockEnd() bugs where content vanished due to incorrectly structured buffers. Minor behavior change in that codeBlock(null) no longer returns an opening script tag. The entire script tag is returned when blockEnd() is called.
Test cases updated and refactored.
Fixes #6504
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8231 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 17:11:46 +00:00 |
|
davidpersson
|
68d333d088
|
Applying patches by ADMad updating HtmlHelper and adding test. Adding missing properties in test case. Preventing bleed through in test case. Fixes #6490
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8220 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-04 22:04:40 +00:00 |
|
gwoo
|
8971aad8bf
|
closes #6413, scaffoldFields not working with add/edit methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8214 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-03 00:14:36 +00:00 |
|
gwoo
|
9e143bc335
|
fixes #6473, dot notation for sort in next/prev
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8213 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-02 23:48:10 +00:00 |
|
mark_story
|
fd818bc493
|
Applying patch from 'mulleto'. Fixes plugin view file location with CamelCase plugin names. Test cases added.
Fixes #6334
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8202 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-24 22:02:00 +00:00 |
|
mark_story
|
1ea5f94c29
|
Updating JavascriptHelper::escapeString to properly encode utf8 characters as per the JSON spec.
Test cases added, with comparisons to json_encode()
Fixes #6400
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8198 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-17 01:59:41 +00:00 |
|
gwoo
|
e54dbd430f
|
fixes #6419, redirect with cached view page
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8193 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-10 17:11:17 +00:00 |
|
mark_story
|
1910e5482b
|
Updating doc block for HtmlHelper::css(). Fixes #6059
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8175 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-22 01:25:13 +00:00 |
|
jperras
|
4f2d65943f
|
Fixing form helper checkbox hidden input generation for disabled fields. Thanks to 'trevorsg' for the patch & test case.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8173 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-14 03:26:53 +00:00 |
|
mark_story
|
bf7e257e02
|
Updating coding standards in bake templates and scaffolds. Fixes #6346
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8167 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-07 00:53:44 +00:00 |
|
mark_story
|
7eaf331213
|
Updating doc block for FormHelper::input(). Fixes #6328
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8160 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-29 12:40:15 +00:00 |
|
renan.saddam
|
bd7bd5d891
|
Fixing issue when generating textarea with null value.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8146 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-16 18:12:01 +00:00 |
|
mark_story
|
8db4fe682b
|
Allowing name attribute to pass on to hidden field in FormHelper::radio().
Fixes inconsistency with checkbox(). Test case added.
Fixes #6260
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8145 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-15 17:18:01 +00:00 |
|
mark_story
|
5f4cdf91ac
|
Fixing AjaxHelper::dragOptions to match scriptaculous docs.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8136 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-06 00:57:46 +00:00 |
|