Tidy print_info_box comments
Added some some comments to hte print_info_box area so package developers will know what happeded
Remove print_info_box_np
Put the real code into print_info_box, adding just a $btntext parameterto the existing 3 params of print_info_box.Change the remaining print_info_box_np() calls to use print_info_box()
Note: The previous code also had a "bug" - the "apply" button said...
Restore code from bad merge
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Replaced jQuery to $ in same files
Move set_language() call back to guiconfig.inc since it's causing trouble on console
Be more flexible on detecting the need for the Apply button
This is the quick fix part (1) for https://redmine.pfsense.org/issues/5794
Internationalization graph guiconfig head index
Minor corrections to guiconfig.inc
Set logarr as array() per default, default invert to empty string, improve variable representation within strings
Status / System Logs - Raw Mode Search Inversion
Add search inversion to dump_clog and dump_clog_no_table functions for raw mode logs filter.
Allow thee use of multiple infoblock on a page
Remove unused var in get_std_save_message
$d_sysrebootreqd_path seems to be a leftover from some ancient group of global $d_* vars that are no longer used.
Fixup AJAX stuff so dynamic updating works.
Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASSstatement instead in inline STYLE statement (much tidier)
Nuke fifolog support. It was never used or fully implemented, no GUI option, and didn't end up working out.It buffered writes too long, users could never see the most current log data.
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 g-i
Set language early on a common place included everywhere. This fix some tar warnings 'Failed to set locale'
Don't allow log specific setting to override grepreverse option.
Status - System Logs - Manage Log
Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis.Remove over exuberant gettext's.Set/adjust filter form field widths to be better fitting for the field types....
Merge branch 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense
fix #5591
Status-System Logs-Firewall-Filter
Spruce it up.Use the cool filter button.Use the cool clear button.Add no logs to display notice.
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML muchsimpler).
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Remove layer7 components. Ticket #5508
remove old function call
added support flash messages
System update settings UI implemented
Ticket #5471 partial convert to font-awesome fonts
proposed fix Bug #5433
Fixed #5433
Fixed #5395
Try to use default timezone from globals.inc when possible. Stop setting timezone on pkg_mgr_installed.php
Fixed #5385
Correction per Phil Davis
First batch of copyright updates
Completed #5356Refactor row toggle javascript
Fixed #5333
Rework the way GUI reads packages tabs, it fixes #5311
Remove more references to theme, ticket #5333
Fixed #5286COnverted pop-up format to table and added description
Fixed #5282
Fixed #5233
Improved styling of page title prevents spurious underline
Page title now hyperlink to page
Fixed 5225
Retire PPTP server, fixes #4226:
- Remove PPTP server and all related code- Bump config version 12.2- Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
bootstrap www gh minor edits
Merge branch 'master' into bootstrap
Move main pfSense content to src/