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
Fix core dump on viewing invalid package log
Make use of the new tab menu and use _GET instead of _POST for pkg name passed in URL.
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.
Fixed string format error
Implement gettext() calls
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Use divisibles of 512
Jettison clog and replace with fifolog which is included in FreeBSD 7.1
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
changed text for consistency
Remove #!/usr/local/bin/php
Use $pgtitle for consistency
include head.inc and round corners on tabs
Update package logs to work with new package code.
Don't forget to use the package utilities.
No more parse_xml_config_pkg.
Fix package logs.
Clarify info box.
Check for both installed packages and a package with logging.
Don't forget to tell dump_clog not to ignore packages.
TODO: Cleanup.
Alert when we cannot locate the package configuration file
Cleanup opening and closing braces
Only need one closing brace
post to the right page
Do not foreach through installedpackages if no installed packages exist.
Add support for <logging><custom_php_logging_command>.
Minor optimizations and some error checking.
Code cleanup and a few minor optimizations.
Do not require a <logtab> field. The log viewer will fall back to the package's name as defined in config.xml if needed.
Add dynamic package logging. I'm new to PHP integration with actual HTML, so that in particular could likely be optimized.