* [#4009] Added checkbox to disable automatic preview updates for separator based files
* [#4009] Checkbox now added for most parser types
* [#4009] Google data and database additions for disabling auto preview
* [#4009] Excel and pc axis fixes
* [#4009] Test case addition
* [#4009] Added comments
* [#4009] Review comment fixes
* Added translation using Weblate (Polish)
* Added translation using Weblate (Polish)
* Added translation using Weblate (Polish)
* Translated using Weblate (Polish)
Currently translated at 6.3% (49 of 769 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
* Translated using Weblate (Polish)
Currently translated at 4.0% (9 of 225 strings)
Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pl/
* Translated using Weblate (Polish)
Currently translated at 19.3% (12 of 62 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/pl/
* Translated using Weblate (French)
Currently translated at 99.2% (763 of 769 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
Co-authored-by: Włodzimierz Bartczak <wzbartczak@gmail.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
* Add i18n for database importer name - fixes#3213
* Clean up database config list styling
- use full width of panel so that the heading doesn't get truncated
(NOTE: Heading should really be outside the list, not in it)
- use the same color as the rest of the UI for the border
* One more border color definition
This should really be an override rather than hacking on the
pure.less file, but since that's how it was done originally,
that's where we'll fix it for now.
* Get rid of weird grey dashed bottom border
* Refactor module wiring to reduce redundancy
* Update to jQuery 1.12.4 & jQuery Migrate 1.4.1 - fixes#2932
This updates to the latest jQuery 1.x and jQuery Migrate 1.x,
the first step in upgrading to a modern jQuery.
* Add a couple of bug fixes from Google Code SVN
This is an unrelease version from the Google Code freebase-site
repo which only has a few changes from the v4.3 release, but
one of them is removing the `browser.msie` reference that
jQuery Migrate is complaining about.
* Use prop() for 'checked' and 'disabled'
* Update jQuery 'value' property setting code to use val()
* Use prop() instead of attr() to set 'selected'
* Patch for jQuery >1.9
* Replace js string concatenation with i18n parameters
refs #1858
Remove Javascript string concatentation and use jquery i18n()
instead so that translators have the needed context and
flexibility to be able to do a good job. Also remove code-based
plurals conditionalization and replace with i18n.
* Update French translation so I can test non-English support
* Add missing localization
* Clean up formatting of service API link
* 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>