Commit Graph

1368 Commits

Author SHA1 Message Date
Owen Stephens
998eefc869 Make codacy happier 2018-03-14 23:59:13 +00:00
Owen Stephens
01b96a0155 Add coalesce function 2018-03-07 09:10:11 +00:00
Antonin Delpeuch
b373ab6d0d
Revert "pass the limit as int from javascript" 2018-03-02 23:46:41 +00:00
Jacky
973b7b5f21 pass the limit as int from javascript 2018-03-02 17:09:33 -05:00
Jacky
54553da733
Merge pull request #1518 from OpenRefine/issue/1509
Fix issue #1509
2018-02-28 19:42:07 -05:00
Jacky
8dfd7588a8
Merge pull request #1523 from OpenRefine/issue/1517
fix issue #1517, limit is written as int and should have been read as int
2018-02-28 19:41:44 -05:00
Emmarie Bucog
a607176891 Translated using Weblate (Cebuano)
Currently translated at 100.0% (677 of 677 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ceb/
2018-02-27 08:43:36 +01:00
Jacky
ab26bf4a27 fix issue #1517, limit is writen as int and should have been read as int 2018-02-25 17:22:34 -05:00
Jacky
73c5c640cc tidy up import 2018-02-25 15:43:37 -05:00
Jacky
036866837a add UT for issue #1509 2018-02-25 15:31:59 -05:00
Jacky
32c5838a8d
Fix issue #1509 2018-02-23 11:15:56 -05:00
Weblate
41f4b70bb1 Merge remote-tracking branch 'origin/master' 2018-02-22 10:49:53 +01:00
Antonin Delpeuch
3dcb3f1faf
Merge pull request #1515 from ostephens/conversions
Conversions
2018-02-22 09:49:49 +00:00
Weblate
3ec06ef3b2 Merge remote-tracking branch 'origin/master' 2018-02-22 10:48:33 +01:00
Isao Matsunami
b01fdab1ad Translated using Weblate (Japanese)
Currently translated at 100.0% (677 of 677 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-02-22 10:48:32 +01:00
Emmarie Bucog
cbed4c67e7 Translated using Weblate (Cebuano)
Currently translated at 15.3% (104 of 677 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ceb/
2018-02-22 10:48:31 +01:00
Antonin Delpeuch
d798e4b071
Merge pull request #1465 from isaomatsunami/master
fixing layout
2018-02-22 09:48:23 +00:00
Antonin Delpeuch
55e8c45ea6 Translated using Weblate (Cebuano)
Currently translated at 1.4% (10 of 677 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ceb/
2018-02-22 02:04:59 +01:00
Owen Stephens
fad40041ca Use look up for function name 2018-02-21 23:20:47 +00:00
Owen Stephens
24f1923ff4 Return errors not nulls when: wrong number of arguments supplied; first argument zero length/empty string 2018-02-21 23:20:15 +00:00
Owen Stephens
5aaf4362b0 Return errors not nulls when: wrong number of arguments supplied; first argument zero length/empty string 2018-02-21 23:19:54 +00:00
Owen Stephens
2758633f32 Update toDate and toNumber tests to handle null and empty strings correctly 2018-02-21 23:10:38 +00:00
Isao Matsunami
472fdb2cd1 Translated using Weblate (Japanese)
Currently translated at 100.0% (677 of 677 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-02-21 18:31:40 +01:00
Weblate
b642498954 Merge remote-tracking branch 'origin/master' 2018-02-21 17:43:57 +01:00
Emmarie Bucog
482cd13207 Translated using Weblate (Cebuano)
Currently translated at 1.4% (10 of 676 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ceb/
2018-02-21 17:43:55 +01:00
Antonin Delpeuch
979058579a
Merge pull request #1500 from ostephens/blank-out
Blank out
2018-02-21 16:43:51 +00:00
Emmarie Bucog
c55bf4f7bf Added translation using Weblate (Cebuano) 2018-02-21 15:35:20 +01:00
VINCENT ROSELL
89147bd794 Translated using Weblate (Tagalog)
Currently translated at 100.0% (676 of 676 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/tl/
2018-02-21 12:05:24 +01:00
vinzruzell
f8e828148f Translation-tl.json
Hi. This is my Partial Tagalog Translation for translation-tl.json file.
I translated 299 strings (44.2 %) out of 676 strings.
I translated 1122 words out of 2508 words.
2018-02-19 15:42:28 +00:00
Owen Stephens
731e1310c6 Stripping stuff we don't need out of the tests 2018-02-19 13:42:45 +00:00
Owen Stephens
c172e2d66d Updated translations 2018-02-19 09:09:20 +00:00
Owen Stephens
a8b5052b00 Add "Blank out cells (empty string)" to common transformations menu 2018-02-18 23:35:00 +00:00
Owen Stephens
0cff8a5c6c Make explict that 'Blank out cells' option sets cells to null 2018-02-18 23:26:50 +00:00
Owen Stephens
d2687cc58a Treat null and empty string as different values when doing transforms 2018-02-18 23:19:28 +00:00
Owen Stephens
566f2b792b Use white-space: pre-wrap style to ensure whitespace in cells, facets and transformation previews shows exactly as in the underlying data 2018-02-17 15:08:44 +00:00
Owen Stephens
8dec08aad3 Changed label of 'blank out cells' to 'set cells to null' where English label is used 2018-02-16 23:40:44 +00:00
Joanne
e0d87c3d94 Update tests to match updated range function 2018-02-16 15:13:37 +00:00
Joanne
41e8c0beee Update range function to return Integer arrays 2018-02-16 15:13:37 +00:00
Joanne
01d8e458f4 Update tests to match updated range function 2018-02-16 15:13:37 +00:00
Joanne
35c991d9c2 Update range function to follow Python's range function 2018-02-16 15:13:37 +00:00
Joanne
e2793daf54 Update tests for improved range function 2018-02-16 15:13:37 +00:00
Joanne
03d80598aa Update range function to include step ability 2018-02-16 15:13:37 +00:00
Joanne
d95f5985b9 Add tests for range function 2018-02-16 15:13:37 +00:00
Joanne
bd2c4348fe Implement main logic for range function 2018-02-16 15:13:37 +00:00
Joanne
41f2a27a66 Register range function 2018-02-16 15:13:37 +00:00
Joanne
6cc2a1d353 Implement main logic behind range function 2018-02-16 15:13:37 +00:00
Isao Matsunami
95d50fb010 Translated using Weblate (Japanese)
Currently translated at 100.0% (676 of 676 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-02-12 13:27:20 +00:00
Flavio Pompermaier
45de36901e Translated using Weblate (Italian)
Currently translated at 97.6% (660 of 676 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
2018-02-12 13:27:20 +00:00
John Carl Saducas
5c16248a81 Translated using Weblate (Filipino)
Currently translated at 100.0% (676 of 676 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fil/
2018-02-12 13:27:20 +00:00
John Carl Saducas
0615066140 Translated using Weblate (Filipino)
Currently translated at 0.1% (1 of 676 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fil/
2018-02-12 13:27:20 +00:00