Commit Graph

4575 Commits

Author SHA1 Message Date
Thad Guidry
72064d68eb
Create new pull request template
We will eventually want to support different types of Pull requests (issues, docs, etc.) and GitHub supports a Template directory where many templates can be used for different kinds of PR's and can have different automation flows with query parameters.  This will be a useful starting point as we build out more automation (Owen's docs effort) and expand our contributors.

Details here: 
- https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates
- https://help.github.com/en/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters
2020-03-05 08:49:32 -06:00
Antonin Delpeuch
537e27b7dc
Merge pull request #2352 from obarabanov/issue/898-long-column-names
Handle long column names in key/value columnize dialog
2020-03-04 16:45:42 +00:00
Antonin Delpeuch
7a3b3a9a7a Enforce uniform column widths in key-value columnize dialog 2020-03-04 09:43:42 +00:00
Antonin Delpeuch
61ab6401df
Merge pull request #2349 from afkbrb/issue-2103-description-validator
Issue 2103 description validator
2020-03-02 14:22:19 +00:00
afkbrb
be5f6e6402 move check functions in DescriptionScrutinizer to CommonDescriptionScrutinizer 2020-03-02 21:59:55 +08:00
Alex
8816cd511a changes for #898:
* made "Columnize by Key/Value columns" dialog resizable
* set overflow styling, which solves the issue in Chromium-based browsers (Chrome, Edge, Opera) but doesn't work in FireFox and WebKit-based browsers (like Epiphany @ Linux, not tested in Safari but most likely won't work either)
2020-03-02 14:57:02 +02:00
Lu Liu
43b32a07e0
Update extensions/wikidata/module/langs/translation-en.json
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
2020-03-02 20:10:02 +08:00
afkbrb
2fef34795d change severity 2020-03-02 17:40:03 +08:00
afkbrb
b0bf9203ba add "." 2020-03-02 14:52:01 +08:00
afkbrb
82f95f2bbf update DescriptionScrutinizer & create EnglishDescriptionScrutinizer 2020-03-02 14:35:42 +08:00
Lu Liu
9659157a0b
Update DescriptionScrutinizer.java 2020-03-01 23:13:38 +08:00
afkbrb
7e5a7acd58 fix spelling mistake 2020-03-01 22:22:52 +08:00
afkbrb
d1a177e37d add corresponding translation 2020-03-01 22:05:16 +08:00
afkbrb
077b4c7afa add DescriptionScrutinizerTest 2020-03-01 22:04:37 +08:00
afkbrb
3006a59a08 register DescriptionScrutinizer 2020-03-01 22:03:59 +08:00
afkbrb
4252de06eb add DescriptionScrutinizer 2020-03-01 22:03:15 +08:00
Antonin Delpeuch
9356b846b6
Merge pull request #2339 from lisa761/modal-dialogs
Closes dialogs when escape key is pressed
2020-03-01 11:33:43 +00:00
Antonin Delpeuch
712262091b
Merge pull request #2337 from kushthedude/uri
fix: Browser redirection for 0.0.0.0
2020-03-01 11:10:36 +00:00
Lisa Chandra
e563885de1 moved escapeKey handler to global scope (to prevent only said handler from executing when a dialog is closed) 2020-02-29 22:16:29 +05:30
kushthedude
52de777437 fix: Browser redirection for 0.0.0.0
Signed-off-by: kushthedude <kushthedude@gmail.com>
2020-02-29 20:17:47 +05:30
Antonin Delpeuch
79107efed5
Merge pull request #2343 from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-02-29 11:48:09 +00:00
Antonin Delpeuch
f77f8d93fd
Merge pull request #2340 from afkbrb/issue-2320-qs-refs
Issue 2320 qs refs
2020-02-29 09:12:36 +00:00
afkbrb
6ad252c55a add corresponding tests 2020-02-29 11:05:23 +08:00
Hosted Weblate
6e273fdf3c
Merge branch 'origin/master' into Weblate. 2020-02-28 14:13:03 +01:00
Isao Matsunami
d875f5edd3
Translated using Weblate (Japanese)
Currently translated at 100.0% (737 of 737 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2020-02-28 14:13:01 +01:00
Lisa Chandra
07149d4083 removed closing of dialog box on an outside click and moved escape key logic to dialog.js 2020-02-28 18:40:15 +05:30
afkbrb
ab0c625f94 fix issue #2320 2020-02-28 11:57:03 +08:00
Antonin Delpeuch
bf5152a1ed
Merge pull request #2331 from mrcsparker/remove-deprecation
Replaced some deprecated methods
2020-02-27 16:59:34 -08:00
afkbrb
ffc8f5b63a .gitignore for IDEA 2020-02-28 08:42:33 +08:00
Lisa Chandra
ad017434dc closes reorder/remove dialog when a click is made outside or when escape key is presses 2020-02-28 01:54:16 +05:30
Antonin Delpeuch
55e77f4066
Merge pull request #2325 from kushthedude/exp
fix: cannot export a file if blank tab opened is not closed
2020-02-27 10:27:07 -08:00
Lisa Chandra
e3f125dd9f closes reconcilation dialog when a click is made outsid the dialog box or when escape key is pressed 2020-02-27 22:35:20 +05:30
Lisa Chandra
512aac8143 closes sql exporter dialog box when a click is made outside the dialog box or when escape key is pressed 2020-02-27 22:18:38 +05:30
Lisa Chandra
2de7015645 closes templating export dialog when a click is made outside the dialog box or when escape key is pressed 2020-02-27 21:42:11 +05:30
Lisa Chandra
7e86197339 closes custom export tab when a click is made outside the tab or when escape key is pressed 2020-02-27 21:26:07 +05:30
Lisa Chandra
91058de64f closes cluster dialog when a click is made outside the dialog box and when escape key is pressed 2020-02-27 18:59:16 +05:30
Antonin Delpeuch
da2f86a444
Merge pull request #2335 from OpenRefine/thadguidry-patch-7
fix typo
2020-02-26 06:20:41 -08:00
Thad Guidry
9a1d6a341a fix typo 2020-02-26 07:55:35 -06:00
Thad Guidry
4baba6b125
fix typo 2020-02-26 07:44:44 -06:00
Chris Parker
93d34d781a Replaced some deprecated methods 2020-02-24 23:51:41 -06:00
Antonin Delpeuch
76eded0d9d
Merge pull request #2323 from mrcsparker/sqlite-support
Added SQLite support
2020-02-25 01:47:37 +00:00
kushthedude
f56dc3e012 fix: cannot export a file if blank tab opened is not closed
Signed-off-by: kushthedude <kushthedude@gmail.com>
2020-02-23 21:55:37 +05:30
Chris Parker
e5120a1a02 Added SQLite support
* Added SQLite support
* Fixed database import code
2020-02-22 21:53:12 -06:00
Antonin Delpeuch
d9154f4dfe
Merge pull request #2302 from ernestorefinepro/github-actions
GitHub Actions and Hosted Runners
2020-02-21 14:54:44 +00:00
Antonin Delpeuch
87188fb193
Merge pull request #2318 from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-02-21 11:03:40 +00:00
Hosted Weblate
49229c4f4a
Merge branch 'origin/master' into Weblate. 2020-02-19 23:08:41 +01:00
Woojin Kim
e75187189c
Translated using Weblate (Korean)
Currently translated at 9.3% (69 of 737 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ko/
2020-02-19 23:08:38 +01:00
Antonin Delpeuch
a8e8a6c1ad
Merge pull request #2310 from OpenRefine/thadguidry-patch-5
Add Apache Maven binary to .gitignore
2020-02-11 08:42:18 +00:00
Thad Guidry
2ec2a0eca7
Also add Apache Maven binary to .gitignore 2020-02-10 15:44:45 -06:00
Antonin Delpeuch
11db141da3
Merge pull request #2309 from OpenRefine/thadguidry-patch-4
Add Apache Maven download path to .gitignore
2020-02-10 19:45:30 +00:00