-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: filbertkm/WikibaseImport
base: master
head repository: Wikidata/WikibaseImport
compare: master
- 13 commits
- 5 files changed
- 3 contributors
Commits on Apr 12, 2019
-
Change getSiteLinks() to getSiteLinkList()
Item::getSiteLinkList() was added and Item::getSiteLinks() deprecated in version 0.8.0 (2014-06-05) of the Wikibase data model, and the deprecated method was finally removed in version 8.0.0 (2018-08-03).
Configuration menu - View commit details
-
Copy full SHA for fafbbb7 - Browse repository at this point
Copy the full SHA fafbbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf1373 - Browse repository at this point
Copy the full SHA 2bf1373View commit details -
Search entities in the correct namespace
Instead of assuming that all entities are in namespace 0 (which is only true in a Wikidata-like installation, but not in a default Wikibase installation, and even then only for items, not properties), take the actual namespace of the requested entity from an injected EntityNamespaceLookup. Also, if we can’t find the entity, throw an exception instead of returning count 0: it’s better to fail the import than to duplicate statements. Fixes #22.
Configuration menu - View commit details
-
Copy full SHA for 307b44b - Browse repository at this point
Copy the full SHA 307b44bView commit details -
If the import script is run from the command line, there is no session, and the edit is still credited to 127.0.0.1. However, if there is a session – for example, if the import is run from a special page (#25) – this ensures that the correct user is used.
Configuration menu - View commit details
-
Copy full SHA for 4500ebb - Browse repository at this point
Copy the full SHA 4500ebbView commit details -
MediaWiki and Wikibase no longer support PHP 5.5.
Configuration menu - View commit details
-
Copy full SHA for cc06ec6 - Browse repository at this point
Copy the full SHA cc06ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0c656 - Browse repository at this point
Copy the full SHA fa0c656View commit details
Commits on Apr 16, 2019
-
Merge pull request #4 from Wikidata/datamodel
Wikibase data model updates
Configuration menu - View commit details
-
Copy full SHA for cea6ef3 - Browse repository at this point
Copy the full SHA cea6ef3View commit details
Commits on Jun 18, 2019
-
Merge pull request #1 from Wikidata/fix22
Search entities in the correct namespace
Configuration menu - View commit details
-
Copy full SHA for 1e63b56 - Browse repository at this point
Copy the full SHA 1e63b56View commit details -
Merge pull request #3 from Wikidata/user
Initialize user from session
Configuration menu - View commit details
-
Copy full SHA for c5876ad - Browse repository at this point
Copy the full SHA c5876adView commit details
Commits on Mar 15, 2021
-
Update WikibaseRepo::getEntityNamespaceLookup() call
Bug: T277313 Depends-On: Ief409a501aac74e7b6df4e440113cd552dba3c74
Configuration menu - View commit details
-
Copy full SHA for 958cd6a - Browse repository at this point
Copy the full SHA 958cd6aView commit details -
Declare compatibility with Monolog v2
This is required when using this extension with MediaWiki 1.36. None of the breaking changes in Monolog 2.0.0 should affect this extension, as far as I can tell.
Configuration menu - View commit details
-
Copy full SHA for 8d8b7f4 - Browse repository at this point
Copy the full SHA 8d8b7f4View commit details
Commits on Mar 17, 2021
-
Merge pull request #9 from Wikidata/monolog
Declare compatibility with Monolog v2
Configuration menu - View commit details
-
Copy full SHA for c1233da - Browse repository at this point
Copy the full SHA c1233daView commit details
Commits on Mar 18, 2021
-
Merge pull request #8 from Wikidata/repo-EntityNamespaceLookup
Update WikibaseRepo::getEntityNamespaceLookup() call
Configuration menu - View commit details
-
Copy full SHA for 2997bb9 - Browse repository at this point
Copy the full SHA 2997bb9View commit details
There are no files selected for viewing