summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_ping.php
Commit message (Collapse)AuthorAgeFilesLines
* Remaining required fields for Diag pagesPhil Davis2017-01-241-2/+2
|
* Required fields in diagnosticsPhil Davis2017-01-221-1/+1
|
* 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-44/+43
|
* Diagnostics - Menu - PunctuationNOYB2016-04-261-2/+2
| | | | Clean up some punctuation.
* replace apparently pointless function in 2 filesstilez2016-03-211-13/+1
| | | | | Code loops through all return values of get_possible_traffic_source_addresses(true) to create a list of key=>descript list, but the original function returned exactly such a list anyhow with no other data associated with the keys. So the code seems pointless as it replicates exactly the original return value from possible_traffic_source_addresses(). A quick search shows the rewritten code in this PR is already used in diag_testport.php line 287 and status_logs_settings.php line 356 (repo search: https://github.com/pfsense/pfsense/search?utf8=%E2%9C%93&q=get_possible_traffic_source_addresses )
* 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.
* add call gettext function for translatebruno2016-01-211-1/+1
|
* Internationalization batch 1Phil Davis2016-01-161-2/+2
|
* 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-6/+10
|
* 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.
* 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.
* For Diag > Ping and Diag > Traceroute, only perform the action on POST, not ↵jim-p2015-11-111-7/+6
| | | | by following a link/GET. Fixes #5400
* fix Bug #5400heper2015-11-111-2/+4
|
* Diag reviewPhil Davis2015-11-091-2/+2
|
* Fixed #5382Stephen Beaver2015-11-071-1/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Fixed #5267Stephen Beaver2015-10-061-57/+49
|
* 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-3/+3
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-142/+168
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+202
OpenPOWER on IntegriCloud