Disable debug statementTicket #2117
Add gui knobs for 6RD support ticket #2217
Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file
making small fixes on jQuery code
Converting javascript code to jQuery on installer webgui
Should be preg_split instead of explode
Correct the Called-Station-Id attribute setting to be the consistent on authentication packets
Correct the Called-Station-Id attribute setting to be the same on STOP/START packets
Unbreak a number of explode() replacements which required preg_split()
The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.Replacing it surpresses all the warnings
Fix the config patch to the dhcp6 relayx
Ensure timezone is set
replacing prototype with jQuery on load balancer pages
Converting headjs javascript code from prototype to jQuery
Remove 32 bit subnetmask limitation for IPv6
Show the interface Link Local addresses on the status_interfaces.php
Fix for ticket 2071, this allows link local addresses for gateways.Backend already added the interface scope for link local addresses, hurrah.
Allow using subnets and special nets in the CLI version of easyrule
Fix help text
Fix ssh key note to refer to DSA not just RSA since both work.
Add some protocol filtering capability to the packet capture page
Add a button to re-view the packet capture file if one exists in /root/
Fix tab name to be consistent.
Fix botched tag, add some line breaks
Remove a second, redundant temperature block (there is already one higher up that appears to be functional, this one is not.)
Change system info widget fields from <input> to <span> so they don't appear editable, and we aren't bound by their width constraints. (One long one was messing up table width).
Merge pull request #37 from Joecowboy/master
Dashboard widget fixes and mods
Merge pull request #38 from Joecowboy/patch-1
Increased the Uptime input field size from 30 to 50 because it was trunc...
Check userid better here, 0 is also valid
Fix permission and certificate display for the admin user
Cleanup html, make tables sortable, implements #2040
Increased the Uptime input field size from 30 to 50 because it was truncating the uptime tweak output text I made.
I did a block comment out the fist time because I wanted to leave that code in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.
Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.
Update usr/local/www/widgets/widgets/system_information.widget.php
Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span
Added Temperature back in
Tweaked the bar graph width.
Fixed Javascript error in function updateInterfaces(x)Removed the return that revented the updates to widgets in function stats(x)Tweaked Javascript code in function updateTemp(x) for temperature output
Changed the output of function get_uptime() to display: 00 Hours 00 Minutes 00 SecondsAdded code function get_temp() to get the OID values for temperature.
Merge pull request #24 from nunnione/master
Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal
Added support for failover radius server on wireless interface
Clarify the potential pitfalls when setting the Frequency Probe and Down parameters.
Add SelfHost (German Provider) to Dynamic DNS Service
fix text
"Destination server" is a required field
Local port must be specified, fix input validation
Add ability to kill all states matching an IP or subnet filter. Also display count of states matching filter.
Don't let the browser auto-fill username and password on voucher config, as it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.
Do not redirect on saving services status widget, the headers have been sent by this point and it can't happen.
Add a checkbox that disabled automatically generates negate rules for directly connected networks and VPNsTicket #2057 in redmine
Clarify the DHCPv6 server text
Some sections should just be copied and not merged or we end up unable to sync the deletion of the last item in a section.
Adapted the AjaxQueue code to work with jQuery
Fix easyrule on 2.1
Fix for this: http://redmine.pfsense.org/issues/2037Just changed some padding/margin in the CSS in order to avoid wrapping the menu.Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
Require guiconfig.inc
Merge pull request #25 from AnthonyWrather/master
DHCP IPv4 / IPv6 next-server, filename, and root-path improvements.
Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path.
variable is not yet available so rebrands get a blank page on the last step in the setup wizard
When making a server certificate in the wizard, make sure we specify it must be a server certificate.
Describe the serial field on imported CA more clearly. Resolves #2031
- Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal- Corrected bug in javascript funtion enable_change(enable_change)
Fix for redmine ticket #1993. Allow saving multiple dynamic entries.Make sure that return_gateways_status() also returns all gateways that have monitoring disabled as up.
Clear the PHP errors when 'no' is pressed also.
Show the PHP errors reported on the index page in the crash report so users are not confused by an empty report screen. Include them in the report and also clear them after sending.
Comment out TFTP and NTP UI fields and block the code in services.inc.ISC dhcpd does not support these yet. See redmine ticket #2016
Also show the config version in the backup history.
Resolves #2018. Add an id to the html object to make javascript work
converting browser JS code from scriptaculous to jQuery
Removing scriptaculous effects, now we use jQuery UI for visual effects
Fix errors caused by javascript code processed by jquery .html() method.
Fix display of widgets with configuration controls in IE. From Gertjan on the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
Actually save the value typed in the bandwidth limit box for the openvpn client instead of ignoring it.
Check uppercase strings
Ensure style is set to a valid item
Converting from scriptaculous to jQuery
Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
Add a gui field to set the source tracking timeout for sticky connections.
Converting javascript code from scriptaculous to jQuery
now we use the Chosen javascript plugin for jQuery
Merge over the end period fix for the custom rrd graphs section.
Fix the Off by One so that delegated prefix id 0 is shown on the LAN interface settings page.
Add an indication in the certificate list to show if a certificate is internally capable of being a CA (basicConstraints has CA:TRUE) or if the nsCertType is set to server.
When creating an internal certificate, offer the user a choice of what constraints to place upon the certificate (CA, Server, or User).
Rework this a little since using tap+tunnel network is valid, but using tap+tunnel network+bridging is not (will not do what the user expects/wants)
Fix up OpenVPN server tap modes, support various options for providing or passing through DHCP. (Work in progress)
Fix display of CARP widget to properly show Disabled status, bring code more in line with the carp status page, and clean it up a bit.
description is optional
If sticky is enabled, show a tab under Diag > States to view the source tracking table and clear it if needed.
Adding missing file
Allow the serial speed adjustment to work for nanobsd as well.
Add field to the GUI to select the serial console speed (May work as-is, needs more testing/feedback)
Reformat the DNS Forwarder page a bit so it conforms with the other pages. Add some headers to make it more clear what each section does. Cosmetic changes only.
Fix missing description in rowhelper.
Assume a default value of 1 for cert_depth to disallow chaining.
Add GUI option to limit the certificate depth allowed when OpenVPN clients are connecting.
Fix up syslog settings a bit, add some missing options, fix formatting of syslog.conf, correct behavior of 'everything', code cleanup.