[Wikidata-bugs] [Maniphest] [Updated] T75892: Create technical-debt project

2014-12-02 Thread Jdforrester-WMF
Jdforrester-WMF removed a project: VisualEditor-TechnicalDebt. TASK DETAIL https://phabricator.wikimedia.org/T75892 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Jdforrester-WMF Cc: JanZerebecki, Tobi_WMDE_SW, Tgr, Jdforrester-WMF,

[Wikidata-bugs] [Maniphest] [Created] T76545: InvalidArgumentException from line 45 SiteLink.php: $pageName must be a string; got boolean (from UpdateRepoOnMoveJob)

2014-12-02 Thread aude
aude created this task. aude added a subscriber: aude. aude added projects: MediaWiki-extensions-WikibaseRepository, Wikidata. aude changed Security from none to none. TASK DESCRIPTION InvalidArgumentException from line 45 of /srv/mediawiki/php-1.25wmf10/extensions/Wikidata/vendor/wikibase/data

[Wikidata-bugs] [Maniphest] [Commented On] T76373: Evaluate Titan as graph storage/query engine for Wikidata Query service

2014-12-02 Thread GWicke
GWicke added a comment. >>! In T76373#802449, @Smalyshev wrote: > Note, that running Titan with Cassandra embedded requires GC tuning. While > embedded Cassandra can provide lower latency query answering, its GC behavior > under load is less predictable. Yeah, agreed. GC scaling limits are kind

[Wikidata-bugs] [Maniphest] [Commented On] T76373: Evaluate Titan as graph storage/query engine for Wikidata Query service

2014-12-02 Thread Smalyshev
Smalyshev added a comment. OK, setting `thrift_framed_transport_size_in_mb` in `cassandra.yaml` in both Cassandra and Titan (they both have the yaml file) to 256 seems to eliminate the Frame size error, now `g.wd('Q5').in('P31').labelEn[0]` words and produces 'Douglas Adams' as it should. TASK

[Wikidata-bugs] [Maniphest] [Updated] T76516: Notice: Undefined index: language in repo/includes/api/EditEntity.php on line 812

