summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_smart.php
Commit message (Collapse)AuthorAgeFilesLines
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-1/+2
| | | | functions - Diagnostics
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Remove the broken e-mail options from diag_smart.php. Fixes #6393jim-p2016-12-011-100/+0
|
* Print a message about SMART not working on uFW/SG-1000 (smartmontools is not ↵jim-p2016-12-011-2/+2
| | | | available there)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Better fix for escaping in ticket #6371jim-p2016-05-201-1/+1
|
* Fix up diag_smart e-mail handling, and the backend config code was ↵jim-p2016-05-191-21/+29
| | | | broken/making false assumption about the config file as well. Fixes #6371
* Diagnostics - Menu - PunctuationNOYB2016-04-261-1/+1
| | | | Clean up some punctuation.
* Add Hyper-V support to system_identify_specific_platform, and disable ↵Chris Buechler2016-04-231-0/+7
| | | | S.M.A.R.T. actions in Hyper-V guests. Ticket #6147
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-5/+5
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Merge pull request #2728 from phil-davis/form_buttonStephen Beaver2016-03-141-5/+5
|\
| * Internationalize Form_Button textPhil Davis2016-03-111-5/+5
| | | | | | | | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* | Use file-text-o instead of file-o for consistency. Ticket #5965jim-p2016-03-131-2/+2
|/
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-14/+36
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & TestsNOYB2016-03-031-9/+15
| | | | Remove unused/duplicate ID's; action, device, submit.
* Perform HTML entity translation where & is usedk-paulius2016-02-141-2/+2
|
* Add action to the breadcrumb. Rename 'Information/Tests' to 'Information & ↵k-paulius2016-02-141-5/+11
| | | | Tests' so it does not clash with breadcrumb separator.
* Renamed SMART to S.M.A.R.T.k-paulius2016-02-131-4/+4
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Fix log radio buttonsStephen Beaver2016-01-281-1/+1
|
* add call gettext function for translatebruno2016-01-211-2/+2
|
* Merge pull request #2302 from ExolonDX/branch_03Renato Botelho2015-12-211-3/+3
|\
| * Replace FONT tag with SPANColin Fleming2015-12-201-3/+3
| | | | | | | | | | Replace FONT tag with SPAN tags and Bootstrap CLASS statement Escape double quotes correctly in "system_usermanager_settings_test.php"
* | Remove $closehead variableColin Fleming2015-12-191-1/+0
|/ | | | Remove unused variable $closehead
* Code style usr local www a-ePhil Davis2015-12-141-8/+5
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Add some missing privileges to pagesjim-p2015-11-251-0/+7
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Fixed #5403Stephen Beaver2015-11-091-7/+33
|
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+1
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-7/+7
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-6/+6
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-337/+385
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+453
OpenPOWER on IntegriCloud