Fix UTF8 in base64 decode
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics
Add security notes for privilege assignment pages
Suggested solution for Redmine 2247
Remove all calls to conf_mount_r* functions
Move copyright from ESF to Netgate
diag-edit.php: Perform "Goto line #" action on pressing enter key within the line number element
Tidy up filenames
Make sure the filenames represent the actual file
Code style and comments
No functional change - just making style consistent
Fixed #6703
Fixed #6704
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....
(diag > edit file) page styling
FIlebrowser package moved to vendor direcroty
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.
HTML Compliance - Diagnostics / Edit File
Attribute width not allowed on element input at this point.<input type=number id=gotoline width=6>Width attribute is only valid on input element for type image.Changed to use size attribute.
Stray end tag input....
Allow user to dismiss diag_edit messages
Previously the close 'x' was displayed, but after this code was changed to use print_info_box() the close 'x' was not being displayed.
Changes for diag_edit rename
Renamed exec.php and edit.php