Difference between revisions of "Instances"
Jump to navigation
Jump to search
(Created page with "== options for configuration == * site name * site URL * wikibase installation * public editing, account, etc * wikibase constraints work (meaning when you go to an item page...") |
(→bugs) |
||
(117 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | See [[Wikibase options]] for a summary for each option, [[Louis]] for the dev notes. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | = wiki.personaldata.io = |
− | * [ | + | == current configuration == |
− | * | + | * name: [http://wiki.personaldata.io wiki.personaldata.io] |
− | + | * query: [http://query.personaldata.io query.personaldata.io] | |
+ | * public by default | ||
+ | * all standard services: WDQS, QuickStatements (untested) | ||
− | |||
− | |||
− | * [ | + | === bugs === |
− | * | + | * (FIX) for some reason the item labels don't show anymore |
− | * | + | * (FIX) updater crashes |
− | * | + | * (FIX) sending emails |
− | * | + | * (FIX) [[Wikibase_options#Widgets]] is now installed, but creates a problem. |
− | * | + | * (FIX) 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." |
− | * | + | * (FIX?) search problem: "An error has occurred while searching: We could not complete your search due to a temporary problem. Please try again later." |
− | ** | + | * (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) why do some pages miss the logo (like this one), while some others have it? | ||
+ | * (WAIT) QuickStatements has bugs | ||
+ | ** on accessing (user) batches | ||
+ | ** on running in background | ||
+ | == done == | ||
+ | # (Friday 15th:) [[Wikibase_options#Scripting_extensions ]] | ||
+ | # (Friday 15th:) [[Wikibase_options#Gadgets]] | ||
+ | # Automatically done: 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 | ||
+ | ## have a way to get a token (presumably needed) | ||
+ | ## to test: | ||
+ | ### log in | ||
+ | ### go [http://wiki.personaldata.io/wiki/Special:ApiSandbox#action=wbeditentity&new=item&data=%7B%7D here]. | ||
+ | ### click on the left on `action:wbeditentity` | ||
+ | ### set `site` = ??? (there needs to be a choice!) | ||
+ | ### set name = "This is a API test item" | ||
+ | ### click "auto-fill token" (presumably needed) | ||
+ | ### click "Make Request" | ||
+ | # Set up quick statements | ||
+ | # set up git/github/gitlab account so Paul can edit/update/see | ||
+ | # Set [https://www.mediawiki.org/wiki/Manual:$wgAllowUserJs wgAllowUserJs] to true | ||
+ | # Make mobile friendly with the [https://www.mediawiki.org/wiki/Extension:MobileFrontend MobileFrontend extension] | ||
+ | # Add logo | ||
+ | == todo == | ||
+ | # [[Wikibase_options#Query_prefixes]] | ||
+ | # [[Wikibase_options#Supporting_links_to_external_vocabularies]] (on wiki.personaldata.io, the property is P49) | ||
+ | # [https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads| Configure file uploads] securely! | ||
− | == | + | == later == |
− | + | # [[Wikibase_options#Constraints_handler ]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 14:10, 2 May 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) for some reason the item labels don't show anymore
- (FIX) updater crashes
- (FIX) sending emails
- (FIX) Wikibase_options#Widgets is now installed, but creates a problem.
- (FIX) 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."
- (FIX?) search problem: "An error has occurred while searching: We could not complete your search due to a temporary problem. Please try again later."
- (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) why do some pages miss the logo (like this one), while some others have it?
- (WAIT) QuickStatements has bugs
- on accessing (user) batches
- on running in background
done
- (Friday 15th:) Wikibase_options#Scripting_extensions
- (Friday 15th:) Wikibase_options#Gadgets
- Automatically done: 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:
- log in
- go here.
- click on the left on `action:wbeditentity`
- set `site` = ??? (there needs to be a choice!)
- set name = "This is a API test item"
- click "auto-fill token" (presumably needed)
- click "Make Request"
- Set up quick statements
- set up git/github/gitlab account so Paul can edit/update/see
- Set wgAllowUserJs to true
- Make mobile friendly with the MobileFrontend extension
- Add logo
todo
- Wikibase_options#Query_prefixes
- Wikibase_options#Supporting_links_to_external_vocabularies (on wiki.personaldata.io, the property is P49)
- Configure file uploads securely!