[Wikidata-bugs] [Maniphest] T325158: Add route for import results CSV

2022-12-18 Thread noarave
noarave claimed this task.
Restricted Application added a project: User-Noarave.

TASK DETAIL
  https://phabricator.wikimedia.org/T325158

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: noarave
Cc: Lydia_Pintscher, Aklapper, Sarai-WMDE, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323563: Lombard Wiktionary unreachable from the other Wiktionaries

2022-12-18 Thread Ladsgroup
Ladsgroup closed this task as "Resolved".
Ladsgroup claimed this task.
Ladsgroup added a comment.


  Yup.

TASK DETAIL
  https://phabricator.wikimedia.org/T323563

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Lydia_Pintscher, Ladsgroup, Aklapper, Gat_lombart, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Thibaut120094, jberkel, Psychoslave, Wikidata-bugs, aude, Shizhao, Nemo_bis, 
Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325433: Use one API request to get the labels of all available badges

2022-12-18 Thread Bugreporter
Bugreporter updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T325433

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Aklapper, Bugreporter, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325433: Use one API request to get the labels of all available badges

2022-12-18 Thread Bugreporter
Bugreporter renamed this task from "API to get the labels of all available 
badges" to "Use one API request to get the labels of all available badges".
Bugreporter updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T325433

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Aklapper, Bugreporter, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325478: Cache results of value suggestion based on constraints across tabs

2022-12-18 Thread Bugreporter
Bugreporter created this task.
Bugreporter added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, 
Wikibase-Quality-Constraints.

TASK DESCRIPTION
  When someone add a statement for property with one of value constraint value 
suggestion based on constraints is loaded which do the following thing:
  
  1. get list of suggested items based on `P2302` statement (using wbgetclaims)
  2. get labels and descriptions of such items (using wbgetentities)
  
  Both step have some performance issue:
  
  1. the result of wbgetclaims may be large (though this is not the primary 
issue - for `P31` it is 154KB before gzip)
  2. if the first step returns many items the second step we need to get labels 
and descriptions of a large number of items (for `P21` it is 49 items, which 
tasks about 500ms to load)
  
  The result of both steps should be cached somehow (see the parent task).
  
  Alternatively a dedicated API may be designed to get suggestions (including 
labels and descriptions) in one step, see also T54: [Story] Entity 
suggester should also suggest values 
.

TASK DETAIL
  https://phabricator.wikimedia.org/T325478

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Aklapper, Bugreporter, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Eihel, Nandana, lucamauri, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, Esc3300, LawExplorer, 
_jensen, rosalieper, Agabi10, Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325476: Enable publish button when an entity ID or URL is inputted when adding a statement of entity (e.g. item) datatype

2022-12-18 Thread Bugreporter
Bugreporter created this task.
Bugreporter added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Currently (part of) the workflow of adding a statement of item datatype is:
  ...
  
  - When a property of item datatype is selected, we show an entity selector 
allow users selecting value
  - (optionally) some values are suggested via property constraints
  - Users input a label or entity ID/URL
  - wbsearchentities is called to find a list of candidate entities which is 
displayed to users
  - User select one entity
  - wbparsevalue is called to parse the value
  - Publish button is enabled
  - wbformatvalue is called
  
  Proposed new workflow (in addition to the current one):
  
  - User input an entity ID or URL
  - Case-insensitive match the (leading/trailing spaces trimmed) input with one 
of the following format (example for item, should be adjusted for other entity 
types):
- `Q###`
- `https://www.wikidata.org/wiki/Q###`
- `http://www.wikidata.org/entity/Q###`
- `https://www.wikidata.org/wiki/Special:EntityPage/Q###`
- (optional) `xxx (Q###)`
  - If a match is found, enable publish button to allow user to use such 
selected ID
  
  Benefit:
  
  1. This saves one mouse click
  2. As we no longer need to wait for wbsearchentities and wbparsevalue 
returning, this speed up the edit process (especially when using a 
low-bandwidth or high-latency network)
  
  Note:
  
  1. All process are done client-side. There is no check for whether the entity 
exists, since save will fail if an invalid entity ID is used so no invalid data 
will be even saved
  2. For a federated Wikibase instance the URL will still refer to an unique 
entity. The ID will refer to an unique entity only if for that entity type 
(e.g. item) only one repo is used. If multiple repo are used we need to define 
a default one

TASK DETAIL
  https://phabricator.wikimedia.org/T325476

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Aklapper, Bugreporter, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323563: Lombard Wiktionary unreachable from the other Wiktionaries

2022-12-18 Thread Aklapper
Aklapper added a comment.


  In T323563#8413985 , 
@Ladsgroup wrote:
  
  > Parser caches expire after 21 days.
  
  Which was on Tuesday Dec13. Maybe this task can be resolved?

TASK DETAIL
  https://phabricator.wikimedia.org/T323563

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Aklapper
Cc: Lydia_Pintscher, Ladsgroup, Aklapper, Gat_lombart, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Thibaut120094, jberkel, Psychoslave, Wikidata-bugs, aude, Shizhao, Nemo_bis, 
Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org