mark_story
|
055b5c66aa
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-11-02 23:59:25 -05:00 |
|
mark_story
|
fc9cecc24e
|
Converting spaces to tabs.
|
2009-11-02 13:51:46 -05:00 |
|
renan.saddam
|
034b5c435c
|
Allowing FormHelper::month() to use a $monthNames array as values.
|
2009-11-02 13:51:16 -02:00 |
|
ceeram
|
a3775937a4
|
Tests updated for new output of FormHelper::input
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-02 00:19:01 -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
|
3a59bf5ed6
|
Updating Scaffold to work with any single prefix. You can set $scaffold = to any prefix defined in Routing.prefixes.
Tests added.
|
2009-10-31 16:06:20 -04:00 |
|
predominant
|
4f4274ad24
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-10-31 18:32:26 +11:00 |
|
predominant
|
bed9b6e58d
|
Extending TextReporter from SimpleTest to provide memory usage and execution time information for text output test results.
|
2009-10-31 18:30:59 +11: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
|
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 |
|
mark_story
|
15da4a7007
|
Moving tests around to be closer in the file to similar tests.
Reformatting tests.
Adding/updating doc blocks for test methods.
|
2009-10-30 23:23:33 -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
|
55fc72c533
|
Moving test method and adding doc block.
|
2009-10-30 22:25:49 -04:00 |
|
José Lorenzo Rodríguez
|
4752fc04da
|
Adding test case to prove it is possible to escape error messages using form::input options parameter, closes #2920 as invalid
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-30 22:24:18 -04:00 |
|
mark_story
|
ad8cba41e6
|
Merge branch '1.3' into 1.3-misc
|
2009-10-30 22:04:20 -04:00 |
|
phpnut
|
7bead5df30
|
Fixing catalog() to return 3 char matches
|
2009-10-30 14:43:52 -05:00 |
|
mark_story
|
5f1e6ba6a0
|
Making DboSource::fetchAll return $this->_result if it is a boolean and $out is empty. Allows for Model::query() to return boolean values for operations that do not return recordsets. Fixes #6404
|
2009-10-29 20:31:29 -04:00 |
|
mark_story
|
84ec53a039
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-10-29 09:51:06 -04:00 |
|
mark_story
|
aa03756238
|
Updating tests to expand coverage of buildcolumn.
|
2009-10-29 09:26:23 -04:00 |
|
mark_story
|
23831546b5
|
Adding valid options for sqlite collation. Tests added.
|
2009-10-29 02:03:50 -04:00 |
|
mark_story
|
a33457155f
|
Adding valid option checking to fieldParameters.
Test case added.
|
2009-10-29 02:03:21 -04:00 |
|
mark_story
|
2a8858e928
|
Adding tests to DboSqlite::buildColumn
Adding collate field parameter to DboSqlite.
Removing duplicated code from DboSource, adding parent call instead.
|
2009-10-29 01:36:15 -04:00 |
|
renan.saddam
|
e7074c1e5c
|
Moving parameters to $options on Text::truncate() and Text::highlight().
|
2009-10-29 01:23:44 -02:00 |
|
mark_story
|
1e7c2bbfde
|
Adding libs dir generation to PluginTask. Baked plugins now come with a libs dir.
|
2009-10-28 09:21:42 -04:00 |
|
SkieDr
|
35d5ffca71
|
add library fixture for app::import tests
|
2009-10-28 16:09:17 +03:00 |
|
mark_story
|
102f10365f
|
Implementing -records flag to enable quick access to building fixtures off of live data. Refs #196
|
2009-10-24 14:32:56 -04:00 |
|
mark_story
|
857b7c2399
|
Merge branch '1.3' into fixture-task
|
2009-10-24 14:08:16 -04:00 |
|
mark_story
|
f0fdd257cf
|
Adding tests for -count and -records params
|
2009-10-24 14:08:08 -04:00 |
|
mark_story
|
6847d34d80
|
Updating fixture test to fix issues caused by refactoring in CakeSchema.
|
2009-10-22 13:11:30 -04:00 |
|
mark_story
|
0b232742d9
|
Adding skip() for CacheHelper test to check if app/tmp/cache/views is writable.
|
2009-10-22 00:38:37 -04:00 |
|
mark_story
|
dac26d92bc
|
Reformatting tests, and fixing trailing whitespace.
Adding doc comments for new form helper tests.
|
2009-10-22 00:24:54 -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
|
597643cd0c
|
Fixing small error in last commit
|
2009-10-22 00:17:31 -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 |
|
SkieDr
|
1454ea54a2
|
add test for app folder for libraries support
|
2009-10-21 18:13:14 +04:00 |
|
SkieDr
|
6d4fe6b764
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-10-21 15:42:00 +04:00 |
|
burzum
|
78e7421834
|
Changing two deprecated Session::del() calls to Session::delete() in the tests.
|
2009-10-21 13:00:51 +02:00 |
|
SkieDr
|
fb64d14442
|
Add support libs folder into app and plugins that will allow to split users and vendors code. Libs files should follow cake naming conventions for files names and classes.
|
2009-10-21 14:59:12 +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
|
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
|
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 |
|