[Wikidata-bugs] [Maniphest] [Created] T75749: languages mixed up in other languages box when using uselang param

2014-11-24 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: MediaWiki-extensions-WikidataRepo. aude changed Security from none to none. TASK DESCRIPTION 03:16 * aude thinks there is a bug in the other languages editing 03:16 aude i have as my en label, as german

[Wikidata-bugs] [Maniphest] [Updated] T58602: Set languageLinkSiteGroup in $wgWBClientSettings to avoid fetching SiteList object from memcached

2014-11-25 Thread aude
aude added a comment. see T47532 which addresses this issue more generally, to avoid memcached entirely for the SiteList and have a file-based cache for it. the specific issue of languageLinkSiteGroup is resolved (some time ago) and https://gerrit.wikimedia.org/r/174113 (merged now) addressed

[Wikidata-bugs] [Maniphest] [Changed CC] T74309: Investigate how prefetching labels would work for watchlist and recent changes

2014-11-30 Thread aude
aude added a subscriber: aude. aude added a comment. LinkBegin should use an EntityRetrievingTermLookup (with in process caching) if terms cannot be batched and prefetched and it is not a memcached or redis-based term cache. memcached retrieval of entities is faster than sql queries of term

[Wikidata-bugs] [Maniphest] [Commented On] T74309: Investigate how prefetching labels would work for watchlist and recent changes

2014-11-30 Thread aude
aude added a comment. if we use memcached, then suggest we cache entities that are in the recent changes table (maybe x recent days) plus perhaps most used entities as determined by client usage tracking. TASK DETAIL https://phabricator.wikimedia.org/T74309 REPLY HANDLER ACTIONS Reply

[Wikidata-bugs] [Maniphest] [Commented On] T74309: Investigate how prefetching labels would work for watchlist and recent changes

2014-11-30 Thread aude
aude added a comment. if we use memcached, then suggest we cache entities that are in the recent changes table (maybe x recent days) plus perhaps most used entities as determined by client usage tracking. TASK DETAIL https://phabricator.wikimedia.org/T74309 REPLY HANDLER ACTIONS Reply

[Wikidata-bugs] [Maniphest] [Commented On] T74309: Investigate how prefetching labels would work for watchlist and recent changes

2014-12-01 Thread aude
aude added a comment. only one data point comparison on my dev wiki and obviously can't reproduce all production conditions, but: recent changes with EntityTermLookup (30 days, 60 items) - TermSqlIndex: 65955512 memory 28786 backend response time recent changes with EntityRetrievingTermLookup

[Wikidata-bugs] [Maniphest] [Updated] T76394: batch label lookups for onLinkBegin hook handling

2014-12-01 Thread aude
aude added blocking tasks: T76393: do batch label lookups for Special:Contributions, via ContribsPager::reallyDoQuery hook, T75684: Use batching label lookup in SpecialWikibaseQueryPage, T76363: add hook to SpecialAllPages to allow batch lookups for title link formatting, T74310: Batched label

[Wikidata-bugs] [Maniphest] [Updated] T75087: Efficient entity label lookup (tracking)

2014-12-01 Thread aude
aude added a blocking task: T76394: batch label lookups for onLinkBegin hook handling. TASK DETAIL https://phabricator.wikimedia.org/T75087 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: aude Cc: Lydia_Pintscher, daniel

[Wikidata-bugs] [Maniphest] [Created] T76394: batch label lookups for onLinkBegin hook handling

2014-12-01 Thread aude
aude created this task. aude added a subscriber: aude. aude added projects: MediaWiki-extensions-WikidataRepo, Wikidata. aude changed Security from none to none. TASK DESCRIPTION there are some opportunities for batching label lookups for the onLinkBegin hook handling in Wikibase Repo TASK

[Wikidata-bugs] [Maniphest] [Commented On] T75744: Use EntityInfoTermLookup / label lookup in ClaimsView and SnakHtmlGenerator for formatting property ids

2014-12-01 Thread aude
aude added a comment. https://gerrit.wikimedia.org/r/#/c/176246/ TASK DETAIL https://phabricator.wikimedia.org/T75744 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: aude Cc: aude, Aklapper, Wikidata-bugs

