Set a package needs syncing flag after a restore operation
Fix minor javascript bug. Trap server port should be disabled if trapenable is unckecked.
make a copy of $optcfg since the wireless code depenes on $optcfg
Add trap string to snmp trap config.
Add support for trap and snmp writes (currenly disabled).
Make menu look more like some of the others.Add support for snmp trap server and snmp write strings.Write community strings are currently disabled.
Remove filtering bridge option. It's on by default now Toto.
Correctly save the multi subnet ipsec option
Upload-progressbar converted to use bar_*.gifsChecked with ie and firefox (I can't tell how much I hate IE...)
don't initiate progressbar with 100% at start. 0% is better ;-)
move icons to middle of the cell
Add copyright
convert ++ to plusplus - javascript don't like and I don't feel like trying to make it
move icons to the middle of the cell
Add greyout support. This is still very experimental ;)
Initial commit of the skeletal magic shaper wizard
Allow for <warning> tag
ups, one border border too much...
changed the package-install-progressbar to the new style.now uses the same graphs like the the system-status and queue-graphs.one look, one feel and makes customization later easier :-)
Really remove OpenVPN instead of just commenting it out. Apparently IE is dumber than it looks.
corrected slight color mismatch
Add aliases backup & restore item
If the field type is checkbox then set the value in config.xml to TRUE if its "on"
Add source Type dropdown box allowing the user to select "any" as the source
Allow "any" as a source network on nat mappings
Look at the correct field to deterimine which item should be selected in the interfaces_selection widget
Categorize updates by both update type and updated system.
Examples: pfSense-Full-Kernel-Update-0.67.0.tgz, pfSense-Binary-Firmware-Update-0.67.1.tgz.
Remove cURL functions.
Oops, that wasn't supposed to leak in :)
Start mergeing in altq/pf changes
Add javascript tree view images
images -> tree-images
Add bsd licensed tree control.
Set $pastlatest if we're current.
Note that CARP is a good replacement for proxyarp
Do not append the version name to $tofetch - it isn't (currently) used.
Make all occurances of Note uniform
Actually turn on captive portal after saving changes
Update Mac Pass through behavior description
Remove mac filtering option
Reorder items, clean up code
Fix in_array syntax warning. We don't use fwupplatforms at the moment.
Update pictures from Holger Hauer
Remove per user bandwidth. This should be done with Traffic Shaper now.
Force package installation, even if dependency installation fails. This addresses ticket (#100), but is a bit ugly.
Missing '-'.
Tighten up pattern matching - I completely overlooked the obvious :)
Carriage return after Package installation completed
Reset size in between widgets
Allow additional entries to be inserted into the interfaces selection widget.The first usage of this will be with carpdev.
Do not show swap graph unless a swap partition is loaded
Fixes Ticket #93
Correctly check if a rule is disabled and toggle accordingly.
Fixes Ticket #96
Make sure $config is a global
Fixes Ticket #99
Trim all versions (6.0.0-CURRENT becomes 6.0.0, etc.)
Tweak colors on listbggrey.
Explain that we do not sign alpha or beta images
Use full path to dmesg
detect if we're operating on a net4801 from dmesg -a and activate the env monitor
Ticket #94
copy/paste buglet...a_out, not a_nat
Do not show wireless interface status if no wireless nics are present
Add tag to skip installation verification.
Show current versionAllow to select previous versionstandardize object placement
Cleanup.
'Config History' -> 'Local'
Allow hijacking of PPTP connections.
This should fix Ticket #69
Add logo to top of initial page before wizard redirect
Fix info display. We can't use the array generated by get_backups() - it's suited for iteration, rather than fast retrieval.
Print out configuration information upon restore and deletion.
Revert.
"Local" -> "Configuration History"
suggested-by: hoba
Remove more duplicate code (slipped into a release :-/)Reported-by: hoba
Change the "current version" fieldtype to use a grey background if the box is running a newer version than in the manifests.
Add new bgtable type.
Clean up wierd $config updates here too
Show the current state table size on the index pageThis ones for you Hoba
Authentication is now PHP based
Include guiconfig.inc so we can use auth.inc
Include the year a revision is made.
fix php syntax error in last commit
Ticket #6: Allow for NAT rule duplication (adv. outbound nat this round)
remove duplicate code
Ticket 6: Allow NAT to duplicate rules
Use config_restore to document config file reversion, unlink desired configs, etc.
Enable config restore
speed improvements - backup.cache was created so we didn't have to read through all the XML files
Fix double display of first config line
Make config backup actually work
Fix rules disable toggle
Remove more duplicate code
Remove duplicate code
returngateway and friends aren't part of rules
Fix broken rules
Initial commit of config versioning frontend.
Tabify.
Trim some more code.
Remove config version control from diag_backup.php - this will be moved into diag_confbak.php.
Remove debug line
Correctly define from and to DHCPD ranges by using the correct post values. DOH!
This fixes Ticket #65