Make matching on autosuggestion case insensitive.
Remove unused code.
Add my copyright i have done the necessary work on aliases.
Add the id tag to the row helper javascript created input objects. Make the controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).
Allow to enter names in these fields for letting nested aliases to be specified.
No NAT and static port is an invalid combination, don't allow it.
Fixes bug #37
don't delete PPTP rules when disabling PPTP. Enable/disable happens too much given the issues with PPTP outbound when server is enabled.
touch up text
Add missing priviledge checks to the bridge pages.
Fix incorrect double click edit link for phase2 records.The link referred the phase2 edit page with the phase1 id which was incorrect
Remove all nested functions decalaration seems php does not like them! Make all the nested functions real functions.
Add missing include
Remove redundant IPSEC entry
move the content area some pixels down so it doesn't conflict with the static menu layer on the very top
some pages need a minimal height to be displayed correctly
Fixing that annoying 1Px-Line offset background on the nervecenter theme on some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
Do not create nested function this seems to upset php for some reason.
some pixeltuning here and there
On popular demand: change the footer back to a classic one at the end of the page
Oops, we do not need to reboot to set nmbflows
Note that we may need to reboot if the op changes the state limit
Enable flowtable support
Move save button outside of if statement and remove extra blank seperator
Remove second save button
Trim results
Add enable/disable option for flow table support
Use the same style structure as on other guis.
Fix includes for the widget too.
Add missing include.
Make this ressemble other pages for style
Adding register_via_growl()
Restore form values correctly... really.
Send a sample test message when user clicks save
Adding Notifications tab
Add traffic shaper queue field to UPnP config
Oops, store config in correct location
Save to correct location and nuke dirty stuff
Restore growl settings correctly
Adding System: Advanced: Notifications to priv list
First stab at adding growl notifications settings screen (and other future notifications)
Do not show <noembedded> packages on nanobsd
Declare as a propper function to avoid errors.
Prevent users to misconfigure layer7 rules for now.(Ther are supported only on pass rules)
Fix error when attempting to add a DHCP static mapping. Fixes #29
Bring captive portal widget up to date with changes.
Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.
Append several functions the filter_ prefix to know they are part of filter.inc as any other function in this file.Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
Since we could not use anchors now we need to reload the filter whenever we add/remove/reinstall a package.
Add needed filter_reload call.
Fix Bug #24. Actually just make the name usable in the new gateway code.
Fix some typos in wizard.php code introduced by previous commit.Add 'displayname' even to option fields of select.Convert traffic_shaper_wizard to use display better names with the introduced 'displayname'
Add a 'displayname' field to make it easier to print better labels for inputs.
Remove debugging echos
Fix some typos.
fix some other shortcuts provided by the GUI.
This commit fixes even Bug #27
Add l2tp
Fix interface list usage
WARN: Please ask before introducing old code on what have changed!
Call convert_config(); after import.
Fix ipsec vpn phase1 post code so that we correctly try to delete the old static route if required.
Use $BOOT_DRIVE
Really set boot slice correctly
Set boot slice correctly (reversed logic)
Add and use fdisk_upgrade_log.txt
Add a <p/> between message
Note that the newly duplicated slice has not been set as the active slice.
Show $ORIGINSLICE -> $DESTSLICE
Add missing ;
Correctly set fstab
Correct set boot slice
fsck the fs after duplication. Add other misc upgrade log files.
Cleanup text
Add view previous upgrade log option
Set the slice name after duplicating
Do not set bootup slice after duplication. Add some progress information.
Full path to binaries. Correct the failed message.
Adding nanobsd option
First stab at diagnostics -> nanobsd page.
Add a flag to keep track of nanobsd firmware upload
Add configurable option to enable glxsb.
Add function to explain the error code
Pass along php error number if it happens. New in 5.3. Lovely.
Nuke trailing newline
Add double click to edit
Requested-by: cmb
Do not mount rw when uneeded and even more not mounting ro again.
Nuke packages for any platform
Add note about ; and add a push example
Break before Save
Oops, rename to avanced
Rename to custom_options to match the original setting name
Adding back openvpn advanced option which got lost in the -> 2.0 upgrade shuffle
Remove packages for any platform nonsense.
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Do not show the assigned priveleges area until the item has been saved. Otherwise clicking plus will take you back to the user manager screen which feels beyond broken.
Unbreak installed information screen. After package installation the form redirects to the info page that looks identical to display the final package information and to give the menus a chance to reload with the new package options.
Fix last commit preserving < and > on xml_rootobj checking
Respect xml_rootobj when restoring a full backup
Fix various issues reported on http://forum.pfsense.org/index.php/topic,8672.0.html.