Fixed #5802Added collapsible action to config backup
interface_bridge_add_member is inadequate for adding a bridge member that may have not existed at the time of bridge interface's creation. interface_bridge_configure on the interface's bridge ensures all settings (private, etc.) are applied. Ticket #4312
Switch to disabling strongswan unity plugin by default. Ticket #4178
Latest config revision is 13.7, catch up default config.
Replace default passwd hash for root/admin using blowfish
Relax shaper wizard interface validation when there are no interfaces with gateways selected. Fixes #5424
Fix indent
Fixed #5797
Restore code from bad merge
Correct this function call. Fixes #5799
firewall_aliases add print_apply_box code
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....
Only the serial enable/disable and primary console selectors should be hidden for this test, the serial speed selector must still be available.
Somehow missed this in the committed version.
Merge pull request #2513 from ch1c4um/replace_jQuery_to_$
Replaced jQuery to $ in same files
Relocate subnet mask drop-down to a more sensible place on the PPPoE server, add a user login count option.
Use default log file from pfSense-upgrade when it's called by GUI, this will make sure we preserve first part of upgrade after reboot
Make diag_arp info an infoblock
I might find a few of these while looking at various print_info_block calls, but this one for a start that works well as infoblock blockopen.
Merge pull request #2510 from brunostein/add_call_gettext_function_menu_vpn
Make sure LANG = C for pkg calls
Move set_language() call back to guiconfig.inc since it's causing trouble on console
Remove attributions of return code not being used at all
replaced jQuery to $
add call 'gettext' function in the vpn menu files
Follow FreeBSD steps (r294560) and stop creating rsa1 and dsa keys by default
Merge pull request #2502 from phil-davis/patch-6
Replace "jQuery" with "$" for consistency
add call 'gettext' function in the status menu files
Fixed #5793
Remove redundant alias check and move group check to proper place, fixes #5795
Do not let interface description to have same name of an interface group. Fixes #5795
Merge pull request #2503 from NOYB/Form_Group_-_Empty_Title_GetText
Merge pull request #2494 from phil-davis/patch-2
Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_Abbreviation
Adding {} to if statement.
Merge pull request #2505 from phil-davis/patch-5
Cleanup crash_reporter Submit checks
When looking at this earlier I never paid attention to the left side of each of these conditions. It is pretty dumb to gettext($_POST['Submit']) and then compare it to gettext("Yes") !!!This cleans it up so it does just an ordinary comparison - works fine.
Merge pull request #2504 from phil-davis/gettext-widgets
Internationalize dashboard widgets
Form Group - Empty Title GetText
Don't call gettext with an empty title.
There are undoubtedly other places that a check should be done before passing a variable only to a gettext call.
Fixes use case of form group class without a title from passing empty var to gettext....
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
Merge pull request #2501 from phil-davis/patch-5
Don't show RTT, RTTsd, Loss for unmonitored gateways
Crash Reporter compare choice with language-specific string #5792
I don't really understand why this has to be - the HTML has value="Yes" and value="No" - I thought those would be the strings sent along with "submit".The translation of Yes and No should have been just for display purposes....
Merge pull request #2470 from al-right/master
Added some comments
Firewall Log Widget - Revert Abbreviation
Fine to spell out 'Destination' here.1) Field content already has column wide enough.2) Consistent with firewall log.3) Already translated.
Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.
Merge pull request #2498 from NewEraCracker/master
Fixed #5790I think
Fix another misplaced quote
Fix misplaced quote (resolves syntax error)
Regenerate pfSense.pot
Fix #5690:
- Remove parameters from set_language()- Add a global variable for default language- add env var for LANG, otherwise it won't work
Fixed #5789
Merge pull request #2496 from dennypage/master
Use tab instead of spaces
Use a single call to dpinger for a coherent view of latency/stddev/loss.
Merge branch 'add_call_gettext_diagnostic_menu_pages' of https://github.com/brunostein/pfsense
Merge pull request #2495 from phil-davis/gt1
Add gettext to select option names where required
Internationalization graph guiconfig head index
xmlrpc signature and docstring
A few of the entries in this array had dodgy var references. I don't think anything would have caused an actual error.
The topology line also must be skipped if an SSL/TLS mode is used with a CIDR less than 30.
add call gettext function for translate
Change dependency icon back to a paperclip (globe seems to imply more than intendend here), fix appearance of the text.<ul> without <li> is invalid, remove. Also move the icon to a separate i tag, putting it in an a tag changed the font in an undesirable way.
Merge pull request #2486 from NOYB/Special_Panels_-_Show/Hide
Add a close button to Edit load/save messages
Other places use more standard code for printing success/error messages.But the Edit File page is a bit different. The standard code puts aclose button on messages so that users can dismiss them if they like....
Do not call gettext() for empty string
Fix "View content" href
Merge pull request #2490 from phil-davis/info-block1
DHCP - Decode value while validating contents
https://forum.pfsense.org/index.php?topic=105654
Remove close button from firewall_rules
Issue: https://redmine.pfsense.org/issues/5788
Merge pull request #2489 from NOYB/Status_/_System_Logs_-_Tab_Array
Merge pull request #2488 from PiBa-NL/23_rulesedit
Remove remaining PBI symlinks not registered in .pbiopt file. If should fix #5221
Make sure code reaches pbi_delete
Think the term 'associated' may be better here than 'special'.
Use icons instead of text.
Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
Status / System Logs - Tab Array
Only call display_top_tabs function if there is a tab array to display.
The display_top_tabs function prefixes the type parameter with 'nav nav-'. So passing 'nav nav-tabs' adds a nonexistent class; 'nav-nav'. Only pass 'tabs' as the type.
firewall_rules_edit, load advanced settings flags-any and sloppy-state back into webgui
Comment fix
Initialize $stop_time inside foreach to make sure it resets to proper value each iteration since it's changed inside loop. Reported on https://github.com/pfsense/pfsense/pull/2487
Obsolete libstrongswan-unity.MOVED
Fix #4178:
- Stop moving unity .so file around to make it not being loaded- Include all modules default .conf file from strongswan.d/charon- After default files are included, define custom settings- When unity is disabled, add a rule to make strongswan to not load it
Fix strongswan.conf indent level
Remove debug
Escape HTML on re-saving separator text
Fixed #5784
Apply recommended changes.
Fixed #5781
Provide warning message onleavinghte pageAllow Esc key to cancel a new separatorAllow Enter key to save a new separator
Special Panels - Show/Hide
Add configuration option to show or hide special panels.When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
Status / System Logs / VPN / PPPoE Service - Fix Shortcut Links
Fix PPPoE Service shortcut so links show on the breadcrumb bar.
Merge pull request #2472 from dennypage/master
Changed color scheme to use existing bg-* classesSimplfied color change mechanismImplemented "Cancel" button
Remove ORIGINAL_PORTAL_IP, it was never used.