summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_acls.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style services unboundPhil Davis2015-05-281-36/+52
|
* Do not render the services_unbound_acls page with an invalid ID.jim-p2015-03-051-0/+5
|
* 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-0/+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.
* fix text here, variables came back empty and aren't all that useful here anyway.Chris Buechler2014-11-251-4/+4
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Fix indentRenato Botelho2014-11-031-9/+9
|
* Revert "Indent better"Renato Botelho2014-11-031-286/+286
| | | | This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
* Indent betterWarren Baker2014-11-031-286/+286
|
* Be consistent with the other pagesWarren Baker2014-11-031-17/+5
|
* Add bracesWarren Baker2014-11-031-17/+31
|
* 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
* Use the apply trigger for unbound acls to avoid restart unbound every timeRenato Botelho2014-07-161-55/+55
|
* Improve unbound ACL edit page to use correct classes and jquery.ipv4v6ify.jsRenato Botelho2014-07-161-16/+11
|
* Fix acl item removalRenato Botelho2014-07-161-1/+2
|
* Few GUI tweaks on unbound ACL pageRenato Botelho2014-07-161-14/+22
|
* Tidy up "diag_logs_ipsec" "service_unbound_acls"Colin Fleming2014-05-191-1/+1
| | | | Move NOWRAP into class statement
* Tidy up "services_unbound_acls.php" XHTMLColin Fleming2014-04-041-40/+45
| | | | | | | | | | | | | Add "cloeahead" variable and manually close HEAD Add CDATA sections to scripts Close INPUT Add SUMMARY to tables Update HTML Boolean operators Close IMG and add ALT Remove empty TFOOT tag Move TFOOT tag between THEAD and TBODY (quirk of HTML) Add dummy table row, but don't display it Add missing closing DIV and closing FORM
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-8/+8
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-8/+8
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Make sure ACLs are saved correctlyWarren Baker2014-01-291-19/+23
|
* Reference right service reconfig functionWarren Baker2014-01-291-8/+5
|
* More html formattingWarren Baker2014-01-291-199/+200
|
* Rename ACL fileWarren Baker2014-01-291-0/+377
|
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-141-377/+0
|
* Was looking at what is coming in new builds and noticed a couple of typos ↵Phil Davis2012-04-051-5/+5
| | | | and small point of English grammar, so thought it worth 5 minutes to update it.
* Better descriptions and cosmeticsWarren Baker2012-04-051-7/+7
|
* Correct wordingWarren Baker2012-04-051-1/+1
|
* Correct linksWarren Baker2012-04-051-6/+6
|
* Add Access Lists page for Unbound ACLsWarren Baker2012-04-051-0/+377
OpenPOWER on IntegriCloud