summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-345/+0
|
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code style services dnsmasqPhil Davis2015-05-241-133/+157
|
* DNS Forwarder Host Override Edit make the pencil symbols appearPhil Davis2015-03-061-4/+4
| | | | | | In most places in the GUI a little pencil symbol appears before text input fields. For example it already appears for the Host, Domain and Description fields in this very form when you "Enter additional names for this host." But in the main 4 fields of this form, the pencil does not display. This fixes it to be the same as elsewhere. I guess this is the "standard" supposed to be used. If so, then I will find the other places where class="formfld unknown" has the "unknown" missing.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix unbound shortcut linksPhil Davis2014-12-281-1/+1
| | | | | | | | | | | | Fixes redmine #4151 1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq resolver=unbound 2) Make the value of $shortcuts_section correct in each dnsmasq and unbound php code 3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then show shortcuts for dnsmasq, otherwise show shortcuts for unbound. 4) Fix some references to forwarder in unbound code - should be resolver.
* Remove var_dump from production codePhil Davis2014-11-191-1/+0
|
* Merge pull request #1332 from phil-davis/patch-3Renato Botelho2014-11-181-4/+17
|\
| * Stop FQDN in hostname fieldPhil Davis2014-11-111-4/+17
| |
* | Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|/
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Tidy up "services_dnsmasq" XHTMLColin Fleming2014-04-041-8/+12
| | | | | | | | | | | | | | | Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUT Move TFOOT between THEAD and TBODY (quirk of HTML) Move NOWRAP into class statement Close IMG and add ALT Deprecate ampersand Add table row, but don't display it Remove duplicate opening and closing TR tags Add missing closing BODY tag and closing HTML tag
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-2/+2
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-101-0/+2
| | | | status/control, added to dns forwarder as example.
* Add a v6 ip example to the host override edit so users know that they can ↵jim-p2012-07-091-1/+1
| | | | use them there.
* Fix whitespace: use spaces in services_dnsmasq_edit.php in order to match ↵Lorenz Schori2012-05-051-56/+56
| | | | coding style of surrounding html
* Add support for aliases in DNS Forwarder, fixes #2410Lorenz Schori2012-05-051-1/+113
|
* Allow someone to add a host DNS override twice, so long as the IP type isn't ↵jim-p2011-06-111-1/+2
| | | | the same. Lets you add a host override for both IPv4 and IPv6 for the same hostname.
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Corrections gettext implementation on services_dnsmasq_edit.phpCarlos Eduardo Ramos2010-07-151-6/+6
|
* Implement gettext() calls on services_dnsmasq_edit.phpRafael Lucas2010-07-131-21/+21
|
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
* clean up textChris Buechler2009-12-131-2/+2
|
* clarify what is valid for input errors on hostnameChris Buechler2009-11-281-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-4/+4
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+13
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+4
|
* Minor code cleanups (style related).Scott Ullrich2005-07-011-11/+10
|
* * Set $d_hostsdirty_path in guiconfig.incScott Ullrich2005-06-301-1/+1
| | | | * Turn back on checking of $d_hostsdirty_path
* Do not touch an empty variableScott Ullrich2005-06-281-1/+1
|
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
* Add a Cancel button which takes the browser back to the page prior.Scott Ullrich2005-04-211-1/+1
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Initial revisionScott Ullrich2004-11-071-0/+160
OpenPOWER on IntegriCloud