Revise tooltip
Fix no binat checkbox
Fix help
Fixed #3887
Remove duplicate "Are you sure you want to" on delete
Fix icon by including "fa" in class
Sort the Available Widgets before displayRemove unused modal
Newline is added only if both IPv4 and IPv6 addresses present
Merge pull request #2419 from NOYB/Firewall_NAT_Edit_AutoSuggest_Fix_Continued
Gateways Widget Refactor init-ajax
Move table content creation into a function so initial table load can be done normally without resize flicker.Subsequent content updates remain via ajax.
Merge pull request #2414 from stilez/patch-18
Merge pull request #2412 from stilez/patch-16
Merge pull request #2416 from phil-davis/patch-2
Remove spaces at EOL as requested
Continued:
Fix port aliases (Seems you can't autosuggest an element of type "number")Alsoapply to src too.remove is_numeric checkremove min/max (not valid on text fields; does not work)add pattern in place of min/max
Remove reference to obsoleted row_toggle.js. Noted in Ticket #5724
Fix port aliases (Seems you can't autosuggest an element of type "number")
Ensure toggled text is NOT selected (Chrome browser quirk)
IPsec phase 2 display existing keylen
When you edit an IPsec phase2, if there are any particular key lengths already selected in the config for each of the encryption algorithms they are not displayed - they just all show as Auto. That then "accidentally" changes previous settings when you save....
status_dhcp6_leases incorrect comparison operator
rather than assignment.Also $dhcpv6leaseinlocaltime was also being re-used as the value part of the foreach - that looks not so good also.Even so, I think the old code would have worked by good luck - in the end $dhcpv6leaseinlocaltime is only compared to "yes" anyway, so if it ended up as unset, or some part of a sub-array of $config['dhcpdv6'] or... it still functioned like "no"....
pfSenseHelpers comment text
Improved infoblock system no longer needs sufficies if more than one per pageRemoved long commented out script
Fix syntax errors introduced on recent merged pull requests
Merge pull request #2413 from stilez/patch-17
Merge pull request #2411 from stilez/patch-15
Merge pull request #2410 from stilez/patch-14
Merge pull request #2391 from stilez/patch-7
Merge pull request #2405 from NOYB/HTML_Compliance_-_Services_/_NTP_/_Serial_GPS
Merge pull request #2404 from NOYB/System_/_General_Setup_-_Word_Spacing
redmine 5702 - switch to high level IPv4 functions instead of low level ip2long32() etc
HTML Compliance - Services / NTP / Serial GPS
Named character reference was not terminated by a semicolon.id="btnadvgps"/> Show GPS Initialization commands
Revise auto infoblock to accommodate initially open divs
System / General Setup - Word Spacing
Add space between words.Restore gateway placeholder; now being handled by form input class (PR #2295).
Convert remaining short_open_tag occurances. See PR #2378
Correct PHP error. (Wrong variable name)
Look for element inside array instead of string match
Remove unused global var
Fix spaces
Fixed #5760
e-apply f693437
Merge branch 'Status_-_System_Logs_-_VPN' of https://github.com/NOYB/pfsense
Merge pull request #2402 from NewEraCracker/master
Merge branch 'print_info_box' of https://github.com/phil-davis/pfsense
Allow thee use of multiple infoblock on a page
Minor unused tag clean up
Redmine #5759 print_info_box style
Define the 'success' 'info' etc style of calls to print_info_box()
Merge pull request #2400 from phil-davis/patch-2
Fixed #5729
services_dnsmasq put info in infoblock
There are 3 sets of info. But when I put each in an infoblock then:1) Only the first "i" icon works to open and close, and it opens and closes all 3 blocks of text.2) The first 2 text boxes still have an "x" and they can be dismissed....
Use sprintf to add vaiable to gettext() call
Remove a debug leftover
Added support for <collapse> tags in listtopic fields. e.g.:<collapse>closed</collapse> // Creates a panel that is collapsible and iniatially closed<collapse>open</collapse> // Creates a panel that is collapsible and iniatially open
Fix error reported in https://forum.pfsense.org/index.php?topic=105078.0
Fix select name, [] is always added when multiple is set to true
Look for interface name on array instead of partial string match
Add a space between interface name and mac address
Show which is the invalid member on error message
Merge pull request #2398 from ExolonDX/branch_03
HTML Compliance - Services / DHCP Server
Bad character after <. Probable cause: Unescaped <. Try escaping it as <.Ensure one machine's advskew < 20 (and the other is > 20).
Tidy up "status_rrd_graph.php"
- use Bootstrap class "img-responsive center-block" for images(http://getbootstrap.com/css/#images)- remove "name" attribute, invalid in HTML5
Merge pull request #2397 from ExolonDX/branch_02
Merge pull request #2396 from NOYB/GUI_Log_Entires_Placeholder
Merge pull request #2395 from NOYB/HTML_Compliance_-_Wizard_/_pfSense_Taffic_Shaper_/_
Merge duplicate CLASS statements
Remove duplicate class error by merging them together.
GUI Log Entires Placeholder
Add placeholder for factory default condition (not set).
HTML Compliance - Wizard / pfSense Taffic Shaper /
Empty heading.<h1 class="page-header">
The align attribute on the img element is obsolete. Use CSS instead.<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />...
Remove/recover empty space below DNS servers unordered list.
Remove blank line if version check disabled.
SImplify a recent-added validation test
numericint is the standard test for numeric && >=0
Save adv_dhcp6_config_advanced value instread of just using it to un-hide section
Include vpn in the success status message fun.
Fix status message so it displays if logging changes made.
Also print info box success.Thanks Phil for the hint.
Set checkboxes value to "Selected" (not "yes")
Merge pull request #2388 from phil-davis/print_info_box
print_info_box success
In most situations we want the print_info_box() of $savemsg to be'success'. If there was some problem saving, then it can be 'warning'.These are a few places I have found so far that need this sort of fixingup - more to come but sleep calls just now!...
Use Bootstraps text alignment classes (part 2)
use Bootstraps CLASS statement instead "align" statement
Merge pull request #2386 from NewEraCracker/master
Improve the output of exec.php
...And fix a possible XSS when executing PHP commands
...But we all know XSS is the least of concenrs here :P
Fixed #5745 and a few other items discovered during testing
Merge pull request #2385 from phil-davis/patch-2
Page revised to use Ajax to fetch the package information. This allows for the presentation of error and status messages, as well as offering a more "standard" solution. (i.e.: should work with all browsers)
firewall_shaper_vinterface display savemsg according to severity
Merge pull request #2381 from phil-davis/patch-2
Close php tag
HTML Compliance - Firewall / Traffic Shaper / Queues
The align attribute on the div element is obsolete. Use CSS instead.<div class="panel-heading" align="center">
Fix webgui-redirect in system_advanced_admin
This one also seems to be wrong.Why do people use a different name for the $POST var?
Correct element name (don't log web gui logins)
Add spinning cog
Added a crude method of displaying a "Please wait" banner.
Fix up text on PPPoE Server
Merge pull request #2379 from NewEraCracker/better-diag-traceroute
Fix conflicts caused by merging
Convert this endif's missed by last commit
Convert short open tags to full tags
Short open tag is discouraged since it is only available if enabled
See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
IMHO this looks better in 'pre' tags than nl2br