[root]/core/viewhelper
datagrid
(0 files, 0 lines)
columns
(0 files, 0 lines)
datagridcols
(0 files, 0 lines)
datagridcols
(0 files, 0 lines)
form
(0 files, 0 lines)
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)
formdecorators
(0 files, 0 lines)
form
(0 files, 0 lines)
formelement
(0 files, 0 lines)
formelements
(0 files, 0 lines)
smarty
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 287 (100.0%) | 12521 (100.0%) | 43.6 |
| vain | 229 (79.8%) | 8762 (70.0%) | 38.2 |
| xsign | 52 (18.1%) | 3732 (29.8%) | 71.7 |
| paulbr | 2 (0.7%) | 24 (0.2%) | 12.0 |
| thunderm00n | 2 (0.7%) | 2 (0.0%) | 1.0 |
| raensen | 2 (0.7%) | 1 (0.0%) | 0.5 |
- move /viewhelper to /view/helper
0 lines of code changed in 16 files:
- cleanups
4 lines of code changed in 2 files:
- fixes for phpdoc package tag
6 lines of code changed in 1 file:
- continue early on renderAttributes()
10 lines of code changed in 1 file:
- added docblocks for methods
- some tweaks to speed up iterateDir()
43 lines of code changed in 1 file:
- renamed getWWWPath() to getWebPath()
5 lines of code changed in 1 file:
- fixed iterateDir() and added more parameters for better reuse
26 lines of code changed in 1 file:
- cleanup; dropped compressionWhitelist idea
7 lines of code changed in 1 file:
- removed duplicate code
17 lines of code changed in 1 file:
- set decorator attributes for form and formelement - but apply them during rendering process
- added addnewlanguage_dialog functionality
- optimized addCSS()
8 lines of code changed in 1 file:
- cleanup for gravatar.core.php
49 lines of code changed in 1 file:
- browserinfo new reworked
7 lines of code changed in 1 file:
- fix getCSSFile() - not an os depending slash here (DS), but always http slash (/)
10 lines of code changed in 1 file:
fixes for CssBuilder
17 lines of code changed in 1 file:
- added title, meta, icon, mailto shorthands
52 lines of code changed in 1 file:
- added doctrine entitymanager to Clansuite_CMS for application wide access via static method
- added automatic model loading to modulecontroller.core.php via getEntityNameFromClassname() and getModel()
- minor changes to the moduleinfocontroller.core.php
- changed session handling to doctrine2 queries
- deactivated acl in user.core.php
- added sysinfo.core.php for access to environment data
1 lines of code changed in 1 file:
- fix for gravatar classname
20 lines of code changed in 1 file:
- moved clansuite_gravatar.class.php to /core/viewhelper/gravatar.core.php
44 lines of code changed in 1 file:
- smarty |@ to |
- various minor modifications
49 lines of code changed in 1 file:
- added getarraykey smarty viewhelper
- fixed links in modulemanager
- removed some implicit true statements
3 lines of code changed in 1 file:
- added loadEventHandlers to Eventloader
- moved functionality from widget core to method ensurePrefixedWith()
3 lines of code changed in 1 file:
- smarty viewhelper load_module uses php viewhelper for widgets
- moved toUnderscoredUpperCamelCase() to Clansuite_Functions
114 lines of code changed in 1 file:
- raised memory limit to 32MB (avoids blank page, if memory is to low)
1 lines of code changed in 1 file:
- removed magic + array access
1 lines of code changed in 1 file:
- removed clansuite_config_base form config handlers
- removed Handler Suffix from config handlers
- changed staging (pass array in, get it overloaded back)
- inserted config handlers into autoloadInclusions (maybe we can drop the factory)
1 lines of code changed in 1 file:
- change to method call, instead of magic call
2 lines of code changed in 1 file:
- added Clansuite_XML2JSON
- added simpleXMLToArray() and xmlToJson() as wrapper methods to functions.core.php
- added several new methods to Clansuite_Theme
- renderer.base.php utilizes Clansuite_Theme to determine the layoutfile, css and javascript file
154 lines of code changed in 1 file:
- renderer base loads theme config to determine the layoutTemplate
65 lines of code changed in 1 file:
- several bugfixes
1 lines of code changed in 1 file:
- added renderer.base to autoloadInclusions
6 lines of code changed in 1 file:
- added ArrayAcces to Clansuite_Theme
77 lines of code changed in 1 file:
- added Clansuite_Theme
1 lines of code changed in 1 file:
- fixed ROOT and WWW_ROOT* slashes
4 lines of code changed in 2 files:
- minor change to all security constant checks
- fixed the non rewrite routing
11 lines of code changed in 11 files:
- several changes to copyright, router, bootstrap, frontcontroller and various other files
35 lines of code changed in 11 files:
- benchmarked the Clansuite_Loader::callMethod() and callClassMethod() methods. counting the arguments before calling is only some microseconds faster as call_user_func_array(). removed these micro optimizations.
- removed unused namespace handling from loader (not necessary now)
- removed unsued forward() method from modulecontroller
2 lines of code changed in 1 file:
- [QA] string functions, comments, indention
16 lines of code changed in 3 files:
- [QA] string functions
11 lines of code changed in 1 file:
[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
6 lines of code changed in 4 files:
- renamed method readConfigForModule() to readModuleConfig()
- renamed method writeConfigForModule() to writeModuleConfig()
- several minor changes (clarifications for conditionals + added comments)
2 lines of code changed in 2 files:
(108 more)