Mark Story
|
348fe6f574
|
Expanding documentation for FormHelper::submit() Fixes #390
|
2010-02-24 22:45:49 -05:00 |
|
Mark Story
|
f4c670e5be
|
Fixing lack of space in meta tags lacking a link attribute.
Fixes #371
|
2010-02-20 01:39:15 -05:00 |
|
Mark Story
|
ab688b88f4
|
Adding test to check that postfix and prefix options don't go into inner objects. Tests added, fixes #348
|
2010-02-17 22:22:53 -05:00 |
|
Mark Story
|
0fda18d11c
|
Fixing entity encoding of url strings inside remoteFunctions contained in safe CDATA blocks. Fixes #127
|
2010-02-08 23:07:13 -05:00 |
|
Mark Story
|
7daad4acaf
|
Merge branch '1.2' of github.com:cakephp/cakephp1x into 1.2
|
2010-02-02 20:39:25 -05:00 |
|
predominant
|
8d382d9168
|
Fixes #288. TextHelper truncation not playing nice with html in ending.
|
2010-02-02 09:13:52 +11:00 |
|
Mark Story
|
66a8910810
|
Fixing cakephp domain name.
|
2010-01-26 17:15:15 -05:00 |
|
Mark Story
|
527eec1a54
|
Fixing doc tags to make merge easier.
|
2010-01-26 16:51:53 -05:00 |
|
Mark Story
|
9cbb9d193a
|
Fixing php4 compatibility and errors from array to string conversion.
|
2010-01-26 10:55:11 -05:00 |
|
Mark Story
|
8f2a4a1e0e
|
Merge branch '1.2' of github.com:cakephp/cakephp1x into 1.2
|
2010-01-14 20:28:00 -05:00 |
|
Mark Story
|
5c47d8dd7a
|
Trimming trailing whitespace from files. Refs #201
|
2010-01-14 20:15:54 -05:00 |
|
Joël Perras
|
15b8a3ec71
|
Updating copyright date on all files.
|
2010-01-13 23:47:14 -05:00 |
|
dogmatic
|
51d0805ce0
|
fixes Text::toList to allow passing array( 1=>"abc", 2=>"abc" ) and the updated test case
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-24 20:23:23 -05:00 |
|
mark_story
|
58446e0785
|
Adding documentation note about $options['q'] Refs #357
|
2009-11-24 11:57:56 -05:00 |
|
mark_story
|
a96c157d94
|
Applying optimizations to use of count() from 'jrbasso'
|
2009-11-21 15:14:21 -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
|
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
|
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
|
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 |
|
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 |
|
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
|
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 |
|