[root]/modules/games/controller

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 17 (100.0%) | 37 (100.0%) | 2.1 |
- moved modules into application dir
0 lines of code changed in 1 file:
- applied buildURL on Form->setAction() - so one might pass slashed urls to it
- changed form and menu definitions accordingly
- some urls still missing - go find them ;)
1 lines of code changed in 1 file:
- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly
3 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:
- removed slash before index.php on Clansuite_Breadcrumb::add()
2 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:
- 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.
2 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:
- added formgenerator to autoloadInclusions()
- removed formgenerator and datagrid includes from modules
- removed formdecorator includes from fromdecorators/form/*elements
0 lines of code changed in 1 file:
- fixed ROOT_* slashes
1 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
8 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:
- 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
6 lines of code changed in 1 file: