Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
Use
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.
Fixing gettext calls on diag_confbak.php
Sync with mainline, diag_* files were missing
Reset diag_ files
Few adjustements on gettext
Implement gettext() calls
Colorize config diff, fix wrapping (should still copy/paste as a single line). Add diff button at the top which doubles as a column header.
Add a config diff option to the backup history, so you can view changes between revisions.
Add link to download config from backup history. Ticket #268
Add descriptive title to revert/delete config backup that shows when hovering. Also add confirmation prompt for revert or delete. Resolves #268
Call conf_mount_rw() and ro where needed
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Whitespace and html cleanup of the configuration history page.
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...
clarify wording in tabs to appropriately reflect purpose of these pages
Switch over to array style page titles. Obtained-from: m0n0wall
Remove #!/usr/local/bin/php
MFC 6921Fix fend.inc alignment Fix tab links
corrected imagepath
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Fix tabs.
This looks a little more pleasing to my eyes
Last of the bottom round fixesTurn top rounding back on now that those are all fixed
Use $pgtitle for consistency
Reverse Local and Remote tabs
include head.inc and round corners on tabs
Show current versionAllow to select previous versionstandardize object placement
'Config History' -> 'Local'
Fix info display. We can't use the array generated by get_backups() - it's suited for iteration, rather than fast retrieval.
Print out configuration information upon restore and deletion.
Include the year a revision is made.
Use config_restore to document config file reversion, unlink desired configs, etc.
Enable config restore
speed improvements - backup.cache was created so we didn't have to read through all the XML files
Fix double display of first config line
Make config backup actually work
Initial commit of config versioning frontend.