Go to file
Antoine Beaubien 356c7636d8
Only show the database login fields when necessary (#2615)
* 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>
2020-05-30 09:20:05 +01:00
.github Fix autolabeller config filename 2020-04-22 23:11:09 +02:00
conf Issue 630: Change branding from Google Refine to OpenRefine 2012-10-18 19:40:31 -04:00
docs Add Netlify link required for a team open source account (#2589) 2020-04-24 18:58:11 +02:00
extensions Only show the database login fields when necessary (#2615) 2020-05-30 09:20:05 +01:00
graphics Update logo for README.md 2018-02-09 22:38:44 +08:00
IDEs/eclipse Cleanup most Eclipse config files 2018-09-18 14:51:27 +01:00
licenses Remove JSON license. OpenRefine can now be used for Evil. 2018-11-30 19:38:52 +09:00
main Merge branch 'origin/master' into Weblate. 2020-05-29 00:41:45 +02:00
packaging Set version to 3.5-SNAPSHOT 2020-05-13 22:56:33 +02:00
server Set version to 3.5-SNAPSHOT 2020-05-13 22:56:33 +02:00
.gitattributes fix the launch4j issue 2018-07-16 19:36:59 -04:00
.gitignore Add .metadata to ignore Eclipse plugins meta 2020-04-16 09:08:12 -05:00
.travis.yml Disable OpenJDK 9, which fails to install on Travis at the moment. 2019-07-03 10:20:52 +02:00
appveyor.yml Attempt to fix surefire on Appveyor 2019-08-28 10:08:22 +01:00
AUTHORS.md Update AUTHORS.md 2018-11-19 20:22:00 -05:00
CHANGES.txt Fix some typos in documentation 2019-04-02 17:38:47 +02:00
CODE_OF_CONDUCT.md Rename code of conduct to match GitHub's guidelines 2019-07-27 15:35:29 +01:00
CONTRIBUTING.md Fix grammer and links 2020-03-05 08:26:26 -06:00
GOVERNANCE.md Fix some typos in documentation 2019-04-02 17:38:47 +02:00
LICENSE.txt Update LICENSE.txt 2018-02-24 15:24:45 -05:00
pom.xml [Security] Bump jackson.version from 2.9.10 to 2.11.0 2020-05-28 08:35:22 +00:00
README.md Update README.md with a link to Authors and adding a section for the file Contributing (#2623) 2020-05-19 11:48:36 +02:00
refine Support windows_dist & linux_dist for packaging (#2498) 2020-04-06 13:36:38 +02:00
refine.bat support refine-dev.ini for development (#2497) 2020-04-06 10:53:49 +02:00
refine.ini support refine-dev.ini for development (#2497) 2020-04-06 10:53:49 +02:00
settings.xml Windows package with embedded JRE (#2486) 2020-04-11 11:10:04 +02:00
start.sh Revert "data package metadata (#1398)" 2018-11-30 19:35:31 +09:00
stop.sh Revert "data package metadata (#1398)" 2018-11-30 19:35:31 +09:00
WeLoveOurBackers.md renaming for Google News Initiative as backer 2018-05-10 09:05:07 -05:00

OpenRefine

Join the chat at https://gitter.im/OpenRefine/OpenRefine Build Status Coverage Status Translation progress

OpenRefine is a Java-based power tool that allows you to load data, understand it, clean it up, reconcile it, and augment it with data coming from the web. All from a web browser and the comfort and privacy of your own computer.

Download

Run from source

If you have cloned this repository to your computer, you can run OpenRefine with:

  • ./refine on Mac OS and Linux
  • refine.bat on Windows

This requires JDK 8 and Apache Maven.

Documentation and Videos

Contributing to the project

Contact us

OpenRefine is open source software and is licensed under the BSD license located in the LICENSE.txt. See the folder licenses for information on open source libraries that OpenRefine depends on.

Credits

This software was created by Metaweb Technologies, Inc. and originally written and conceived by David Huynh dfhuynh@google.com. Metaweb Technologies, Inc. was acquired by Google, Inc. in July 2010 and the product was renamed Google Refine. In October 2012, it was renamed OpenRefine as it transitioned to a community-supported product.

See AUTHORS.md for the list of OpenRefine contributors and CONTRIBUTING.md for instructions on how to contribute yourself.