[root]/core/viewhelper/form/formelements

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 178 (100.0%) | 729 (100.0%) | 4.0 |
- move /viewhelper to /view/helper
0 lines of code changed in 40 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
16 lines of code changed in 1 file:
- removed addSelectText, so that the incomming post array is not messed up with data
10 lines of code changed in 1 file:
- dots will not trigger IDS
1 lines of code changed in 1 file:
- added withValuesAsKeys() for rendering value to value option tags
31 lines of code changed in 1 file:
- added setCancelButtonURL() as shortcut
8 lines of code changed in 1 file:
- automatically adds " - select - " as first entry of a dropdown
14 lines of code changed in 1 file:
- added very basic dependency checks, to ensure the js libraries used are really there
69 lines of code changed in 4 files:
- fallback to ckeditor, if not editor type is set in config
9 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
5 lines of code changed in 1 file:
- selectcountry formelement: do not double instantiate the formelement_select
- renamed selectlanguage formelement to selectlocale, its more gettext specific this way
109 lines of code changed in 2 files:
- added comments and removed debug cmd
9 lines of code changed in 1 file:
- language dropdown uses locales array form gettext as options
24 lines of code changed in 2 files:
- cancelbutton's cancelURL defaults to history.back() now
- update for setCancelURL(), provided cancel url is wrapped in windows.location.href="" (suppressible)
21 lines of code changed in 1 file:
- added html5 placeholder attribute
21 lines of code changed in 1 file:
- added colors to buttons
3 lines of code changed in 4 files:
- already implemented: getRandomFont()
Ticket: 188
2 lines of code changed in 1 file:
- switch "encytype" attribute of form tag automatically if formelement file is used
- fixed rendering of subclasses of the formelement file
23 lines of code changed in 2 files:
- dirname(__FILE__) to __DIR__
24 lines of code changed in 27 files:
- getButton returns the button element, even if not instantiated yet
2 lines of code changed in 1 file:
- added html5 input types color and types date
- selectcolor and selectdate are no longer childs of select, but input.form.php
- added html5 capability of regexp patterns to input fields
63 lines of code changed in 5 files:
- upload for multiple files (array handling)
1 lines of code changed in 1 file:
- several modifications to form handler
- added unit test for form.core.php
1 lines of code changed in 1 file:
- several modifications to formhandling
6 lines of code changed in 3 files:
- unset routing object after route determination
- minor fixes to forms
- little speedup for registering filters
10 lines of code changed in 2 files:
- toString cleanup (removed code duplication, by moving to parent class)
- added attribute rendering
63 lines of code changed in 39 files:
- added comments, fixed typo
11 lines of code changed in 2 files:
- refactored addDecorator(), added addDecorators() to add multiple decos at once
14 lines of code changed in 1 file:
- cleanup and several bugfixes
- removed set/getTarget() this is already present as set/getAction()
6 lines of code changed in 1 file:
- added getter/setter for cancelURL
0 lines of code changed in 2 files:
- captcha fonts are now randomly selected from the fonts folder
- captcha might be saved as file now + automatic garbage_collection for the files generated
- modifed uploadify formelement to use the latest version
141 lines of code changed in 3 files:
- config settings ['language']['language'] renamed to ['language']['default']
- added usercenter template to users module, for public display, in case a user is logged in
- several minor changes to acl.core and users.core
1 lines of code changed in 1 file:
- protected to public
0 lines of code changed in 2 files:
- several bugfixes
7 lines of code changed in 3 files:
- path fixes
1 lines of code changed in 2 files:
- added formgenerator to autoloadInclusions()
- removed formgenerator and datagrid includes from modules
- removed formdecorator includes from fromdecorators/form/*elements
0 lines of code changed in 2 files:
- added autoloadInclusions() and a direct mapping strategy to the autoloader
- removed some manual includes on datagrid and form components, the files are now resolved by the autoloader
- fixed paths in factory methods
3 lines of code changed in 14 files: