mark_story
|
4bf807b4be
|
Deprecating String::getInstance()
|
2009-10-28 18:32:04 -04: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 |
|
mark_story
|
6f2ec8d8d2
|
Adding app/libs dir. app/libs is for storing 1st party libraries that are not technically vendor files, as they do not originate from vendor sources.
|
2009-10-28 09:16:09 -04:00 |
|
SkieDr
|
a4b60ead36
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-10-28 16:09:49 +03:00 |
|
SkieDr
|
35d5ffca71
|
add library fixture for app::import tests
|
2009-10-28 16:09:17 +03:00 |
|
mark_story
|
3b391e30df
|
Adding help text for new -records flag in the FixtureTask
|
2009-10-28 08:26:52 -04: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
|
2f0598b5c4
|
Removing todo message, as it is implemented correctly
|
2009-10-22 00:17:39 -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 |
|
José Lorenzo Rodríguez
|
31f0cdc214
|
REfactoring model introspection to gather info form multiple models
|
2009-10-22 00:16:28 -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
|
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 |
|
predominant
|
ae76c44945
|
Update Default layout link escaping.
|
2009-10-19 21:34:53 +11: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 |
|
mark_story
|
6bb53a5c9d
|
Removing HtmlHelper::link()'s escapeTitle parameter. $options[escape] now controls escaping of attributes and title text.
|
2009-10-16 22:49:44 -04:00 |
|
mark_story
|
7344c0ce7d
|
Removing $inline parameter from HtmlHelper::meta() inline is now an option.
|
2009-10-16 22:31:56 -04:00 |
|
mark_story
|
b021461630
|
Updating documentation.
|
2009-10-16 22:15:57 -04:00 |
|
mark_story
|
23cf0da18e
|
Updating doc blocks
|
2009-10-16 22:10:01 -04:00 |
|
mark_story
|
aa0c7cbd7f
|
Merge branch '1.3-formhelper' into 1.3-misc
|
2009-10-16 22:03:07 -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
|
2e7a9a6d4e
|
Adding return to Shell::out() and ShellDispatcher::stdout(). They now return the number of bytes written to stdout. Fixes #164
|
2009-10-16 22:02:07 -04:00 |
|
mark_story
|
f07df02087
|
Making JsHelper::set() work well with setting the variables to an object property.
|
2009-10-16 22:02:06 -04:00 |
|
mark_story
|
4be98b6ed9
|
Adding JsHelper::set() + test cases.
|
2009-10-16 22:02:06 -04:00 |
|
predominant
|
1945204686
|
Minor formatting of media class.
|
2009-10-16 22:02:06 -04:00 |
|
ADmad
|
4d4447746a
|
Renaming "flashLayout" to "flashElement" to be consistent with changes to Session component and helper
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-16 22:02:06 -04:00 |
|