Commit Graph

272 Commits

Author SHA1 Message Date
b1bd14bc56
Add functions for checking if places or actor names are blacklisted
Close #6, close #7
2022-02-18 22:09:26 +01:00
e877e4edf1
Add "wohl" and "vermutlich" as uncertainty specifiers for places 2022-02-18 16:34:59 +01:00
39c7585e91
Merge branch 'master' of gitea:museum-digital/MDNodaHelpers 2022-02-06 23:30:55 +01:00
c52550c789
Extend NodaNameGetter with functions for getting single entries' correct
place, tag, time, and actor names
2022-02-06 23:30:22 +01:00
747a516a49
Add class NodaMailChecker for checking mail address validity and caching that 2022-02-05 01:32:06 +01:00
a4be5e876c
Add tól to list of handled suffixes in NodaTimeSplitter
"tól" is a suffix equivalent to "after" in Hungarian.
2022-02-04 02:49:44 +01:00
d28618bb14
Try / catch invalid dates in NodaTimeSplitter 2022-02-03 21:12:54 +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
03330a933c
Add "sonstiges" to tag blacklist 2022-01-13 18:46:51 +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
97341cd466
Reduce number of entries synced into manticore per commit 2021-12-09 02:11:40 +01:00
5dc2ef0862
Fix bug in removing entries by ID (wrong ID column name) 2021-12-09 00:08:56 +01:00
55b2b61ef7
Add classes for syncing fulltext indexes in manticore, not mysql
directly
2021-12-08 23:00:58 +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
0ab6f5e608
Add "Anonym" and "Anonymus" to list of disallowed actor names 2021-11-21 01:39:57 +01:00
054dc731f1
Disable libxml errors when parsing Wikipedia information 2021-11-18 23:53:11 +01:00
d0c4bfcf1f
Add more blacklisted tag names (e.g. "weitere", "other") 2021-10-16 19:27:43 +02:00
cd3f27e5db
Remove superfluous newlines 2021-10-11 15:12:59 +02:00
99a5303773
Merge branch 'master' of gitea:museum-digital/MDNodaHelpers 2021-10-10 13:22:44 +02:00
790dcd92fa
Add [vermutlich] to list of uncertainty suffixes for actors 2021-10-10 13:22:13 +02:00
581d9c7079
Use "d" for coordinates fetched through wikidata, remove useless
parentheses
2021-10-10 12:32:55 +02:00
edbe0230af
Add "research_note" to list of accepted edited sections in noda edit log 2021-10-09 14:10:10 +02:00
ca7424b043
Add NodaNameGetter for batch retrieval of names 2021-09-16 01:09:10 +02:00
fe31a29159
Add "vermtl. " to list of uncertainty prefixes 2021-08-27 18:50:51 +02:00
fb327762dc
Add capability to split english decade terms (1920s) 2021-08-27 16:19:19 +02:00
bb4e2a727a
Add "c. " to list of uncertainty prefixes 2021-08-27 15:24:50 +02:00
7d89596286
Add option to save edits to name variants (for actors) in edit log 2021-08-19 12:23:08 +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
d269b6644b
Extend blacklist of disallowed tag names 2021-07-14 22:01:46 +02:00
0f2f7b2787
Add the different variants of "verschiedenes" ("various" in German) to
tag blacklist
2021-07-14 21:58:14 +02:00
7e27f15515
Remove specific blacklist file for tags 2021-07-14 13:46:27 +02:00
f930ca794e
Add a list of blacklisted tags 2021-07-14 13:37:18 +02:00
0fa759c604
Add check against empty wikidata / wikipedia descriptions 2021-07-06 12:50:33 +02:00