* DB login fields visibility controled by CSS
The database login field’s visibility is now controled by CSS styling.
* Change field name from Database to Database file.
Change field name from Database to Database file.
* Use full db name as CSS classes
Use full db name instead of diminutives for the CSS classes.
* Added translation to placeholders
Added translation to the Input placeholders.
* Undo a change, remerge Database field & File
remerge Database field and DatabaseFile Field like before.
* Created DatabaseSourceUI._updateDatabaseType(dbType)
Created Refine.DatabaseSourceUI.prototype._updateDatabaseType(databaseType)
* Make MySQL the default database
<option value="mysql" selected="selected"">MySQL</option>
* Update database-import-form.html
Fixed typo. (<option value="mysql" selected="selected">MySQL</option>)
* New default connection name value
New default connection name value, translation of it, changing cssClassName from options to dbtype-options, adding the prefix "dbt-" to the db types and fix the changing of placeholder databaseName/databaseFileName when neccessary.
* Fix issue with « saved connections »
Fix issue with « saved connections » and added 2 defaults values for dbHost and dbType.
* Default DB back to MySQL.
<option value="mysql" selected="selected">MySQL</option>
* Update extensions/database/module/langs/translation-en.json
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
* Better default with « mysql »
* Fix sqlite #databaseHost before calling self._updateDatabaseType()
Fix $( "#databaseHost" ).val(self._defaultDatabaseHost) to be set before calling self._updateDatabaseType(self._defaultDatabaseType) that may change it.
* Removed field name & fixed default connection name
Removed field name text since it's populated from i18n and fixed the default connection name so that it has no space in it.
* Little update to placeholder text
Co-authored-by: Thad Guidry <thadguidry@gmail.com>