Directory core/viewhelper/formelements/

Directory Created:
2009-05-03 18:05
Directory Deleted:
2012-03-07 12:53
Total Files:
0
Deleted Files:
44
Lines of Code:
0

Browse with Trac

[root]/core/viewhelper/formelements

Lines of Code

core/viewhelper/formelements/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 611 (100.0%) 7103 (100.0%) 11.6
vain 566 (92.6%) 6684 (94.1%) 11.8
xsign 36 (5.9%) 357 (5.0%) 9.9
thunderm00n 8 (1.3%) 61 (0.9%) 7.6
raensen 1 (0.2%) 1 (0.0%) 1.0

Most Recent Commits

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

- move /viewhelper to /view/helper

0 lines of code changed in 44 files:

vain 2010-09-11 01:07 Rev.: 4619

- DS is wrong on www_* paths, changed to /

2 lines of code changed in 1 file:

vain 2010-09-11 00:59 Rev.: 4618

- fixed ROOT and WWW_ROOT* slashes

14 lines of code changed in 7 files:

vain 2010-08-27 23:01 Rev.: 4599

- minor change to all security constant checks
- fixed the non rewrite routing

43 lines of code changed in 43 files:

vain 2010-08-15 18:45 Rev.: 4578

- several changes to copyright, router, bootstrap, frontcontroller and various other files

93 lines of code changed in 43 files:

vain 2010-06-11 11:08 Rev.: 4500

- [QA] string functions, comments, indention

58 lines of code changed in 2 files:

vain 2010-06-10 01:47 Rev.: 4493

[QA]
- discouraged use of string-function in favor of mb_string functions
- discouraged use of is_null function in favor of === null comparisons
- discouraged use of print function in favor if echo
- discouraged use of php compat functions (sizeof to count)
- removed useless constructor method overrides

4 lines of code changed in 3 files:

vain 2010-05-27 20:00 Rev.: 4464

- added method loadForm() to the moduleController
- renamed XDebug calls to Debug to reflect the latest changes

4 lines of code changed in 3 files:

vain 2010-05-23 19:07 Rev.: 4446

- added formelement button
- added setOnclick(), getOnclick() to formelement.core.php (this was formerly addAdditionals())
- the method addAdditionals() was renamed to setAdditionalAttributeText()
- several minor fixes and comments
- added Templates for Exception 30 and 5

82 lines of code changed in 6 files:

vain 2010-05-16 15:41 Rev.: 4428

- fixed formdecorator duplication
- added formelement_decorator_formelement: decorate formelement (a) with formelement (b)
- added formelement_decorator_formelement to captcha.form.php for testing
- some minor changes: comments etc.

52 lines of code changed in 2 files:

vain 2010-05-15 16:24 Rev.: 4427

- commented, removed html shorttags error, fixed message when no options were given

12 lines of code changed in 1 file:

vain 2010-05-08 04:16 Rev.: 4394

- added datagrid column render image
- adjusted categories.admin.php accordingly
- added proxy method img/image to Clansuite_HTML
- minor method name changes in datagrid.core.php and datagridcol.core.php
- renamed datagrid options parameter 'ModuleActionURL' simply to 'url'

1 lines of code changed in 1 file:

vain 2010-05-03 13:00 Rev.: 4377

- QA

140 lines of code changed in 8 files:

vain 2010-05-02 03:12 Rev.: 4376

- QA

156 lines of code changed in 39 files:

vain 2010-05-02 00:13 Rev.: 4371

- QA

17 lines of code changed in 2 files:

vain 2010-04-30 03:43 Rev.: 4365

- QA

5 lines of code changed in 1 file:

vain 2010-04-30 03:04 Rev.: 4364

- QA

28 lines of code changed in 9 files:

vain 2010-04-18 00:22 Rev.: 4361

- a bunch of QA fixes

6 lines of code changed in 4 files:

vain 2010-04-17 23:29 Rev.: 4359

- a bunch of QA fixes

