Commit Graph

54 Commits

Author SHA1 Message Date
3e9f675fdc
Add Slovak to list of languages to load 2023-12-08 16:42:24 +01:00
bbbc84015b
Fix handling of misassigned lcsh / loc links in NodaWikidataFetcher 2023-10-18 02:46:11 +02:00
9942c58b12
Improve parsing of LOC / LCSH from Wikidata 2023-09-29 16:20:53 +02:00
835da05c38
Use wikidata description as fallback if wikipedia description is not
parsable in Wikidata fetcher

Close #16
2023-09-01 12:43:24 +02:00
12a7937218
Comment out debugging lines in NodaWikidataFetcher 2023-08-31 16:11:37 +02:00
a68a03e628
Improve wikidata fetcher 2023-08-31 16:09:21 +02:00
107a4cd640
Improve NodaWikidataFetcher's loading of descriptions
Close #15
2023-08-31 15:38:12 +02:00
67f7bf9fab
Add new functions for linking norm data repositories in batch and use
them in Wikidata fetcher
2023-08-29 17:32:22 +02:00
d0e11c323e
Further modularize fetching of translations, add new class
NodaBatchInserter for batch inserting translations
2022-11-18 00:26:23 +01:00
b318b5b471
Better modularize NodaWikidataFetcher's loading of translations 2022-11-14 00:51:56 +01:00
1a9b195067
Fix type safety error 2022-09-15 21:35:36 +02:00
5819caff91
Remove superfluous variable assignments 2022-09-15 21:29:07 +02:00
ece1e44a9e
Skip importing uncertain birth years in Wikidata fetcher 2022-07-20 15:50:42 +02:00
ac79f421ff
Add Ukranian to list of languages for which to fetch translations 2022-05-12 16:40:37 +02:00
47226b6538
Fix bug caused by missing handling of different retrieval modes for
Wikidata fetcher
2022-04-18 20:45:32 +02:00
d5b593c334
Expect usage of function setRetrivalMode instead of a GET param for
setting retrieval modes in NodaWikidataFetcher
2022-04-18 13:19:00 +02:00
7dde870afb
Improve type-safety of wikidata fetcher 2022-04-13 00:16:05 +02:00
6347de2635
Validate Wikidata IDs before attempting to fetch from Wikidata
Close #8
2022-03-05 13:58:18 +01:00
09a5096588
Remove superfluous check for yet undescribed external noda repos 2022-01-18 00:48:32 +01:00
e7f1515227
Use strict comparisons in NodaWikidataFetcher in remaining places 2022-01-16 15:18:04 +01:00
9132745631
Fix bug in time splitter, make code more explicit 2022-01-09 22:19:22 +01:00
109f18e63c
Use a more explicit !empty for checking string contents 2022-01-08 14:15:51 +01:00
52a90d669c
Validate geonames and TGN IDs fetched from Wikidata 2021-12-14 15:40:07 +01:00
20f609f6d0
Use integers for geonames and TGN IDs 2021-12-14 15:38:44 +01:00
93cd09ed23
Fix bug in preventing impossible noda relations 2021-12-12 03:36:23 +01:00
340bfac96c
Prevent attempts to write link noda repositories for the incorrect
linkable types (e.g. iconclass for places)
2021-12-11 15:33:31 +01:00
4a26ab60ca
Fix missing URL prefix for iconclass 2021-12-11 15:15:31 +01:00
e00dd08c23
Use ON DUPLICATE KEY update instead of checking value existence with a
separate query
2021-12-11 01:29:48 +01:00
9471a030d5
Remove disabled noda repositories to link 2021-12-11 01:19:57 +01:00
24714265c2
Prevent error if wikidata doesn't return a search result 2021-11-30 17:53:24 +01:00
ea280fc144
Add non-empty-string phpdoc types to NodaWikidataFetcher 2021-11-29 22:31:17 +01:00
054dc731f1
Disable libxml errors when parsing Wikipedia information 2021-11-18 23:53:11 +01:00
581d9c7079
Use "d" for coordinates fetched through wikidata, remove useless
parentheses
2021-10-10 12:32:55 +02:00
a0b6207f81
Add missing htmlspecialchars in Wikidata results list 2021-08-15 20:03:25 +02:00
6d60d9eec7
Significantly extend the timeout for SPARQL queries to Wikidata 2021-08-13 13:07:29 +02:00
87fd2a25df
Add functions for identifying Wikidata IDs by external IDs 2021-08-12 15:33:48 +02:00
8eb576f43d
Extend list of known genders to parse from Wikidata 2021-08-12 13:59:20 +02:00
aa9f307c55
Expect minimized JS file in injecting js to wikidata results pages 2021-08-10 14:35:25 +02:00
0167890147
Add option to inject JS on wikidata results lists 2021-08-08 17:38:21 +02:00
e773bab7ce
Allow a special wikidata results list for actors, making suggestions
based on birth and death dates
2021-08-07 17:38:49 +02:00
e69be5b2b1
Use === over == in more cases 2021-07-24 23:21:00 +02:00
0fa759c604
Add check against empty wikidata / wikipedia descriptions 2021-07-06 12:50:33 +02:00
fba4706b67
Add check against empty source ID in references to controlled
vocabularies in wikidata fetcher
2021-07-06 12:15:31 +02:00
af13f747b7
Allow listed and searched Wikidata entries to be without descriptions 2021-07-03 15:18:02 +02:00
bd3851ccf4
Use separate function for generating overview lists in
NodaWikidataFetcher
2021-06-30 22:55:37 +02:00
a4f24e5478
Add logging of synchronization with wikidata 2021-05-26 17:12:15 +02:00
2a8ba31410
Import place hierarchy from Wikidata
Close #5
2021-05-11 01:37:49 +02:00
041d3598eb
Allow using Wikidata links for fetching information for actors 2021-05-05 01:26:32 +02:00
9157e8a0f1
Add fix for empty noda references in fetching tags from Wikidata 2021-04-24 01:13:27 +02:00
e1a9a99797
Use ++$i over $i++ outside of loops in Wikidata fetcher
This is a slightly more performant way of incrementing an integer.
2021-04-12 12:54:07 +02:00