Update the Copyright notice for pfSense.
GET/POST conversion for status*
Breadcrumb links
Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
chmod 0644 php web pages
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Code style changes
Merge pull request #2637 from k-paulius/patch-6
Do not echo printf return value
Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.
Show package name in the breadcrumb.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Convert section titles to title case
Allow packages to request syslogd log socket to be created inside chroot by specifying it in /package/logging/logsocket element. Implements #4898.
Example:<package> <logging> <logsocket>/var/appname/var/run/log</logsocket> </logging>...
status_pkglogs fix dodgy div tag
This did not look right :)
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Code style status*
Rename of files to better match their position in the memory structure