[root]/core/viewhelper/formelements

| 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 |
- move /viewhelper to /view/helper
0 lines of code changed in 44 files:
- DS is wrong on www_* paths, changed to /
2 lines of code changed in 1 file:
- fixed ROOT and WWW_ROOT* slashes
14 lines of code changed in 7 files:
- minor change to all security constant checks
- fixed the non rewrite routing
43 lines of code changed in 43 files:
- several changes to copyright, router, bootstrap, frontcontroller and various other files
93 lines of code changed in 43 files:
- [QA] string functions, comments, indention
58 lines of code changed in 2 files:
[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:
- added method loadForm() to the moduleController
- renamed XDebug calls to Debug to reflect the latest changes
4 lines of code changed in 3 files:
- 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:
- 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:
- commented, removed html shorttags error, fixed message when no options were given
12 lines of code changed in 1 file:
- 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:
- QA
140 lines of code changed in 8 files:
- QA
156 lines of code changed in 39 files:
- QA
17 lines of code changed in 2 files:
- QA
5 lines of code changed in 1 file:
- QA
28 lines of code changed in 9 files:
- a bunch of QA fixes
6 lines of code changed in 4 files:
- a bunch of QA fixes
1 lines of code changed in 1 file:
- a bunch of QA fixes
237 lines of code changed in 1 file:
- QA fixes (SpaceAfterCast, TabsToSpaces, Formatting)
12 lines of code changed in 2 files:
- QA fixes
10 lines of code changed in 2 files:
- a bunch of QA fix (ShortOpenTags, empty conditions, non init vars and so on)
3 lines of code changed in 1 file:
- a bunch of QA fixes
- added viewhelpers browserupdate and addthis
1 lines of code changed in 1 file:
- Files are being conditionally included, therefore replaced 'require' with 'include'
163 lines of code changed in 30 files:
- added privateKey/request to recaptcha.form.php
23 lines of code changed in 1 file:
- changed captcha image output to inline data
58 lines of code changed in 1 file:
- added rough version of formelement simplecaptcha (with captcha lib from clansuite #800) (@todo validation)
355 lines of code changed in 3 files:
- varname fix, removed direct rendering of captcha content
7 lines of code changed in 1 file:
- added config settings for captchatype and recaptcha
- fixed path for recaptcha lib and methodname
9 lines of code changed in 2 files:
- 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:
- general cleanup
80 lines of code changed in 40 files:
- 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:
- 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:
- 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:
- 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:
- completed tinymce formelement for basic usage
Ticket: 158
13 lines of code changed in 1 file:
- removed @since
39 lines of code changed in 40 files:
- removed debug cmds
0 lines of code changed in 1 file:
- fix for buttonbar II
9 lines of code changed in 1 file:
(63 more)