
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 408 (100.0%) | 4551 (100.0%) | 11.1 |
| vain | 378 (92.6%) | 3973 (87.3%) | 10.5 |
| raensen | 7 (1.7%) | 411 (9.0%) | 58.7 |
| vyper | 5 (1.2%) | 143 (3.1%) | 28.6 |
| xsign | 15 (3.7%) | 10 (0.2%) | 0.6 |
| paulbr | 2 (0.5%) | 10 (0.2%) | 5.0 |
| rikku | 1 (0.2%) | 4 (0.1%) | 4.0 |
- moved events and eventdispatcher into event
- moved filter and filtermanager into filter
0 lines of code changed in 41 files:
- removed filter from filename
0 lines of code changed in 13 files:
- this is called premature optimization, isn't it?
3 lines of code changed in 1 file:
- refactoring on filters: return early
- cleanup + comments
254 lines of code changed in 14 files:
- renamed smarty compile dir from "templates_c" to "tpl_compile"
- renamed smarty cache dir from "cache" to "tpl_cache"
5 lines of code changed in 1 file:
- cleanup
4 lines of code changed in 1 file:
- using defined constants for several paths
- smarty renderer uses clansuite's debug.tpl now
4 lines of code changed in 1 file:
- unset routing object after route determination
- minor fixes to forms
- little speedup for registering filters
2 lines of code changed in 1 file:
- removed config dependencies
- used array section for config values instead of keeping the object
6 lines of code changed in 3 files:
- mkdir optimizations
6 lines of code changed in 1 file:
- various minor fixes (uninit vars, wrong vars, not used)
2 lines of code changed in 1 file:
- unset the user object residing in the filter
2 lines of code changed in 1 file:
- 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
12 lines of code changed in 1 file:
10 lines of code changed in 2 files:
- removed phpsniffer parts from statistics.filter.php
4 lines of code changed in 1 file:
- cleanup, removed 'theme_via_url' session flag
8 lines of code changed in 1 file:
- several bugfixes
1 lines of code changed in 1 file:
- added clearVars() and clearCache() to view
- added getFlashmessageTypes() to flashmessages
- changes to modules in regard using writeModuleConfig()
6 lines of code changed in 1 file:
- renamed config value [template][theme] to [template][frontend_theme]
- renamed session attributes accordingly
3 lines of code changed in 1 file:
- fixed ROOT and WWW_ROOT* slashes
4 lines of code changed in 1 file:
- fixed ROOT_* slashes
1 lines of code changed in 1 file:
- minor changes
2 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
80 lines of code changed in 14 files:
- several changes to copyright, router, bootstrap, frontcontroller and various other files
9 lines of code changed in 13 files:
- fixed path for basemodels
2 lines of code changed in 1 file:
- renamed method readConfigForModule() to readModuleConfig()
1 lines of code changed in 1 file:
- deactivated htmltidy
- fixed options in htmltidy.filter.php
- removed unneeded dependency httpresponse from renderers
- modulecontroller does not extend resolver anymore
- modulecontroller fetches injector directly from cms base class now
- removed addError from modulecontroller
20 lines of code changed in 2 files:
- replaced calls to Clansuite_Module_Controller_Resolver and Clansuite_Action_Controller_Resolver by Clansuite_Dispatcher
5 lines of code changed in 2 files:
- [QA] string functions, comments, indention
3 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
10 lines of code changed in 2 files:
- double quote fix for returnEntriesFromLogfile() plus comments
2 lines of code changed in 1 file:
- added method loadForm() to the moduleController
- renamed XDebug calls to Debug to reflect the latest changes
1 lines of code changed in 1 file:
- stopped passing the injector around in render objects
- method and vars in httpresponse.core.php are now static
- removed var $injector from modulecontroller changed calls accordingly. access injector via self::getInjector()
2 lines of code changed in 1 file:
- ucfrist for class- and filenames of filters
1231 lines of code changed in 15 files:
- QA
160 lines of code changed in 15 files:
- QA
6 lines of code changed in 1 file:
- QA
4 lines of code changed in 2 files:
- a bunch of QA fixes
2 lines of code changed in 1 file:
- a bunch of QA fixes
1 lines of code changed in 1 file:
- a bunch of QA fixes
28 lines of code changed in 3 files:
(92 more)