[Wikidata-bugs] [Maniphest] [Commented On] T168799: Create or adapt an extension to list name of all languages with ISO 639-1/2/3 codes

2017-06-25 Thread Bugreporter
Bugreporter added a comment.
IETF language tags with countries, scripts or other variants can be easily generated as valid (non private use) subtags are finite.TASK DETAILhttps://phabricator.wikimedia.org/T168799EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Nikki, Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T168810: Chomp leading and trailing spaces in Property:P742

2017-06-25 Thread Billinghurst
Billinghurst updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWhen adding pseudonyms to 

> `Property:P 742 

` where there is a leading or trailing space on the pseudonym text entry, WD reports malformed input and doesn't accept the input.  It would be really useful if these spaces could be removed as part of the data entry rather than complaining about the data entry. It is not always evident that there is a space, especially when this is often a copy and paste field.TASK DETAILhttps://phabricator.wikimedia.org/T168810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BillinghurstCc: Aklapper, Billinghurst, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T168810: Chomp leading and trailing spaces in Property:P742

2017-06-25 Thread Billinghurst
Billinghurst updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWhen adding pseudonyms to `

> Property:P742`  

where there is a leading or trailing space on the pseudonym text entry, WD reports malformed input and doesn't accept the input.  It would be really useful if these spaces could be removed as part of the data entry rather than complaining about the data entry. It is not always evident that there is a space, especially when this is often a copy and paste field.TASK DETAILhttps://phabricator.wikimedia.org/T168810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BillinghurstCc: Aklapper, Billinghurst, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T168810: Chomp leading and trailing spaces in Property:P742

2017-06-25 Thread Billinghurst
Billinghurst updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWhen adding pseudonyms to `Property:P742` where there is a leading or trailing space on the pseudonym text entry, WD reports malformed input and doesn't accept the input.  It would be really useful if these spaces could be removed as part of the data entry rather than complaining about the data entry. It is not always evident that there is a space, especially when this is often a copy and paste field.TASK DETAILhttps://phabricator.wikimedia.org/T168810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BillinghurstCc: Aklapper, Billinghurst, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T168810: Chomp leading and trailing spaces in Property:P742

2017-06-25 Thread Billinghurst
Billinghurst created this task.Billinghurst added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWhen adding pseudonyms to Property:P742 where there is a leading or trailing space on the pseudonym text entry, WD reports malformed input and doesn't accept the input.  It would be really useful if these spaces could be removed as part of the data entry rather than complaining about the data entry. It is not always evident that there is a space, especially when this is often a copy and paste field.TASK DETAILhttps://phabricator.wikimedia.org/T168810EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BillinghurstCc: Aklapper, Billinghurst, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153359: Replace use of deprecated methods (mainly in ApiErrorReporter)

2017-06-25 Thread aude
aude added a comment.
We have lost some of the error descriptions, but think that can be fixed by adding i18n messages for api errors.

currently on Wikidata:

https://www.wikidata.org/w/api.php?action="">

{
"error": {
"code": "param-missing",
"info": "A parameter that is required was missing. (Either provide the item \"ids\" or pairs of \"sites\" and \"titles\" for corresponding pages)",
"messages": [
{
"name": "wikibase-api-param-missing",
"parameters": [],
"html": {
"*": "A parameter that is required was missing."
}
}
],
"*": "See https://www.wikidata.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce for notice of API deprecations and breaking changes."
},
"servedby": "mw1278"
}

Wikibase master:

{
"error": {
"code": "param-missing",
"info": "A parameter that is required was missing.",
"messages": [
{
"name": "wikibase-api-param-missing",
"parameters": [],
"html": {
"*": "A parameter that is required was missing."
}
}
],
"*": "See https://wikidatawiki/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce for notice of API deprecations and breaking changes."
}
}TASK DETAILhttps://phabricator.wikimedia.org/T153359EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, audeCc: WMDE-leszek, hoo, aude, Aleksey_WMDE, daniel, Lydia_Pintscher, gerritbot, thiemowmde, Anomie, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T168799: Create or adapt an extension to list name of all languages with ISO 639-1/2/3 codes

2017-06-25 Thread Nikki
Nikki added a comment.
Would this be intended to provide a full solution to T151269? If so, it would also need to support non-standard MediaWiki languages (e.g. "nl-informal") and IETF language tags with countries, scripts or other variants (e.g. pt-br, ku-arab, be-tarask).TASK DETAILhttps://phabricator.wikimedia.org/T168799EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: NikkiCc: Nikki, Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T168792: Use Congate to link user pages

