This website requires JavaScript.
446c5d26f4
Extend uncertainty helper with more terms
Joshua Ramon Enslin
2023-02-01 15:01:24 +0100
6d40ae4c83
Fix bug in generating Indonesian date names and add Ukrainian as a language for autogenerating time translations
Joshua Ramon Enslin
2022-12-11 17:15:52 +0100
d0e11c323e
Further modularize fetching of translations, add new class NodaBatchInserter for batch inserting translations
Joshua Ramon Enslin
2022-11-18 00:26:23 +0100
b318b5b471
Better modularize NodaWikidataFetcher's loading of translations
Joshua Ramon Enslin
2022-11-14 00:51:56 +0100
511304b6f2
Fix bug in setting names for months
Joshua Ramon Enslin
2022-11-03 16:02:10 +0100
d641b64630
Extend list of uncertainty prefixes for times
Joshua Ramon Enslin
2022-10-29 17:13:07 +0200
1a9b195067
Fix type safety error
Joshua Ramon Enslin
2022-09-15 21:35:36 +0200
5819caff91
Remove superfluous variable assignments
Joshua Ramon Enslin
2022-09-15 21:29:07 +0200
7c0ad9fa37
Set time in autotranslater's use of IntlCalendar to prevent issues with DST
Joshua Ramon Enslin
2022-09-13 10:58:38 +0200
a1ef24afba
Fix: Set function check_is_translatable to static
Joshua Ramon Enslin
2022-09-13 00:17:49 +0200
3246a37c63
Add simpler to use function check_is_translatable to autotranslater
Joshua Ramon Enslin
2022-09-12 23:51:25 +0200
59c858fb0f
Transfer remaining class constants in autotranslater to enum
Joshua Ramon Enslin
2022-09-10 13:23:35 +0200
ea832e2160
Remove use of deprecated strfttime, use enums instead of class constants for many parts of NodaTimeAutotranslater
Joshua Ramon Enslin
2022-09-10 02:13:35 +0200
df1d2c10eb
Remove superfluous checks
Joshua Ramon Enslin
2022-09-08 16:41:34 +0200
c8d0292ca8
Fix bug in German dates like "1 November 1921"
Joshua Ramon Enslin
2022-09-08 16:28:27 +0200
6f41ffeb9f
Remove deprecated strfttime in NodaTimeSplitter
Joshua Ramon Enslin
2022-09-08 16:07:30 +0200
1ed2959b62
Prevent noda time splitter from suggesting times with months beyond 12, days beyond 31
Joshua Ramon Enslin
2022-08-25 22:06:15 +0200
3c67d425fb
Fix broken function comment
Joshua Ramon Enslin
2022-08-16 11:04:15 +0200
3ca4e3fb23
Add nomen nominandum to black list for actors
Joshua Ramon Enslin
2022-08-11 01:02:18 +0200
1b702bfe31
Add logically missing functions to NodaIDGetter
Joshua Ramon Enslin
2022-07-21 01:15:26 +0200
b7a49eb9b4
Add "evtl." to list of uncertainty markers for places
Joshua Ramon Enslin
2022-07-20 21:36:06 +0200
ece1e44a9e
Skip importing uncertain birth years in Wikidata fetcher
Joshua Ramon Enslin
2022-07-20 15:50:42 +0200
027d4b3506
Throw a dedicated exception for fully empty actor descriptions in NodaValidationHelper
Joshua Ramon Enslin
2022-05-26 18:02:05 +0200
c00cb6b629
Add class NodaValidationHelper, for now for validating actor descriptions
Joshua Ramon Enslin
2022-05-17 23:27:40 +0200
ac79f421ff
Add Ukranian to list of languages for which to fetch translations
Joshua Ramon Enslin
2022-05-12 16:40:37 +0200
47226b6538
Fix bug caused by missing handling of different retrieval modes for Wikidata fetcher
Joshua Ramon Enslin
2022-04-18 20:45:32 +0200
d5b593c334
Expect usage of function setRetrivalMode instead of a GET param for setting retrieval modes in NodaWikidataFetcher
Joshua Ramon Enslin
2022-04-18 13:19:00 +0200
7ff986bdd8
Add function getPersinstIDByNodaLink for getting actor IDs by their noda IDs in NodaIDGetter
Joshua Ramon Enslin
2022-04-16 23:05:36 +0200
7dde870afb
Improve type-safety of wikidata fetcher
Joshua Ramon Enslin
2022-04-13 00:16:05 +0200
e91dfbf3ef
Add tests for splitting common historical month names
Joshua Ramon Enslin
2022-04-12 23:47:08 +0200
3ed218fbac
Add tests for class NodaUncertaintyHelper
Joshua Ramon Enslin
2022-04-02 19:34:16 +0200
e9309c7584
Add phpstan config
Joshua Ramon Enslin
2022-04-02 19:34:00 +0200
3f26666123
Extend lists of uncertainty prefixes and suffixes
Joshua Ramon Enslin
2022-04-02 19:31:53 +0200
ad6b4728f5
Add "vermutlich" to list of uncertainty prefixes for actors
Joshua Ramon Enslin
2022-04-02 15:56:26 +0200
885f05a2d3
Add "unbekannter Künstler" to list of disallowed actor names
Joshua Ramon Enslin
2022-04-01 21:12:37 +0200
ab11e30d59
Add "verm." to list of signifiers for uncertain time names
Joshua Ramon Enslin
2022-03-31 18:05:19 +0200
8689d2f45f
Add some German uncertainty prefixes for time
Joshua Ramon Enslin
2022-03-31 15:45:03 +0200
7379d768df
Allow logging updates to logged import concordances
Joshua Ramon Enslin
2022-03-31 14:34:20 +0200
f7e49e67a0
Add function for getting time IDs by their logged import concordances
Joshua Ramon Enslin
2022-03-31 14:33:03 +0200
2912b4a206
Add "ohne Jahr" (no year) to list of disallowed time names
Joshua Ramon Enslin
2022-03-30 16:14:28 +0200
b3f7845023
Handle Jhdt as a form of century in time splitter
Joshua Ramon Enslin
2022-03-12 19:32:28 +0100
3001976b1b
Merge branch 'master' of gitea:museum-digital/MDNodaHelpers
Joshua Ramon Enslin
2022-03-05 13:58:57 +0100
6347de2635
Validate Wikidata IDs before attempting to fetch from Wikidata
Joshua Ramon Enslin
2022-03-05 13:58:18 +0100
a7a9da4718
Add "Dinge" and "Objekt" to list of blacklisted tags
Joshua Ramon Enslin
2022-02-27 22:26:46 +0100
b1bd14bc56
Add functions for checking if places or actor names are blacklisted
Joshua Ramon Enslin
2022-02-18 22:09:26 +0100
e877e4edf1
Add "wohl" and "vermutlich" as uncertainty specifiers for places
Joshua Ramon Enslin
2022-02-18 16:33:46 +0100
39c7585e91
Merge branch 'master' of gitea:museum-digital/MDNodaHelpers
Joshua Ramon Enslin
2022-02-06 23:30:55 +0100
c52550c789
Extend NodaNameGetter with functions for getting single entries' correct place, tag, time, and actor names
Joshua Ramon Enslin
2022-02-06 23:30:22 +0100
747a516a49
Add class NodaMailChecker for checking mail address validity and caching that
Joshua Ramon Enslin
2022-02-05 01:32:06 +0100
a4be5e876c
Add tól to list of handled suffixes in NodaTimeSplitter
Joshua Ramon Enslin
2022-02-04 02:49:44 +0100
d28618bb14
Try / catch invalid dates in NodaTimeSplitter
Joshua Ramon Enslin
2022-02-03 21:12:54 +0100
09a5096588
Remove superfluous check for yet undescribed external noda repos
Joshua Ramon Enslin
2022-01-18 00:48:32 +0100
e7f1515227
Use strict comparisons in NodaWikidataFetcher in remaining places
Joshua Ramon Enslin
2022-01-16 15:18:04 +0100
03330a933c
Add "sonstiges" to tag blacklist
Joshua Ramon Enslin
2022-01-13 18:46:51 +0100
9132745631
Fix bug in time splitter, make code more explicit
Joshua Ramon Enslin
2022-01-09 22:19:22 +0100
109f18e63c
Use a more explicit !empty for checking string contents
Joshua Ramon Enslin
2022-01-08 14:15:51 +0100
52a90d669c
Validate geonames and TGN IDs fetched from Wikidata
Joshua Ramon Enslin
2021-12-14 15:40:07 +0100
20f609f6d0
Use integers for geonames and TGN IDs
Joshua Ramon Enslin
2021-12-14 15:38:44 +0100
93cd09ed23
Fix bug in preventing impossible noda relations
Joshua Ramon Enslin
2021-12-12 03:36:23 +0100
340bfac96c
Prevent attempts to write link noda repositories for the incorrect linkable types (e.g. iconclass for places)
Joshua Ramon Enslin
2021-12-11 15:33:31 +0100
4a26ab60ca
Fix missing URL prefix for iconclass
Joshua Ramon Enslin
2021-12-11 15:15:31 +0100
e00dd08c23
Use ON DUPLICATE KEY update instead of checking value existence with a separate query
Joshua Ramon Enslin
2021-12-11 01:29:48 +0100
9471a030d5
Remove disabled noda repositories to link
Joshua Ramon Enslin
2021-12-11 01:19:57 +0100
97341cd466
Reduce number of entries synced into manticore per commit
Joshua Ramon Enslin
2021-12-09 02:11:40 +0100
5dc2ef0862
Fix bug in removing entries by ID (wrong ID column name)
Joshua Ramon Enslin
2021-12-09 00:08:56 +0100
55b2b61ef7
Add classes for syncing fulltext indexes in manticore, not mysql directly
Joshua Ramon Enslin
2021-12-08 23:00:58 +0100
24714265c2
Prevent error if wikidata doesn't return a search result
Joshua Ramon Enslin
2021-11-30 17:53:24 +0100
ea280fc144
Add non-empty-string phpdoc types to NodaWikidataFetcher
Joshua Ramon Enslin
2021-11-29 22:31:17 +0100
0ab6f5e608
Add "Anonym" and "Anonymus" to list of disallowed actor names
Joshua Ramon Enslin
2021-11-21 01:39:57 +0100
054dc731f1
Disable libxml errors when parsing Wikipedia information
Joshua Ramon Enslin
2021-11-18 23:53:11 +0100
d0c4bfcf1f
Add more blacklisted tag names (e.g. "weitere", "other")
Joshua Ramon Enslin
2021-10-16 19:27:43 +0200
cd3f27e5db
Remove superfluous newlines
Joshua Ramon Enslin
2021-10-11 15:12:59 +0200
99a5303773
Merge branch 'master' of gitea:museum-digital/MDNodaHelpers
Joshua Ramon Enslin
2021-10-10 13:22:44 +0200
790dcd92fa
Add [vermutlich] to list of uncertainty suffixes for actors
Joshua Ramon Enslin
2021-10-10 13:22:13 +0200
581d9c7079
Use "d" for coordinates fetched through wikidata, remove useless parentheses
Joshua Ramon Enslin
2021-10-10 12:32:55 +0200
edbe0230af
Add "research_note" to list of accepted edited sections in noda edit log
Joshua Ramon Enslin
2021-10-09 14:10:10 +0200
ca7424b043
Add NodaNameGetter for batch retrieval of names
Joshua Ramon Enslin
2021-09-16 01:09:10 +0200
fe31a29159
Add "vermtl. " to list of uncertainty prefixes
Joshua Ramon Enslin
2021-08-27 18:50:51 +0200
fb327762dc
Add capability to split english decade terms (1920s)
Joshua Ramon Enslin
2021-08-27 16:19:19 +0200
bb4e2a727a
Add "c. " to list of uncertainty prefixes
Joshua Ramon Enslin
2021-08-27 15:24:50 +0200
7d89596286
Add option to save edits to name variants (for actors) in edit log
Joshua Ramon Enslin
2021-08-19 12:23:08 +0200
a0b6207f81
Add missing htmlspecialchars in Wikidata results list
Joshua Ramon Enslin
2021-08-15 20:03:25 +0200
6d60d9eec7
Significantly extend the timeout for SPARQL queries to Wikidata
Joshua Ramon Enslin
2021-08-13 13:07:29 +0200
87fd2a25df
Add functions for identifying Wikidata IDs by external IDs
Joshua Ramon Enslin
2021-08-12 15:33:48 +0200
8eb576f43d
Extend list of known genders to parse from Wikidata
Joshua Ramon Enslin
2021-08-12 13:59:20 +0200
aa9f307c55
Expect minimized JS file in injecting js to wikidata results pages
Joshua Ramon Enslin
2021-08-10 14:35:25 +0200
0167890147
Add option to inject JS on wikidata results lists
Joshua Ramon Enslin
2021-08-08 17:38:21 +0200
e773bab7ce
Allow a special wikidata results list for actors, making suggestions based on birth and death dates
Joshua Ramon Enslin
2021-08-07 17:38:49 +0200
e69be5b2b1
Use === over == in more cases
Joshua Ramon Enslin
2021-07-24 23:21:00 +0200
d269b6644b
Extend blacklist of disallowed tag names
Joshua Ramon Enslin
2021-07-14 22:01:46 +0200
0f2f7b2787
Add the different variants of "verschiedenes" ("various" in German) to tag blacklist
Joshua Ramon Enslin
2021-07-14 21:58:14 +0200
7e27f15515
Remove specific blacklist file for tags
Joshua Ramon Enslin
2021-07-14 13:46:27 +0200
f930ca794e
Add a list of blacklisted tags
Joshua Ramon Enslin
2021-07-14 13:37:18 +0200
0fa759c604
Add check against empty wikidata / wikipedia descriptions
Joshua Ramon Enslin
2021-07-06 12:50:33 +0200
fba4706b67
Add check against empty source ID in references to controlled vocabularies in wikidata fetcher
Joshua Ramon Enslin
2021-07-06 12:15:31 +0200
af13f747b7
Allow listed and searched Wikidata entries to be without descriptions
Joshua Ramon Enslin
2021-07-03 15:18:02 +0200
c56ae6ce66
Merge branch 'master' of gitea:museum-digital/MDNodaHelpers
Joshua Ramon Enslin
2021-07-01 15:36:55 +0200
3a5790853c
Add ", um" to the list of suffixes to indicate a time entry being uncertain
Joshua Ramon Enslin
2021-07-01 15:35:18 +0200
bd3851ccf4
Use separate function for generating overview lists in NodaWikidataFetcher
Joshua Ramon Enslin
2021-06-30 22:55:37 +0200
2c0d8e041e
Add "nicht benannt" to list of unwanted place and actor names
Joshua Ramon Enslin
2021-06-30 14:36:11 +0200