Update the years in the Copyright notice.
Update fontawesome icon names to v6. Implement #13537
Revert "Update fontawesome icon names to v6. Implement #13537"
This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.
Update fontawesome. Implement #13537
diag_edit.php Improvements. Fixes #7589
Update copyright years to include 2023
Spelling fixes. Fix #13357
Update the Copyright year of the files owned by Rubicon/Netgate.
Fixed #12050 by adding new JumpToLine() function and calling as needed
Update the Copyright year.
A subsequent commit will deal with .po's.
Load file on pressing 'Enter' key
This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Update the Copyright notice for pfSense.
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