Skip to content

Commit 64ff86a

Browse files
author
5050
committed
Update PhpSysInfos to 3.1.17
1 parent 6883fb1 commit 64ff86a

103 files changed

Lines changed: 3505 additions & 1107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

etc/apps/phpsysinfo/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@ Changelog of phpSysInfo
33

44
http://phpsysinfo.sourceforge.net/
55

6+
phpSysInfo 3.1.17
7+
----------------
8+
9+
- [UPD] BAT plugin - capacity unit, cycle count, FreeBSD support
10+
- [UPD] Brazilian Portuguese Translation pt-br.xml
11+
12+
- [ADD] Show the number of processes on Haiku
13+
- [ADD] ThermalZone sensor support for WinNT
14+
- [ADD] Tanglu to detected distros
15+
- [ADD] Android and OS X version name
16+
17+
- [FIX] Fixed display of treetables
18+
19+
phpSysInfo 3.1.16
20+
----------------
21+
22+
- [ADD] Show the number of processes
23+
- [ADD] Lunar and 4MLinux to detected distros
24+
25+
phpSysInfo 3.1.15
26+
----------------
27+
28+
- [ADD] CoreOS and Pisi Linux to detected distros
29+
- [ADD] pmset - UPS support on Darwin (thanks to pelletierr)
30+
- [ADD] lspci support on Darwin
31+
- [ADD] SHOW_CPULIST_EXPANDED option
32+
- [ADD] lxc/docker detection on Linux
33+
- [ADD] ability to hide all disks and all network interfaces
34+
35+
- [FIX] Small CSS fix
36+
37+
- [UPD] Memory informations on Darwin systems
38+
- [UPD] BAT plugin - Darwin support
39+
40+
phpSysInfo 3.1.14
41+
----------------
42+
43+
- [ADD] FreeIPMI sensor program support
44+
- [ADD] IPMIutil sensor program support
45+
- [ADD] PowerSoftPlus (EVER) UPS program support
46+
- [ADD] Line frequency for the UPS info
47+
- [ADD] SENSOR_EVENTS option - show events of sensors
48+
- [ADD] HIDE_RAID_DEVICES option for plugins MDStatus and DMRaid - list of RAID devices to hide
49+
- [ADD] idash template
50+
651
phpSysInfo 3.1.13
752
----------------
853

etc/apps/phpsysinfo/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* phpSysInfo version
55
*/
6-
define('PSI_VERSION','3.1.13');
6+
define('PSI_VERSION', '3.1.17');
77
/**
88
* phpSysInfo configuration
99
*/

etc/apps/phpsysinfo/data/distros.ini

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ Files = "/etc/antix-version"
3838
Image = "IPFire.png"
3939
;detected in "/etc/system-release"
4040

41+
[4MLinux]
42+
Image = "4MLinux.png"
43+
Name = "4MLinux"
44+
Files = "/etc/4MLinux-version"
45+
46+
[Lunar Linux]
47+
Image = "Lunar.png"
48+
;detected in "/etc/lsb-release"
49+
;detected in "/etc/os-release"
50+
4151
[CRUX]
4252
Image = "Crux.png"
4353
Mode = "Execute"
@@ -105,13 +115,28 @@ Image = "Tails.png"
105115
;detected in "/etc/os-release"
106116
;wrong in "/etc/debian_version" Debian
107117

118+
[Tanglu]
119+
Image = "Tanglu.png"
120+
;detected in "lsb_release -a"
121+
;detected in "/etc/lsb-release"
122+
;wrong in "/etc/debian_version" Debian
123+
124+
[Tanglu GNU/Linux]
125+
Image = "Tanglu.png"
126+
;detected in "/etc/os-release"
127+
108128
[KaOS]
109129
Image = "KaOS.png"
110130
Files = "/etc/KaOS-release"
111131
;detected in "lsb_release -a"
112132
;detected in "/etc/lsb-release"
113133
;detected in "/etc/os-release"
114134

135+
[CoreOS]
136+
Image = "CoreOS.png"
137+
;detected in "/etc/lsb-release"
138+
;detected in "/etc/os-release"
139+
115140
[BOSS]
116141
Image = "BOSS.png"
117142
Name = "BOSS GNU/Linux"
@@ -370,6 +395,16 @@ Image = "StartOS.png"
370395
Files = "/etc/startos-release"
371396
;detected in "lsb_release -a"
372397

398+
[PisiLinux]
399+
Image = "Pisi.png"
400+
Files = "/etc/pisilinux-release"
401+
;detected in "lsb_release -a"
402+
;detected in "/etc/lsb-release"
403+
404+
[Pisi_Linux]
405+
Image = "Pisi.png"
406+
;detected in "/etc/system-release"
407+
373408
[SME]
374409
Image = "SMEServer.png"
375410
Files = "/etc/e-smith-release"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[Android]
2+
1.0="Apple Pie"
3+
1.1="Banana Bread"
4+
1.5="Cupcake"
5+
1.6="Donut"
6+
2.0="Eclair"
7+
2.1="Eclair"
8+
2.2="Froyo"
9+
2.3="Gingerbread"
10+
3.0="Honeycomb"
11+
3.1="Honeycomb"
12+
3.2="Honeycomb"
13+
4.0="Ice Cream Sandwich"
14+
4.1="Jelly Bean"
15+
4.2="Jelly Bean"
16+
4.3="Jelly Bean"
17+
4.4="KitKat"
18+
5.0="Lollipop"
19+
20+
[OS X]
21+
10.0="Cheetah"
22+
10.1="Puma"
23+
10.2="Jaguar"
24+
10.3="Panther"
25+
10.4="Tiger"
26+
10.5="Leopard"
27+
10.6="Snow Leopard"
28+
10.7="Lion"
29+
10.8="Mountain Lion"
30+
10.9="Mavericks"
31+
10.10="Yosemite"
3.14 KB
Loading
2.14 KB
Loading
3.14 KB
Loading
2.14 KB
Loading
2.14 KB
Loading
41 Bytes
Loading

0 commit comments

Comments
 (0)