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
Correct path
We do not need these files
Add new files
Catch up to recent FreeBSD-9-CURRENT changes
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.
Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there.
This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087
Use file_put_contents()
Redirect to the installedinfo page after package installation giving the system a chance to refresh the menus and the final installation text
Add a retry field to the LB Pool config to allow specifying how many times to retry a server before declaring it dead.
Replace the LB status widget completely with one that supports the current LB system.
Move some lb status parsing functions to a common area so they can be reused by the widget.
Use a slightly different regex to catch all non-whitespace characters here instead of the current method. Fixes #1085
For bsnmpd, checking hostres also requires checking mibii. Note this requirement in the GUI and enforce it via a simple JS check.
Remove dropdown to select interface. Should fix #1090
A few help page updates