root/modules/branches/2.10/dashboard/module.xml

Revision 12856, 2.9 kB (checked in by p_lindheimer, 2 years ago)

Module package script: dashboard 2.10.0.1

Line 
1 <module>
2   <rawname>dashboard</rawname>
3   <repo>standard</repo>
4   <name>System Dashboard</name>
5   <version>2.10.0.1</version>
6   <publisher>FreePBX</publisher>
7   <license>GPLv2+</license>
8   <candisable>no</candisable>
9   <canuninstall>no</canuninstall>
10   <category>Reports</category>
11   <description>
12     Provides a system information dashboard, showing information about Calls, CPU, Memory, Disks, Network, and processes.
13   </description>
14   <menuitems>
15     <dashboard display="index" access="all">FreePBX System Status</dashboard>
16   </menuitems>
17   <depends>
18     <version>2.3.0beta2</version>
19   </depends>
20   <changelog>
21     *2.10.0.1* remove FOP specific code
22     *2.10.0.0* new version changes
23     *2.9.0.4* #5075
24     *2.9.0.3* #4925
25     *2.9.0.2* #4401
26     *2.9.0.1* #4740
27     *2.9.0.0* 2.9 Update
28     *2.8.0.3* #4474
29     *2.8.0.2* #4175 (better fix)
30     *2.8.0.1* #4175
31     *2.8.0.0* #4268, #4276, #4283
32     *2.7.0.1* #4082, localizations
33     *2.7.0.0* #3547
34     *2.6.0.2* localizations
35     *2.6.0.1* #3226, #3353
36     *2.6.0.0* localizations, misc
37     *2.5.0.7* #3652, localization updates
38     *2.5.0.6* #3409, localization fixes, updates
39     *2.5.0.5* #3404 correction
40     *2.5.0.4* #3401, #3404
41     *2.5.0.3* #3348, localizations
42     *2.5.0.2* localization string enclosures
43     *2.5.0.1* #3170, Swedish Translation
44     *2.5.0* #3134 add amportal DASHBOARD_STATS_UPDATE_TIME, DASHBOARD_INFO_UPDATE_TIME
45     *2.4.0.3* #2871 do not show Sangoma wanpipe interfaces in the Network Stats
46     *2.4.0.2* #2701, #2843 add proper JSON header to fix some proxy servers, Russian Translation
47     *2.4.0.1* #2620 adjust to new format of core_trunks_list(true)
48     *2.4.0* #2415 1.6 support, #2301, it translation
49     *0.3.3.3* #2365 don't make readonly disk devices red when 100%
50     *0.3.3.2* #2469 fix division my zero in cpu usage
51     *0.3.3.1* Cosmetic fix (#2278 - long mount point paths)
52     *0.3.3* Improved detection of webserver failing, More MySQL detection fixes
53     *0.3.2.1* #2246 make FreePBX Connections visible, #2250 check for SSHPORT
54     *0.3.2* Allow mysql server to be on another host/port (#2229), fix image path problem
55     *0.3.1* Fix issue with miscounting total registrations, minor styling details
56     *0.3* Show IP phones and trunks separately (#2209)
57     *0.2.5.4* make always accessible even in database mode, fix minor javascript bug
58     *0.2.5.3* remove deprecated javascript call
59     *0.2.5.2* #2194 don't fail when Asterisk is not running
60     *0.2.5.1* disable debug logging, make uninstallable
61     *0.2.5* #2142 fix online phones for Asterisk 1.4 format, #2140 divide by 0 again
62     *0.2.4* #2133 again, #2140 divide by 0, #2141 with temp log to determine real issue
63     *0.2.3* #2133 fixed number format error resulting in bogus percentage displays
64     *0.2.2* #2131 fix Undefined Index warnings
65     *0.2.1* make module permanent, should not be able to disable
66     *0.2.0* Add real-time updates
67     *0.1.0* Initial release
68   </changelog>
69   <location>release/2.10/dashboard-2.10.0.1.tgz</location>
70   <md5sum>6ae6cc24c6d152de7fccaf07c33c3941</md5sum>
71 </module>
Note: See TracBrowser for help on using the browser.