[Wikidata-bugs] [Maniphest] [Updated] T75888: Use EntityIdFormatter for PropertyLabels in ClaimHtmlFormatter

2014-12-01 Thread aude
aude added a blocking task: T72767: Do not load full entities when invoking LinkBegin hook. TASK DETAIL https://phabricator.wikimedia.org/T75888 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: Wikidata-bugs, aude Cc

[Wikidata-bugs] [Maniphest] [Updated] T75888: Use EntityIdFormatter for PropertyLabels in ClaimHtmlFormatter

2014-12-01 Thread aude
aude removed a blocking task: T72767: Do not load full entities when invoking LinkBegin hook. TASK DETAIL https://phabricator.wikimedia.org/T75888 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: Wikidata-bugs, aude Cc

[Wikidata-bugs] [Maniphest] [Updated] T72767: Do not load full entities when invoking LinkBegin hook

2014-12-01 Thread aude
aude added a blocking task: T75888: Use EntityIdFormatter for PropertyLabels in ClaimHtmlFormatter. TASK DETAIL https://phabricator.wikimedia.org/T72767 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: aude Cc

[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=Q183oldid=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] [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

[Wikidata-bugs] [Maniphest] [Changed CC] T75601: Coordinates shown as 0°0'NFFN, 0°0'NFFE 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] T75601: Coordinates shown as 0°0'NFFN, 0°0'NFFE 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] T75601: Coordinates shown as 0°0'NFFN, 0°0'NFFE 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 username. To: hoo

[Wikidata-bugs] [Maniphest] [Commented On] T75601: Coordinates shown as 0°0'NFFN, 0°0'NFFE 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 username. To: hoo

