Difference between revisions of "Instances"
Jump to navigation
Jump to search
(→todo) |
(→todo) |
||
Line 34: | Line 34: | ||
# Set up API, for instance [http://wiki.personaldata.io/wiki/Special:ApiSandbox#action=wbeditentity&new=item&data=%7B%7D here], so it works. Seems to need: | # Set up API, for instance [http://wiki.personaldata.io/wiki/Special:ApiSandbox#action=wbeditentity&new=item&data=%7B%7D here], so it works. Seems to need: | ||
## a site name is preconfigured | ## a site name is preconfigured | ||
− | ## | + | ## have a way to get a token (presumably needed) |
+ | ## to test, go [http://wiki.personaldata.io/wiki/Special:ApiSandbox#action=wbeditentity&new=item&data=%7B%7D here]. | ||
== later == | == later == | ||
# [[Wikibase_options#Constraints_handler ]] | # [[Wikibase_options#Constraints_handler ]] |
Revision as of 09:44, 1 April 2019
See Wikibase options for a summary for each option, Louis for the dev notes.
wiki.personaldata.io
current configuration
- name: wiki.personaldata.io
- query: query.personaldata.io
- public by default
- all standard services: WDQS, QuickStatements (untested)
bugs
- (FIX) updater crashes
- (FIX) sending emails
- (FIX)Wikibase_options#Widgets is now installed, but creates a problem. See for instance Youtube
- (WAIT) login problem: "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking"
- (WAIT) internal alias/namespace problems in the query service (there is reference to wikibase.svc, wait for Wikibase_options#Query_prefixes to be fixed maybe first)
- (WAIT) autocomplete in the query service uses wrong prefix
- (WAIT) search problem: "An error has occurred while searching: We could not complete your search due to a temporary problem. Please try again later."
- (WAIT) When trying to log in, seems related to http(s): "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form."
- (WAIT) MediaWiki problem: user common.js does not get loaded.
done
- (Friday 15th:) Wikibase_options#Scripting_extensions
- (Friday 15th:) Wikibase_options#Gadgets
todo
- (Monday 18th:) Wikibase_options#Query_prefixes
- Set wgAllowUserJs to true
- (Wednesday 20th:) set up git/github/gitlab account so Paul can edit/update/see
- Wikibase_options#Supporting_links_to_external_vocabularies (on wiki.personaldata.io, the property is P49)
- Set up API, for instance here, so it works. Seems to need:
- a site name is preconfigured
- have a way to get a token (presumably needed)
- to test, go here.