Modify various (s)printf format strings to allow translations to change the order of the inserted strings.
Remove or simplify some (s)printf calls.
Fix text
Stick save and cancel back into the right hand of the first td cell like all other forms have it.
Hide Save button until a drop down onChange event occurs
Remove extra quotes that were added around some strings when adding printf+gettext in some areas.
Fix printf/sprintf mixups.
Made LB pool status page follow natural (expected) order no matter which host(s) is/are active.
This doesn't really need a printf either, come to think of it.
This probably shouldn't be a printf anyhow
This should be sprintf
Fix another gettext() call.
Fix gettext() call
Show selected properly for the LB mode.
Do not require a refernce passed because seems php likes to screw with it internally. This should have be the second belt at Ticket #819.
No need to set enable
Do not try to bring down a CARP VIP for an entry that does not exist yet. Fixes #819
Allow batch Server LB/Failover pool changes from the Pool status screen. For LB pools, you can pick via checkbox any number of active pool servers. For manual failover types, you can choose the active server.
When adding to a pool in manual failover mode, enforce the one-active limit also.
Add 8021.x preauth (rsn_preauth)
Rename $vipent to $pool here since we only deal with pools and the old name doesn't make sense in this context.
Change these PRINTs to echo for consistency, and reformat a little. Wrap vars inside strings in {}.
Formatting/whitespace fixes.
Remove the gateway load balancer status code, that has all moved away from here to Status > Gateways and is no longer needed.
Add <form> tag, submit, and reset button here.
Fixes #821. Force usage of configured redirurl when one has been configured.
Show the architecture after the version number.
Add quotes back that were incorrectly removed when implementing gettext and add php tags around gettext where needed.
Separate RRD graph settings to a separate entry.
Do not forget status_rrd_graph.php. Spotted-by: Effone
Fixes #774. Add some pages to match under proper category.
remove duplicated entry.
Fixes #684. Test file existence before trying to kill the process. Also correct interface name passed as parameter to interface_configure function, it should fix another ticket as a byproduct.
Fixes #817. Tags/Marks can be used even outside floating rules.
Ticket #8. Use proper IP to pfctl -b and run the command after the rules have been removed for the not 'down' interfaces.
Fixed LB pool status display to match current config
Removed custom test code
There is not point in unsetting if just after we set the var!
Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active.
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/status_lb_pool.php
Fixing gettext calls on index.php
Fixing gettext calls on diag_confbak.php
Increase upload file size to 1 megabyte
Fix enable_change() broken on last gettext() implementation
Default to the 'pools' tab of the inbound load balancer, and move the monitor tab to the end.
Removed duplicated tabs block on status_rrd_graph_settings.php
lb status fixes from Ltning
Use correct type so a proper config is generated. Reported by:http://forum.pfsense.org/index.php/topic,25465.msg141966.html#msg141966
Fix gettext call added wrong
Resolves #815. Do not add protection rules if lan interface has no ip.
Fixing gettext calls on firewall_aliases_edit.php
Fixing gettext calls on license.php
Fixing gettext calls on pkg_mgr.php
Fixing gettext calls on system_advanced_admin.php
Fixing gettext calls on diag_logs_settings.php
Fixing gettext calls on diag_logs_ntpd.php
Fixing gettext calls on diag_logs_openvpn.php
Fixing gettext calls on diag_logs_relayd.php
Fixing gettext calls on diag_logs_vpn.php
Fixing gettext calls on diag_logs_ipsec.php
Fixing gettext calls on diag_logs_ppp.php
Fixing gettext calls on status_graph.php
Show disabled interfaces as well
Adding config.console.inc
Include config.console.inc
Move all console related configuration items to config.console.inc. This will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.
don't include 255.255.255.255 here
Add the ability to set a periodic RRD and DHCP leases backup from Diagnostics > NanoBSD.
Get the real flags set on the interface to make code below work properly! Ticket #88.
Conflicts: usr/local/www/status_captiveportal.php usr/local/www/status_rrd_graph.php usr/local/www/status_wireless.php
add TCP 1119 for battle.net
add tooltip. cvstrac 1640
add explanation of flags and capabilities from m0n0wall. cvstrac 1564
correctly use sticky and round-robin. Ticket #337
Add hidden "if" field to status_wireless.php.
Move the get_real_interface call above this condition and fix the ID of the rescan button.
add info message
background the scan
add a Rescan button. ticket #793
fix text. Ticket #799
Fix link to the associated filter rule for port forwards on an interface other than the first with a filter rule.
Enforce the interface selection on associated filter rules. Ticket #780
correctly select Local Database when it's configured as such
fix text
don't static port 5060 by default, it breaks things much more often than it helps.
Add missing quote for the image title of the delete button, which was masked by the code that used to be after it.
Fix on-click confirmation for the delete button on port forward rows.
Fix improper gettext changes that broke various confirmation prompts, causing them to never show.
Change the save message code on port forwards to be consistent with the other NAT pages. Fixes the message that was supposed to be shown after applying.
Mark the correct subsystems dirty when deleting port forwards with the X on their row so that the apply button shows up.
Update the interface group name in floating rules with multiple interfaces selected, too. Ticket #792
Do not call die while parsing package xml files. Instead return an empty array. This should avoid packages not uninstalling.
Remove useless code which might even abort package deletion process.
Use global to not cause breakage if path changes.
Don't wipe out stored username on pass-through MAC entries when manually saving them.
Remove useless sysctl since it is not useful. Ticket #729.
Avoid duplicate service tags when reinstalling packages
Fix SNMP trap string validation.
Fix execute permissions
Restore DHCP leases on boot if they have been backed up.