summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
Commit message (Collapse)AuthorAgeFilesLines
* Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | enabled as well
* GET/POST conversionsSteve Beaver2017-02-141-68/+70
|
* setHelp strings for services*Phil Davis2017-02-081-7/+7
|
* Remove unneeded sprintf from setHelp callsSteve Beaver2017-02-021-12/+12
|
* Code with multiple %s in usr/local/wwwPhil Davis2017-02-011-9/+9
|
* Required fields in Services pagesPhil Davis2017-01-301-1/+1
|
* Report problems applying changesPhil Davis2017-01-031-4/+3
| | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* Revise host and domain sorting so that the index is not lostSteve Beaver2016-11-161-4/+17
|
* Comment typos alphabetPhil Davis2016-11-101-2/+2
|
* Fixed #6903Steve Beaver2016-11-091-1/+33
| | | | hosts and domains sorted on display, not on save to config
* 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
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-2/+2
|
* 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().
* Miscellaneous Textual Corrections - Services DNS ForwarderNOYB2016-05-081-2/+2
|
* Services - PunctuationNOYB2016-04-211-1/+1
| | | | Clean up some services menu punctuation.
* Make forwarder info boxes consistent with resolverPhil Davis2016-04-111-28/+18
| | | | | | DNS Resolver just has a single info box at the bottom of its settings page. DNS Forwarder has different print_callout stuff that looks inconsistent with the rest of the GUI pages. I have made it consistent with DNS Resolver, which does not have those bits of text describing host and domain overrides. What do you think?
* Redmine #6081 do not reuse index varPhil Davis2016-04-071-1/+1
| | | The value of $i needs to be kept constant from the outer loop - do not reuse it here.
* Services / DNS Forwarder - Remove PersonalizationsNOYB2016-03-301-9/+9
| | | | Remove "you" personalizations.
* Add Actions column headingPhil Davis2016-03-081-2/+2
| | | | to other places where it was missing, for UI consistency.
* Restore infoblock divStephen Beaver2016-02-161-1/+7
|
* * Converted alerts to callouts.k-paulius2016-02-161-26/+19
| | | | | * Split first message into paragraphs to make it more readable * Moved 2nd and 3rd messages above the applicable panels, instead of being below them; that's how it was in v2.x
* Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* Internationalize services_d*Phil Davis2016-01-261-12/+13
|
* add call gettext function in the services menubruno2016-01-251-2/+2
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-15/+3
| | | | Removed long commented out script
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-6/+6
|
* services_dnsmasq put info in infoblockPhil Davis2016-01-111-2/+10
| | | | | | | | | There are 3 sets of info. But when I put each in an infoblock then: 1) Only the first "i" icon works to open and close, and it opens and closes all 3 blocks of text. 2) The first 2 text boxes still have an "x" and they can be dismissed. Do we want to enhance the supporting code for infoblock so that it can work with multiple infoblocks on the same page? Or do we have a policy that there is only to be 1 infoblock on a page, and other 'info' text just has to not be in an infoblock?
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-3/+3
|
* Fix interface listStephen Beaver2016-01-041-0/+2
|
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-161-14/+18
|
* 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
* Fixed #5638Stephen Beaver2015-12-141-0/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Merge pull request #2114 from ↵Renato Botelho2015-11-261-5/+5
|\ | | | | | | NOYB/Services-DNS_Forwarder-Host_Overrides-Case_Sensitivity
| * Services - DNS Forwarder - Host Overrides - Case SensitivityNOYB2015-11-251-5/+5
| | | | | | | | Host and domain names are not case sensitive. Maintain display case as entered.
* | 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.
* Fully separate "Apply" and "Save" actions in the DNS Forwarder. Fixes #5505jim-p2015-11-231-25/+16
|
* Fixed #5505Stephen Beaver2015-11-231-64/+76
|
* 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.
* Fixes #5488Stephen Beaver2015-11-201-58/+64
|
* Work-around for #5488Stephen Beaver2015-11-191-52/+58
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-2/+2
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright and license cleanupRenato Botelho2015-11-091-3/+3
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-26/+54
|
* Various text stuff on the UIPhil Davis2015-11-061-1/+1
|
OpenPOWER on IntegriCloud