[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

[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

[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 username. To: Smalyshev, aude Cc

[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

[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 username. To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata

[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 username. To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata

[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 username. 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 username. 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 username. To: aude Cc: wikidata-bugs, Aklapper, aude, Wikidata-bugs

[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

[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

[Wikidata-bugs] [Maniphest] [Changed CC] T76217: language fallback for the property parser function

2014-12-08 Thread aude
aude added a subscriber: aude. aude added a comment. this is already done for variants. beyond that, it might get a bit weird and not quite as feasible in terms of caching. languages like en-gb are not used as a content language anywhere afaik so wouldn't have the issue in those cases

[Wikidata-bugs] [Maniphest] [Changed CC] T76218: language fallback for Lua

2014-12-08 Thread aude
aude added a subscriber: aude. aude added a comment. this is already done for the content language (only at the moment) if it is a variant language, with mw.wikibase.getEntity. https://gerrit.wikimedia.org/r/#/c/178422/ fixes this for mw.wikibase.label convenience method for variant languages

[Wikidata-bugs] [Maniphest] [Updated] T77952: Wikidata POSTs do not work with central auth tokens

2014-12-08 Thread aude
aude added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T77952 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: aude Cc: Aklapper, Jdlrobson, jkroll, Smalyshev, Wikidata-bugs, aude, GWicke, Manybubbles

[Wikidata-bugs] [Maniphest] [Edited] T77979: Organize our sql schema files in a more consistent location

2014-12-09 Thread aude
aude edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T77979 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. To: aude Cc: Aklapper, aude, Wikidata-bugs

[Wikidata-bugs] [Maniphest] [Created] T77980: Update Wikibase database schema documentation

2014-12-09 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 Our sql schema files are scattered in many places, usually in repo/includes/store/sql or lib/includes/store/sql or sometimes in repo/sql and the new

[Wikidata-bugs] [Maniphest] [Retitled] T77979: Organize Wikibase sql schema files in a more consistent location

2014-12-09 Thread aude
aude changed the title from Organize our sql schema files in a more consistent location to Organize Wikibase sql schema files in a more consistent location. TASK DETAIL https://phabricator.wikimedia.org/T77979 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim

[Wikidata-bugs] [Maniphest] [Created] T77985: Add mechanism for registering new entity types, to work with things like EntityViewFactory

2014-12-09 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 We need a mechanism for registering new entity types, to work with things like EntityViewFactory. We also have things like ActionOverrides registered

[Wikidata-bugs] [Diffusion] [Committed] rEWDA34aa6921fac0: Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/DataTypes…

2014-12-10 Thread aude
Gerrit Code Review ger...@wikimedia.org committed rEWDA34aa6921fac0: Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/DataTypes… (authored by aude). aude added a project: Wikidata. Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/DataTypes https

[Wikidata-bugs] [Diffusion] [Committed] rEWDAf8a27fa70e85: Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/Diff…

2014-12-10 Thread aude
Gerrit Code Review ger...@wikimedia.org committed rEWDAf8a27fa70e85: Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/Diff… (authored by aude). aude added a project: Wikidata. Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/Diff

[Wikidata-bugs] [Diffusion] [Committed] rEWDAa8fd027abc56: Updated mediawiki/extensions/Wikidata Project…

2014-12-10 Thread aude
Gerrit Code Review ger...@wikimedia.org committed rEWDAa8fd027abc56: Updated mediawiki/extensions/Wikidata Project… (authored by aude). aude added a project: Wikidata. Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/WikibaseDataModel a54c98cb420f5bf24883791b8481d499b9e3b920

[Wikidata-bugs] [Diffusion] [Committed] rEWDAb17a5e0804f4: Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/Wikibase…

2014-12-10 Thread aude
Gerrit Code Review ger...@wikimedia.org committed rEWDAb17a5e0804f4: Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/Wikibase… (authored by aude). aude added a project: Wikidata. Updated mediawiki/extensions/Wikidata Project: mediawiki/extensions/Wikibase https

[Wikidata-bugs] [Diffusion] [Committed] rEWBA234a8b7356dc: Have travis report to new #wikidata irc channel

2014-12-10 Thread aude
aude committed rEWBA234a8b7356dc: Have travis report to new #wikidata irc channel (authored by aude). aude added a project: Wikidata. Have travis report to new https://phabricator.wikimedia.org/tag/wikidata/ irc channel Change-Id: Ida70b673ee2d1d62fc51c4d47720854d0b04a66a AFFECTED FILES

[Wikidata-bugs] [Maniphest] [Commented On] T76827: Image thumbnail urls should be included where applicable in wikidata API response for commonsMedia

2014-12-11 Thread aude
aude added a comment. i think there is another api module that can provide the thumb url, but question is if/how to combine these results. i don't know that we want this in the core wikibase serialization format (e.g. stored in the database that way) and not sure if that should be an option

[Wikidata-bugs] [Maniphest] [Commented On] T76827: Image thumbnail urls should be included where applicable in wikidata API response for commonsMedia

2014-12-11 Thread aude
aude added a comment. i'm having some trouble finding how to get the thumburl, except for use of pageimages prop (provided by https://www.mediawiki.org/wiki/Extension:PageImages) convinced there must be a way, but maybe not as easy. TASK DETAIL https://phabricator.wikimedia.org/T76827

[Wikidata-bugs] [Maniphest] [Commented On] T73772: Argument 1 passed to SidebarHookHandlers::onParserAfterParse() must be an instance of Parser

2014-12-11 Thread aude
aude added a comment. seems the bug is happening again. Argument 1 passed to Wikibase\Client\Hooks\DataUpdateHookHandlers::onParserAfterParse() must be an instance of Parser, undefined variable given in /srv/mediawiki/php-1.25wmf11/extensions/Wikidata/extensions/Wikibase/client/includes/hooks

[Wikidata-bugs] [Maniphest] [Commented On] T73772: Argument 1 passed to SidebarHookHandlers::onParserAfterParse() must be an instance of Parser

2014-12-11 Thread aude
aude added a comment. would also like this fixed in the Math extension. i would need to look at the code again, but really don't think it should be calling the hook. there must be another solution. TASK DETAIL https://phabricator.wikimedia.org/T73772 REPLY HANDLER ACTIONS Reply

[Wikidata-bugs] [Maniphest] [Closed] T77979: Organize Wikibase sql schema files in a more consistent location

2014-12-12 Thread aude
aude closed this task as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T77979 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

[Wikidata-bugs] [Maniphest] [Changed CC] T66549: show version number for Wikidata build on Special:Version

2014-12-15 Thread aude
aude added a subscriber: aude. aude added a comment. there is no version for the build, or what would that be? it already shows the commit hash for the build and versions for Wikibase etc. http://wikidata.beta.wmflabs.org/wiki/Special:Version https://test.wikidata.org/wiki/Special:Version

[Wikidata-bugs] [Maniphest] [Created] T78645: Invalid or virtual namespace -1 exception when creating a new property

2014-12-16 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 Internal error [11828caf] /wiki/Special:NewProperty MWException from line 113 of /srv/mediawiki/php-master/includes/page/WikiPage.php: Invalid

[Wikidata-bugs] [Maniphest] [Commented On] T78645: Invalid or virtual namespace -1 exception when creating a new property

2014-12-16 Thread aude
aude added a comment. this is on beta. does not happen on test.wikidata TASK DETAIL https://phabricator.wikimedia.org/T78645 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Triaged] T78645: Invalid or virtual namespace -1 exception when creating a new property

2014-12-16 Thread aude
aude triaged this task as High priority. TASK DETAIL https://phabricator.wikimedia.org/T78645 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

[Wikidata-bugs] [Maniphest] [Commented On] T78645: Invalid or virtual namespace -1 exception when creating a new property

2014-12-17 Thread aude
aude added a comment. https://gerrit.wikimedia.org/r/#/c/177746/ is the cause of this issue question is what the right solution is. somehow faking the context title to be some Entity page seems the wrong thing to do. If it would be possible to get a target title from the context, maybe

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

2014-12-18 Thread aude
aude added a subscriber: aude. aude added a comment. I would like the storage interfaces separate from the wikibase-specific storage implementations. was forced to start doing this, in order to make code that handles wikidata dumps (and using data model) to put data in / out elastic search

[Wikidata-bugs] [Maniphest] [Commented On] T77012: Enable 'other projects' from Wikidata on itwikipedia

2014-12-18 Thread aude
aude added a comment. deployed! https://it.wikipedia.org/wiki/MediaWiki:InterProject.js probably not needed now TASK DETAIL https://phabricator.wikimedia.org/T77012 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL

[Wikidata-bugs] [Maniphest] [Created] T84993: Add i18n messages for property data type

2014-12-19 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: MediaWiki-extensions-WikibaseRepository. aude changed Security from none to none. TASK DESCRIPTION Wikibase has a new data type (property) for linking to properties. i18n messages are missing for the data type

[Wikidata-bugs] [Maniphest] [Updated] T84992: property datatype does not link

2014-12-19 Thread aude
aude added a project: Google-Code-in-2014. TASK DETAIL https://phabricator.wikimedia.org/T84992 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

[Wikidata-bugs] [Maniphest] [Updated] T84993: Add i18n messages for property data type

2014-12-19 Thread aude
aude added a project: Google-Code-in-2014. TASK DETAIL https://phabricator.wikimedia.org/T84993 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

[Wikidata-bugs] [Maniphest] [Changed CC] T85541: ULS on Wikidata does not work

2014-12-30 Thread aude
aude added a subscriber: aude. aude added a comment. ULS doesn't work for me when I enable the compact personal bar beta feature. When I turn it off, then ULS works again. Also happens on commons (e.g. where ULS is on the top of the page, instead of in the sidebar) TASK DETAIL https

[Wikidata-bugs] [Diffusion] [Committed] rTGRT3a7649c62ee6: Report Capiunto changes to #wikidata

2014-12-31 Thread aude
aude committed rTGRT3a7649c62ee6: Report Capiunto changes to #wikidata (authored by aude). aude added a project: Wikidata. Report Capiunto changes to https://phabricator.wikimedia.org/tag/wikidata/ Change-Id: Ib25ccaed3ccfae0b7859b80ec22b88e0940e761e AFFECTED FILES USERS aude (Author

[Wikidata-bugs] [Maniphest] [Created] T88589: Use of wgUserLanguage is deprecated. Use mw.config instead. in AnonymousI18n gadget

2015-02-04 Thread aude
aude created this task. aude added a subscriber: aude. aude added projects: Wikidata, Performance. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION The AnonymousI18n on commons (also used on wikidata) is using a deprecated variable: Use of wgUserLanguage is deprecated

[Wikidata-bugs] [Maniphest] [Commented On] T88589: Use of wgUserLanguage is deprecated. Use mw.config instead. in AnonymousI18n gadget

2015-02-04 Thread aude
aude added a comment. i don't know what other projects to put for this... TASK DETAIL https://phabricator.wikimedia.org/T88589 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https

[Wikidata-bugs] [Maniphest] [Commented On] T86187: Prepare deployment of usage tracking to Wikidata

2015-01-30 Thread aude
aude added a comment. later in the day is good... maybe 19:00 UTC? TASK DETAIL https://phabricator.wikimedia.org/T86187 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https://phabricator.wikimedia.org

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

2015-02-03 Thread aude
aude closed this task as Resolved. aude set Security to none. 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

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

2015-02-03 Thread aude
aude added a subscriber: § Wikidata-Sprint-2015-02-03. aude set Security to none. 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

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

2015-02-03 Thread aude
aude added a project: § Wikidata-Sprint-2015-02-03. aude set Security to none. 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

[Wikidata-bugs] [Maniphest] [Created] T88695: Don't italicize text when entering aliases

2015-02-05 Thread aude
aude created this task. aude added a subscriber: aude. aude added projects: MediaWiki-extensions-WikibaseRepository, Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION on master, with the new header design, text is italicized when entering aliases. italics

[Wikidata-bugs] [Maniphest] [Changed Project Column] T77990: File based caching: Split of site lookup for readonly access

2015-02-05 Thread aude
aude moved this task to Review on the § Wikidata-Sprint-2015-02-03 workboard. TASK DETAIL https://phabricator.wikimedia.org/T77990 WORKBOARD https://phabricator.wikimedia.org/project/board/1034/ REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe

[Wikidata-bugs] [Maniphest] [Created] T88475: Add meta description in the header for Wikibase pages

2015-02-03 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION when you search google for barack obama wikidata, you get: Barack Obama - Wikidata www.wikidata.org/wiki/Q76 7 days ago

[Wikidata-bugs] [Maniphest] [Commented On] T88475: Add meta description in the header for Wikibase pages

2015-02-03 Thread aude
aude added a comment. George W. Bush - Wikidata www.wikidata.org/wiki/Q207 http://www.nytimes.com/2001/04/16/us/bush-celebrates-easter-at-an-outdoor-service.html · religion · George H. W. Bush. 0 references. father · Laura Bush. Ronald Reagan - Wikidata www.wikidata.org/wiki/Q9960 Jan 6, 2015

[Wikidata-bugs] [Maniphest] [Updated] T88475: Add meta description in the header for Wikibase pages

2015-02-03 Thread aude
aude added a project: MediaWiki-extensions-WikibaseRepository. aude set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T88475 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https

[Wikidata-bugs] [Maniphest] [Commented On] T88478: dvwiki link (font) causes page to crash in chrome 40.* and doesn't render in firefox

2015-02-03 Thread aude
aude added a comment. https://arc.wikipedia.org/wiki/%DC%A2%DC%9D%DC%98_%DC%9D%DC%98%DC%AA%DC%A9_%28%DC%A1%DC%95%DC%9D%DC%A2%DC%AC%DC%90%29 and https://dv.wikipedia.org/wiki/%DE%83%DE%AE%DE%82%DE%A6%DE%8D%DE%B0%DE%91%DE%B0_%DE%83%DE%AD%DE%8E%DE%A6%DE%82%DE%B0 are completely broken for me, so

[Wikidata-bugs] [Maniphest] [Created] T88478: dvwiki link (font) causes page to crash in chrome 40.* and doesn't render in firefox

2015-02-03 Thread aude
aude created this task. aude added a subscriber: aude. aude added projects: Language-Engineering, Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION i don't know if there is anything we can do to work around this, but there is an issue with Chrome Version

[Wikidata-bugs] [Maniphest] [Commented On] T88478: dvwiki link (font) causes page to crash in chrome 40.* and doesn't render in firefox

2015-02-03 Thread aude
aude added a comment. 40.0.2214.94 was released as stable for osx on Jan 29: http://www.chromium.org/developers/calendar hopefully bug fix release is out soon... TASK DETAIL https://phabricator.wikimedia.org/T88478 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim

[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

[Wikidata-bugs] [Maniphest] [Commented On] T86828: InvalidArgumentException from line 34 of PageEntityUsages.php: $pageId must be an integer 0

2015-01-14 Thread aude
aude added a comment. this can happen if either: 1. page in the client has already been deleted when the job is run 2. if the page is a special page (special pages can be site links in the repo) seems consistent with the frequency of exception log entries, and is okay (imho) to skip

[Wikidata-bugs] [Maniphest] [Created] T86828: InvalidArgumentException from line 34 of PageEntityUsages.php: $pageId must be an integer 0

2015-01-14 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: MediaWiki-extensions-WikibaseClient. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION /rpc/RunJobs.php?wiki=glwikitype=ChangeNotificationmaxtime=60maxmem=300M InvalidArgumentException from line

[Wikidata-bugs] [Maniphest] [Commented On] T74879: support statements on properties in changeops

2015-01-15 Thread aude
aude added a comment. resolved by having getClaims() etc implemented for properties and adding StatementListProvider in data model TASK DETAIL https://phabricator.wikimedia.org/T74879 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign

[Wikidata-bugs] [Maniphest] [Commented On] T74375: description edit button is misaligned

2015-01-15 Thread aude
aude added a comment. appears resolved, doesn't happen now. TASK DETAIL https://phabricator.wikimedia.org/T74375 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings

[Wikidata-bugs] [Maniphest] [Closed] T74375: description edit button is misaligned

2015-01-15 Thread aude
aude closed this task as Resolved. aude set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T74375 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings

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

2015-01-15 Thread aude
aude added a comment. looks like PageRenderingHash would work for this. 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

[Wikidata-bugs] [Maniphest] [Commented On] T75360: save button not activated when changing order of statements

2015-01-15 Thread aude
aude added a comment. the move toolbar appears gone. While I understand the issues Henning describes, this is very much not nice. I especially need to be able to move statements within a reference, as sometimes i accidentally enter in the wrong order. it's annoying to have to delete and re

[Wikidata-bugs] [Maniphest] [Closed] T86886: {{noexternallanglinks}} stopped working

2015-01-15 Thread aude
aude closed this task as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T86886 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

[Wikidata-bugs] [Maniphest] [Changed Project Column] T86886: {{noexternallanglinks}} stopped working

2015-01-15 Thread aude
aude moved this task to Done on the Wikidata-Sprint-2015-01-08§ workboard. TASK DETAIL https://phabricator.wikimedia.org/T86886 WORKBOARD https://phabricator.wikimedia.org/project/board/996/ REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign

[Wikidata-bugs] [Maniphest] [Unblock] T51554: allow statements on properties

2015-01-15 Thread aude
aude closed blocking task T74879: support statements on properties in changeops as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T51554 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https

[Wikidata-bugs] [Maniphest] [Created] T87009: StorageException from line 34 of TitleFactory.php: No page found for ID 1305

2015-01-16 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: MediaWiki-extensions-WikibaseClient. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION I now have usage tracking enabled, ran dispatching, then deleted the page in the client, then ran jobs

[Wikidata-bugs] [Maniphest] [Updated] T87009: StorageException from line 34 of TitleFactory.php: No page found for ID 1305

2015-01-16 Thread aude
aude added a project: Wikidata. aude set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T87009 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel

[Wikidata-bugs] [Maniphest] [Created] T87010: EntityUsage not cleaned up when deleting pages in client

2015-01-16 Thread aude
aude created this task. aude added a subscriber: aude. aude added a project: MediaWiki-extensions-WikibaseClient. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION when i delete a page in the client, the usages do not appear to be deleted. then when i restore the page

[Wikidata-bugs] [Maniphest] [Updated] T87010: EntityUsage not cleaned up when deleting pages in client

2015-01-16 Thread aude
aude added a project: Wikidata. aude set Security to none. TASK DETAIL https://phabricator.wikimedia.org/T87010 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel

  1   2   3   4   5   6   7   8   9   10   >