[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Update Wikidata property blacklist

2017-08-15 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/370846 )

Change subject: Update Wikidata property blacklist
..


Update Wikidata property blacklist

Change-Id: I2e9fa6dc6cd546450b3f9ec1bd47eb5700616fb7
---
M wmf-config/Wikibase.php
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dereckson: Looks good to me, approved



diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 7ef0e97..566fa23 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -125,9 +125,11 @@
$wgPropertySuggesterDeprecatedIds = [
143, // imported from
/**
-* Deprecated properties (none at the moment)
+* Deprecated properties
 * @see 
https://www.wikidata.org/wiki/Special:WhatLinksHere/Q18644427
 */
+   1222, // (deprecated) NARA person ID
+   2315, // comment (DEPRECATED)
/**
 * @see https://www.wikidata.org/w/index.php?oldid=335040857
 */
@@ -147,6 +149,8 @@
2368, // wikibase-property
2535, // math
2536, // external-id
+   4045, // tabular-data
+   4047, // geo-shape
];
 
// Don't try to let users answer captchas if they try to add links

-- 
To view, visit https://gerrit.wikimedia.org/r/370846
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2e9fa6dc6cd546450b3f9ec1bd47eb5700616fb7
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matěj Suchánek 
Gerrit-Reviewer: Aude 
Gerrit-Reviewer: Dereckson 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Hoo man 
Gerrit-Reviewer: Thiemo Mättig (WMDE) 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Update Wikidata property blacklist

2017-08-09 Thread Code Review
Matěj Suchánek has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370846 )

Change subject: Update Wikidata property blacklist
..

Update Wikidata property blacklist

Change-Id: I2e9fa6dc6cd546450b3f9ec1bd47eb5700616fb7
---
M wmf-config/Wikibase.php
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/46/370846/1

diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 7ef0e97..566fa23 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -125,9 +125,11 @@
$wgPropertySuggesterDeprecatedIds = [
143, // imported from
/**
-* Deprecated properties (none at the moment)
+* Deprecated properties
 * @see 
https://www.wikidata.org/wiki/Special:WhatLinksHere/Q18644427
 */
+   1222, // (deprecated) NARA person ID
+   2315, // comment (DEPRECATED)
/**
 * @see https://www.wikidata.org/w/index.php?oldid=335040857
 */
@@ -147,6 +149,8 @@
2368, // wikibase-property
2535, // math
2536, // external-id
+   4045, // tabular-data
+   4047, // geo-shape
];
 
// Don't try to let users answer captchas if they try to add links

-- 
To view, visit https://gerrit.wikimedia.org/r/370846
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e9fa6dc6cd546450b3f9ec1bd47eb5700616fb7
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matěj Suchánek 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Update Wikidata property blacklist

2017-01-31 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/329762 )

Change subject: Update Wikidata property blacklist
..


Update Wikidata property blacklist

Change-Id: I6140277ca0e2db69179949f50ccd3c9e2a3090e8
---
M wmf-config/Wikibase.php
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Aude: Looks good to me, approved
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, but someone else must approve



diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index de51491..b611d72 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -123,11 +123,9 @@
$wgPropertySuggesterDeprecatedIds = [
143, // imported from
/**
-* Deprecated properties
+* Deprecated properties (none at the moment)
 * @see 
https://www.wikidata.org/wiki/Special:WhatLinksHere/Q18644427
 */
-   357, // (OBSOLETE) title (use P1476, "title")
-   513, // (OBSOLETE) birth name (use P1477)
/**
 * @see https://www.wikidata.org/w/index.php?oldid=335040857
 */

-- 
To view, visit https://gerrit.wikimedia.org/r/329762
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6140277ca0e2db69179949f50ccd3c9e2a3090e8
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matěj Suchánek 
Gerrit-Reviewer: Addshore 
Gerrit-Reviewer: Alex Monk 
Gerrit-Reviewer: Aude 
Gerrit-Reviewer: Hoo man 
Gerrit-Reviewer: Matěj Suchánek 
Gerrit-Reviewer: Thiemo Mättig (WMDE) 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Update Wikidata property blacklist

2016-12-31 Thread Code Review
Matěj Suchánek has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329762 )

Change subject: Update Wikidata property blacklist
..

Update Wikidata property blacklist

Change-Id: I6140277ca0e2db69179949f50ccd3c9e2a3090e8
---
M wmf-config/Wikibase.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/62/329762/2

diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index ab92001..06baec0 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -123,11 +123,9 @@
$wgPropertySuggesterDeprecatedIds = [
143, // imported from
/**
-* Deprecated properties
+* Deprecated properties (none at the moment)
 * @see 
https://www.wikidata.org/wiki/Special:WhatLinksHere/Q18644427
 */
-   357, // (OBSOLETE) title (use P1476, "title")
-   513, // (OBSOLETE) birth name (use P1477)
/**
 * @see https://www.wikidata.org/w/index.php?oldid=335040857
 */

-- 
To view, visit https://gerrit.wikimedia.org/r/329762
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6140277ca0e2db69179949f50ccd3c9e2a3090e8
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matěj Suchánek 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits