Breadcrumb links
Remove all calls to conf_mount_r* functions
Move copyright from ESF to Netgate
Tidy up filenames
Make sure the filenames represent the actual file
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....
redundant check - is_numericint() tests for >= 0
fix logic and replace hard coded value by global
backups should be a numeric int.text hint for number of backups can now refer to the global value for this platform (and explains how to get that default, by leaving blank)
Give settings section a more helpful/standard title to match other GUI settings tabs
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
More icon/button inconsistencies. Ticket #5965
Move Save button on config history settings inside the panel with the other settings. Fixes #5961
HTML Compliance - Diagnostics / Configuration History
End tag form seen, but there were open elements. Unclosed element div.Swap places between closing div and form tag.
Bring all calls of print_info_box to same standard
The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
Move valign to style - part 2
Move valign to style
Switch tabs places so that active tab is the first tab
Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.
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
Remove bgcolor attribute and use style instead.
See 24fac9b4b803938d403aab6645a3be028f2531d7 for similar change.
Fixed #5803
Fixed #5802Added collapsible action to config backup
add call gettext function for translate
diag_confbak make a single gettext
Sentences that are constructed in pieces like this are a potential problem for translation, if the target language needs to use a different grammatical word order. e.g. in Nepali we would say datetime-dekhi datetime-samma (datetime-from datetime-to)....
Merge pull request #2445 from phil-davis/patch-5
diag_confbak move tab_array code above diff display
At the moment the tabs "Config History" and "Backup/Restore" jump down the page below the config diff listing when a diff is displayed.It seems better to me that the tab text stays where it is and the diff listing comes directly below it.
diag_confbak fix typo in class name
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
Improved infoblock system no longer needs sufficies if more than one per pageRemoved long commented out script
Allow thee use of multiple infoblock on a page
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
SHow the infoblock on page load by specifying div id="infoblock_open"
Config history info - make it an info box
Currently this display as an orange box. It seems to me that it is ordinary info and should be an info box (displaying in blue).Note: with the current behavior the text is always displayed, after changing it to an info box the "i" icon has to be clicked to show the text....
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
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
First batch of copyright updates
Delete confirmation vi fa-trash automated via pfSense.js
convert diag_confbak to fa
are the icons for revert & download ok ?
Copyright changes
Random comment typos like hte
Ensure this only contains a partial name, not a path, before attempting to craft a full name and read the file. Fixes #5203.
Merge with bootstrap
Restored to correct version (pre-merge)
bootstrap usr/local/www a to e minor edits
Merge branch 'master' into bootstrap
Move main pfSense content to src/