1 lines of code changed in 1 file:

vain 2010-04-17 22:04 Rev.: 4358

- a bunch of QA fixes

237 lines of code changed in 1 file:

vain 2010-04-17 21:08 Rev.: 4357

- QA fixes (SpaceAfterCast, TabsToSpaces, Formatting)

12 lines of code changed in 2 files:

vain 2010-04-17 20:56 Rev.: 4356

- QA fixes

10 lines of code changed in 2 files:

vain 2010-04-17 20:20 Rev.: 4354

- a bunch of QA fix (ShortOpenTags, empty conditions, non init vars and so on)

3 lines of code changed in 1 file:

vain 2010-04-17 19:05 Rev.: 4350

- a bunch of QA fixes
- added viewhelpers browserupdate and addthis

1 lines of code changed in 1 file:

vain 2010-04-17 18:24 Rev.: 4349

- Files are being conditionally included, therefore replaced 'require' with 'include'

163 lines of code changed in 30 files:

vain 2010-03-28 05:13 Rev.: 4333

- added privateKey/request to recaptcha.form.php

23 lines of code changed in 1 file:

vain 2010-03-28 03:02 Rev.: 4322

- changed captcha image output to inline data

58 lines of code changed in 1 file:

vain 2010-03-27 21:46 Rev.: 4321

- added rough version of formelement simplecaptcha (with captcha lib from clansuite #800) (@todo validation)

355 lines of code changed in 3 files:

vain 2010-03-27 19:01 Rev.: 4320

- varname fix, removed direct rendering of captcha content

7 lines of code changed in 1 file:

vain 2010-03-27 18:55 Rev.: 4319

- added config settings for captchatype and recaptcha
- fixed path for recaptcha lib and methodname

9 lines of code changed in 2 files:

vain 2010-03-27 05:01 Rev.: 4317

- dropped translateErrorMessage - gettext scanning doesn't work on dynamical stuff. vocab has to be static.
- added captcha to formelements + (re)added a rough version of recaptcha.form.php (@todo pubkey grabbing)

231 lines of code changed in 3 files:

vain 2010-03-21 21:58 Rev.: 4290

- general cleanup

80 lines of code changed in 40 files:

vain 2010-03-19 02:46 Rev.: 4268

- added function utf8_to_html.function.php
- applied utf8 conversion on formelements/textarea.form.php
- minor bugfixes on __callStatic() and __call on functions.core.php for the initalization of /functions/*.function.php

1 lines of code changed in 1 file:

vain 2010-03-19 01:57 Rev.: 4265

- bugfixes for all editors: javascript attachment repositioned (the dom selection is performed after the textarea is rendered.)
- all editors are finally working

25 lines of code changed in 4 files:

vain 2010-03-19 00:23 Rev.: 4263

- wysiwyg editor is now a configuration setting $config['editor']['type']
- the available editors at this point in time are: ckeditor, tinymce, markitup and nicedit.
- you can activate an editor by using $form->addFormelement('textarea')->MORE-CHAINED-OPS->setEditor();

21 lines of code changed in 1 file:

vain 2010-03-16 00:49 Rev.: 4244

- moved the factory stuff from wysiwyg editor formelements to the textarea formelement (this is much cleaner now and removes the ball of mud)
- textarea serves as a factory for wysiwyg elements now; while they are still accessible as standalone formelements.
- added isRequired() method to formelement

97 lines of code changed in 5 files:

vain 2010-03-14 18:58 Rev.: 4241

- completed tinymce formelement for basic usage
Ticket: 158

13 lines of code changed in 1 file:

vain 2010-03-05 19:05 Rev.: 4183

- removed @since

39 lines of code changed in 40 files:

vain 2010-02-27 17:37 Rev.: 4143

- removed debug cmds

0 lines of code changed in 1 file:

vain 2010-02-27 05:24 Rev.: 4142

- fix for buttonbar II

9 lines of code changed in 1 file:

(63 more)

Generated by StatSVN 0.7.0