[Wikidata-bugs] [Maniphest] [Commented On] T104879: Define the details of the hardware we need to run WDQS

2015-07-08 Thread Joe
Joe added a comment. Just as a note - labs instances are incredibly slower than production hardware. IOPS are horrible, in particular, so if we just need 3x as an IO performance, we should be able to pull it off with non-ssd disks as well. TASK DETAIL

[Wikidata-bugs] [Maniphest] [Updated] T103087: Run DCAT-AP for Wikibase after creating Wikidata dumps and make the resulting RDF publicly available

2015-07-08 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T103087 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Lokal_Profil, Aklapper, Lydia_Pintscher, ArielGlenn, hoo, Wikidata-bugs,

[Wikidata-bugs] [Maniphest] [Commented On] T103087: Run DCAT-AP for Wikibase after creating Wikidata dumps and make the resulting RDF publicly available

2015-07-08 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Change 219800 had a related patch set uploaded (by Lokal Profil): Add DCAT-AP for Wikibase https://gerrit.wikimedia.org/r/219800 TASK DETAIL https://phabricator.wikimedia.org/T103087 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T104862: Date input parses YYYY MM DD as 6 July YYYY or not at all

2015-07-08 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a comment. From a user's perspective I totally understand that the current behavior is confusing. There is absolutely no way for an editor to understand why 1990 12 31 would result in 8 July 1990 and tomorrow in 9 July 1990. If it is intended to not support space-separated

[Wikidata-bugs] [Maniphest] [Commented On] T104862: Date input parses YYYY MM DD as 6 July YYYY or not at all

2015-07-08 Thread thiemowmde
thiemowmde added a comment. I'm not sure what you mean when you say something is wrong with a test. This is an intended feature. At least intended by the PHP developers. We do not want this. I would love to disable this feature but couldn't find a way to do this. I do see these solutions: 1.

[Wikidata-bugs] [Maniphest] [Created] T105127: Banners between search and last-edited on Skin Minerva

2015-07-08 Thread Sumit
Sumit created this task. Sumit added subscribers: Sumit, Jdlrobson, Nicolas_Raoul. Sumit added a project: Wikidata-Page-Banner. Sumit moved this task to June 26-July 18 on the Wikidata-Page-Banner workboard. Herald added a subscriber: Aklapper. Herald added a project: Wikidata. TASK DESCRIPTION

[Wikidata-bugs] [Maniphest] [Updated] T105126: Evaluate pattern constraints (safely)

2015-07-08 Thread daniel
daniel added projects: Security-General, Performance. TASK DETAIL https://phabricator.wikimedia.org/T105126 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Aklapper, daniel, Wikidata-bugs, aude, GWicke, csteipp, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Commented On] T105126: Evaluate pattern constraints (safely)

2015-07-08 Thread daniel
daniel added a comment. Glob patterns may be an option, using fnmatch http://php.net/manual/en/function.fnmatch.php. However, glob doesn't have a way to define a fixed number of repetitions, so four digits would have to be written as [0-9][0-9][0-9][0-9]. Also, the common * and ? wildcards are

[Wikidata-bugs] [Maniphest] [Changed Project Column] T105033: Explore mobile specific banners

2015-07-08 Thread Sumit
Sumit moved this task to June 26-July 18 on the Wikidata-Page-Banner workboard. TASK DETAIL https://phabricator.wikimedia.org/T105033 WORKBOARD https://phabricator.wikimedia.org/project/board/1158/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] [Created] T105126: Evaluate pattern constraints (safely)

2015-07-08 Thread daniel
daniel created this task. daniel added a subscriber: daniel. daniel added a project: Wikibase-Quality-Constraints. Herald added a subscriber: Aklapper. Herald added a project: Wikidata. TASK DESCRIPTION Pattern constraints are based on regular expressions. Evaluating user supplied regular

[Wikidata-bugs] [Maniphest] [Commented On] T98029: Launch PageBanner extension on Wikivoyage projects

2015-07-08 Thread Nicolas_Raoul
Nicolas_Raoul added a comment. I just created a discussion calling for a consensus to deploy the extension: https://en.wikivoyage.org/wiki/Wikivoyage:Travellers%27_pub#Consensus_for_deploying_the_new_banners_extension TASK DETAIL https://phabricator.wikimedia.org/T98029 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T105126: Evaluate pattern constraints (safely)

2015-07-08 Thread daniel
daniel added a comment. Using PCRE limits http://php.net/manual/en/pcre.configuration.php to restrict backtracking and recursion would be one possible approach. However, this means some expressions will fail to evaluate on some input. There is no way to indicate this to the user who created

[Wikidata-bugs] [Maniphest] [Changed Project Column] T101950: Goal: Establish a framework to engage with data engineers and open data organizations

2015-07-08 Thread Qgil
Qgil moved this task to Doing on the ECT-July-2015 workboard. TASK DETAIL https://phabricator.wikimedia.org/T101950 WORKBOARD https://phabricator.wikimedia.org/project/board/1301/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Qgil Cc:

[Wikidata-bugs] [Maniphest] [Commented On] T87759: Allow simultaneous editing of mainsnak and references

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223544 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Fix wrong assumption in statementview https://gerrit.wikimedia.org/r/223544 TASK DETAIL https://phabricator.wikimedia.org/T87759 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T87759: Allow simultaneous editing of mainsnak and references

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223548 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Add missing fail-safe to counter calculation in statementview https://gerrit.wikimedia.org/r/223548 TASK DETAIL https://phabricator.wikimedia.org/T87759 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T87759: Allow simultaneous editing of mainsnak and references

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223542 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Make referencesChanger optional in the referenceview widget https://gerrit.wikimedia.org/r/223542 TASK DETAIL https://phabricator.wikimedia.org/T87759 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T87759: Allow simultaneous editing of mainsnak and references

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223541 had a related patch set uploaded (by Thiemo Mättig (WMDE)): More flexible options handling in referenceview tests https://gerrit.wikimedia.org/r/223541 TASK DETAIL https://phabricator.wikimedia.org/T87759 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T87759: Allow simultaneous editing of mainsnak and references

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223545 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Rename wrong private method name in statementview https://gerrit.wikimedia.org/r/223545 TASK DETAIL https://phabricator.wikimedia.org/T87759 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T87759: Allow simultaneous editing of mainsnak and references

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223547 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Allow switching to edit mode with null references in statementview https://gerrit.wikimedia.org/r/223547 TASK DETAIL https://phabricator.wikimedia.org/T87759 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Created] T105163: When no icons are present, {{PAGEBANNER}} shows a small empty div

2015-07-08 Thread Sumit
Sumit created this task. Sumit added a subscriber: Sumit. Sumit added a project: Wikidata-Page-Banner. Sumit moved this task to June 26-July 18 on the Wikidata-Page-Banner workboard. Herald added a subscriber: Aklapper. Herald added a project: Wikidata. TASK DESCRIPTION Ideally, if no icons are

[Wikidata-bugs] [Maniphest] [Commented On] T105163: When no icons are present, {{PAGEBANNER}} shows a small empty div

2015-07-08 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Change 223558 had a related patch set uploaded (by Sumit): WikidataPageBanner hide icon placeholder if empty https://gerrit.wikimedia.org/r/223558 TASK DETAIL https://phabricator.wikimedia.org/T105163 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Updated] T105163: When no icons are present, {{PAGEBANNER}} shows a small empty div

2015-07-08 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T105163 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Sumit, Aklapper, Wikidata-bugs, aude, Lydia_Pintscher, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Commented On] T104895: Stop using deprecated methods on Entity

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 222895 merged by jenkins-bot: Use getStatements instead of getClaims in EntityContent subclasses https://gerrit.wikimedia.org/r/222895 TASK DETAIL https://phabricator.wikimedia.org/T104895 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T104895: Stop using deprecated methods on Entity

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223563 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Avoid a little bit of code duplication in EntityContent classes https://gerrit.wikimedia.org/r/223563 TASK DETAIL https://phabricator.wikimedia.org/T104895 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T103875: wbsearchentities: Make returning the entity URL optional

2015-07-08 Thread Addshore
Addshore added a subscriber: Addshore. Addshore added a comment. Is this actually related to Wikibase-Quality? TASK DETAIL https://phabricator.wikimedia.org/T103875 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Addshore, Aklapper,

[Wikidata-bugs] [Maniphest] [Commented On] T104862: Date input parses YYYY MM DD as 6 July YYYY or not at all

2015-07-08 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a comment. I've checked an older build and there this issue does not occur because we were not supporting precision higher than day. A messages Precision higher than DAY is not yet supported is shown. Since we are now supporting higher precision we are running into that

[Wikidata-bugs] [Maniphest] [Changed Project Column] T105095: Map Markus's comments to tasks

2015-07-08 Thread Smalyshev
Smalyshev moved this task to In progress on the Discovery-Wikidata-Query-Service-Sprint workboard. TASK DETAIL https://phabricator.wikimedia.org/T105095 WORKBOARD https://phabricator.wikimedia.org/project/board/1239/ EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T104862: Date input parses YYYY MM DD as 6 July YYYY or not at all

2015-07-08 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a comment. Addition: of course the issue was there also before but since the user was not able to save the value it was not that bad. But now the user could actually enter such a string and hit save (without checking the preview) and it would lead to wrong entries in the

[Wikidata-bugs] [Maniphest] [Claimed] T105185: Need deploy rights for Wikidata Query Service

2015-07-08 Thread Joe
Joe claimed this task. Joe set Security to None. Herald added a subscriber: Matanya. TASK DETAIL https://phabricator.wikimedia.org/T105185 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Joe Cc: Matanya, Aklapper, Westonnh, tomasz, Jdouglas, Joe,

[Wikidata-bugs] [Maniphest] [Created] T105185: Need deploy rights for Wikidata Query Service

2015-07-08 Thread Smalyshev
Smalyshev created this task. Smalyshev added subscribers: Smalyshev, Joe, Jdouglas, tomasz, Westonnh. Smalyshev added projects: Wikidata-Query-Service, Ops-Access-Requests. Herald added a subscriber: Aklapper. Herald added projects: operations, Wikidata, Discovery. TASK DESCRIPTION We need

[Wikidata-bugs] [Maniphest] [Updated] T105185: Need deploy rights for Wikidata Query Service

2015-07-08 Thread Joe
Joe added a blocked task: T95679: Make a puppet role that sets up a query service and loads it. TASK DETAIL https://phabricator.wikimedia.org/T105185 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Joe Cc: Matanya, Aklapper, Westonnh, tomasz,

[Wikidata-bugs] [Maniphest] [Commented On] T104895: Stop using deprecated methods on Entity

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223567 had a related patch set uploaded (by Thiemo Mättig (WMDE)): Alternative architecture of EntityContent::isStub https://gerrit.wikimedia.org/r/223567 TASK DETAIL https://phabricator.wikimedia.org/T104895 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T104862: Date input parses YYYY MM DD as 6 July YYYY or not at all

2015-07-08 Thread Addshore
Addshore added a comment. So yes, I believe this oddity is something that has gone wrong with PhpDateTimeParserTest. Infact this exact behaviour is documented at the top of the class... - Time parser using PHP's DateTime object. Since the behavior of PHP's parser can be quite odd -

[Wikidata-bugs] [Maniphest] [Created] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread Sjoerddebruin
Sjoerddebruin created this task. Sjoerddebruin added a subscriber: Sjoerddebruin. Sjoerddebruin added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, Regression. Herald added a subscriber: Aklapper. TASK DESCRIPTION I think the title of this task is clear enough. TASK DETAIL

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T68580: Better support for exact values in Quantity DataType

2015-07-08 Thread AmaryllisGardener
AmaryllisGardener added a subscriber: AmaryllisGardener. TASK DETAIL https://phabricator.wikimedia.org/T68580 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: AmaryllisGardener Cc: AmaryllisGardener, Izno, Smalyshev, kaldari, Gareth, Ayack, geraki,

[Wikidata-bugs] [Maniphest] [Claimed] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread hoo
hoo claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T105211 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: hoo Cc: Sjoerddebruin, Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp ___

[Wikidata-bugs] [Maniphest] [Triaged] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread hoo
hoo triaged this task as Unbreak Now! priority. TASK DETAIL https://phabricator.wikimedia.org/T105211 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: hoo Cc: Sjoerddebruin, Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Changed Project Column] T105185: Need deploy rights for Wikidata Query Service

2015-07-08 Thread Smalyshev
Smalyshev moved this task to WDQS on the Discovery workboard. TASK DETAIL https://phabricator.wikimedia.org/T105185 WORKBOARD https://phabricator.wikimedia.org/project/board/1174/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Joe, Smalyshev Cc:

[Wikidata-bugs] [Maniphest] [Updated] T103904: Create debian service structure for WDQS

2015-07-08 Thread Smalyshev
Smalyshev added a blocked task: T95679: Make a puppet role that sets up a query service and loads it. TASK DETAIL https://phabricator.wikimedia.org/T103904 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev Cc: Smalyshev, Aklapper,

[Wikidata-bugs] [Maniphest] [Commented On] T98029: Launch PageBanner extension on Wikivoyage projects

2015-07-08 Thread Jdlrobson
Jdlrobson added a comment. I'll be unavailable for the next week but please be sure to capture any issues the community raises in some Phabricator tasks so we can get them resolved! TASK DETAIL https://phabricator.wikimedia.org/T98029 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T90115: BlazeGraph Security Review

2015-07-08 Thread csteipp
csteipp added a comment. @ksmith, there should be a separate task for that, depending on this. Any other code to be deployed should have a separate security review request. TASK DETAIL https://phabricator.wikimedia.org/T90115 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T105189: Wikidata action=querylist=tags should not take 15-25 seconds to respond

2015-07-08 Thread Sjoerddebruin
Sjoerddebruin added a subscriber: Sjoerddebruin. TASK DETAIL https://phabricator.wikimedia.org/T105189 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sjoerddebruin Cc: Sjoerddebruin, Krinkle, Aklapper, Wikidata-bugs, aude, Anomie, Legoktm,

[Wikidata-bugs] [Maniphest] [Created] T105189: Wikidata action=querylist=tags should not take 15-25 seconds to respond

2015-07-08 Thread Krinkle
Krinkle created this task. Krinkle added a subscriber: Krinkle. Krinkle added projects: Regression, Wikidata, MediaWiki-API, MediaWiki-extensions-OAuth, MediaWiki-Database. Herald added a subscriber: Aklapper. TASK DESCRIPTION The RTRC[1] tool queries the tags during startup to populate a

[Wikidata-bugs] [Maniphest] [Commented On] T90115: BlazeGraph Security Review

2015-07-08 Thread ksmith
ksmith added a subscriber: ksmith. ksmith added a comment. @CSteipp: A Discovery Q1 goal is to deploy WDQS on production hardware in a test mode. Should we use this phabricator ticket to track that, or would a different/another ticket be better (since it includes code beyond just blazegraph

[Wikidata-bugs] [Maniphest] [Updated] T98029: Launch PageBanner extension on Wikivoyage projects

2015-07-08 Thread Krenair
Krenair added a subscriber: Krenair. Krenair added a project: Wikimedia-Extension-setup. Krenair added a comment. A new extension deployment? Has this all gone through https://www.mediawiki.org/wiki/Writing_an_extension_for_deployment ? TASK DETAIL https://phabricator.wikimedia.org/T98029

[Wikidata-bugs] [Maniphest] [Claimed] T103836: get list of all items with usage instructions in description

2015-07-08 Thread matej_suchanek
matej_suchanek added a subscriber: matej_suchanek. matej_suchanek claimed this task. matej_suchanek added a comment. I have created a querry http://quarry.wmflabs.org/query/4265 on https://phabricator.wikimedia.org/tag/quarry/. Some of these may be test edits. BTW, another my querry

[Wikidata-bugs] [Maniphest] [Commented On] T100463: Redirect RDF data does not have revision IDs/timestamps

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 216894 abandoned by Smalyshev: https://phabricator.wikimedia.org/T100463: add wdata to redirects Reason: Replaced by https://gerrit.wikimedia.org/r/#/c/223345/ https://gerrit.wikimedia.org/r/216894 TASK DETAIL https://phabricator.wikimedia.org/T100463

[Wikidata-bugs] [Maniphest] [Edited] T105189: Wikidata action=querylist=tags should not take 15-25 seconds to respond

2015-07-08 Thread Krinkle
Krinkle edited the task description. Krinkle set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T105189 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Krinkle Cc: Krinkle, Aklapper, Wikidata-bugs, aude, Anomie, Legoktm, Malyacko,

[Wikidata-bugs] [Maniphest] [Commented On] T98029: Launch PageBanner extension on Wikivoyage projects

2015-07-08 Thread Jdlrobson
Jdlrobson added a comment. @Krenair I have informed @sumit about this yes and he is in the process of kicking this off. We are aiming for a launch at the end of GSoc. TASK DETAIL https://phabricator.wikimedia.org/T98029 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T98029: Launch PageBanner extension on Wikivoyage projects

2015-07-08 Thread Jdlrobson
Jdlrobson added a comment. (I should add we already have community support so in a way this process has already been kicked off) TASK DETAIL https://phabricator.wikimedia.org/T98029 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jdlrobson Cc:

[Wikidata-bugs] [Maniphest] [Closed] T105163: When no icons are present, {{PAGEBANNER}} shows a small empty div

2015-07-08 Thread Sumit
Sumit closed this task as Resolved. Sumit removed projects: Patch-For-Review, Wikidata. Sumit set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T105163 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sumit Cc: gerritbot, Sumit,

[Wikidata-bugs] [Maniphest] [Updated] T105127: Banners between search and last-edited on Skin Minerva

2015-07-08 Thread Sumit
Sumit removed a project: Wikidata. Sumit set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T105127 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sumit Cc: Nicolas_Raoul, Jdlrobson, Sumit, Aklapper, Wikidata-bugs, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Created] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Sumit
Sumit created this task. Sumit added subscribers: Sumit, Jdlrobson, Nicolas_Raoul. Sumit added a project: Wikidata-Page-Banner. Sumit moved this task to June 26-July 18 on the Wikidata-Page-Banner workboard. Herald added a subscriber: Aklapper. Herald added a project: Wikidata. TASK DESCRIPTION

[Wikidata-bugs] [Maniphest] [Edited] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Sumit
Sumit edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sumit Cc: Aklapper, Nicolas_Raoul, Jdlrobson, Sumit, Wikidata-bugs, Lydia_Pintscher, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Commented On] T105163: When no icons are present, {{PAGEBANNER}} shows a small empty div

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223558 merged by jenkins-bot: WikidataPageBanner hide icon placeholder if empty https://gerrit.wikimedia.org/r/223558 TASK DETAIL https://phabricator.wikimedia.org/T105163 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Updated] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Sumit
Sumit removed a project: Wikidata. Sumit set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sumit Cc: Aklapper, Nicolas_Raoul, Jdlrobson, Sumit, Wikidata-bugs, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T105189: Wikidata action=querylist=tags should not take 15-25 seconds to respond

2015-07-08 Thread Anomie
Anomie moved this task to Needs plan on the MediaWiki-API workboard. TASK DETAIL https://phabricator.wikimedia.org/T105189 WORKBOARD https://phabricator.wikimedia.org/project/board/200/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Anomie Cc:

[Wikidata-bugs] [Maniphest] [Commented On] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Jdlrobson
Jdlrobson added a comment. Which page has the problem? Given Asia works fine, I suspect it is an issue with the image being used - e.g. the image is not available in a high resolution. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T105189: Wikidata action=querylist=tags should not take 15-25 seconds to respond

2015-07-08 Thread Anomie
Anomie added a subscriber: Anomie. Anomie added a comment. The slowness in the module is due to the database query to fetch the list of used tags: SELECT ct_tag, 0 AS hitcount FROM change_tag GROUP BY ct_tag ORDER BY ct_tag LIMIT 11; Strangely, increasing the limit seems to make it much

[Wikidata-bugs] [Maniphest] [Edited] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Sumit
Sumit edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sumit Cc: Aklapper, Nicolas_Raoul, Jdlrobson, Sumit, Wikidata-bugs, Lydia_Pintscher, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Retitled] T105211: ResourceLoader modules no longer depend on ULS after conversion to extension registration

2015-07-08 Thread hoo
hoo changed the title from Language input box (for monolingual text properties) doesn't give suggestions anymore to ResourceLoader modules no longer depend on ULS after conversion to extension registration. hoo edited the task description. hoo closed this task as Resolved. hoo removed a project:

[Wikidata-bugs] [Maniphest] [Updated] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T105211 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: hoo, gerritbot Cc: gerritbot, Sjoerddebruin, Aklapper, Wikidata-bugs, aude, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Commented On] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Change 223660 had a related patch set uploaded (by Hoo man): Use the ResourceLoaderRegisterModules hook ExtensionRegistry for dynamic dependencies https://gerrit.wikimedia.org/r/223660 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223660 merged by jenkins-bot: Use the ResourceLoaderRegisterModules hook ExtensionRegistry for dynamic dependencies https://gerrit.wikimedia.org/r/223660 TASK DETAIL https://phabricator.wikimedia.org/T105211 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223672 had a related patch set uploaded (by Hoo man): Use the ResourceLoaderRegisterModules hook ExtensionRegistry for dynamic dependencies https://gerrit.wikimedia.org/r/223672 TASK DETAIL https://phabricator.wikimedia.org/T105211 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T105211: Language input box (for monolingual text properties) doesn't give suggestions anymore

2015-07-08 Thread gerritbot
gerritbot added a comment. Change 223672 merged by jenkins-bot: Use the ResourceLoaderRegisterModules hook ExtensionRegistry for dynamic dependencies https://gerrit.wikimedia.org/r/223672 TASK DETAIL https://phabricator.wikimedia.org/T105211 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T68580: Better support for exact values in Quantity DataType

2015-07-08 Thread Sjoerddebruin
Sjoerddebruin added a subscriber: Sjoerddebruin. TASK DETAIL https://phabricator.wikimedia.org/T68580 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sjoerddebruin Cc: Sjoerddebruin, AmaryllisGardener, Izno, Smalyshev, kaldari, Gareth, Ayack,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T94713: Beta: A user is able to see wikidata descriptions in mobile web search results (in order to learn better select from results)

2015-07-08 Thread gpaumier
gpaumier moved this task to Archive on the user-notice workboard. TASK DETAIL https://phabricator.wikimedia.org/T94713 WORKBOARD https://phabricator.wikimedia.org/project/board/1097/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: bmansurov,

[Wikidata-bugs] [Maniphest] [Commented On] T100463: Redirect RDF data does not have revision IDs/timestamps

2015-07-08 Thread daniel
daniel added a comment. Thanks, and sorry for the delay. TASK DETAIL https://phabricator.wikimedia.org/T100463 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Smalyshev, daniel Cc: gerritbot, daniel, Aklapper, Smalyshev, jkroll, Wikidata-bugs,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T89598: Convert Template:Authority_control to Lua and use Wikidata

2015-07-08 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. Herald added subscribers: Steinsplitter, Matanya. TASK DETAIL https://phabricator.wikimedia.org/T89598 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Matanya, Steinsplitter,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T98307: Deploy usage tracking and arbitrary access to commonswiki

2015-07-08 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. TASK DETAIL https://phabricator.wikimedia.org/T98307 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Steinsplitter, El_Grafo, SamB, Lydia_Pintscher, greg, aude,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T89594: Use the arbitrary access to Wikidata feature on Commons (tracking)

2015-07-08 Thread zhuyifei1999
zhuyifei1999 added a subscriber: zhuyifei1999. Herald added subscribers: Steinsplitter, Matanya. TASK DETAIL https://phabricator.wikimedia.org/T89594 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: Matanya, Steinsplitter,

[Wikidata-bugs] [Maniphest] [Edited] T45962: Special:ItemDisambiguation should include aliases in search, not just labels.

2015-07-08 Thread matej_suchanek
matej_suchanek edited the task description. matej_suchanek removed subscribers: gerritbot, matej_suchanek. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T45962 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Edited] T104273: in suggester, labels are redundantly and incorrectly listed as aliases

2015-07-08 Thread matej_suchanek
matej_suchanek edited the task description. matej_suchanek removed a subscriber: gerritbot. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T104273 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T59774: Long qualifier name breaks layout

2015-07-08 Thread matej_suchanek
matej_suchanek removed subscribers: gerritbot, matej_suchanek. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T59774 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore, matej_suchanek Cc:

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T103489: Cursor keeps jumping to the end in sitelink editing

2015-07-08 Thread matej_suchanek
matej_suchanek removed a subscriber: gerritbot. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T103489 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: thiemowmde, matej_suchanek Cc: thiemowmde, Bene,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T102817: Sort by page ID on Special:UnconnectedPages

2015-07-08 Thread matej_suchanek
matej_suchanek removed a subscriber: gerritbot. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T102817 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel, matej_suchanek Cc: thiemowmde, Aklapper,

[Wikidata-bugs] [Maniphest] [Retitled] T87021: Wikibase diffs for datetime display the property label on a separate line

2015-07-08 Thread matej_suchanek
matej_suchanek changed the title from wikibase diffs for datetime do not display the property label to Wikibase diffs for datetime display the property label on a separate line. matej_suchanek added a subscriber: matej_suchanek. matej_suchanek added a project:

[Wikidata-bugs] [Maniphest] [Edited] T101227: Weekly reports for WikidataPageBanner extension

2015-07-08 Thread Sumit
Sumit edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T101227 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sumit Cc: NiharikaKohli, Aklapper, Sumit, Wikidata-bugs, Lydia_Pintscher, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T59745: Automatically create redirects when merging items

2015-07-08 Thread matej_suchanek
matej_suchanek removed subscribers: gerritbot, matej_suchanek. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T59745 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucie, matej_suchanek Cc: Lucie,

[Wikidata-bugs] [Maniphest] [Edited] T44686: Special:ItemDisambiguation should support case-insensitive matches.

2015-07-08 Thread matej_suchanek
matej_suchanek edited the task description. matej_suchanek removed a subscriber: gerritbot. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T44686 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T103665: Introduce WikibaseChangeNotification hook

2015-07-08 Thread matej_suchanek
matej_suchanek removed a subscriber: gerritbot. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T103665 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel, matej_suchanek Cc: Addshore, Aklapper,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T102995: Remove langlink count from Special:UnconnectedPages until we can get it from page_props

2015-07-08 Thread matej_suchanek
matej_suchanek removed a subscriber: gerritbot. matej_suchanek removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T102995 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel, matej_suchanek Cc: thiemowmde, Aklapper,

[Wikidata-bugs] [Maniphest] [Updated] T59714: option for Special:ItemDisambiguation to redirect straight to an item if only 1 is found

2015-07-08 Thread matej_suchanek
matej_suchanek added a blocked task: T96040: Wikibase special pages tracking bug. TASK DETAIL https://phabricator.wikimedia.org/T59714 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek Cc: Wikidata-bugs, Addshore, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Updated] T96040: Wikibase special pages tracking bug

2015-07-08 Thread matej_suchanek
matej_suchanek added a blocking task: T59714: option for Special:ItemDisambiguation to redirect straight to an item if only 1 is found. TASK DETAIL https://phabricator.wikimedia.org/T96040 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] [Commented On] T89218: For special precision in Wikidata interface, show dimension in meters

2015-07-08 Thread Jc3s5h
Jc3s5h added a comment. I have added this to Lack of geographic shape data type causing trouble https://www.mediawiki.org/wiki/Talk:Wikibase/DataModel#Lack_of_geographic_shape_data_type_causing_trouble on the data model talk page, since there seems to be disagreement about the conceptual

[Wikidata-bugs] [Maniphest] [Edited] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Andrewssi2
Andrewssi2 edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Andrewssi2 Cc: Aklapper, Nicolas_Raoul, Jdlrobson, Sumit, Wikidata-bugs, Lydia_Pintscher, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Edited] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Andrewssi2
Andrewssi2 edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Andrewssi2 Cc: Andrewssi2, Aklapper, Nicolas_Raoul, Jdlrobson, Sumit, Wikidata-bugs, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Commented On] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Andrewssi2
Andrewssi2 added a subscriber: Andrewssi2. Andrewssi2 added a comment. @Jdlrobson I have updated the description. Basically the same banner image is being used by the old banner template on Wikivoyage Asia and the test page with the proposed banner template. One is blurry and the other is not.

[Wikidata-bugs] [Maniphest] [Commented On] T103875: wbsearchentities: Make returning the entity URL optional

2015-07-08 Thread daniel
daniel added a comment. nope TASK DETAIL https://phabricator.wikimedia.org/T103875 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Addshore, Aklapper, daniel, Wikidata-bugs, aude, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Updated] T103875: wbsearchentities: Make returning the entity URL optional

2015-07-08 Thread daniel
daniel removed a project: Wikibase-Quality. TASK DETAIL https://phabricator.wikimedia.org/T103875 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Addshore, Aklapper, daniel, Wikidata-bugs, aude, Malyacko, P.Copp

[Wikidata-bugs] [Maniphest] [Edited] T105203: Blurry banners on Macbook pro Retina with Safari

2015-07-08 Thread Andrewssi2
Andrewssi2 edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T105203 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Andrewssi2 Cc: Andrewssi2, Aklapper, Nicolas_Raoul, Jdlrobson, Sumit, Wikidata-bugs, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Commented On] T104862: Date input parses YYYY MM DD as 6 July YYYY or not at all

2015-07-08 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. We need to go back to not accepting precisions higher than date. TASK DETAIL https://phabricator.wikimedia.org/T104862 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Addshore, thiemowmde,