summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
Commit message (Collapse)AuthorAgeFilesLines
* 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().
* Handle alias from CNAME in diag_dnsPhil Davis2016-04-051-1/+7
| | | | | | | | If I resolve a CNAME with diag_dns, it gives back the translated FQDNs - e.g. www.inf.org translates to inf.org. Then press "Add Alias". Problem: The existing code puts a "/32" CIDR after that in the alias "www_inf_org" in the config - "inf.org./32" - and if you then edit the "www_inf_org" alias it shows as "inf.org./32" in the Network or FQDN Address field. Normally when putting an FQDN into an alias, no CIDR is inserted. This change fixes it. (cherry picked from commit 607b785f637e5b10f51174061242a8a599410796)
* Merge pull request #2840 from phil-davis/patch-7Stephen Beaver2016-04-051-20/+21
| | | | (cherry picked from commit 64c3e9a58d426637fa91996d3a30695f10e01e70)
* Truncate alias name at 31 characters to prevent creating an invalid ruleset. ↵Chris Buechler2016-04-041-1/+1
| | | | Ticket #6075
* Use correct subnet mask for IPv6. Fixes #6039Renato Botelho2016-03-291-1/+3
|
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | 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-2/+12
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-2/+2
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-2/+2
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* add call gettext function for translatebruno2016-01-211-1/+1
|
* Internationalization batch 1Phil Davis2016-01-161-7/+7
|
* All simple php echo to shortNewEraCracker2016-01-141-2/+2
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-111-2/+2
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-3/+3
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+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-4/+7
|
* better spacingJared Dillard2015-11-251-1/+1
|
* 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.
* fix Bug #5400heper2015-11-111-1/+1
| | | | interface=wan could be offline/disabled in multi-wan systems. also, currently no code in diag_ping.php to convert 'wan' => source-ip
* Merge with masterPhil Davis2015-11-091-1/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Diag reviewPhil Davis2015-11-091-8/+8
|/
* 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-3/+3
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-164/+145
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+320
OpenPOWER on IntegriCloud