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