[root]/modules/systeminfo
controller
(0 files, 0 lines)
languages
(0 files, 0 lines)
en_GB
(0 files, 0 lines)
LC_MESSAGES
(0 files, 0 lines)
templates
(0 files, 0 lines)
view
(0 files, 0 lines)
smarty
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 47 (100.0%) | 694 (100.0%) | 14.7 |
| vain | 44 (93.6%) | 624 (89.9%) | 14.1 |
| paulbr | 1 (2.1%) | 43 (6.2%) | 43.0 |
| thunderm00n | 2 (4.3%) | 27 (3.9%) | 13.5 |
- moved modules into application dir
0 lines of code changed in 4 files:
- added array key condition to menunavigation array items
- the key is evaluated and the boolean value is reassigned, making a conditional display of menu items possible
- thereby the view can decide whether to display or not display the item
- example usage: sysinfo module, where apc has to be loaded to get it's stats, the menu item is senseless, if apc is not loaded.
- closes ticket #231
2 lines of code changed in 1 file:
43 lines of code changed in 1 file:
- removed adminmenu placeholders from modulename.menu.php files
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 ;)
25 lines of code changed in 1 file:
- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly
2 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
1 lines of code changed in 1 file:
- tooltip to title on modulenavigation menu files
2 lines of code changed in 1 file:
- QA
4 lines of code changed in 1 file:
- a bunch of QA fixes
12 lines of code changed in 1 file:
- QA fixes
1 lines of code changed in 1 file:
- general cleanup
9 lines of code changed in 2 files:
- renamed classes Clansuite_Module_ / Clansuite_Front_Controller / Clansuite_Action_Controller etc
- adjusted loadModule and loader
- fix for xdebug class, when useing firebug outside of a class
1 lines of code changed in 1 file:
- removed @since
1 lines of code changed in 1 file:
- removed menuitem settings
1 lines of code changed in 1 file:
- readded modules
262 lines of code changed in 4 files:
- complete modules cleanup
0 lines of code changed in 4 files:
- open-flash-chart path fixes
1 lines of code changed in 1 file:
- fix for headers exists on method return_ofc_hitrate()
4 lines of code changed in 1 file:
- added return_ofc_hitrates to systeminfo.admin.php (this returns the dynamic data for a pie chart and is an example usage for ofc)
- added an {openflashchart} visualizing the hitrates to action_admin_show_apc.tpl
- fixed slashes on paths in file function.openflashchart.php
64 lines of code changed in 1 file:
- is_callable check for apache functions (apache_get_version) (zend server issue) / if isset check on templates-side
6 lines of code changed in 1 file:
fixed a path for better Backentheme-Integration
3 lines of code changed in 1 file:
- removed some tables from the systeminfo page
- added tabs
- more settings added (majority of them is from the installer checks)
68 lines of code changed in 1 file:
- fixed comment issue
0 lines of code changed in 1 file:
- phpdoc fixes
4 lines of code changed in 1 file:
- corrected attribute "author" on several modules (modulename.info.php)
1 lines of code changed in 1 file:
- Added some Modules with Basic Structures
- Added .info.php and .config.php to all Modules
24 lines of code changed in 1 file:
- added systeminfo.menu.php
83 lines of code changed in 1 file:
- added pieces of information about Database/PDO to systeminfo.admin.php
21 lines of code changed in 1 file:
- display of server api type added to systeminfos
8 lines of code changed in 1 file:
- breadcrumbs changed
3 lines of code changed in 1 file:
- added session security settings to configuration
- added ModuleHeadings to some templates
- added modulesubnavigation with tabs to systeminfo
10 lines of code changed in 1 file:
- fixes for the systeminfo display of APC cache (todo: showError)
8 lines of code changed in 1 file:
- renamed /core/cache/cache_*.class.php to /core/cache/*.cache.php
- added About
- doc_raw to moveto
- mod=admin to mod=controlcenter
- pagetitle fix on standard theme
7 lines of code changed in 1 file:
- removed processActionController from Modules
- enabled Usage of ActionController_Resolver, restructured index.php and frontcontroller.core.php accordingly
- processActionController is now executed by Frontcontroller->processRequest()
- moved and renamed cut_string from set_breadcrumbs.filter.php to functions.core.php cut_string_backwards
- added simplexmltoarray to functions.core.php
0 lines of code changed in 1 file:
- added /modules/systeminfo
13 lines of code changed in 2 files: