Converting javascript code to jQuery on installer webgui
The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.Replacing it surpresses all the warnings
misc comments
Add back easy install options for UFS and ZFS
Add newline and comment header for each disk
Rework how disk definitions are defined per Kris.
Remove note about encyrption password only used for encryped fs type. It's handled by enable/disable js code now.
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
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
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
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
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
Move to index.php.
Moving installer to it's own directory since we will have a number of helper javascript files and such soon