Andy Dawson
|
2946cc3b07
Merge pull request #3437 from AD7six/3.0-form-inputs-split
|
12 years ago |
mark_story
|
8c34697b98
Fix coding standards errors.
|
12 years ago |
mark_story
|
e1a2436e13
Merge remote-tracking branch 'origin/2.6' into 3.0
|
12 years ago |
AD7six
|
c2f8abf64f
split up the inputs function
|
12 years ago |
AD7six
|
ddcbcae7c0
add a test that the "blacklist" does something
|
12 years ago |
AD7six
|
c37e37099a
test corrections
|
12 years ago |
mark_story
|
449f60798c
Merge remote-tracking branch 'origin/2.6' into 3.0
|
12 years ago |
ADmad
|
42b4c9e914
Add test for FormHelper::input() for hidden field.
|
12 years ago |
mark_story
|
292d7e81cd
Fix overzealous array cast in multiCheckbox.
|
12 years ago |
mark_story
|
58c0b1487d
Add tests for non array versions of options.
|
12 years ago |
mark_story
|
f7703db14c
Fix radio() being called incorrectly by input().
|
12 years ago |
mark_story
|
31ddeb8c3a
Hours should not include leading 0s.
|
12 years ago |
mark_story
|
d35bed2543
Always use date('H') to check hour values.
|
12 years ago |
Mark Story
|
2005cb7441
Merge pull request #3309 from dereuromark/3.0-time
|
12 years ago |
euromark
|
9ababa2c56
Use ISO standard for time format.
|
12 years ago |
euromark
|
b1897f5b45
Adjust doc blocks according to convention.
|
12 years ago |
euromark
|
95325a6599
Simplify method and remove param weirdness.
|
12 years ago |
euromark
|
97a8eca4be
harden method signatures
|
12 years ago |
Sam
|
a6f8533aad
Default view options are no longer stored in Controller and passed to View on construction by the Controller. Instead, added additional $options parameter to View::__construct(). $options will only be passed on if explicitly set on the Controller and only for specific View options. stting view options on Controller is maintained for BWC.
|
12 years ago |
mark_story
|
40bf52118d
Merge remote-tracking branch 'origin/2.5' into 3.0
|
12 years ago |
mark_story
|
ad62e779c8
Separate default templates and runtime templates.
|
12 years ago |
AD7six
|
34a4dfa95f
settings -> config
|
12 years ago |
Mark Story
|
ad1fa6ae69
Merge pull request #3061 from bcrowe/3.0-src-ver
|
12 years ago |
mark_story
|
91216dc4c3
Merge remote-tracking branch 'origin/2.5' into 3.0-hidden-field-fixes
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
Jose Lorenzo Rodriguez
|
b83bea9669
More work towards marking entities with their source
|
12 years ago |
José Lorenzo Rodríguez
|
d20beed0e7
Merge pull request #2992 from markstory/3.0-form-create-templates
|
12 years ago |
Christian Winther
|
6f913249be
Merge pull request #2982 from ADmad/3.0-helper-inline
|
12 years ago |
ADmad
|
2ebf1d123f
Allow specifying option 'block' => true to get same funtionality as `inline` => false for helpers.
|
12 years ago |
Mark Story
|
b07ed689a8
Fix template files not being usable with FormHelper::create()
|
12 years ago |