Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Fix unbound shortcut links
Fixes redmine #41511) Make the naming in shortcuts.inc more clear - forwarder=dnsmasqresolver=unbound2) Make the value of $shortcuts_section correct in each dnsmasq andunbound php code3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then...
Remove var_dump from production code
Merge pull request #1332 from phil-davis/patch-3
Change copyright statement to reflect reality
Stop FQDN in hostname field
Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
Tidy up "services_dnsmasq" XHTML
Add "closehead" variable and manually close HEADAdd CDATA sections to scriptsAdd SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUTMove TFOOT between THEAD and TBODY (quirk of HTML)Move NOWRAP into class statement...
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print
Remove call-time pass by reference for do_input_validation, helps ticket #2565
Activate new shortcuts/status in the rest of the areas that are currently setup.
Start revamp of shortcuts, central file to hold links, also service status/control, added to dns forwarder as example.
Add a v6 ip example to the host override edit so users know that they can use them there.
Fix whitespace: use spaces in services_dnsmasq_edit.php in order to match coding style of surrounding html
Add support for aliases in DNS Forwarder, fixes #2410
Allow someone to add a host DNS override twice, so long as the IP type isn't the same. Lets you add a host override for both IPv4 and IPv6 for the same hostname.
Bring in XSS id fixes from m0n0wall
Corrections gettext implementation on services_dnsmasq_edit.php
Implement gettext() calls on services_dnsmasq_edit.php
Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons.
clean up text
clarify what is valid for input errors on hostname
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Remove all nested functions decalaration seems php does not like them! Make all the nested functions real functions.
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Add CSS header
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Switch over to array style page titles. Obtained-from: m0n0wall
Remove #!/usr/local/bin/php
Nuke display_topbar(). Its's currently red and looks incredibly out of place. Hopefully we can add this back post 1.0
More screens inherit rounded tabletops
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Minor code cleanups (style related).
Do not touch an empty variable
Make Cancel button match the Save buttons style
Add a Cancel button which takes the browser back to the page prior.
Add $Id$ tag
Initial revision