summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_software.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Clean up Display / X.Org server reported stringMichael Larabel2008-12-271-0/+5
|
* pts-core: Fix a regression in pts_package_vendor_identifier() fromMichael Larabel2008-12-171-1/+1
| | | | yesterday's changes
* pts-core: Store aliases for distributions used in package identificationMichael Larabel2008-12-161-0/+31
| | | | in pts-core/static/software-vendor-aliases.txt
* pts-core: Ensure no spaces in pts_vendor_identifier()Michael Larabel2008-12-131-1/+1
|
* pts-core: Improve reporting of Xfce in sw_desktop_environment()Michael Larabel2008-12-051-1/+1
|
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-271-1/+1
| | | | Major changes, actually.
* pts-core: Add support for Xfce 4.x detection to sw_desktop_environment()Michael Larabel2008-11-261-0/+13
|
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-261-2/+4
|
* pts-core: Add support for KDE 4.x in sw_desktop_environment()Michael Larabel2008-11-261-3/+42
|
* pts-core: Add support for detecting and reporting the desktopMichael Larabel2008-11-261-0/+13
| | | | environment / version in use
* pts-core: Return false on failure from read_lsb() instead of "Unknown"Michael Larabel2008-11-201-1/+13
| | | | string
* pts-core: Fix graphics constant warnings generated inMichael Larabel2008-11-191-7/+17
| | | | pts_extended_init()
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-171-1/+1
| | | | hw_, or read_ prefix
* pts-core: Standardize sw_* functionsMichael Larabel2008-11-171-114/+32
|
* pts-core: Standardize hw_sys_* functionsMichael Larabel2008-11-171-1/+1
|
* pts-core: Standardize hw_gpu_* functionsMichael Larabel2008-11-171-0/+88
|
* pts-core: Standardize CPU function namesMichael Larabel2008-11-171-1/+1
|
* pts-core: Automatically append periods to test notesMichael Larabel2008-10-181-2/+2
|
* pts-core: Clean / optimize pts-core code / run PEAR's PHP_CodeSnifferMichael Larabel2008-10-161-4/+54
| | | | and clean up most errors and warnings
* pts-core: Improve OpenSolaris hardware detection with motherboard andMichael Larabel2008-10-151-1/+1
| | | | processor
* pts-core: Restructure the end-user run-time variables code and add support forMichael Larabel2008-10-121-0/+11
| | | | $HOSTNAME
* pts-core: Temporarily disable pts_process_running_bool() on Mac OS XMichael Larabel2008-10-021-0/+3
|
* pts-core: Add support for reading software and hardware information onMichael Larabel2008-10-021-2/+28
| | | | Mac OS X
* pts-core: Various changes to system functionsMichael Larabel2008-10-021-2/+2
|
* pts-core: Cleanup pts-functions_system.php and move most of it toMichael Larabel2008-10-021-0/+227
pts-functions_system_hardware.php and pts-functions_system_software.php