2017-06-25 Thread Bugreporter
Bugreporter added a comment.
Probably only display locally created pages.TASK DETAILhttps://phabricator.wikimedia.org/T168792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: MarcoAurelio, Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Thibaut120094, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T168792: Use Congate to link user pages

2017-06-25 Thread MarcoAurelio
MarcoAurelio added a comment.
Well, my account for example exists at 700+ projects. I'm not sure if it'd be a good idea to have 700+ interwiki links in the sidebar of each of my user pages; or will it only display for locally created pages and therefore not those displaying the content of my Meta-Wiki global user page?TASK DETAILhttps://phabricator.wikimedia.org/T168792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MarcoAurelioCc: MarcoAurelio, Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Thibaut120094, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T168772: Display mathematical formula correctly in the query service

2017-06-25 Thread Jonas
Jonas added a comment.
MathML only works in Firefox F8528110: image.pngTASK DETAILhttps://phabricator.wikimedia.org/T168772EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Mbch331, Aklapper, ChristianKl, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T168799: Create or adapt an extension to list name of all languages with ISO 639-1/2/3 codes

2017-06-25 Thread Bugreporter
Bugreporter added a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T168799EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Nikki, Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T54971: Sitelinks to Incubator, OldWikisource and BetaWikiversity

2017-06-25 Thread Bugreporter
Bugreporter added a subtask: T168799: Create or adapt an extension to list name of all languages with ISO 639-1/2/3 codes.
TASK DETAILhttps://phabricator.wikimedia.org/T54971EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Samwilson, Esc3300, srishakatux, C933103, Stashbot, hoo, aude, JanZerebecki, TTO, Liuxinyu970226, Accurimbono, Aklapper, Ricordisamoa, Purodha, liangent, Wikidata-bugs, Vogone, Candalua, SPQRobin, mxn, Filceolaire, jayvdb, Micru, revi, Billinghurst, Lydia_Pintscher, MF-Warburg, zhuyifei1999, Tpt, JohnLewis, GoranSMilovanovic, QZanden, Izno, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T151269: Add English names for languages which don't yet have one

2017-06-25 Thread Bugreporter
Bugreporter added a subtask: T168799: Create or adapt an extension to list name of all languages with ISO 639-1/2/3 codes.
TASK DETAILhttps://phabricator.wikimedia.org/T151269EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: abian, Pigsonthewing, Lydia_Pintscher, jhsoby, Nikerabbit, thiemowmde, Liuxinyu970226, Lea_Lacroix_WMDE, Aklapper, revi, Nikki, GoranSMilovanovic, QZanden, Soum213, MuhammadShuaib, Izno, LNDDYL, Psychoslave, Fuzheado, Cwek, Wikidata-bugs, aude, Gryllida, zhuyifei1999, Shizhao, Arrbee, santhosh, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T168795: Allow merging lexemes

2017-06-25 Thread Bugreporter
Bugreporter added a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T168795EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T168796: Allow merging forms

2017-06-25 Thread Bugreporter
Bugreporter updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONNote: this is different from merging lexemes, as forms are not a seperate pages.TASK DETAILhttps://phabricator.wikimedia.org/T168796EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T168797: Allow merging senses

2017-06-25 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONNote: this is different from merging lexemes, as senses are not seperate pages.TASK DETAILhttps://phabricator.wikimedia.org/T168797EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T168796: Allow merging forms

2017-06-25 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONNote: this is different from merging lexemes, as forms are not a seperate page.TASK DETAILhttps://phabricator.wikimedia.org/T168796EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T168792: Use Congate to link user pages

2017-06-25 Thread Bugreporter
Bugreporter created this task.Bugreporter added projects: Wikidata, Cognate.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONhttps://www.wikidata.org/wiki/Wikidata:Wiktionary/Development/Proposals/2015-05

Note that this might also be used for the User-namespace on other Wikimedia-projects, thanks to the finalized SUL.

Note user pages in different wikis have different localized names.
Users may be able to opt out (T165916: Allow suppression of cognate links via a magic word )TASK DETAILhttps://phabricator.wikimedia.org/T168792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Thibaut120094, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T168791: Remove "item" option from Special:EntitiesWithoutLabel etc.

2017-06-25 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONhttps://www.wikidata.org/wiki/Special:EntitiesWithoutLabel?uselang=en

Per T147638: Introduce a setting for entity types supported by Special:EntitiesWithoutLabel/ Special:EntitiesWithoutDescription and T160887: Wikibase\Repo\Store\Sql\SqlEntitiesWithoutTermFinder::getEntitiesWithoutTerm can take 19 hours to execute and it is run by the web requests user, this is not intended.TASK DETAILhttps://phabricator.wikimedia.org/T168791EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T160868: Create Wikipedia Kabiye

2017-06-25 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.30-release-notes (WMF-deploy-2017-06-27_(1.30.0-wmf.7)).
TASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReleaseTaggerBotCc: aude, Dcljr, QZanden, hoo, Meno25, Raymond, Nemo_bis, StevenJ81, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, DatGuy, Devwaker, Urbanecm, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160868: Create Wikipedia Kabiye

2017-06-25 Thread gerritbot
gerritbot added a comment.
Change 361285 merged by jenkins-bot:
[mediawiki/extensions/WikimediaMessages@master] Add Kabiye Wikipedia to WikimediaMessages

https://gerrit.wikimedia.org/r/361285TASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: aude, Dcljr, QZanden, hoo, Meno25, Raymond, Nemo_bis, StevenJ81, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, DatGuy, Devwaker, Urbanecm, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T168772: Display mathematical formula correctly in the query service

2017-06-25 Thread abian
abian added a project: Wikidata-Query-Service.Herald added a project: Discovery.
TASK DETAILhttps://phabricator.wikimedia.org/T168772EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: abianCc: Mbch331, Aklapper, ChristianKl, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T18976: Wikis waiting for creation (tracking)

2017-06-25 Thread Urbanecm
Urbanecm added a subtask: T168782: Create fishbowl wiki for Maithili Wikimedians User Group.
TASK DETAILhttps://phabricator.wikimedia.org/T18976EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: UrbanecmCc: Jayprakash12345, QZanden, hoo, DatGuy, StevenJ81, Acer, Danny_B, TerraCodes, JEumerus, greg, Krenair, Aklapper, Meno25, Matanya, Arseny1992, aude, brion, Amire80, Ebe123, SPQRobin, mxn, TTO, Az1568, Pathoschild, Merl, Petrb, Steinsplitter, revi, Glaisher, Rschen7754, Kanjy, Snowolf, Hkjacksonhk, Liuxinyu970226, jeremyb, MF-Warburg, Stryn, zhuyifei1999, Dcljr, Dereckson, JohnLewis, GoranSMilovanovic, Devwaker, Urbanecm, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Mbch331, Rxy, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T142102: [Story] Deploy Wikibase notifications to Wikimedia projects

2017-06-25 Thread matej_suchanek
matej_suchanek removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T142102EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: thiemowmde, Mbch331, Lea_Lacroix_WMDE, Stashbot, gerritbot, Ladsgroup, Liuxinyu970226, Trizek-WMF, Quiddity, aude, Lydia_Pintscher, matej_suchanek, Aklapper, GoranSMilovanovic, QZanden, TerraCodes, Johan, Izno, Luke081515, Wikidata-bugs, TheDJ, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T167957: Create integration test set for checking parser functions

2017-06-25 Thread Legoktm
Legoktm added a comment.
This can be done easily with the parser tests (https://www.mediawiki.org/wiki/Parser_tests) infrastructure we have. It should be pretty easy to create basic tests for each parser function / magic word, etc.TASK DETAILhttps://phabricator.wikimedia.org/T167957EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LegoktmCc: Legoktm, Jonas, thiemowmde, WMDE-leszek, daniel, Lydia_Pintscher, Aleksey_WMDE, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160868: Create Wikipedia Kabiye

2017-06-25 Thread gerritbot
gerritbot added a comment.
Change 361285 had a related patch set uploaded (by Raimond Spekking; owner: Raimond Spekking):
[mediawiki/extensions/WikimediaMessages@master] Add Kabiye Wikipedia to WikimediaMessages

https://gerrit.wikimedia.org/r/361285TASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: aude, Dcljr, QZanden, hoo, Meno25, Raymond, Nemo_bis, StevenJ81, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, DatGuy, Devwaker, Urbanecm, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T167951: Provide RDF mapping for "tabular data" data type.

2017-06-25 Thread Lokal_Profil
Lokal_Profil added a comment.

In T167951#3369805, @daniel wrote:
@WMDE-leszek Yes, the base URIs for geo shapes, tabular data, and also for media files, should be made configurable eventually. But I think it's ok for a first iteration to have them hardcoded.


But isn't the difference that two shapes + tabular data is configurable everywhere except in the red whereas media files are not yet configurable anywhere.

My worry is that if you run a Wikibase installation with e.g. geo shapes set up to point to a wiki other then Commons then your rdf will be broken.TASK DETAILhttps://phabricator.wikimedia.org/T167951EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lokal_ProfilCc: Smalyshev, WMDE-leszek, daniel, Lydia_Pintscher, Aklapper, Jonas, gerritbot, Micru, Lokal_Profil, Ladsgroup, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs