Last modified: 2006-07-23 21:38:05 UTC
When installing and mysql.so is not available (but pgsql.so is), an ugly warning message is shown on the installer screen.
Created attachment 1580 [details] Refactor database detection; hide warnings This patch makes the database detection routine a little more non-specific, and hides and warnings that are generated. It shows a list of available databases on the system, and uses that list to create the radio buttons in the "Database config" section. Wrapped divs around the "charset" and "root" sections of the database install, to make future auto hide/show easier.