[root]/modules/users/controller

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 38 (100.0%) | 259 (100.0%) | 6.8 |
| vain | 37 (97.4%) | 254 (98.1%) | 6.8 |
| paulbr | 1 (2.6%) | 5 (1.9%) | 5.0 |
- moved modules into application dir
0 lines of code changed in 2 files:
- 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
6 lines of code changed in 2 files:
- removed initModel() calls from modules
6 lines of code changed in 2 files:
- smarty function.icon.php fixed
- new table for news comments (test)
- entities: user/comment fixed
- new theme dark / csfw modified
5 lines of code changed in 1 file:
- updated several modules to work with doctrine2
24 lines of code changed in 1 file:
- changed getConfigValue(), getModuleConfig() and var moduleconfig to static
- renamed all method calls accordingly
4 lines of code changed in 2 files:
- 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
7 lines of code changed in 1 file:
- update to menu, news, thememanager, users
13 lines of code changed in 1 file:
- smarty |@ to |
- various minor modifications
6 lines of code changed in 2 files:
- 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 ;)
4 lines of code changed in 1 file:
- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly
10 lines of code changed in 2 files:
- 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()
5 lines of code changed in 2 files:
- 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.
9 lines of code changed in 2 files:
- modulecontroller method display() accepts content_template and layout_template as array parameters
- removed getHttpRequest() calls in favor of $this->request
4 lines of code changed in 2 files:
- 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
2 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
20 lines of code changed in 2 files:
- renamed method prepareOutput() to display()
- added parameter array to pass layout and content template along
6 lines of code changed in 2 files:
- QA
42 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
75 lines of code changed in 2 files: