Hide add gateway box after clicking save
Add Gateway
Add default gw box, check it by default if the interface is wan
If the interface is wan, select the default gw box automatically
Use show, not appear
Add onFailure Ajax method
Make add gw screen red to draw attention
Do extra checking on return value
s/add one/add a new one/
Apply routing changes, too
Use name, not gateway ip
Correct restore state
Hide gw save and cancel button after clicking save
Hide main form cancel, save buttons while gateway add function is enabled.
Escape posted values
Hide dropdown when add gateway box is active
Use a text link instead of a button which looks out of place
Add border, spacing
Spice up ajax add box look / feel
Add some ajax magic to allow a gateway to be added quickly
add missing cancel button
Use show/hide which turns off the goofy effects that some have noted isinconsistent with all other forms.
Make private networks box match other areas of form
Cleanup nasty identation that makes the form look strange.
Remove stray "
Unbreak javascript.
Mist formatting. Eliminate unneeded { and }. Format javascript.Use / instead of </script>CVS: ----------------------------------------------------------------------
Formatting part II. No functional changes.
Cleanup all HTML formatting. At this point the entire file has beenreformatted. No functional changes (yet).
Restore removed pppoe word.
Correctly remove file after disabling pppoe_reset
Make $if a global
wancfg is a global
Unlink pppoe reset file after disabling feature correctly
Update my (C) years
Add back pppoe_preset, not to be confused with pppoe_reset
Pass $wancfg
Add missing "'s for parameters
Do not store the pppoe reset file on /var/. A reboot will whipe it out.Instead, store the file in /conf/
Cleanup 440 lines of code where the formatting is all shot and is completelyunreadable. Break a couple items into their own functions where we can.
Correct my wrong changes and remove duplicated defines. Reload the filter after the restasrt to be sure we do not have any problems if the ip address changes.
Use interface_reconfigure()
Hrm, pppoe reset function seems to have missed review while doing whole other changes.
Correct comment.
Add some padding before the save commands
Make text consistent and wrap to next line
Remove <!-- --> that somehow was inserted by TextMate.
Place the save button in the correct table
When disabling an interface bring it down also.
Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html
Lock the config before reconfiguring filter rules.
All these flushing is not needed now that apply is a differnet step like everywhere else in code.
Fix applying interface settings and prevent it from being applied multiple times as in ocasions with browser glitches. Remove some only wan part code.
Introduce a 'None' option for the gateways select box.Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and notselect them on the interface configuration i.e. on Lan or similar type configured ones....
Fix empty wep array
Correctly handle 802.11x setting.
Some style and consistency fixes, no functional change.
Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.
Merge interfaces_wlan.inc into interfaces.php there is no need for the to be different files so when one is edited the other can be broken.
NOTE: Part of the interfaces history is located on interfaces_lan.php and interfaces_opt.php.
Catch up with file rename.
Oops, this is a test and not an assignment.
Add my name to the copyrights, i think i changed enough of this file!
Merge lan configuration to the interfaces_wan.php page wich does the configuration of allother assigned interfaces.
Use different names for pppoe and pptp fields so that problems reported byhttp://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes evenon config conversion part.
Add even some code in preparation of merging even lan on the same page.
Add an action even onChange so something can be done even without a mouse.
Remove references to lbpool - this is no longer in use in 1.3Not sure what the correct input validation is here (possibly nothing), butthis is definitely not it.
Hopefully fix wirless configuration issues on GUI part since the wireless code requests an optcfg array as global which was removed with multi pppoe/pptp/... fixes. Pass the required array as a parameter to the wireless code to avoid further breakage while fixing other code.
Allow to set the mtu higher than 1500 bytes on interfaces.
Remove code for creating old way bridges. Anything has to be done through the new bridging code. Sorry not upgradable!
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Not sure what a type of none is, it breaks our dropdown ordering.
Allow a dummy none options so cloned interfaces like gif/gre can be assigned safely.
fix another line break
fix line break (probably bad copy/paste)
Describe only the functionality it does we know where we are at.
NOTE: this is the other half of changes
Turn off CARPDEV.
Correctly show CarpDEV-DHCP status (forgotten commits).
Add CarpDEV-DHCP support.
Remove bigpond support. It has been phased out according to:http://cvstrac.pfsense.com/chngview?cn=14038
On interface ip or gateway changes FreeBSD will remove routes related.
Ensure the routes are loaded back each time.
MFC: After testing at ORU
Pretent we are a little bit more secure and hide the password from folksthat can look over your shoulder.
Switch over to array style page titles. Obtained-from: m0n0wall
Add descriptive text and link to the gateways page
Add prelimenary Routing page.Allow multiple gateways on one (static) interface
Fixing css layout
Create a management subnet on a wan interface if the interface is DHCP.Create automatic nat rules for the management subnet.Make the automatic nat rules always use the interface address.Allow entry of these subnets on the interfaces page.