Use the same style structure as on other guis.
Fix Bug #24. Actually just make the name usable in the new gateway code.
clarify description
Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)
Move Scriptaculous/Prototype includes to head.inc and remove the code duplication
Revert "Merge IPv6 changes"
This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
allow IPv4 gateways to be added via AJAX
Merge IPv6 changes
Effect.toggle is not behaving correctly use show/hide as with others in this page to be consistent and fix periodic reset GUI not showing.
Restore back the functionality that when the Enabled checkbox is not checked all configurations disappear.
Restart VPN -> IPSEC after interface changes. This fixes the bug wherethe VPN tunnel goes offline after making interface changes that I justencountered after I had made no changes (was saving the interface torestart RRD processes and IPSEC went down in the process)
Minor style changes.
Add One moment please when adding gateway.
Reformat wireless input boxes
Cleanup text formatting
Cleanup breaks
Clear notebox after clicking add a new one
Auto fill interface descr-GW as the name
Launch item in new target
Add a notebox and flash a small notice after the gateway is populatedin the dropdownbox stating where you can manage the gateways.
Move status wheel box higher up
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.