summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_testport.php
Commit message (Collapse)AuthorAgeFilesLines
* Remaining required fields for Diag pagesPhil Davis2017-01-241-2/+2
|
* Required fields in diagnosticsPhil Davis2017-01-221-2/+2
|
* 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-43/+42
|
* 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().
* Diagnostics - Menu - PunctuationNOYB2016-04-261-1/+1
| | | | Clean up some punctuation.
* Diagnostics - Remove PersonalizationsNOYB2016-04-031-5/+5
| | | | Remove "you" personalizations.
* HTML Compliance - Diagnostics / Test PortNOYB2016-03-211-2/+2
| | | | | | | | Error: Start tag seen without seeing a doctype first. Expected e.g. <!DOCTYPE html>. Error: Stray doctype. Error: Stray start tag html. Fatal Error: Cannot recover after last error. Any further errors will be ignored.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | 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.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+9
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Use print_info_box() to generate alertsk-paulius2016-02-141-5/+5
|
* Use print_info_box() to generate alertsk-paulius2016-02-141-3/+2
|
* diag_testport change some tabs to spacePhil Davis2016-01-181-2/+2
|
* diag_testport alert message logic re-factoringPhil Davis2016-01-181-21/+20
| | | as suggested by @rbgarga
* Rationalize message display on diag_testportPhil Davis2016-01-171-23/+26
| | | | | | 1) The logic of the various tests that determined which messages were displayed was all a bit odd, and there were ways that things could happen and no message was displayed. Now it displays the "warning" information message the first time, and 1 of the 4 possible result messages depending on the result status and if showtest was on. 2) Internationalize - put the gettext() into calls with full sentences and sprintf() wrappers as necessary. Now I can get each of the 4 possible result messages, and always get a result message.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-14/+21
|
* 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.
* Diag reviewPhil Davis2015-11-091-8/+8
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Removed bogus array_merge()Stephen Beaver2015-09-301-1/+1
|
* Fix source address selection on Test Port to handle VIPs properly.jim-p2015-09-141-1/+9
|
* 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-10/+10
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-220/+234
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+290
OpenPOWER on IntegriCloud