Add missing semicolon.
Nuke trailing carriage returns
Display confirmation before sending Wake on LAN packet to clicked MAC address in list of DHCP leases. Ticket #861
Change appearance of fields for saved "Additional BOOTP/DHCP Options" to be consistent with other fields on the page.
Fix interface names for Wake on LAN entries. Fixes #1101
Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html
Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121
Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929
Use the provided settings even for HFSC scheduler instead of hardcoding 32Kbit/s speed on VoIP. Also cleanup some whitespace.
Do not break on header titles
Turn off csrf for dashboard
Remove note about encyrption password only used for encryped fs type. It's handled by enable/disable js code now.
Make the CP locking more granular and make use correctly of exclusive/shared locks where appripriate. This speeds up CP login process.
Correcly fire delete event
Fire event for delete too
Auto insert disk size
Default to UFS+S
Disable the available space field too
nuke the leave one megabyte free on each disk business.
Revise not about leaving 1 megabyte free on each disk
Turn background of input box red if you over allocate
Add delete button. Move the add button to the right of total allocated.
Oops, check against disksseen variable
Turn background field to green when all disk capacity has been correctly allocated to the various slices.
Show the capacity of all allocated disks in addition to the amount of space allocated
Fix double click editing of GRE interfaces
Black list gre interfaces from bridge member list since they cannot be part of a bridge.
Reconfigure the assigned interface settings if we are modifying the clone settings from interfaces->assign->TYPE.
Use 1024 not 1000 in conversion.
Reinvent the 8 hour graph period, this one should work properly, needs test
Show on the interface list present members of the lagg.
Add a per-entry option for Proxy ARP VIPs of the Network type to disable their expansion on Port Forwards and Outbound NAT screens. Will allow users with large proxy arp subnets used only with 1:1 to still load those pages in a reasonable time. Resolves #1119
Fire this event later in the script
Add effect when total allocated amount changes
Add note about leaving 1 megabyte free
Reword to not confuse
Comment
Add rowhelper_onDelete call
Nuke function_exists()
Only for once
Disable changing of allocated box. Merge two functions into one
Add and use rowhelper_onAdd which will fire javascript code after adding new row
Remove debugging alert()
Add rowhelper_onChange variable for row helper and remove the previous function detection code
Minor formatting fixes
Correctly --
Decrease size by 1 megabyte as some disks are failing
Format please wait better with a table
Style the hr
Save boot manager selection when returning to previous screens
Fix typos. Align to middle in table header row
Jettison the ugly yellow box. Customize the title of each page in the header of table. If an error has occurred do not show the begin installation button.
Fix typos. Only show the encryption notice once.
Only show encryption warning once
Only add to total allocated field if the value is above > 0 for the item
Disable encpass when we are not using an encrypted fstype. Alert to the operator that defining an encpass on an encyrpted volume will require a password on each bootup.
Use full path to binaries. Make savemsg a global
Throw an error if we have an encrypted / without a non-encrypted /boot
Move total allocated box below rowhelper
Add total allocated box that adds up all of the sizes that have been allocated thus far
Rename conf to x counter
Do not allow /conf and inform user to use /cf when making a dedicated conf slice
Fix softupdates
Restore encpass as well
Save layout on disk. If an installer error occurs the layout will be restored on the rowhelper screen so that you can easily make changes
USe memory *2 for default swap space
Note that .eli are encrypted
Touch log file so it can be created on livecd
Disable easy options until refactored to work with new rowhelper style post
Redirect to / if already installed
Misc comments
Add mirroring. Default to no boot manager saving a few seconds on bootup
Show begabyte size in addition to pretty formatted style
Correct reboot link
Unbreak more than 2 slices
Auto set 256 and remaining to /
Ignore mountpoint for SWAP
Add rowhelper support
Adding support for custom hooks. If the function row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.
Honor rowsize.
Move to index.php.
Moving installer to it's own directory since we will have a number of helper javascript files and such soon
Do not copy non existent /sys
Add /boot when encrypting
Pass bootmanager and encryption settings
Allow carp as parent only to ipalias.
More safety belts. Do not allow a carp referenced by an ipalias to be deleted.
Fallback to the sane limit of 255 now that the patch is backed out.
Add safety belts since only aliases on same subnet can be added to an carp(4)
Allow ip aliases to be added to vips.
Allow setting none for boot manager to turn off F1 pfSense
Show when disk is encrypted. Do not uppercase .eli
Supply encpass if needed
Add on disk encryption options and ability to set a encpass to the experimental installer
Add newline after 99 menu option. Otherwise it looks very strange.
Add contributed WOL widget. Resolves #1103
No need to use escapeshellcmd here.
Ticket #1043. Check for '' and not for 'default' since this is the default value of the select.
Provide a default value to the function for converting kb/Mb to coeficient for math.
Set default interval of syncing voucher db to config to 5 minutes instead of 300. Ticket #1087.