2014-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review. gerritbot added a comment. Change 177090 had a related patch set uploaded (by Aude): Add array_key_exists check for language in EditEntity api module [[https://gerrit.wikimedia.org/r/177090]] #patch-for-review TASK DETAIL https://phabricator.wikime

[Wikidata-bugs] [Maniphest] [Updated] T76516: Notice: Undefined index: language in repo/includes/api/EditEntity.php on line 812

2014-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review. gerritbot added a comment. Change 177090 had a related patch set uploaded (by Aude): Add array_key_exists check for language in EditEntity api module [[https://gerrit.wikimedia.org/r/177090]] #patch-for-review TASK DETAIL https://phabricator.wikime

[Wikidata-bugs] [Maniphest] [Commented On] T76373: Evaluate Titan as graph storage/query engine for Wikidata Query service

2014-12-02 Thread Smalyshev
Smalyshev added a comment. @gwicke I'm not sure about cassandra in-process as a way to go because eventually we want to run it as a cluster I assume which may be harder to manage if we link them together. Also, [[ http://s3.thinkaurelius.com/docs/titan/0.5.0/cassandra.html | the docs say ]]: N

[Wikidata-bugs] [Maniphest] [Commented On] T76373: Evaluate Titan as graph storage/query engine for Wikidata Query service

2014-12-02 Thread GWicke
GWicke added a comment. >>! In T76373#799513, @Smalyshev wrote: > Technical issues: > > # On import, titan sometimes slows down and gets into GC loops. > # On querying, for vertices with a lot of edges (such as > `wd("Q5").in("P31")`, i.e. "humans", titan produces a backend exception: > > ```

[Wikidata-bugs] [Maniphest] [Closed] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Smalyshev
Smalyshev closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T76509 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Smalyshev Cc: Aklapper, Smalyshev, Manybubbles, GWicke, JanZerebecki, aude, jkroll, Wikida

[Wikidata-bugs] [Maniphest] [Unblock] T76373: Evaluate Titan as graph storage/query engine for Wikidata Query service

2014-12-02 Thread Smalyshev
Smalyshev closed blocking task T76509: Figure out why Titan gets OOM when importing data as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T76373 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Smalyshev Cc: Smalyshev, Man

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Smalyshev
Smalyshev added a comment. Yes, the docs say: https://thinkaurelius.github.io/titan/javadoc/current/com/thinkaurelius/titan/core/TitanGraph.html#getManagementSystem() TitanManagement getManagementSystem() Returns the management system for this graph instance. The management system provides funct

[Wikidata-bugs] [Maniphest] [Triaged] T76510: HttpError from line 344 of EntityDataRequestHandler.php: No entity with ID Q15916620 was found

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority. Lydia_Pintscher added a subscriber: JanZerebecki. TASK DETAIL https://phabricator.wikimedia.org/T76510 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lydia_Pintscher Cc: wikidat

[Wikidata-bugs] [Maniphest] [Triaged] T76510: HttpError from line 344 of EntityDataRequestHandler.php: No entity with ID Q15916620 was found

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Normal" priority. Lydia_Pintscher added a subscriber: JanZerebecki. TASK DETAIL https://phabricator.wikimedia.org/T76510 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lydia_Pintscher Cc: wikidat

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Manybubbles
Manybubbles added a comment. @SMalyshev - try adding mgmt.rollback right before https://github.com/smalyshev/wikidata-gremlin/blob/titan/src/main/groovy/org/wikidata/gremlin/Loader.groovy#L340 . It looks like every call to getManagementSystem starts a transaction whether or not you need one...

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Smalyshev
Smalyshev added a comment. Oh, another missing piece - the data is loaded now by somethine like: dataLoader.gzipFile("/Users/smalyshev/Downloads/xaax.gz").load(100) So DataLoader is the starting point. Sorry, it's work in progress, a bit messy now :) @aude will definitely check it out, tha

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Manybubbles
Manybubbles added a comment. @Smalyshev - disregard that last bit - now that I see the code it makes more sense. @aude - Yeah - wikidata toolkit might be super useful for parsing, not sure. TASK DETAIL https://phabricator.wikimedia.org/T76509 REPLY HANDLER ACTIONS Reply to comment or attac

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Manybubbles
Manybubbles added a comment. @Smalyshev OK - I can you try adding g.rollback() to the end of any of your scripts? I _think_ Titan isn't being super careful to automatically close any outstanding transactions. It autocreates them it lots of cases. TASK DETAIL https://phabricator.wikimedia.or

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread aude
aude added a comment. @Smalyshev ok, makes sense and helps to see the code :) looks fine for just experimenting, but have you looked at the Wikidata toolkit yet? https://github.com/Wikidata/Wikidata-Toolkit/ if we are to go with titan or whatever java thing, then i would be tempted to see wh

[Wikidata-bugs] [Maniphest] [Updated] T76516: Notice: Undefined index: language in repo/includes/api/EditEntity.php on line 812

2014-12-02 Thread aude
aude added a project: MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T76516 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata-bugs _

[Wikidata-bugs] [Maniphest] [Updated] T76393: do batch label lookups for Special:Contributions, via ContribsPager::reallyDoQuery hook

2014-12-02 Thread aude
aude added a project: MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T76393 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: aude Cc: wikidata-bugs, aude, Wikidata-bugs ___

[Wikidata-bugs] [Maniphest] [Updated] T76393: do batch label lookups for Special:Contributions, via ContribsPager::reallyDoQuery hook

2014-12-02 Thread aude
aude added a project: MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T76393 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: aude Cc: wikidata-bugs, aude, Wikidata-bugs ___

[Wikidata-bugs] [Maniphest] [Updated] T76516: Notice: Undefined index: language in repo/includes/api/EditEntity.php on line 812

2014-12-02 Thread aude
aude added a project: MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T76516 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata-bugs _

[Wikidata-bugs] [Maniphest] [Updated] T76510: HttpError from line 344 of EntityDataRequestHandler.php: No entity with ID Q15916620 was found

2014-12-02 Thread aude
aude added projects: Wikidata, MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T76510 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata-bugs

[Wikidata-bugs] [Maniphest] [Updated] T76510: HttpError from line 344 of EntityDataRequestHandler.php: No entity with ID Q15916620 was found

2014-12-02 Thread aude
aude added projects: Wikidata, MediaWiki-extensions-WikibaseRepository. TASK DETAIL https://phabricator.wikimedia.org/T76510 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata-bugs

[Wikidata-bugs] [Maniphest] [Created] T76516: Notice: Undefined index: language in repo/includes/api/EditEntity.php on line 812

2014-12-02 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: Wikidata. aude changed Security from none to none. TASK DESCRIPTION seen in the logs: Notice: Undefined index: language in /srv/mediawiki/php-1.25wmf10/extensions/Wikidata/extensions/Wikibase/repo/includes/api/Edi

[Wikidata-bugs] [Maniphest] [Changed CC] T76470: have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)

2014-12-02 Thread JanZerebecki
JanZerebecki added a subscriber: Tobi_WMDE_SW. JanZerebecki added a comment. Yes. Daniel suggested this to catch problems that would break old client with new repo, currently we wouldn't notice this before wikidata.org is updated. In addition we probably also then need some selenium tests runnin

[Wikidata-bugs] [Maniphest] [Changed CC] T76470: have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)

2014-12-02 Thread JanZerebecki
JanZerebecki added a subscriber: Tobi_WMDE_SW. JanZerebecki added a comment. Yes. Daniel suggested this to catch problems that would break old client with new repo, currently we wouldn't notice this before wikidata.org is updated. In addition we probably also then need some selenium tests runnin

[Wikidata-bugs] [Maniphest] [Updated] T76514: localized edit summary for changes of statements on properties

2014-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review. gerritbot added a comment. Change 177008 had a related patch set uploaded (by Hoo man): Add messages for Statement on Property related edit summaries [[https://gerrit.wikimedia.org/r/177008]] #patch-for-review TASK DETAIL https://phabricator.wikime

[Wikidata-bugs] [Maniphest] [Updated] T76514: localized edit summary for changes of statements on properties

2014-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review. gerritbot added a comment. Change 177008 had a related patch set uploaded (by Hoo man): Add messages for Statement on Property related edit summaries [[https://gerrit.wikimedia.org/r/177008]] #patch-for-review TASK DETAIL https://phabricator.wikime

[Wikidata-bugs] [Maniphest] [Created] T76514: localized edit summary for changes of statements on properties

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added subscribers: Wikidata-bugs, Lydia_Pintscher, hoo, aude. Lydia_Pintscher added projects: Wikidata, MediaWiki-extensions-WikibaseRepository. Lydia_Pintscher changed Security from none to none. TASK DESCRIPTION The edit summaries need to be

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Smalyshev
Smalyshev added a comment. @manybubbles I can give you the heap dumps (or attach it here if huge files are ok here) if it helps. Also, the code I'm using is here: https://github.com/smalyshev/wikidata-gremlin/tree/titan TASK DETAIL https://phabricator.wikimedia.org/T76509 REPLY HANDLER ACTIO

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Manybubbles
Manybubbles added a comment. I imagine its that transactions are being held onto in TitanBlueprintsGraph for some reason. Doing a bit of digging. TASK DETAIL https://phabricator.wikimedia.org/T76509 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Smalyshev
Smalyshev added a comment. @GWicke, it looks like it, the loader script reports processing 51K rows, which means 51K vertices inserted/updated, so 48K is pretty close to that number (not sure why they are not equal though). The script now commits every 1000 rows, but I'm not sure how Titan coun

[Wikidata-bugs] [Maniphest] [Changed CC] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread aude
aude added a subscriber: aude. aude added a comment. how is the data being imported? is this on labs? TASK DETAIL https://phabricator.wikimedia.org/T76509 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Smalyshev, aude Cc: Aklapper,

[Wikidata-bugs] [Maniphest] [Commented On] T76470: have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)

2014-12-02 Thread aude
aude added a comment. this means to have test2 (e.g.) entirely kept on the old branch, including core and everything. maybe we want that, but that's a bit bigger of a change. TASK DETAIL https://phabricator.wikimedia.org/T76470 REPLY HANDLER ACTIONS Reply to comment or attach files, or !cl

[Wikidata-bugs] [Maniphest] [Commented On] T76470: have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)

2014-12-02 Thread aude
aude added a comment. this means to have test2 (e.g.) entirely kept on the old branch, including core and everything. maybe we want that, but that's a bit bigger of a change. TASK DETAIL https://phabricator.wikimedia.org/T76470 REPLY HANDLER ACTIONS Reply to comment or attach files, or !cl

[Wikidata-bugs] [Maniphest] [Commented On] T75601: Coordinates shown as 0°0'NFF"N, 0°0'NFF"E caused by php warning: division by zero in GeoCoordinateFormatter

2014-12-02 Thread aude
aude added a comment. i am updating geo in the build (somehow we had older version there than 1.1.4 that has the fix) TASK DETAIL https://phabricator.wikimedia.org/T75601 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: hoo, aude Cc:

[Wikidata-bugs] [Maniphest] [Commented On] T75601: Coordinates shown as 0°0'NFF"N, 0°0'NFF"E caused by php warning: division by zero in GeoCoordinateFormatter

2014-12-02 Thread aude
aude added a comment. i am updating geo in the build (somehow we had older version there than 1.1.4 that has the fix) TASK DETAIL https://phabricator.wikimedia.org/T75601 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: hoo, aude Cc:

[Wikidata-bugs] [Maniphest] [Commented On] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread GWicke
GWicke added a comment. Is 48k transaction records all transactions committed up to that point? TASK DETAIL https://phabricator.wikimedia.org/T76509 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Smalyshev, GWicke Cc: Aklapper, Smal

[Wikidata-bugs] [Maniphest] [Changed CC] T75601: Coordinates shown as 0°0'NFF"N, 0°0'NFF"E caused by php warning: division by zero in GeoCoordinateFormatter

2014-12-02 Thread aude
aude added a subscriber: aude. aude added a comment. still seeing this in the logs: Warning: Division by zero in /srv/mediawiki/php-1.25wmf10/extensions/Wikidata/vendor/data-values/geo/src/Formatters/GeoCoordinateFormatter.php on line 217 TASK DETAIL https://phabricator.wikimedia.org/T75601

[Wikidata-bugs] [Maniphest] [Commented On] T75739: Division by zero in /srv/mediawiki/php-1.25wmf8/extensions/Wikidata/vendor/data-values/geo/src/Formatters/GeoCoordinateFormatter.php on line 217

2014-12-02 Thread Manybubbles
Manybubbles added a comment. Oh no! TASK DETAIL https://phabricator.wikimedia.org/T75739 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Manybubbles Cc: Manybubbles, aude, Wikidata-bugs

[Wikidata-bugs] [Maniphest] [Changed CC] T75601: Coordinates shown as 0°0'NFF"N, 0°0'NFF"E caused by php warning: division by zero in GeoCoordinateFormatter

2014-12-02 Thread aude
aude added a subscriber: aude. aude added a comment. still seeing this in the logs: Warning: Division by zero in /srv/mediawiki/php-1.25wmf10/extensions/Wikidata/vendor/data-values/geo/src/Formatters/GeoCoordinateFormatter.php on line 217 TASK DETAIL https://phabricator.wikimedia.org/T75601

[Wikidata-bugs] [Maniphest] [Changed CC] T75739: Division by zero in /srv/mediawiki/php-1.25wmf8/extensions/Wikidata/vendor/data-values/geo/src/Formatters/GeoCoordinateFormatter.php on line 217

2014-12-02 Thread aude
aude added a subscriber: aude. aude added a comment. still seeing this Warning: Division by zero in /srv/mediawiki/php-1.25wmf10/extensions/Wikidata/vendor/data-values/geo/src/Formatters/GeoCoordinateFormatter.php on line 217 TASK DETAIL https://phabricator.wikimedia.org/T75739 REPLY HANDLE

[Wikidata-bugs] [Maniphest] [Commented On] T73519: Unblock editing the item for Germany (Q183) (Was: Wikimedia Error page on)

2014-12-02 Thread aude
aude added a comment. when i get php5 zend, it still times out when requesting https://www.wikidata.org/w/index.php?title=Q183&oldid=143201634 stack trace: #0 /srv/mediawiki/php-1.25wmf10/includes/objectcache/MemcachedPeclBagOStuff.php(124): Memcached->get('wikibase:WBL/wi...', NULL, NULL) #1

[Wikidata-bugs] [Maniphest] [Commented On] T75563: add Dinka as a supported language

2014-12-02 Thread gerritbot
gerritbot added a comment. Change 176610 merged by jenkins-bot: Extra language names configuration for Wikidata [[https://gerrit.wikimedia.org/r/176610]] TASK DETAIL https://phabricator.wikimedia.org/T75563 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscr

[Wikidata-bugs] [Maniphest] [Commented On] T59342: Please enable the ota or Ottoman Turkish language

2014-12-02 Thread gerritbot
gerritbot added a comment. Change 176610 merged by jenkins-bot: Extra language names configuration for Wikidata [[https://gerrit.wikimedia.org/r/176610]] TASK DETAIL https://phabricator.wikimedia.org/T59342 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscr

[Wikidata-bugs] [Maniphest] [Changed CC] T73519: Unblock editing the item for Germany (Q183) (Was: Wikimedia Error page on)

2014-12-02 Thread Incola
Incola removed a subscriber: Incola. TASK DETAIL https://phabricator.wikimedia.org/T73519 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Incola Cc: Elitre, Quiddity, Liuxinyu970226, greg, Legoktm, coren, Raymond, JanZerebecki, hoo,

[Wikidata-bugs] [Maniphest] [Created] T76509: Figure out why Titan gets OOM when importing data

2014-12-02 Thread Smalyshev
Smalyshev created this task. Smalyshev claimed this task. Smalyshev added subscribers: Smalyshev, Manybubbles, GWicke, JanZerebecki. Smalyshev added a project: wikidata-query-service. Smalyshev changed Security from none to none. TASK DESCRIPTION On import, Titan gets GC loops. Checking the heap

[Wikidata-bugs] [Maniphest] [Closed] T76155: disallow adding sitelinks to File namespace on Commons

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T76155 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: hoo, Lydia_Pintscher Cc: Lydia_Pintscher, aude, Wikidata-bugs

[Wikidata-bugs] [Maniphest] [Retitled] T76470: have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)

2014-12-02 Thread JanZerebecki
JanZerebecki changed the title from "have one testwiki (client) on test-wikidata-branch (repo) - 1" to "have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)". JanZerebecki edited the task description. JanZerebecki added subscribers: aude, ho

[Wikidata-bugs] [Maniphest] [Retitled] T76470: have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)

2014-12-02 Thread JanZerebecki
JanZerebecki changed the title from "have one testwiki (client) on test-wikidata-branch (repo) - 1" to "have one testwiki (client) on the previous branch deployed (compared to the branch test.wikidata repo is on)". JanZerebecki edited the task description. JanZerebecki added subscribers: aude, ho

[Wikidata-bugs] [Maniphest] [Updated] T76491: Create "WikibaseJavaScriptApi"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76491 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Updated] T76488: Create "WikibaseSerializationJavaScript"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76488 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Qgil, Wikidata-bugs _

[Wikidata-bugs] [Maniphest] [Updated] T76486: Create "WikibaseDataModelJavaScript"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76486 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Updated] T76485: Create "DataValuesJavascript"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76485 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Updated] T76484: Create "ValueView"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76484 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Updated] T76483: Create "WikibaseInternalSerialization"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76483 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Updated] T76482: Create "WikibaseDataModelSerialization"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76482 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Updated] T76481: Create "WikibaseDataModel"

