Directory modules/systeminfo/

Directory Created:
2008-12-13 02:37
Directory Deleted:
2012-03-07 16:16
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with Trac

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

Lines of Code

modules/systeminfo/ Lines of Code

Developers

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

Most Recent Commits

vain 2012-03-07 16:16 Rev.: 6268

- moved modules into application dir

0 lines of code changed in 4 files:

vain 2012-01-18 19:38 Rev.: 5945

- 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:

paulbr 2010-12-08 19:53 Rev.: 4957

43 lines of code changed in 1 file:

vain 2010-10-07 00:45 Rev.: 4768

- removed adminmenu placeholders from modulename.menu.php files

0 lines of code changed in 1 file:

vain 2010-09-23 22:17 Rev.: 4722

- 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:

vain 2010-09-23 13:07 Rev.: 4721

- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly

2 lines of code changed in 1 file:

vain 2010-08-27 23:01 Rev.: 4599

- minor change to all security constant checks
- fixed the non rewrite routing

1 lines of code changed in 1 file:

vain 2010-05-24 00:32 Rev.: 4454

- tooltip to title on modulenavigation menu files

2 lines of code changed in 1 file:

vain 2010-05-02 03:12 Rev.: 4376

- QA

4 lines of code changed in 1 file:

vain 2010-04-17 23:29 Rev.: 4359

- a bunch of QA fixes

12 lines of code changed in 1 file:

vain 2010-04-17 20:56 Rev.: 4356

- QA fixes

1 lines of code changed in 1 file:

vain 2010-03-21 21:58 Rev.: 4290

- general cleanup

9 lines of code changed in 2 files:

vain 2010-03-20 23:32 Rev.: 4284

- 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:

vain 2010-03-20 14:46 Rev.: 4277

- removed @since

1 lines of code changed in 1 file:

vain 2010-02-27 02:10 Rev.: 4137

- removed menuitem settings

1 lines of code changed in 1 file:

vain 2010-01-26 18:55 Rev.: 3950

- readded modules

262 lines of code changed in 4 files:

vain 2010-01-21 02:11 Rev.: 3938

- complete modules cleanup

0 lines of code changed in 4 files:

vain 2009-10-24 07:02 Rev.: 3502

- open-flash-chart path fixes

1 lines of code changed in 1 file:

vain 2009-08-10 23:03 Rev.: 3356

- fix for headers exists on method return_ofc_hitrate()

4 lines of code changed in 1 file:

vain 2009-08-10 18:34 Rev.: 3352

- 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:

vain 2009-08-08 11:03 Rev.: 3311

- 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:

thunderm00n 2009-08-06 19:43 Rev.: 3309

fixed a path for better Backentheme-Integration

3 lines of code changed in 1 file:

vain 2009-06-22 20:46 Rev.: 3199

- 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:

vain 2009-05-21 23:22 Rev.: 3064

- fixed comment issue

0 lines of code changed in 1 file:

vain 2009-05-12 08:41 Rev.: 3049

- phpdoc fixes

4 lines of code changed in 1 file:

vain 2009-04-27 20:50 Rev.: 2997

- corrected attribute "author" on several modules (modulename.info.php)

1 lines of code changed in 1 file:

thunderm00n 2009-04-25 23:45 Rev.: 2979

- Added some Modules with Basic Structures
- Added .info.php and .config.php to all Modules

24 lines of code changed in 1 file:

vain 2009-04-25 16:56 Rev.: 2965

- added systeminfo.menu.php

83 lines of code changed in 1 file:

vain 2009-04-03 01:14 Rev.: 2911

- added pieces of information about Database/PDO to systeminfo.admin.php

21 lines of code changed in 1 file:

vain 2009-03-27 22:55 Rev.: 2888

- display of server api type added to systeminfos

8 lines of code changed in 1 file:

vain 2009-03-26 00:51 Rev.: 2869

- breadcrumbs changed

3 lines of code changed in 1 file:

vain 2009-03-20 00:15 Rev.: 2845

- 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:

vain 2009-01-16 20:24 Rev.: 2703

- fixes for the systeminfo display of APC cache (todo: showError)

8 lines of code changed in 1 file:

vain 2009-01-16 06:36 Rev.: 2700

- 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:

vain 2009-01-12 03:00 Rev.: 2686

- 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:

vain 2008-12-13 02:37 Rev.: 2641

- added /modules/systeminfo

13 lines of code changed in 2 files:

Generated by StatSVN 0.7.0