Directory core/viewhelper/form/formelements/

Directory Deleted:
2012-03-07 12:53
Total Files:
0
Deleted Files:
40
Lines of Code:
0

Browse with Trac

[root]/core/viewhelper/form/formelements

Lines of Code

core/viewhelper/form/formelements/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
vain 178 (100.0%) 729 (100.0%) 4.0

Most Recent Commits

vain 2012-03-07 12:53 Rev.: 6227

- move /viewhelper to /view/helper

0 lines of code changed in 40 files:

vain 2012-01-11 02:54 Rev.: 5922

- 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:

vain 2011-12-21 05:26 Rev.: 5890

- removed addSelectText, so that the incomming post array is not messed up with data

10 lines of code changed in 1 file:

vain 2011-12-19 03:20 Rev.: 5880

- dots will not trigger IDS

1 lines of code changed in 1 file:

vain 2011-12-19 03:16 Rev.: 5879

- added withValuesAsKeys() for rendering value to value option tags

31 lines of code changed in 1 file:

vain 2011-12-19 01:50 Rev.: 5877

- added setCancelButtonURL() as shortcut

8 lines of code changed in 1 file:

vain 2011-12-19 01:46 Rev.: 5876

- automatically adds " - select - " as first entry of a dropdown

14 lines of code changed in 1 file:

vain 2011-12-08 04:04 Rev.: 5841

- added very basic dependency checks, to ensure the js libraries used are really there

69 lines of code changed in 4 files:

vain 2011-12-08 04:04 Rev.: 5840

- fallback to ckeditor, if not editor type is set in config

9 lines of code changed in 1 file:

vain 2011-07-29 22:57 Rev.: 5544

- 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:

vain 2011-07-29 18:37 Rev.: 5538

- 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:

vain 2011-07-28 20:57 Rev.: 5535

- added comments and removed debug cmd

9 lines of code changed in 1 file:

vain 2011-07-28 14:33 Rev.: 5534

- language dropdown uses locales array form gettext as options

24 lines of code changed in 2 files:

vain 2011-07-28 14:15 Rev.: 5533

- 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:

vain 2011-07-27 23:47 Rev.: 5530

- added html5 placeholder attribute

21 lines of code changed in 1 file:

vain 2011-07-21 01:46 Rev.: 5523

- added colors to buttons

3 lines of code changed in 4 files:

vain 2011-05-24 18:16 Rev.: 5358

- already implemented: getRandomFont()
Ticket: 188

2 lines of code changed in 1 file:

vain 2011-05-24 17:54 Rev.: 5357

- 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:

vain 2011-05-24 13:33 Rev.: 5353

- dirname(__FILE__) to __DIR__

24 lines of code changed in 27 files:

vain 2011-05-05 01:27 Rev.: 5260

- getButton returns the button element, even if not instantiated yet

2 lines of code changed in 1 file:

vain 2011-05-03 21:52 Rev.: 5246

- 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:

vain 2011-05-03 21:47 Rev.: 5244

- upload for multiple files (array handling)

1 lines of code changed in 1 file:

vain 2011-02-17 03:28 Rev.: 5145

- several modifications to form handler
- added unit test for form.core.php

1 lines of code changed in 1 file:

vain 2011-02-16 21:15 Rev.: 5143

- several modifications to formhandling

6 lines of code changed in 3 files:

vain 2011-02-14 15:09 Rev.: 5141

- unset routing object after route determination
- minor fixes to forms
- little speedup for registering filters

10 lines of code changed in 2 files:

vain 2011-02-02 13:18 Rev.: 5114

- toString cleanup (removed code duplication, by moving to parent class)
- added attribute rendering

63 lines of code changed in 39 files:

vain 2011-01-30 12:44 Rev.: 5106

- added comments, fixed typo

11 lines of code changed in 2 files:

vain 2011-01-28 20:08 Rev.: 5104

- refactored addDecorator(), added addDecorators() to add multiple decos at once

14 lines of code changed in 1 file:

vain 2011-01-28 12:58 Rev.: 5096

- cleanup and several bugfixes
- removed set/getTarget() this is already present as set/getAction()

6 lines of code changed in 1 file:

vain 2011-01-19 22:26 Rev.: 5046

- added getter/setter for cancelURL

0 lines of code changed in 2 files:

vain 2011-01-14 01:10 Rev.: 5005

- 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:

vain 2011-01-06 04:57 Rev.: 4999

- 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:

vain 2010-10-08 01:29 Rev.: 4771

- protected to public

0 lines of code changed in 2 files:

vain 2010-10-06 19:18 Rev.: 4766

- several bugfixes

7 lines of code changed in 3 files:

vain 2010-09-18 01:36 Rev.: 4647

- path fixes

1 lines of code changed in 2 files:

vain 2010-09-17 17:07 Rev.: 4637

- 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:

vain 2010-09-17 16:43 Rev.: 4635

- 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:

Generated by StatSVN 0.7.0