[root]/modules/settings/controller

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 17 (100.0%) | 69 (100.0%) | 4.0 |
- moved modules into application dir
0 lines of code changed in 1 file:
- renamed "action_show" to "action_list"
- renamed "initializeModule" to "_initializeModule"
- updated some controllers to reflect the changes in the action name structure
- renamed templates according to the changed action name structure
1 lines of code changed in 1 file:
- dropping feature: minifer
1 lines of code changed in 1 file:
- removed suppress_errors from config template of installation
- removed session_name setting
- fixed undefined indexes for cache driver and lifetime
2 lines of code changed in 1 file:
- fixed typo and links
1 lines of code changed in 1 file:
- changed getConfigValue(), getModuleConfig() and var moduleconfig to static
- renamed all method calls accordingly
1 lines of code changed in 1 file:
- added [cache][enabled] (formerly [cache][caching])
- renamed [cache][adapter] to [cache][driver]
6 lines of code changed in 1 file:
- added method buildURL() to router
- buildURL is used for redirects
- changed all module redirects accordingly
1 lines of code changed in 1 file:
- fixed writing main config
6 lines of code changed in 1 file:
- removed slash before index.php on Clansuite_Breadcrumb::add()
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()
3 lines of code changed in 1 file:
- getHttpResponse() to response
1 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
5 lines of code changed in 1 file:
- renamed method prepareOutput() to display()
- added parameter array to pass layout and content template along
2 lines of code changed in 1 file:
- QA
4 lines of code changed in 1 file:
- QA fixes
24 lines of code changed in 1 file:
- moved modulecontrollers to /controller directory
10 lines of code changed in 1 file: