[Wikidata-bugs] [Maniphest] [Commented On] T88333: SubscriptionManager is trying to query client database

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 188202 merged by jenkins-bot:
Fix repo connection for SqlSubscriptionManager

https://gerrit.wikimedia.org/r/188202


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, aude, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88254: Wikipedia RSS feeds show Wikidata changes very confusingly.

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 188113 had a related patch set uploaded (by Aude):
Omit 'external' changes from ChangesFeed

https://gerrit.wikimedia.org/r/188113

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Lydia_Pintscher, Liuxinyu970226, hoo, aude, lfaraone, 
Jhawkinson, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T78493: RSS feed missing Wikidata edit summaries

2015-02-02 Thread aude
aude added a subscriber: aude.
aude added a comment.

I think it's better to exclude these changes from the feed, until we have 
better integration (e.g. support to filter them, and format much nicer).

Once we have proper support, we might want the default to be only include 
'external' changes via an explicit parameter, like done with the special pages.

https://gerrit.wikimedia.org/r/#/c/188113/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: aude, Aklapper, Lydia_Pintscher, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88333: SubscriptionManager is trying to query client database

2015-02-02 Thread aude
aude added a comment.

stacktrace for the record...

Exception encountered, of type Wikibase\Client\Usage\UsageTrackerException
[e345ddb7] /index.php?title=Geneaction=submit 
Wikibase\Client\Usage\UsageTrackerException from line 76 of 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Usage/Sql/SqlSubscriptionManager.php:
 A database error has occurred. Did you forget to run maintenance/update.php 
after upgrading? See: 
https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: SELECT cs_entity_id FROM `wb_changes_subscription` WHERE 
cs_subscriber_id = 'enwiki' AND cs_entity_id = 'Q752' 
Function: Wikibase\Client\Usage\Sql\SqlSubscriptionManager::querySubscriptions
Error: 1146 Table 'testclient.wb_changes_subscription' doesn't exist (127.0.0.1)

Backtrace:
#0 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/store/UsageUpdater.php(95):
 Wikibase\Client\Usage\Sql\SqlSubscriptionManager-subscribe(string, array)
#1 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Hooks/DataUpdateHookHandlers.php(129):
 Wikibase\Client\Store\UsageUpdater-updateUsageForPage(integer, array)
#2 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Hooks/DataUpdateHookHandlers.php(68):
 Wikibase\Client\Hooks\DataUpdateHookHandlers-doArticleEditUpdates(WikiPage, 
stdClass, boolean)
#3 [internal function]: 
Wikibase\Client\Hooks\DataUpdateHookHandlers::onArticleEditUpdates(WikiPage, 
stdClass, boolean)
#4 /Library/WebServer/Documents/php-master/includes/Hooks.php(209): 
call_user_func_array(string, array)
#5 /Library/WebServer/Documents/php-master/includes/page/WikiPage.php(2200): 
Hooks::run(string, array)
#6 /Library/WebServer/Documents/php-master/includes/page/WikiPage.php(1957): 
WikiPage-doEditUpdates(Revision, User, array)
#7 [internal function]: WikiPage-doEditContent(WikitextContent, string, 
integer, boolean, NULL, string)
#8 /Library/WebServer/Documents/php-master/includes/page/Article.php(1993): 
call_user_func_array(array, array)
#9 /Library/WebServer/Documents/php-master/includes/EditPage.php(1893): 
Article-__call(string, array)
#10 /Library/WebServer/Documents/php-master/includes/EditPage.php(1893): 
Article-doEditContent(WikitextContent, string, integer, boolean, NULL, string)
#11 /Library/WebServer/Documents/php-master/includes/EditPage.php(1288): 
EditPage-internalAttemptSave(array, boolean)
#12 /Library/WebServer/Documents/php-master/includes/EditPage.php(537): 
EditPage-attemptSave()
#13 
/Library/WebServer/Documents/php-master/includes/actions/EditAction.php(56): 
EditPage-edit()
#14 
/Library/WebServer/Documents/php-master/includes/actions/SubmitAction.php(40): 
EditAction-show()
#15 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(401): 
SubmitAction-show()
#16 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(277): 
MediaWiki-performAction(Article, Title)
#17 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(556): 
MediaWiki-performRequest()
#18 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(420): 
MediaWiki-main()
#19 /Library/WebServer/Documents/php-master/index.php(46): MediaWiki-run()


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: gerritbot, aude, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88254: Wikipedia RSS feeds show Wikidata changes very confusingly.

2015-02-02 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a project: Patch-For-Review.
gerritbot added a comment.

Change 188107 had a related patch set uploaded (by Aude):
Add default type param for recentchanges and watchlist query api modules

https://gerrit.wikimedia.org/r/188107

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Lydia_Pintscher, Liuxinyu970226, hoo, aude, lfaraone, 
Jhawkinson, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T85159: Deploy a Wikidata complex query service into production

2015-02-02 Thread bd808
bd808 triaged this task as Normal priority.
bd808 added a subscriber: bd808.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: bd808
Cc: bd808, MBlissett, Krenair, waldyrious, MrStradivarius, JeroenDeDauw, 
JanZerebecki, aude, Aklapper, RobLa-WMF, daniel, jkroll, Smalyshev, 
Wikidata-bugs, GWicke, Manybubbles



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T85298: Figure out quantity representation

2015-02-02 Thread Smalyshev
Smalyshev added a comment.

Also we probably need to get to implementing value ranges/precision eventually.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Smalyshev
Cc: thiemowmde, JeroenDeDauw, JanZerebecki, aude, Aklapper, GWicke, aaron, 
Lydia_Pintscher, Eloquence, daniel, Smalyshev, Manybubbles, jkroll, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T75893: Create time-bomb tag

2015-02-02 Thread Awjrichards
Awjrichards added a subscriber: Awjrichards.
Awjrichards added a comment.

Personally, I feel ambivalent about this. Generally I would recommend 
proceeding with caution in creating tags in Phabricator, which it sounds like 
@Aklapper is already doing. In tools like this, there is generally a tendency 
towards tag-creep (remember BZ?), which on the one hand may not be that big of 
a deal (especially if you think of tags being particularly useful for 
individual teams with a shared semantic understanding/workflow/etc for specific 
tags) but it also introduces noise and confusion to the system.

I certainly do not want to encourage people introducing 'time-bombs' to code - 
from a team practices perspective, I'd rather work with teams to prevent 
'time-bombs' from being introduced in the first place, or encourage a standard 
of code quality for MW and extensions that does not allow for the inclusion of 
'time-bombs'. However, I am imagining this tag being used similarly to 
something like @FIXME in code comments.

Maybe this is a question for the architects ;)


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Awjrichards
Cc: Awjrichards, Jdforrester-WMF, Tobi_WMDE_SW, Gilles, JanZerebecki, Qgil, 
Deskana, Aklapper, Wikidata-bugs, aude, Parent5446, Krenair



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88329: DatabaseBase::makeList: empty input for field cs_entity_id

2015-02-02 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: MediaWiki-extensions-WikibaseClient, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  /index.php?title=Maurice_Gibbaction=submit MWException from line 2170 of 
/Library/WebServer/Documents/php-master/includes/db/Database.php: 
DatabaseBase::makeList: empty input for field cs_entity_id
  
  Backtrace:
  
  #0 /Library/WebServer/Documents/php-master/includes/db/Database.php(1743): 
DatabaseBase-makeList(array, integer)
  #1 /Library/WebServer/Documents/php-master/includes/db/Database.php(1691): 
DatabaseBase-selectSQLText(string, string, array, string, array, array)
  #2 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Usage/Sql/SqlSubscriptionManager.php(138):
 DatabaseBase-select(string, string, array, string)
  #3 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Usage/Sql/SqlSubscriptionManager.php(102):
 
Wikibase\Client\Usage\Sql\SqlSubscriptionManager-querySubscriptions(DatabaseMysqli,
 string, array)
  #4 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/store/UsageUpdater.php(96):
 Wikibase\Client\Usage\Sql\SqlSubscriptionManager-unsubscribe(string, array)
  #5 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Hooks/DataUpdateHookHandlers.php(129):
 Wikibase\Client\Store\UsageUpdater-updateUsageForPage(integer, array)
  #6 
/Library/WebServer/Documents/php-master/extensions/WikidataBuild/extensions/Wikibase/client/includes/Hooks/DataUpdateHookHandlers.php(68):
 Wikibase\Client\Hooks\DataUpdateHookHandlers-doArticleEditUpdates(WikiPage, 
stdClass, boolean)
  #7 [internal function]: 
Wikibase\Client\Hooks\DataUpdateHookHandlers::onArticleEditUpdates(WikiPage, 
stdClass, boolean)
  #8 /Library/WebServer/Documents/php-master/includes/Hooks.php(209): 
call_user_func_array(string, array)
  #9 /Library/WebServer/Documents/php-master/includes/page/WikiPage.php(2200): 
Hooks::run(string, array)
  #10 /Library/WebServer/Documents/php-master/includes/page/WikiPage.php(1868): 
WikiPage-doEditUpdates(Revision, User, array)
  #11 [internal function]: WikiPage-doEditContent(WikitextContent, string, 
integer, boolean, NULL, string)
  #12 /Library/WebServer/Documents/php-master/includes/page/Article.php(1993): 
call_user_func_array(array, array)
  #13 /Library/WebServer/Documents/php-master/includes/EditPage.php(1893): 
Article-__call(string, array)
  #14 /Library/WebServer/Documents/php-master/includes/EditPage.php(1893): 
Article-doEditContent(WikitextContent, string, integer, boolean, NULL, string)
  #15 /Library/WebServer/Documents/php-master/includes/EditPage.php(1288): 
EditPage-internalAttemptSave(array, boolean)
  #16 /Library/WebServer/Documents/php-master/includes/EditPage.php(537): 
EditPage-attemptSave()
  #17 
/Library/WebServer/Documents/php-master/includes/actions/EditAction.php(56): 
EditPage-edit()
  #18 
/Library/WebServer/Documents/php-master/includes/actions/SubmitAction.php(40): 
EditAction-show()
  #19 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(401): 
SubmitAction-show()
  #20 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(277): 
MediaWiki-performAction(Article, Title)
  #21 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(556): 
MediaWiki-performRequest()
  #22 /Library/WebServer/Documents/php-master/includes/MediaWiki.php(420): 
MediaWiki-main()
  #23 /Library/WebServer/Documents/php-master/index.php(46): MediaWiki-run()
  #24 {main}

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88341: Consume etherpad from wikidata query developer session

2015-02-02 Thread Manybubbles
Manybubbles created this task.
Manybubbles added a subscriber: Manybubbles.
Manybubbles added a project: wikidata-query-service.
Manybubbles moved this task to Backlog on the wikidata-query-service workboard.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Turn this into use cases somewhere, filed and useful and shiny and wonderful.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, 
daniel



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T85159: Deploy a Wikidata complex query service into production

2015-02-02 Thread bd808
bd808 moved this task to In Dev/Progress on the MediaWiki-Core-Team workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/37/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: bd808
Cc: bd808, MBlissett, Krenair, waldyrious, MrStradivarius, JeroenDeDauw, 
JanZerebecki, aude, Aklapper, RobLa-WMF, daniel, jkroll, Smalyshev, 
Wikidata-bugs, GWicke, Manybubbles



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88299: Must use an order preserving data type

2015-02-02 Thread Smalyshev
Smalyshev added a comment.

@manybubbles Do you have a backtrace per chance? That'd help.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Smalyshev
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, 
daniel



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88333: SubscriptionManager is trying to query client database

2015-02-02 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a project: Patch-For-Review.
gerritbot added a comment.

Change 188202 had a related patch set uploaded (by Aude):
Fix repo connection for SqlSubscriptionManager

https://gerrit.wikimedia.org/r/188202

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, aude, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88357: when i move a Wikibase client page, subscriptions are not updated

2015-02-02 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added projects: MediaWiki-extensions-WikibaseClient, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  when i move a Wikibase client page, subscriptions are not updated (e.g. 
removed) on the repo.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: Aklapper, aude, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88329: DatabaseBase::makeList: empty input for field cs_entity_id

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 188234 merged by jenkins-bot:
Add test case for empty array in SqlSubscriptionManager

https://gerrit.wikimedia.org/r/188234


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Aklapper, aude, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88329: DatabaseBase::makeList: empty input for field cs_entity_id

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 188234 had a related patch set uploaded (by Aude):
Add test case for empty array in SqlSubscriptionManager

https://gerrit.wikimedia.org/r/188234

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Aklapper, aude, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T86694: Add hook for extensions to bump or expire parser cache

2015-02-02 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a project: Patch-For-Review.
gerritbot added a comment.

Change 188277 had a related patch set uploaded (by Aude):
Add version constant for EntityContent for parser options

https://gerrit.wikimedia.org/r/188277

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Legoktm, JanZerebecki, aude, Aklapper, daniel, Wikidata-bugs, 
Jackmcbarn



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88329: DatabaseBase::makeList: empty input for field cs_entity_id

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 188224 merged by jenkins-bot:
Check for empty arrays in UsageUpdater

https://gerrit.wikimedia.org/r/188224


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Aklapper, aude, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T78493: RSS feed missing Wikidata edit summaries

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

I am worried that we are getting less visibility for Wikidata changes there 
while we really really need more :/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: aude, Aklapper, Lydia_Pintscher, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88329: DatabaseBase::makeList: empty input for field cs_entity_id

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 188224 had a related patch set uploaded (by Aude):
Check for empty arrays in UsageUpdater

https://gerrit.wikimedia.org/r/188224

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Aklapper, aude, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88358: entity usage is incorrectly updated when moving a page

2015-02-02 Thread aude
aude created this task.
aude added subscribers: Aklapper, aude.
aude added projects: Wikidata, MediaWiki-extensions-WikibaseClient.

TASK DESCRIPTION
  when i move a page in the client that was connected to an item...
  
  before move:
  
  | eu_row_id | eu_entity_type | eu_entity_id | eu_aspect | eu_page_id |
  |45 | item   | Q36  | S |   1315 
  
  to a title that has no connection or usage of wikibase whatsoever:
  
  | eu_row_id | eu_entity_type | eu_entity_id | eu_aspect | eu_page_id |
  |63 | item   | Q36  | S |   1320 |
  
  the page id got updated (!) and usage is still indicated even though it is 
not used now.
  
  (with the UpdateRepoOnMove, maybe this is not so terrible? but still think 
this should be done correct and then when update repo runs, usage can be 
updated then)

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T78493: RSS feed missing Wikidata edit summaries

2015-02-02 Thread aude
aude added a comment.

also the diff link isn't really correct:

http://wikidata-client/index.php?title=Maurice_Gibbdiff=9892oldid=9892

(I think this should be a link to the diff in the repo)


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: aude, Aklapper, Lydia_Pintscher, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T86694: Add hook for extensions to bump or expire parser cache

2015-02-02 Thread aude
aude added a project: § Wikidata-Sprint-2015-01-21.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: gerritbot, Legoktm, JanZerebecki, aude, Aklapper, daniel, Wikidata-bugs, 
Jackmcbarn



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T86187: Prepare deployment of usage tracking to Wikidata

2015-02-02 Thread aude
aude moved this task to Done on the § Wikidata-Sprint-2015-01-21 workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1011/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: Ricordisamoa, Manybubbles, RobLa-WMF, Tnegrin, Reedy, Liuxinyu970226, RP88, 
greg, aude, Tobi_WMDE_SW, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T86694: Add hook for extensions to bump or expire parser cache

2015-02-02 Thread aude
aude moved this task to Review on the § Wikidata-Sprint-2015-01-21 workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1011/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: gerritbot, Legoktm, JanZerebecki, aude, Aklapper, daniel, Wikidata-bugs, 
Jackmcbarn



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88360: Figure what to do with MWException within Wikibase

2015-02-02 Thread hoo
hoo moved this task to needs discussion or investigation on the Wikidata 
workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hoo
Cc: ori, JanZerebecki, daniel, aude, Aklapper, hoo, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T71541: security review for Capiunto

2015-02-02 Thread hoo
hoo added a comment.

@csteipp: Can we finally close this? The extension consists almost only of Lua 
code and some very simple PHP interfaces.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: csteipp, hoo
Cc: Wikidata-bugs, greg, He7d3r, Lydia_Pintscher, Manybubbles, hoo, aude, 
Jackmcbarn



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88284: Use assistant languages from the Translate extension for the term box, etc.

2015-02-02 Thread Nemo_bis
Nemo_bis added a subscriber: Nemo_bis.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Nemo_bis
Cc: Nemo_bis, Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88271: Reduce snakview / snakview.variations.Value complexity

2015-02-02 Thread Snaterlicious
Snaterlicious created this task.
Snaterlicious added a subscriber: Snaterlicious.
Snaterlicious added a project: MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  https://gerrit.wikimedia.org/r/#/c/186963/ aims at removing the `snakview`'s 
internal caching. Still, a major complexity issue remains. While the 
`snakview.variations.Value` operates on a `dataValues.DataValue` object, the 
`snakview` currently has to handle both, a deserialized as well as a serialized 
`dataValues.DataValue` object. This results in complexity hardly manageable and 
prone to errors. The following diagram reflects the current state:
  {F33970}

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Snaterlicious
Cc: Snaterlicious, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T76216: language fallback.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: thiemowmde, Snaterlicious, adrianheine, Aklapper, daniel, Wikidata-bugs, 
aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from Normal to High.
Lydia_Pintscher added subscribers: adrianheine, Snaterlicious, thiemowmde.
Lydia_Pintscher set Security to none.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: thiemowmde, Snaterlicious, adrianheine, Aklapper, daniel, Wikidata-bugs, 
aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T76216: language fallback

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a blocking task: T88275: No language fallback applied for 
property labels on qualifiers and references in JS UI..

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: He7d3r, matej_suchanek, Liuxinyu970226, Lydia_Pintscher, Wikidata-bugs, 
aude, Aklapper



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T87334: brainstorming for Wikimania 2015 talk ideas for Wikidata

2015-02-02 Thread Bmueller
Bmueller added a subscriber: Bmueller.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Bmueller
Cc: Bmueller, Addshore, hoo, Daniel_Mietchen, thiemowmde, JanZerebecki, 
kaldari, Jdlrobson, Maryana, Bene, Tpt, Ricordisamoa, JohnLewis, Manybubbles, 
Smalyshev, mkroetzsch, Denny, petr.matas, GerardM, Sjoerddebruin, Multichill, 
Aklapper, Lydia_Pintscher, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88284: Use assistant languages from the Translate extension for the term box, etc.

2015-02-02 Thread daniel
daniel created this task.
daniel added a subscriber: daniel.
daniel added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  For the term box (in other languages), we currently look at the information 
provided by the Babel extension.
  We could also look at the assistant languages provided by the Translate 
