predominant
|
490e76460f
|
Changing quotes and adding spaces. Standarization cleanup.
|
2009-11-06 13:46:49 +11:00 |
|
predominant
|
2669b6179f
|
Fix committed merge conflict for home page.
|
2009-11-05 14:30:56 +11:00 |
|
mark_story
|
380b49a446
|
Fixing Helper::value() and extraction of habtm data. Refs #256
|
2009-11-04 14:05:12 -05:00 |
|
mark_story
|
dc07a05fca
|
Merge branch '1.3' into 1.3-misc
|
2009-11-04 09:20:21 -05:00 |
|
predominant
|
59c62426c9
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-11-04 16:11:35 +11:00 |
|
predominant
|
cf42c8dd7f
|
Updating default views and baking templates to use $this->Helper syntax for helpers.
|
2009-11-04 15:52:56 +11:00 |
|
mark_story
|
12c7203c71
|
Merge branch '1.3-alpha' into 1.3
Conflicts:
cake/libs/view/pages/home.ctp
|
2009-11-03 23:19:01 -05:00 |
|
mark_story
|
1d22adbc1a
|
Merge branch '1.3-misc' into 1.3
|
2009-11-03 22:50:11 -05:00 |
|
mark_story
|
0aecb9de2d
|
Applying patch from 'dogmatic' to update home.ctp to use helper methods, and i18n.
|
2009-11-03 22:40:36 -05:00 |
|
mark_story
|
bc8d920c0f
|
Updating changelog link on home.ctp
|
2009-11-03 19:53:59 -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 |
|
renan.saddam
|
84a10904fb
|
Fixing typo on variable name.
|
2009-10-30 18:42:04 -02:00 |
|
mark_story
|
8b26d9ceb2
|
Applying optimization from 'Ceeram' reduces merges in FormHelper.
Fixes #225
|
2009-10-29 19:10:04 -04:00 |
|
renan.saddam
|
61845090ed
|
Changing variable name to make consistency between others methods.
|
2009-10-29 01:31:55 -02:00 |
|
renan.saddam
|
e7074c1e5c
|
Moving parameters to $options on Text::truncate() and Text::highlight().
|
2009-10-29 01:23:44 -02:00 |
|
mark_story
|
6c18c0e0c7
|
Fixing escape parameter usage.
|
2009-10-28 18:41:29 -04:00 |
|
mark_story
|
00d7c655ce
|
Improving documentation for PaginatorHelper::sort() Fixes #210
|
2009-10-27 13:28:43 -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
|
ce743c00e8
|
Expanding Helper an View functionaility to accept deep nested entitities.
This allows the form helper to render inputs with arbitrary number of dot separated parts
|
2009-10-22 00:17:23 -04:00 |
|
José Lorenzo Rodríguez
|
50ec80ff50
|
Continuing work on Helper::setEntity and associated methods
|
2009-10-22 00:17:14 -04:00 |
|
José Lorenzo Rodríguez
|
2941e89da3
|
Making Helper::viewEntity accept any number of levels
|
2009-10-22 00:16:37 -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
|
8b419d2dd8
|
Removing use of ife() from core classes.
|
2009-10-21 12:57:15 -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
|
f1c9b33f2b
|
Fixing typos.
|
2009-10-16 23:19:46 -04:00 |
|
mark_story
|
a46ebc933b
|
Removing redundant function calls.
|
2009-10-16 23:16:46 -04:00 |
|
mark_story
|
0dee625215
|
Removing escape parameter from para()
Renaming parameters.
|
2009-10-16 23:14:42 -04:00 |
|
mark_story
|
3c1d134685
|
Updating doc blocks.
Renaming inline param for style() to oneline.
Removing escape parameters from div() and tag()
|
2009-10-16 23:11:13 -04:00 |
|
mark_story
|
8e2f58d086
|
Removing HtmlHelper::css() inline parameter. Use $options[inline] instead.
Adding tests for inline = false script and css generation.
|
2009-10-16 23:00:31 -04:00 |
|
mark_story
|
fc4df2bb64
|
Updating documentation.
|
2009-10-16 22:53:38 -04:00 |
|