[root]/modules/teamspeakviewer/controller

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 12 (100.0%) | 197 (100.0%) | 16.4 |
- 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
2 lines of code changed in 1 file:
- dirname(__FILE__) to __DIR__
1 lines of code changed in 1 file:
- removed calls to Clansuite_Array_Formgenerator from modules. one might instantiate a new form with a form description array now. the form generator is called automatically.
1 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
10 lines of code changed in 1 file:
- renamed method prepareOutput() to display()
- added parameter array to pass layout and content template along
1 lines of code changed in 1 file:
- QA (changed require in conditionals to includes)
96 lines of code changed in 1 file:
- QA
4 lines of code changed in 1 file:
- QA fixes
19 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
1 lines of code changed in 1 file:
- moved modulecontrollers to /controller directory
61 lines of code changed in 1 file: