[root]/core/viewhelper/form
decorators
(0 files, 0 lines)
form
(0 files, 0 lines)
formelement
(0 files, 0 lines)
elements
(0 files, 0 lines)
formdecorators
(0 files, 0 lines)
form
(0 files, 0 lines)
formelement
(0 files, 0 lines)
formelements
(0 files, 0 lines)
formgenerators
(0 files, 0 lines)
generators
(0 files, 0 lines)
validators
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 93 (100.0%) | 2163 (100.0%) | 23.2 |
- move /viewhelper to /view/helper
0 lines of code changed in 12 files:
- modified renderAllFormelements() to respect disabled default decorators when rendering
36 lines of code changed in 1 file:
- forcing all validators to implement a getValidationHint() method
13 lines of code changed in 1 file:
- added getForm() setForm() which are the base for the convenience method decorateWith()
36 lines of code changed in 1 file:
- added disableDefaultDecorators boolean toggle
- added methods removeDecorator() and removeDecorators()
- added getTabIndex() and setTabIndex()
70 lines of code changed in 1 file:
- comparison operator fixed on maxlength (removed equal sign)
10 lines of code changed in 2 files:
- commented
4 lines of code changed in 1 file:
- added getter and setter for $options on formelementvalidator base class
- replaced $options array with $this->getOptions() accordingly in url and ip validator
- added comments to ip validators
- tixed fypos in validator range.php
30 lines of code changed in 1 file:
- added check, if DEBUG is defined
2 lines of code changed in 1 file:
- setAttribute() will use a setterMethod in DEBUG mode to protect the developer
- in live mode the attribute is assigned directly to the property
- closes ticket #211
14 lines of code changed in 1 file:
- added chaining to setter + test
10 lines of code changed in 1 file:
- removed class comments containing ascii-trees
- fixed loading of elements, decorators with new filenames
3 lines of code changed in 2 files:
- renamed for simplicity
30 lines of code changed in 5 files:
- added form validation, formelement validation and several validators
- fixed unit-test for validateForm accordingly
272 lines of code changed in 3 files:
- removed formvalidation class, functionality is inside formelement and form
- added, fixed and improved some unittests on forms
- modified modulecontroller comments to enable ide hints
186 lines of code changed in 2 files:
- added debug utils to test bootstrap
- added tests for decorator attributes on the form class
75 lines of code changed in 1 file:
- spec comment for input tag with attr placeholder
- minor change for parameter names on getElement()
- added convenience method addValidator to formelement
46 lines of code changed in 2 files:
- set decorator attributes for form and formelement - but apply them during rendering process
- added addnewlanguage_dialog functionality
- optimized addCSS()
75 lines of code changed in 1 file:
- added comments and removed debug cmd
1 lines of code changed in 1 file:
- throws exception, when $form->render() is called, but no formelement was added before
9 lines of code changed in 1 file:
- allow fluent chaining when using isRequired()
2 lines of code changed in 1 file:
- QA: inits for undefined vars
16 lines of code changed in 1 file:
- fixed some implicit true comparisons
- extracted getDataArray out of setValues (form)
- added setAttribute ot formelement
- fixed subclass rendering
49 lines of code changed in 2 files:
- added formelement identifier is generated automatically if not set
- added formelement identifiers are recalculated, if element is positioned by integer into the formelements stack
- modified + added unittests
52 lines of code changed in 2 files:
- form addElement() parameters changed
- addElement() accepts attributes array for the new formelement (2th param)
- addElement() correctly reorders the formelememts array, when inserting the new formelement at a certain position (3th param)
47 lines of code changed in 2 files:
- switch "encytype" attribute of form tag automatically if formelement file is used
- fixed rendering of subclasses of the formelement file
36 lines of code changed in 2 files:
- dirname(__FILE__) to __DIR__
7 lines of code changed in 2 files:
- fix for useDefaultFormDecorators and registerDefaultFormDecorators
30 lines of code changed in 1 file:
- added useDefaultFormDecorators var and method to form.core.php to toggle registerDefaultFormDecorators while rendering
- added unittest
- added content of render() method of Clansuite_Form_Decorator_Div
- fix: formgenerator adds decorators only, if object is handed in
97 lines of code changed in 3 files:
- added missing methods setClass, getClass
24 lines of code changed in 1 file:
- added formdecorator div functionality
- added formdecorator div to registerDefaultFormDecorators with class forms
1 lines of code changed in 1 file:
- file path fix
1 lines of code changed in 1 file:
- loading formelements via factory path changed, because CLI
- minor changes of html for fieldset and label elements
2 lines of code changed in 1 file:
- bugfixed the application of default formelement decorators
- fixed double rendering error, when using loadForm() and auto-rendering
33 lines of code changed in 1 file:
- several modifications to form handler
- added unit test for form.core.php
169 lines of code changed in 2 files:
- removed unused arrayaccess, iterator, countable
10 lines of code changed in 1 file:
- several modifications to formhandling
131 lines of code changed in 2 files:
- unset routing object after route determination
- minor fixes to forms
- little speedup for registering filters
63 lines of code changed in 1 file:
- toString cleanup (removed code duplication, by moving to parent class)
- added attribute rendering
50 lines of code changed in 1 file:
- refactored addDecorator(), added addDecorators() to add multiple decos at once
41 lines of code changed in 2 files:
(12 more)