Unimportant typos in user and group manager
that do not effect anything.
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
Tidy up Ampersand XHTML
Deprecate Ampersand in Anchor tags
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
Tidy up XHTML
Add CDATA sections to SCRIPT tagsAdd SUMMARY to TABLE tags
Make the size of the group privilege list the same size as the user privilege list.
Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file
convert javascript code to jQuery on system* files
Prevent a warning that would appear when modifying privileges of an empty group.
Use array instead of explode for reqdfieldsn to fit it better with gettext() calls
Implementing gettext()
Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons.
include priv.inc
Add select all button
Include priv.defs.inc
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.
Cleanup the tab format of the system user/group/server management pages.The edges were square instead of rounded like most pfSense pages. Alsomake sure tabs and cancel buttons are present in the add privilege andadd certificate pages.
Cleanup authentication code. The basic auth method, the passwd, htpasswdand pam backing functions have been removed. The basic auth method waslegacy code and the backing functions were redundant with no added valuethat I could see. A simplified replacement backing function named...
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...