romaimperator
|
50ec7e6fdf
|
Fixed a bug in the dateTime function that prevented the proper hour from being selected because the check for past noon required seconds to be set and they weren't
Signed-off-by: mark_story <mark@mark-story.com>
|
2011-05-09 22:21:58 -04:00 |
|
Mariano Iglesias
|
cc5670a33f
|
Fixing issue with wrong internationalization of time ago expressions in TimeHelper. Fixes #1663
|
2011-04-29 15:48:00 -03:00 |
|
mark_story
|
12c245609e
|
Fixing XmlHelper overwriting its Xml property when creating an open element with elem()
Fixes #1642
|
2011-04-16 16:56:32 -04:00 |
|
mark_story
|
9f51c4ccfc
|
Updating API docs for FormHelper::input() fixes #1649
|
2011-04-13 18:48:29 -04:00 |
|
Juan Basso
|
2c4ed9bfc2
|
Fixed the input name when multiple is setted to false.
|
2011-04-13 00:32:15 -04:00 |
|
mark_story
|
fbab7bd9c3
|
Fixing linking of emails that are missing tld's. They should not be turned into links. Test added. Fixes #1622
|
2011-03-27 19:09:46 -04:00 |
|
ADmad
|
69e5854f0a
|
Applying patch from 'Eärendil' to add option 'hiddenField' for FormHelper::select() for use with 'multiple'=>'checkbox'. Test cases added. Closes #1161
|
2011-03-21 19:18:53 +05:30 |
|
mark_story
|
33afe21aa7
|
Updating version numbers to 1.3.8
|
2011-03-20 16:10:00 -04:00 |
|
ADmad
|
0f341c7114
|
Fixed bug where default class name 'checkbox' was dropped in case of validation error for div wrapping checkbox for multiple checkboxes
|
2011-03-11 20:20:55 +05:30 |
|
mark_story
|
7853189328
|
Adding 'style' as a known html attribute. Fixes #1573
|
2011-03-07 21:58:11 -05:00 |
|
mark_story
|
197c9bf912
|
Making empty string create empty submit buttons. This applies to both Form->submit() and Form->end(). Tests added. Fixes #1569
|
2011-03-02 20:27:57 -05:00 |
|
mark_story
|
b80955c9fe
|
Adding newlines to the builtin email template. Fixes issues with long lines. Refs #857
|
2011-02-25 18:50:50 -05:00 |
|
mark_story
|
139d6b3133
|
Changing the checks surrounding dataExpression to use empty() instead of isset() so unexpected things don't happen if you ever use dataExpression = false. Fixes #1521
|
2011-02-23 21:15:39 -05:00 |
|
Victor Widell
|
d0b7d3355d
|
$this->data[$habtmKey] could be a string, meaning $this->data[$habtmKey][$habtmKey] would be the first character of that string. Probably not what you want.
Fixes #1549
Signed-off-by: mark_story <mark@mark-story.com>
|
2011-02-21 10:39:55 -05:00 |
|
mark_story
|
42c2f3011b
|
Applying fix from 'Mark Mitchell' to expose PeriodicalExecuter in the callback. Fixes #1529
|
2011-02-11 21:49:00 -05:00 |
|
mark_story
|
9a940709ab
|
Removing unsupported options from PrototypeEngine. Fixes #1516
|
2011-02-07 20:59:01 -05:00 |
|
mark_story
|
584116524b
|
Fixing range option for prototype engine. Fixes #1509
|
2011-02-07 19:19:50 -05:00 |
|
Juan Basso
|
f2a4b1e959
|
Supporting %e in windows. Fixes #1510.
|
2011-02-06 15:51:28 -02:00 |
|
mark_story
|
cf50cbdd9d
|
Fixing issue in FormHelper where CURRENT_TIMESTAMP or other invalid data could cause a notice error. Fixes #1508
|
2011-02-05 06:43:00 -05:00 |
|
Juan Basso
|
bbf6aedd9c
|
Fixed wrong viewVars store when have objects in view caching. Fixes #1486.
|
2011-01-28 00:31:18 -02:00 |
|
mark_story
|
5464ed8455
|
Fixing blackholes caused by using custom name attributes with inputs. Fixes #1489
|
2011-01-27 21:05:30 -05:00 |
|
mark_story
|
9f583097f0
|
Updating version numbers for 1.3.7
|
2011-01-19 15:10:53 -05:00 |
|
mark_story
|
b0d4951184
|
Fixing TextHelper::autoLinkEmails() not linking email addresses that contain '.
Test added.
Fixes #1457
|
2011-01-17 11:11:30 -05:00 |
|
mark_story
|
ca299a097c
|
Fixing issue where get forms created with model = false would create inputs with name = ''. Tests added. Fixes #1455
|
2011-01-15 14:39:24 -05:00 |
|
mark_story
|
b8780586ec
|
Fixing issue where FormHelper::checkbox() would ignore an explicit checked = false, and use the post data instead. Test case added. Fixes #1437
|
2011-01-14 21:48:23 -05:00 |
|
mark_story
|
0f4c90588d
|
Fixing issue where elements did not get .ctp as a fallback extension unlike view and layout files.
Adding a protected method to get extensions, as it would be in 3 places now.
Added tests.
Fixes #1438
|
2011-01-12 20:43:41 -05:00 |
|
mark_story
|
f45f2e4096
|
Making niceShort() compare the original dateString and userOffset. This fixes issues where timezone differences would cause the incorrect short form to be displayed. Fixes #1331
|
2011-01-05 22:53:56 -05:00 |
|
mark_story
|
c5c638e8f5
|
Fixing option documentation.
|
2010-12-27 10:40:50 -05:00 |
|
Juan Basso
|
5d2b4c758d
|
Minor optimization in cache views.
|
2010-12-18 19:41:57 -02:00 |
|
Juan Basso
|
a7c7436d8e
|
Passing viewVars to cache views, avoiding cake:nocache problems.
|
2010-12-18 19:31:10 -02:00 |
|
mark_story
|
5ffc84d28a
|
Calling parent constructors in helpers that have it omitted. Fixes #1359
|
2010-12-12 21:14:30 -05:00 |
|
mark_story
|
a830632071
|
Changing View::element() to not overwrite viewVars with helpers that
have the same name.
Test added.
Fixes #1354
|
2010-12-09 22:06:23 -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 |
|
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
|
4c3337598e
|
Updating version numbers for 1.3.6
|
2010-11-13 20:01:20 -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 |
|
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
|
d5f582beee
|
Merge branch 'master' of http://github.com/kwiky/cakephp into kwicky
|
2010-10-30 00:29:21 -04:00 |
|
Steve Grosbois
|
bc3a9e8a3a
|
Removing a dot at the end of a message in mission_action.ctp because there is no dot in the same message in all other errors view, this can help for traductors
|
2010-10-25 11:43:03 +02:00 |
|
Graham Weldon
|
d3e0ddbb0e
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
|
mark_story
|
a16f4c5248
|
Updating version numbers for 1.3.5
|
2010-10-24 13:56:45 -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 |
|
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
|
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 |
|
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
|
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
|
0761edecfb
|
Making the cake:nocache stripping more relaxed so that if either condition to enable caching is on, tags will be stripped. Tests added. Fixes #1148
|
2010-09-28 23:03:56 -04:00 |
|
mark_story
|
6d7f2d37ab
|
Fixing issue where fields with the exact same name as the model would result in incorrect name attributes. Tests added. Fixes #1123
|
2010-09-26 00:46:51 -04:00 |
|