2014-12-02 Thread JanZerebecki
JanZerebecki added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T76481 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: Aklapper, Tobi_WMDE_SW, Wikidata-bugs, Qgil _

[Wikidata-bugs] [Maniphest] [Closed] T54731: No usageexception thrown in api wbeditentities when using inconsistent languages

2014-12-02 Thread Lucie
Lucie closed this task as "Resolved". Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T54731 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Addshore, Legoktm, Lydia_Pintscher, Wikidata-bugs, Lucie

[Wikidata-bugs] [Maniphest] [Unblock] T41174: Wikidata repo MW API (tracking)

2014-12-02 Thread Lucie
Lucie closed blocking task T54731: No usageexception thrown in api wbeditentities when using inconsistent languages as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T41174 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: L

[Wikidata-bugs] [Maniphest] [Changed CC] T54731: No usageexception thrown in api wbeditentities when using inconsistent languages

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. The error seems to be resolved now. (Is an error/usage exception now.) { "servedby": "mw1017", "error": { "code": "not-recognized-string", "info": "A string was expected, but not recognized (A string was expected,

[Wikidata-bugs] [Maniphest] [Changed CC] T59768: action=wbeditentity: Missing datavalue key for snaks should raise a more specified message

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. I get a similar error. { "servedby": "mw1017", "error": { "code": "internal_api_error_InvalidArgumentException", "info": "Exception Caught: Wikibase\\Lib\\Serializers\\SnakSerializer::newSnakFromType got an array w

[Wikidata-bugs] [Maniphest] [Updated] T59768: action=wbeditentity: Missing datavalue key for snaks should raise a more specified message

2014-12-02 Thread Lucie
Lucie removed a project: testme. Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T59768 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Addshore, JanZerebecki, hoo, Lydia_Pintscher, duplicatebug, da

[Wikidata-bugs] [Maniphest] [Updated] T75302: new datatype for linking to properties

2014-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review. gerritbot added a comment. Change 176933 had a related patch set uploaded (by Daniel Kinzler): Introduce DataType for refs to Properties. [[https://gerrit.wikimedia.org/r/176933]] #patch-for-review TASK DETAIL https://phabricator.wikimedia.org/T753

[Wikidata-bugs] [Maniphest] [Unblock] T41174: Wikidata repo MW API (tracking)

2014-12-02 Thread Lucie
Lucie closed blocking task T56366: no-external-page error should provide machine readable error info as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T41174 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Legokt

[Wikidata-bugs] [Maniphest] [Changed CC] T56366: no-external-page error should provide machine readable error info

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. The error message is more detailed now: { "servedby": "mw1017", "error": { "code": "no-external-page", "info": "The external client site 'enwikivoyage' did not provide page information for page 'Main Pageddd'.",

[Wikidata-bugs] [Maniphest] [Closed] T56366: no-external-page error should provide machine readable error info

2014-12-02 Thread Lucie
Lucie closed this task as "Resolved". Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T56366 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Addshore, Legoktm, Lydia_Pintscher, Wikidata-bugs, Lucie

[Wikidata-bugs] [Maniphest] [Closed] T57352: Translated language names should be used in $1 in

2014-12-02 Thread Lucie
Lucie closed this task as "Resolved". Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T57352 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Lydia_Pintscher, liangent, Wikidata-bugs, Shizhao, Arrbee

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

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. Still the same. {F17958} TASK DETAIL https://phabricator.wikimedia.org/T59533 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Lydia_Pintscher, liangent, Wikidata-bugs

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

2014-12-02 Thread Lucie
Lucie removed a project: testme. Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T59533 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Lydia_Pintscher, liangent, Wikidata-bugs, Lucie ___

[Wikidata-bugs] [Maniphest] [Changed CC] T53326: Chillu letters in Wikidata API

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. Even though this seems to be the same word, the last (visible) letter seems to be a completly different one. The one versions links correctly to the right Item, is the other version like a disambiguation? I guess this should be investigate

[Wikidata-bugs] [Maniphest] [Updated] T53326: Chillu letters in Wikidata API

2014-12-02 Thread Lucie
Lucie removed a project: testme. Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T53326 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Addshore, Anomie, Reedy, Lydia_Pintscher, Catrope, jeblad, Wik

[Wikidata-bugs] [Maniphest] [Updated] T47126: Non-English letters aren't linked

2014-12-02 Thread Lucie
Lucie removed a project: testme. Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T47126 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Lydia_Pintscher, daniel, jeblad, Amire80, Wikidata-bugs, Shizh

[Wikidata-bugs] [Maniphest] [Created] T76471: move storage into storage implementation and storage interface directories

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added a subscriber: Lydia_Pintscher. Lydia_Pintscher added projects: Wikidata, MediaWiki-extensions-WikidataRepo. Lydia_Pintscher changed Security from none to none. TASK DESCRIPTION TASK DETAIL https://phabricator.wikimedia.org/T76471 REPLY

[Wikidata-bugs] [Maniphest] [Retitled] T75877: move storage into storage implementation and storage interface repositories

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "Split lib/storage into a separate component" to "move storage into storage implementation and storage interface repositories". TASK DETAIL https://phabricator.wikimedia.org/T75877 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !cla

[Wikidata-bugs] [Maniphest] [Created] T76470: have one testwiki (client) on test-wikidata-branch (repo) - 1

2014-12-02 Thread JanZerebecki
JanZerebecki created this task. JanZerebecki added a subscriber: JanZerebecki. JanZerebecki added projects: Wikidata, Wikimedia-Wikidata. JanZerebecki changed Security from none to none. TASK DESCRIPTION TASK DETAIL https://phabricator.wikimedia.org/T76470 REPLY HANDLER ACTIONS Reply to com

[Wikidata-bugs] [Maniphest] [Created] T76469: move formatters into own directory

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added a subscriber: Lydia_Pintscher. Lydia_Pintscher added projects: Wikidata, MediaWiki-extensions-WikidataRepo. Lydia_Pintscher changed Security from none to none. TASK DESCRIPTION We need to move the formatters into their own directory in ord

[Wikidata-bugs] [Maniphest] [Retitled] T75871: move formatters into their own repository

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "split formatters into a new component" to "move formatters into their own repository". Lydia_Pintscher placed this task up for grabs. TASK DETAIL https://phabricator.wikimedia.org/T75871 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close

[Wikidata-bugs] [Maniphest] [Retitled] T75879: move wikibase parsers and validators into a separate repository

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "move wikibase parsers and validators (to repo, or a separate component)" to "move wikibase parsers and validators into a separate repository". TASK DETAIL https://phabricator.wikimedia.org/T75879 REPLY HANDLER ACTIONS Reply to comment or attach files,

[Wikidata-bugs] [Maniphest] [Created] T76468: move parsers and validators into own directory

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher created this task. Lydia_Pintscher added a subscriber: Lydia_Pintscher. Lydia_Pintscher added projects: Wikidata, MediaWiki-extensions-WikidataRepo. Lydia_Pintscher changed Security from none to none. TASK DESCRIPTION We need to move the parsers and validators into their own dire

[Wikidata-bugs] [Maniphest] [Commented On] T75863: split wikibase.git

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Result of today's discussion is that the next step in the split will be: {F17944} TASK DETAIL https://phabricator.wikimedia.org/T75863 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Wikidata-bugs, L

[Wikidata-bugs] [Maniphest] [Commented On] T73512: create filter by language that can be applied to objects before passing to serialization

2014-12-02 Thread JanZerebecki
JanZerebecki added a comment. That interface and its implementation would reside in WikibaseRepo. TASK DETAIL https://phabricator.wikimedia.org/T73512 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: JanZerebecki Cc: JanZerebecki, dan

[Wikidata-bugs] [Maniphest] [Changed CC] T47820: Links in "In other languages" broken when language is an alias or out of use

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. This is not a Wikidata specific bug but depends on ULS. Plus there seem to be not a lot of people having no as a language setting: https://www.wikidata.org/wiki/Category:User_no TASK DETAIL https://phabricator.wikimedia.org/T47820 REPLY

[Wikidata-bugs] [Maniphest] [Closed] T47820: Links in "In other languages" broken when language is an alias or out of use

2014-12-02 Thread Lucie
Lucie closed this task as "Resolved". Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T47820 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Lydia_Pintscher, jeblad, Wikidata-bugs, Lucie

[Wikidata-bugs] [Maniphest] [Commented On] T73512: create filter by language that can be applied to objects before passing to serialization

2014-12-02 Thread daniel
daniel added a comment. I suggest an EntityLocalizer service as follows: ``` interface EntityLocalizer { /** ** @return Entity **/ public function localizeEntity( Entity $e, LanguageFallbackChain $chain ); } ``` TASK DETAIL https://phabricator.wikimedia.org/T73512 REPLY HAND

[Wikidata-bugs] [Maniphest] [Commented On] T73512: create filter by language that can be applied to objects before passing to serialization

2014-12-02 Thread JanZerebecki
JanZerebecki added a comment. Consider using LanguageFallbackChain as is instead of proposed AcceptLanguageSet and Tranliterator. TASK DETAIL https://phabricator.wikimedia.org/T73512 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: J

[Wikidata-bugs] [Maniphest] [Updated] T61951: Sort statement: Up arrow and question mark nearly melted into each other

2014-12-02 Thread Lucie
Lucie removed a project: testme. Lucie set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T61951 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Snaterlicious, adrianlang, Raymond, thiemowmde, Lydia_Pintsche

[Wikidata-bugs] [Maniphest] [Commented On] T61951: Sort statement: Up arrow and question mark nearly melted into each other

2014-12-02 Thread Lucie
Lucie added a comment. Well, that's indeed still a problem. Looks like a even worse mess. {F17937} TASK DETAIL https://phabricator.wikimedia.org/T61951 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Lucie Cc: Snaterlicious, adrianl

[Wikidata-bugs] [Maniphest] [Changed CC] T61951: Sort statement: Up arrow and question mark nearly melted into each other

2014-12-02 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a subscriber: Tobi_WMDE_SW. Tobi_WMDE_SW added a comment. >>! In T61951#801234, @Lucie wrote: > With Ubuntu and Firefox 33 it looks fine but I will test it on Windows again, > too. > On Ubuntu it now looks like this: > {F17933} Please note that Raymond's language was set to G

[Wikidata-bugs] [Maniphest] [Changed CC] T61951: Sort statement: Up arrow and question mark nearly melted into each other

2014-12-02 Thread Lucie
Lucie added a subscriber: Lucie. Lucie added a comment. With Ubuntu and Firefox 33 it looks fine but I will test it on Windows again, too. On Ubuntu it now looks like this: {F17933} TASK DETAIL https://phabricator.wikimedia.org/T61951 REPLY HANDLER ACTIONS Reply to comment or attach files,

[Wikidata-bugs] [Maniphest] [Updated] T73512: create filter by language that can be applied to objects before passing to serialization

2014-12-02 Thread daniel
daniel added a comment. Related task: T73992 "JSON should (optionally) contain full URIs for referenced external entities" TASK DETAIL https://phabricator.wikimedia.org/T73512 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: daniel C

[Wikidata-bugs] [Maniphest] [Retitled] T76458: item not found / invalid id exception from Special:EnitityData should not be logged

2014-12-02 Thread JanZerebecki
JanZerebecki changed the title from "item not found exception from Special:EnitityData should not be logged" to "item not found / invalid id exception from Special:EnitityData should not be logged". JanZerebecki edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T76458

[Wikidata-bugs] [Maniphest] [Retitled] T76458: item not found / invalid id exception from Special:EnitityData should not be logged

2014-12-02 Thread JanZerebecki
JanZerebecki changed the title from "item not found exception from Special:EnitityData should not be logged" to "item not found / invalid id exception from Special:EnitityData should not be logged". JanZerebecki edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T76458

[Wikidata-bugs] [Maniphest] [Created] T76458: item not found exception from Special:EnitityData should not be logged

2014-12-02 Thread JanZerebecki
JanZerebecki created this task. JanZerebecki assigned this task to Wikidata-bugs. JanZerebecki added a subscriber: JanZerebecki. JanZerebecki added projects: Wikidata, MediaWiki-extensions-WikidataRepo. JanZerebecki changed Security from none to none. TASK DESCRIPTION Item not found exception fr

[Wikidata-bugs] [Maniphest] [Changed CC] T72037: Automate Entity Suggester Data Updates

2014-12-02 Thread Sjoerddebruin
Sjoerddebruin added a subscriber: Sjoerddebruin. TASK DETAIL https://phabricator.wikimedia.org/T72037 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: Sjoerddebruin Cc: Lydia_Pintscher, Tobi_WMDE_SW, Wikidata-bugs, Sjoerddebruin ___

[Wikidata-bugs] [Maniphest] [Commented On] T76155: disallow adding sitelinks to File namespace on Commons

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Just tested it. Still possible. TASK DETAIL https://phabricator.wikimedia.org/T76155 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: hoo, Lydia_Pintscher Cc: Lydia_Pintscher, aude, Wikidata-bugs __

[Wikidata-bugs] [Maniphest] [Raised Priority] T76155: disallow adding sitelinks to File namespace on Commons

2014-12-02 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from "High" to "Unbreak Now!". Lydia_Pintscher added a subscriber: aude. TASK DETAIL https://phabricator.wikimedia.org/T76155 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: hoo, Lydia_

[Wikidata-bugs] [Maniphest] [Updated] T70022: Make formatter for referenced Items use pre-fetched labels.

2014-12-02 Thread daniel
daniel added a blocking task: T74308: Inject term lookup into formatters. TASK DETAIL https://phabricator.wikimedia.org/T70022 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: daniel Cc: Lydia_Pintscher, daniel, Wikidata-bugs __

[Wikidata-bugs] [Maniphest] [Updated] T74308: Inject term lookup into formatters

2014-12-02 Thread daniel
daniel removed a blocking task: T64724: Reuse EntityInfoBuilder arrays when generating html (tracking). TASK DETAIL https://phabricator.wikimedia.org/T74308 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign . To: daniel Cc: Tobi_WMDE_SW, Liu

  1   2   >