Make tables sortable
Separate backend keywords from GUI language display in captive portal
When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131
fix warning message for CARP /32 /128 masks added /31 /127 as these are also not applicable for carp which needs at least 3 IP's to function.
fix for breaking editing carp edit selection setting.
Diagnose\Sockets page renamed and now also has button to show all socket connections, explanation moved to bottom.
Add a "Sockets listening" page to the Diagnostics menu.This for easy viewing of what services are bound to which interface and port.( based on the file diag_sockets.php from forum member 'bardelot' http://forum.pfsense.org/index.php/topic,53070.msg284360.html#msg284360 )
changed "Firewall: Virtual IP Address: Edit" page to always have the same options available (if applicable) for IPalias/CARP/ProxyArp/other
Allow for changing OpenVPN TUN to TAP device mode without reboot.
Merge pull request #223 from PiBa-NL/master
Firewall log, alternating color rows & sorting improvements.
Fix deleting DHCP leases
This broke when the code was changed to suck the whole leases file into an array with:$leases_contents = file($leasesfile);Each array entry has the text of a line in the file AND the newline at the end of the line. So when matching array entries, the match has to expect the "\n" on the end.
View revisions
Also available in: Atom