[root]/modules/modulemanager/controller

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 20 (100.0%) | 837 (100.0%) | 41.8 |
| paulbr | 4 (20.0%) | 634 (75.7%) | 158.5 |
| vain | 16 (80.0%) | 203 (24.3%) | 12.6 |
- 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:
- removed initModel() calls from modules
5 lines of code changed in 1 file:
- $this->flashmessage to $this->setFlashmessage()
- removed Clansuite_Security DI dependency in module account, in favor of static calls
53 lines of code changed in 1 file:
201 lines of code changed in 1 file:
12 lines of code changed in 1 file:
172 lines of code changed in 1 file:
249 lines of code changed in 1 file:
- smarty |@ to |
- various minor modifications
2 lines of code changed in 1 file:
- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly
8 lines of code changed in 1 file:
- removed slash before index.php on Clansuite_Breadcrumb::add()
7 lines of code changed in 1 file:
- modulecontroller method display() accepts content_template and layout_template as array parameters
- removed getHttpRequest() calls in favor of $this->request
1 lines of code changed in 1 file:
- fixed ROOT_* slashes
15 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
15 lines of code changed in 1 file:
- renamed method prepareOutput() to display()
- added parameter array to pass layout and content template along
9 lines of code changed in 1 file:
- QA (changed require in conditionals to includes)
13 lines of code changed in 1 file:
- QA
4 lines of code changed in 1 file:
- a bunch of QA fixes
5 lines of code changed in 1 file:
- QA fixes
4 lines of code changed in 1 file:
- moved modulecontrollers to /controller directory
61 lines of code changed in 1 file: