Move to Apache License 2.0
Review license / copyright on all files (final round)
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....
function name hms -> dhms
to match edit to util.inc
Status / IPsec / Overview - Few_Fixes
1) If there is no IPsec status response display an info box wrapped in table tags to prevent horizontal scroll bar.2) Correct colspan to match header columns.3) Punctuation.
Use RFC-defined capitalization IPsec.
Fix missing space in status_ipsec.php
Add a missing space before NAT-T
Eliminate "onclick" from child SA buttonsRevise recording of open children
Status IPsec only show time if established
When in the connecting state, this was showing "seconds (0:00:00) ago" - which seems odd.I also fixed up the gettext() calls so they do not enclose convert_seconds_to_hms(), because that would pose translation difficulties....
Prevent foreach crash if no IPsec
On a system with no IPsec defined, this would crash with:[04-Apr-2016 21:33:24 Etc/UTC] PHP Stack trace:[04-Apr-2016 21:33:24 Etc/UTC] PHP 1. {main}() /usr/local/www/status_ipsec.php:0[04-Apr-2016 21:33:24 Etc/UTC] PHP 2. print_ipsec_body() /usr/local/www/status_ipsec.php:74...
COrrected missing "<"
Fixed #6049
Status - Remove Personalizations
Remove "you" personalizations.
(status > ipsec) clean up css
Background all the ipsec commands run from status_ipsec.php to make sure they don't hang up the entire GUI. Ticket #5520
Use correct variable for the remote ID in IPsec status. Fixes #6009
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
fix whitespace
Add support for splitting ipsec.conf conn entries for IKEv2. Ticket #4704
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886
Convert section titles to title case
Status IPsec info box
As well as internationalization of this info box, I have:1) Made all of them the same text - it seemed odd that there were 2different versions of text for the same thing.2) Made it an info-level infoblock. It seemed odd to me that this was...
add call 'gettext' function in the status menu files
Consistent panel-heading h2
Make all the panel-heading uses also have consistent <h2class="panel-title"> so they all display the same size.Forum https://forum.pfsense.org/index.php?topic=105275.0
Tidy up columns in "ipsec"
status_ipsec.php- remove unused column
vpn_ipsec.php- reduce COLPSAN to seven
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