mark_story
|
1d22adbc1a
|
Merge branch '1.3-misc' into 1.3
|
2009-11-03 22:50:11 -05:00 |
|
renan.saddam
|
91b9e1d50b
|
Updating docblock for FormHelper::dateTime method.
|
2009-11-02 13:57:05 -02:00 |
|
renan.saddam
|
034b5c435c
|
Allowing FormHelper::month() to use a $monthNames array as values.
|
2009-11-02 13:51:16 -02:00 |
|
ceeram
|
988ab2d29f
|
fixes Ticket #6300
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-02 00:19:44 -05:00 |
|
mark_story
|
a3bb77c4f3
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/acl.php
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/db_config.php
cake/console/libs/tasks/model.php
cake/console/libs/templates/skel/views/layouts/xml/default.ctp
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/validation.php
cake/libs/view/helpers/form.php
cake/tests/cases/basics.test.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/cake_test_case.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysqli.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/cases/libs/view/helpers/session.test.php
cake/tests/groups/controller.group.php
cake/tests/groups/lib.group.php
cake/tests/groups/no_database.group.php
|
2009-11-01 12:11:49 -05:00 |
|
mark_story
|
44d7742b85
|
Minor refactoring and removal of duplicate test.
|
2009-10-31 16:28:43 -04:00 |
|
tPl0ch
|
2331cfde60
|
Added 'before' and 'after' options to FormHelper::submit(). Test cases updated.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-31 16:21:53 -04:00 |
|
mark_story
|
6726b76077
|
Refactoring input() to reduce number of method calls.
Applying patch from 'j3ffy' to allow user defined types to override magic select type.
Test case added.
Fixes #5109
|
2009-10-31 01:45:17 -04:00 |
|
mark_story
|
ade96b7ea5
|
Updating doc blocks.
|
2009-10-31 01:11:02 -04:00 |
|
mark_story
|
83caf50918
|
Fixing doc blocks and minor refactoring.
|
2009-10-31 01:04:33 -04:00 |
|
mark_story
|
9ed7a5cd55
|
Adding new options into doc blocks.
Removing todo as its implemented already.
|
2009-10-31 00:58:21 -04:00 |
|
mark_story
|
ac302bb6c2
|
Minor refactoring.
Adding tests for form->create() with file type forms.
|
2009-10-31 00:08:49 -04:00 |
|
José Lorenzo Rodríguez
|
adea104edb
|
Allowing output disabling of hidden fields in checkbox and radio input types. closes #6185
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-30 22:47:31 -04:00 |
|
José Lorenzo Rodríguez
|
1c47b2182e
|
Adding form encoding default in form create options. Default is always taken from Configure::read('App.encoding'). closes #6042
|
2009-10-30 22:35:21 -04:00 |
|
José Lorenzo Rodríguez
|
dfc1014fba
|
Making current action be the default for new forms. Updating test accordingly. closes #5353
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-30 22:29:49 -04:00 |
|
mark_story
|
8b26d9ceb2
|
Applying optimization from 'Ceeram' reduces merges in FormHelper.
Fixes #225
|
2009-10-29 19:10:04 -04:00 |
|
mark_story
|
6123ed47c4
|
Removing empty strings that caused undefined string offset errors.
Trimming trailing spaces.
|
2009-10-22 00:17:48 -04:00 |
|
José Lorenzo Rodríguez
|
2f0598b5c4
|
Removing todo message, as it is implemented correctly
|
2009-10-22 00:17:39 -04:00 |
|
José Lorenzo Rodríguez
|
31f0cdc214
|
REfactoring model introspection to gather info form multiple models
|
2009-10-22 00:16:28 -04:00 |
|
mark_story
|
fa6b1b1a20
|
Changing FormHelper::button() to actually create <button> elements instead of input elements. Test cases added.
|
2009-10-19 23:57:23 -04:00 |
|
mark_story
|
08f07a9aa4
|
Changing FormHelper::submit() to be able to create all types of submit buttons. Use 'type' option to create reset or button type inputs.
Test cases added.
|
2009-10-19 23:44:50 -04:00 |
|
mark_story
|
b9e28d1908
|
Updating doc blocks.
|
2009-10-19 23:34:34 -04:00 |
|
mark_story
|
34fb1cc683
|
Refactoring out common code blocks into a separate method.
|
2009-10-19 21:58:37 -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
|
057e3ff0aa
|
Removing $showEmpty parameter from all select based widgets.
Use attributes[empty] instead. This change unifies the api between form->input() and other widget methods.
Tests and docblocks updated.
|
2009-10-17 01:29:16 -04:00 |
|
mark_story
|
610a281030
|
Updating doc blocks.
|
2009-10-17 00:55:17 -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
|
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
|
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
|
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
|
6946bb0295
|
Updating docs for FormHelper::inputs()
Fixes #110
|
2009-09-23 23:05:08 -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
|
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
|
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 |
|
AD7six
|
b2142df2bc
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
|
gwoo
|
fdd63d4e8e
|
Merge branch 'master' into 1.3
|
2009-06-02 10:12:14 -07: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 |
|
gwoo
|
db71202aac
|
Merge branch '1.2' into 1.3
|
2009-05-01 08:26:02 -07: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 |
|
gwoo
|
ec18aac4ab
|
Merge branch 1.2 into 1.3
|
2009-04-15 15:16:01 -07: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
|
0516fb2090
|
Enabling disabled attribute to be passed to hidden input when making checkboxes.
Test case added.
Fixes #6226
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8128 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-25 16:58:29 +00:00 |
|
gwoo
|
6cb8b3d286
|
Merge branch 'master' into 1.3.x.x
|
2009-03-14 13:57:18 -07:00 |
|
mark_story
|
bf4fa09b8f
|
Removing whitespace introduced in [8014]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8093 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-03-12 17:33:47 +00:00 |
|
mark_story
|
259ecbe9a7
|
Updating doc blocks on formhelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8067 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-28 22:17:56 +00:00 |
|
mark_story
|
0beda262d1
|
Updating doc blocks in FormHelper.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8045 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-18 01:39:01 +00:00 |
|