extension, if present (it's enabled on wikidata.org).

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread Snaterlicious
Snaterlicious added a comment.

Currently, at least regarding displaying the Property label, the `snakview` 
redraws its DOM on initialization--regardless of any existing DOM. On main Snak 
level, the Property label DOM is not visible since it is overlayed by the 
`statemengroupview` Property label. Some notes on the issue:

- `snakview` should not redraw the Property label DOM if it is initialized on 
existing DOM.
- Regardless of that, there also needs to be a JS mechanism to apply language 
fall-back: For example, what about entering an Item reference specifying an 
Item ID? Currently, language fall-back is not applied during this action as it 
is a JS-only action.
- `snakview` should probably not be touched before 
https://gerrit.wikimedia.org/r/#/c/186963/ is merged.
- Regarding `snakview` refactoring, see also 
https://phabricator.wikimedia.org/T88271.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Snaterlicious
Cc: thiemowmde, Snaterlicious, adrianheine, Aklapper, daniel, Wikidata-bugs, 
aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T88112: Raw HTML code and unreplaced $1 in error message after revert on Wikidata

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T59533: Double escaping in 
restore failure message.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Aklapper, Fomafix, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T59533: Double escaping in restore failure message

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Aklapper, Fomafix.
Lydia_Pintscher merged a task: T88112: Raw HTML code and unreplaced $1 in error 
message after revert on Wikidata.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Fomafix, Aklapper, liangent, Wikidata-bugs, Lucie, Lydia_Pintscher, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88271: Reduce snakview / snakview.variations.Value complexity

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: thiemowmde, adrianheine, Lydia_Pintscher.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, adrianheine, thiemowmde, Snaterlicious, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread daniel
daniel triaged this task as Normal priority.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T86453: Cannot add url values as an anonymous or unconfirmed user

2015-02-02 Thread hoo
hoo closed this task as Resolved.
hoo added a comment.

Change deployed.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hoo
Cc: Lydia_Pintscher, gerritbot, Florian, aude, tstarling, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to consider for next sprint on the Wikidata 
workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: thiemowmde, Snaterlicious, adrianheine, Aklapper, daniel, Wikidata-bugs, 
aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T87576: different styling for label/alias and description input

2015-02-02 Thread Snaterlicious
Snaterlicious added a comment.

Applied in patch set 13 of https://gerrit.wikimedia.org/r/#/c/183866/.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Snaterlicious
Cc: Lydia_Pintscher, Snaterlicious, adrianheine, Tobi_WMDE_SW, thiemowmde, 
Wikidata-bugs, Aklapper, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88029: Redirect loop on mobile diffs (wikidata)

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: aude, JanZerebecki, Florian, Aklapper, Jdlrobson, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread daniel
daniel created this task.
daniel added a subscriber: daniel.
daniel added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  When viewing an item like Q23 in a variant language like de-ch, properties 
that do not have a label set explicitly in that variant are shown using their 
ID plus no label defined in some cases (i.e. language fallback is not 
applied).
  
  Fallback works for property labels on the statement level.
  It does not work on qualifiers or in references.
  With JS disabled, it works correctly for qualifiers and references too.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T86453: Cannot add url values as an anonymous or unconfirmed user

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 186828 merged by Hoo man:
Exempt Item and Property namespaces from ConfirmEdit

https://gerrit.wikimedia.org/r/186828


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: hoo, gerritbot
Cc: Lydia_Pintscher, gerritbot, Florian, aude, tstarling, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T88254: Wikipedia RSS feeds show Wikidata changes very confusingly.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher triaged this task as Normal priority.
Lydia_Pintscher added a comment.

See also https://phabricator.wikimedia.org/T78493.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Liuxinyu970226, hoo, aude, lfaraone, Jhawkinson, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T87854: allow showing captchas on Wikibase items and properties

2015-02-02 Thread Florian
Florian moved this task to In discussion on the 
MediaWiki-extensions-ConfirmEdit-(CAPTCHA-extension) workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/225/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Florian
Cc: Florian, Liuxinyu970226, thiemowmde, hoo, Aklapper, Lydia_Pintscher, 
Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T87854: allow showing captchas on Wikibase items and properties

2015-02-02 Thread Florian
Florian added a subscriber: Florian.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Florian
Cc: Florian, Liuxinyu970226, thiemowmde, hoo, Aklapper, Lydia_Pintscher, 
Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T87767: Typing a property ID in entity-selector does not trigger selected event

2015-02-02 Thread Snaterlicious
Snaterlicious added a comment.

Seems to work with https://gerrit.wikimedia.org/r/#/c/186963/.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Snaterlicious
Cc: Snaterlicious, adrianheine, Wikidata-bugs, Tobi_WMDE_SW, Aklapper, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T88258: Convert WikibaseClient to use extension registration

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, Legoktm, Liuxinyu970226, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88258: Convert WikibaseClient to use extension registration

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: aude, hoo, JanZerebecki.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, Legoktm, 
Liuxinyu970226, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88258: Convert WikibaseClient to use extension registration

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.
Lydia_Pintscher added a subscriber: Lydia_Pintscher.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, Legoktm, Liuxinyu970226, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88271: Reduce snakview / snakview.variations.Value complexity

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, adrianheine, thiemowmde, Snaterlicious, Aklapper, 
Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88258: Convert WikibaseClient to use extension registration

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, Legoktm, 
Liuxinyu970226, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88254: Wikipedia RSS feeds show Wikidata changes very confusingly.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Liuxinyu970226, hoo, aude, lfaraone, Jhawkinson, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T87440: m.wikidata.beta.wmflabs.org/ redirects to a host that does not exist

2015-02-02 Thread Glaisher
Glaisher added a subscriber: Glaisher.
Glaisher added a comment.

needs a labs override for wgMobileUrlTemplate, I guess


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Glaisher
Cc: Glaisher, kaldari, Krenair, Jdlrobson, JanZerebecki, Aklapper, 
Wikidata-bugs, aude, scfc, hashar, greg



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T86694: Bump parser cache for wikibase content based on version

2015-02-02 Thread aude
aude changed the title from Add hook for extensions to bump or expire parser 
cache to Bump parser cache for wikibase content based on version.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: gerritbot, Legoktm, JanZerebecki, aude, Aklapper, daniel, Wikidata-bugs, 
Jackmcbarn



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T66084: Time data-type inconsistently zero-pads year value (dates earlier than year 1000?)

2015-02-02 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Liuxinyu970226
Cc: Liuxinyu970226, thiemowmde, Jc3s5h, Wikidata-bugs, Nemo_bis, Addshore, 
MZMcBride, Lydia_Pintscher, JohnLewis, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T87440: m.wikidata.beta.wmflabs.org/ redirects to a host that does not exist

2015-02-02 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a project: Patch-For-Review.
gerritbot added a comment.

Change 188300 had a related patch set uploaded (by Glaisher):
Fix wgMobileUrlTemplate for wikidatawiki on beta

https://gerrit.wikimedia.org/r/188300

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Glaisher, kaldari, Krenair, Jdlrobson, JanZerebecki, Aklapper, 
Wikidata-bugs, aude, scfc, hashar, greg



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88284: Use assistant languages from the Translate extension for the term box, etc.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher added a comment.

Don't we do that already for the cases where the user has no babel box?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Nemo_bis, Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88284: Use assistant languages from the Translate extension for the term box, etc.

2015-02-02 Thread Nemo_bis
Nemo_bis added a comment.

Thanks for looking into this!

This proposal makes sense in theory and as a stopgap solution for the users 
using this preference, but may have marginal benefits compared to the cost of 
adding yet another way to customise language selection in labels.

Instead, Wikibase should work towards removing its custom language selection 
code, and work on improving ULS which is made precisely for this purpose. See 
https://phabricator.wikimedia.org/T66793 and the discussion on user-specific 
language selection 
https://www.mediawiki.org/wiki/Talk:Universal_Language_Selector/Design/Interlanguage_links#User-specific_language_selection.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Nemo_bis
Cc: Lydia_Pintscher, Nemo_bis, Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88286: Language fallbacks not applied to qualifier properties

2015-02-02 Thread matej_suchanek
matej_suchanek created this task.
matej_suchanek added a subscriber: matej_suchanek.
matej_suchanek added projects: Wikidata, 
MediaWiki-extensions-WikibaseRepository.
matej_suchanek moved this task to incoming on the Wikidata workboard.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  See the images.
  
  Interface in Czech, property [[ https://www.wikidata.org/wiki/Property:P444 | 
p444 ]], items [[ https://www.wikidata.org/wiki/Q3557843#P268 | Q3557843 ]] and 
[[ https://www.wikidata.org/wiki/Q538821#P444 | Q538821 ]].{F34054}{F34055}

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: matej_suchanek
Cc: matej_suchanek, Aklapper, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T76216: language fallback

2015-02-02 Thread matej_suchanek
matej_suchanek added a blocked task: T88286: Language fallbacks not applied to 
qualifier properties.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: matej_suchanek
Cc: He7d3r, matej_suchanek, Liuxinyu970226, Lydia_Pintscher, Wikidata-bugs, 
aude, Aklapper



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T87316: redesign statement section

2015-02-02 Thread matej_suchanek
matej_suchanek added a blocked task: T88286: Language fallbacks not applied to 
qualifier properties.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: matej_suchanek
Cc: adrianheine, thiemowmde, Snaterlicious, Aklapper, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88286: Language fallbacks not applied to qualifier properties

2015-02-02 Thread matej_suchanek
matej_suchanek added blocking tasks: T87316: redesign statement section, 
T76216: language fallback.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: matej_suchanek
Cc: matej_suchanek, Aklapper, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Liuxinyu970226
Cc: Liuxinyu970226, matej_suchanek, thiemowmde, Snaterlicious, adrianheine, 
Aklapper, daniel, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88275: No language fallback applied for property labels on qualifiers and references in JS UI.

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: matej_suchanek.
Lydia_Pintscher merged a task: T88286: Language fallbacks not applied to 
qualifier properties.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: matej_suchanek, thiemowmde, Snaterlicious, adrianheine, Aklapper, daniel, 
Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T88286: Language fallbacks not applied to qualifier properties

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T88275: No language fallback 
applied for property labels on qualifiers and references in JS UI..

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: matej_suchanek, Aklapper, Wikidata-bugs, aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T88029: Redirect loop on mobile diffs (wikidata)

2015-02-02 Thread JanZerebecki
JanZerebecki edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: JanZerebecki
Cc: aude, JanZerebecki, Florian, Aklapper, Jdlrobson, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88293: other language boxes overlaps with site links for long aliases

2015-02-02 Thread aude
aude added a project: Wikidata.
aude set Security to none.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88293: other language boxes overlaps with site links for long aliases

2015-02-02 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added a project: MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
   other language boxes overlaps with site links when editing super long 
aliases, like the German alias in https://www.wikidata.org/wiki/Q1861
  
  {F34098}
  
  (might be a won't fix if we have the redesigned header soon enough)

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88029: Redirect loop on mobile diffs (wikidata)

2015-02-02 Thread KLans_WMF
KLans_WMF moved this task to Submit patch ASAP! on the Mobile-Web workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/67/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: KLans_WMF
Cc: aude, JanZerebecki, Florian, Aklapper, Jdlrobson, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T85951: Implement incremental updates

2015-02-02 Thread Manybubbles
Manybubbles moved this task to Done on the wikidata-query-service workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: JanZerebecki, Aklapper, Smalyshev, Manybubbles, jkroll, Wikidata-bugs, 
aude, GWicke, daniel



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T87178: Maintenance script for exporting site definitions.

2015-02-02 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a project: Patch-For-Review.
gerritbot added a comment.

Change 188060 had a related patch set uploaded (by Daniel Kinzler):
Maintenance script for exporting site definitions

https://gerrit.wikimedia.org/r/188060

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, Lydia_Pintscher, hoo, Tobi_WMDE_SW, JeroenDeDauw, Wikidata-bugs, 
Addshore, daniel, aude, Snaterlicious, GPHemsley, Aklapper



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T86833: Wikidata Query - add license

2015-02-02 Thread Manybubbles
Manybubbles moved this task to Done on the wikidata-query-service workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Manybubbles
Cc: daniel, Smalyshev, Aklapper, Manybubbles, jkroll, Wikidata-bugs, aude, 
GWicke



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T87183: document xml schema for sites definition

2015-02-02 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a project: Patch-For-Review.
gerritbot added a comment.

Change 181391 had a related patch set uploaded (by Daniel Kinzler):
Maintenance script for importing site info.

https://gerrit.wikimedia.org/r/181391

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: gerritbot
Cc: gerritbot, JanZerebecki, Lucie, Aklapper, Lydia_Pintscher, Wikidata-bugs, 
aude



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T87176: Maintenance script for importing site definitions.

2015-02-02 Thread gerritbot
gerritbot added a comment.

Change 181391 had a related patch set uploaded (by Daniel Kinzler):
Maintenance script for importing site info.

https://gerrit.wikimedia.org/r/181391

https://phabricator.wikimedia.org/tag/patch-for-review/


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: daniel, gerritbot
Cc: Lydia_Pintscher, gerritbot, hoo, Tobi_WMDE_SW, JeroenDeDauw, Wikidata-bugs, 
Addshore, daniel, aude, Snaterlicious, GPHemsley, Aklapper



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T88299: Must use an order preserving data type

2015-02-02 Thread Manybubbles
Manybubbles created this task.
Manybubbles assigned this task to Smalyshev.
Manybubbles added a subscriber: Manybubbles.
Manybubbles added a project: wikidata-query-service.
Manybubbles moved this task to Backlog on the wikidata-query-service workboard.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Smalyshev, Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, 
daniel



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T88299: Must use an order preserving data type

2015-02-02 Thread Manybubbles
Manybubbles moved this task to In Dev/Progress on the wikidata-query-service 
workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Smalyshev, Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, 
daniel



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T88293: other language boxes overlaps with site links for long aliases

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, adrianheine, thiemowmde, Snaterlicious, aude, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88293: other language boxes overlaps with site links for long aliases

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Snaterlicious, thiemowmde, adrianheine, 
Lydia_Pintscher.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, adrianheine, thiemowmde, Snaterlicious, aude, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T75654: Redesign header

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a blocking task: T88293:  other language boxes overlaps 
with site links for long aliases.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Wikidata-bugs, thiemowmde, Tobi_WMDE_SW, adrianheine, Snaterlicious, aude, 
Aklapper



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88293: other language boxes overlaps with site links for long aliases

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T75654: Redesign header.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, adrianheine, thiemowmde, Snaterlicious, aude, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T88293: other language boxes overlaps with site links for long aliases

2015-02-02 Thread aude
aude added a comment.

...or at least ensure this sort of alias is handled in a decent way in the new 
header and term box. :)


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: aude
Cc: Lydia_Pintscher, adrianheine, thiemowmde, Snaterlicious, aude, Aklapper, 
Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88029: Redirect loop on mobile diffs (wikidata)

2015-02-02 Thread Florian
Florian added a subscriber: Florian.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Florian
Cc: Florian, Aklapper, Jdlrobson, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88029: Redirect loop on mobile diffs (wikidata)

2015-02-02 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: JanZerebecki, aude.
Lydia_Pintscher added a project: Wikidata.
Lydia_Pintscher set Security to none.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

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

To: Lydia_Pintscher
Cc: aude, JanZerebecki, Florian, Aklapper, Jdlrobson, Wikidata-bugs



___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs