Bring back showing of default value like previous versions.
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
modify copyright statement to reflect reality
Do not require the default sysctl items to be set on the config.xml but rather extract the definitions from the sysctl tree. Also to reduce config.xml size
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
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
Many fixes on privileges, ticket #3216:
- Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq...
Tidy up System:Advanced:Tunables XHTML
Deprecate ampersandClose INPUT tags
No need to include head.inc twice
Fix page title.
Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320
Use
gettext fixes
When doubleclicking a tunable, bring up the edit screen
Implement gettext()
Correct MATCH name.
Redirect to the correct page after deleting an item.
fix this page
Show default values
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Adding Notifications tab
s/action/act/
Actually reload sysctl on changes
Fix add feature
Correct script name
Move the 'advanced users only' notice into the tab body so the tab headersare not displaced by this message.
Cleanup the tab format of the system advanced pages. The edges were squareinstead of rounded like most pfSense pages.
Break out the advanced system options page into tabs group by categories.Fold the sysctl tunables page into a tab under the advanced options page.This reduces the top level menu options by one. There should be nofunctional changes.