[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: Use I18n.locale for the attribute
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372860 ) Change subject: Use I18n.locale for the attribute .. Use I18n.locale for the attribute ...instead of adding a key to the YAML Follows up Ia35d5da82a42d9bc7af2f3a97920ad5dd61c11b1 Change-Id: I2ccc570ab4c13ccecfc6fd20f98776d214e1a0ee --- M locales/en.yml M locales/fr.yml M source/layouts/layout.erb 3 files changed, 1 insertion(+), 7 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/locales/en.yml b/locales/en.yml index b48a6a4..443f317 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -1,9 +1,6 @@ --- en: - language: -code: "en" - yn: yess: "Yes" noo: "No" diff --git a/locales/fr.yml b/locales/fr.yml index 19a8f0a..23a6e33 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -1,9 +1,6 @@ --- fr: - language: -code: "fr" - yn: yess: "Oui" noo: "Non" diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index c35d37e..d08264c 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -1,5 +1,5 @@ - + -- To view, visit https://gerrit.wikimedia.org/r/372860 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2ccc570ab4c13ccecfc6fd20f98776d214e1a0ee Gerrit-PatchSet: 3 Gerrit-Project: wikimedia/TransparencyReport Gerrit-Branch: master Gerrit-Owner: Prtksxna Gerrit-Reviewer: Siddparmar Gerrit-Reviewer: VolkerE ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: New build with accessibility changes
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372801 ) Change subject: New build with accessibility changes .. New build with accessibility changes Change-Id: I0e38bb4c4da886979e944b1fd8fd61bd4e8e7f13 --- M Gemfile.lock M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html 11 files changed, 20 insertions(+), 23 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/372801 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0e38bb4c4da886979e944b1fd8fd61bd4e8e7f13 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: New build with accessibility changes
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/372801 ) Change subject: New build with accessibility changes .. New build with accessibility changes Change-Id: I0e38bb4c4da886979e944b1fd8fd61bd4e8e7f13 --- M Gemfile.lock M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html 11 files changed, 20 insertions(+), 23 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport refs/changes/01/372801/1 -- To view, visit https://gerrit.wikimedia.org/r/372801 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0e38bb4c4da886979e944b1fd8fd61bd4e8e7f13 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: Add `lang` attribute and YAML contents
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372765 ) Change subject: Add `lang` attribute and YAML contents .. Add `lang` attribute and YAML contents Bug: T173629 Change-Id: Ia35d5da82a42d9bc7af2f3a97920ad5dd61c11b1 --- M locales/en.yml M locales/fr.yml M source/layouts/layout.erb 3 files changed, 7 insertions(+), 1 deletion(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/locales/en.yml b/locales/en.yml index c8e8f7c..db43b3a 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -1,6 +1,9 @@ --- en: + language: +code: "en" + yn: yess: "Yes" noo: "No" diff --git a/locales/fr.yml b/locales/fr.yml index 8cc73c3..0e9858d 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -1,6 +1,9 @@ --- fr: + language: +code: "fr" + yn: yess: "Oui" noo: "Non" diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index bb677a9..ffbc700 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -1,5 +1,5 @@ - + -- To view, visit https://gerrit.wikimedia.org/r/372765 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia35d5da82a42d9bc7af2f3a97920ad5dd61c11b1 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport Gerrit-Branch: master Gerrit-Owner: VolkerE Gerrit-Reviewer: Prtksxna Gerrit-Reviewer: Siddparmar Gerrit-Reviewer: VolkerE ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Attach new data spreadsheet
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/371198 ) Change subject: Attach new data spreadsheet .. Attach new data spreadsheet Change-Id: Iac4ef5feddd220fdca1d20e22442ab39ba79af97 --- M build/content.html A build/data/data_june_2017.ods M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html A source/data/data_june_2017.ods M source/layouts/layout.erb 13 files changed, 11 insertions(+), 11 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/371198 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iac4ef5feddd220fdca1d20e22442ab39ba79af97 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Attach new data spreadsheet
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/371198 ) Change subject: Attach new data spreadsheet .. Attach new data spreadsheet Change-Id: Iac4ef5feddd220fdca1d20e22442ab39ba79af97 --- M build/content.html A build/data/data_june_2017.ods M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html A source/data/data_june_2017.ods M source/layouts/layout.erb 13 files changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/98/371198/1 -- To view, visit https://gerrit.wikimedia.org/r/371198 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac4ef5feddd220fdca1d20e22442ab39ba79af97 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Bug fixes
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/371197 ) Change subject: Bug fixes .. Bug fixes Change-Id: Id3bc04c044aeacd66fcccf3ac85863da53d514d1 --- M build/content.html M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/javascripts/privacy.js M build/javascripts/rag.js M build/privacy.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/data/targeted_dmca.csv M source/data/targeted_takedown.csv M source/javascripts/privacy.js M source/javascripts/rag.js M source/layouts/layout.erb M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/master.css.scss 27 files changed, 146 insertions(+), 64 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/371197 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id3bc04c044aeacd66fcccf3ac85863da53d514d1 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Bug fixes
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/371197 ) Change subject: Bug fixes .. Bug fixes Change-Id: Id3bc04c044aeacd66fcccf3ac85863da53d514d1 --- M build/content.html M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/javascripts/privacy.js M build/javascripts/rag.js M build/privacy.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/data/targeted_dmca.csv M source/data/targeted_takedown.csv M source/javascripts/privacy.js M source/javascripts/rag.js M source/layouts/layout.erb M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/master.css.scss 27 files changed, 146 insertions(+), 64 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/97/371197/1 -- To view, visit https://gerrit.wikimedia.org/r/371197 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id3bc04c044aeacd66fcccf3ac85863da53d514d1 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update frame text
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/370595 ) Change subject: Update frame text .. Update frame text Change-Id: I93dae1cb877e4336ad75be16014a3499e7d352e6 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/privacy.html M build/index.html M build/javascripts/privacy.js M build/privacy.html M build/stylesheets/master.css M locales/en.yml M source/javascripts/privacy.js M source/localizable/privacy.html.erb M source/stylesheets/master.css.scss 13 files changed, 30 insertions(+), 19 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/370595 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I93dae1cb877e4336ad75be16014a3499e7d352e6 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update frame text
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/370595 ) Change subject: Update frame text .. Update frame text Change-Id: I93dae1cb877e4336ad75be16014a3499e7d352e6 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/privacy.html M build/index.html M build/javascripts/privacy.js M build/privacy.html M build/stylesheets/master.css M locales/en.yml M source/javascripts/privacy.js M source/localizable/privacy.html.erb M source/stylesheets/master.css.scss 13 files changed, 30 insertions(+), 19 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/95/370595/1 -- To view, visit https://gerrit.wikimedia.org/r/370595 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I93dae1cb877e4336ad75be16014a3499e7d352e6 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Fix multiple instance issue
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/369579 ) Change subject: Fix multiple instance issue .. Fix multiple instance issue Change-Id: I92436659cb06fd98fbb8ff0ce1bfa5581bca9d1a --- M build/data/targeted_takedown.csv M source/data/targeted_takedown.csv 2 files changed, 14 insertions(+), 14 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/targeted_takedown.csv b/build/data/targeted_takedown.csv index 48be04d..6ea70fe 100644 --- a/build/data/targeted_takedown.csv +++ b/build/data/targeted_takedown.csv @@ -46,7 +46,7 @@ Japanese Wikipedia,ja.wikipedia.org,1,0,juldec14 Korean Wikinews,ko.wikinews.org,1,0,juldec14 Slovenian Wikipedia,sl.wikipedia.org,1,0,juldec14 -Multiple,,5,0,juldec14 +Multiple Projects,,5,0,juldec14 Not a WMF site,,4,0,juldec14 No Project Named,,8,0,juldec14 English Wikipedia,en.wikipedia.org,105,0,janjun15 @@ -57,7 +57,7 @@ Not a WMF site,,10,0,janjun15 Japanese Wikipedia,jp.wikipedia.org,5,0,janjun15 Italian Wikipedia,it.wikipedia.org,4,0,janjun15 -Multiple,,4,0,janjun15 +Multiple Projects,,4,0,janjun15 Russian Wikisource,ru.wikisource.org,4,0,janjun15 Spanish Wikipedia,es.wikipedia.org,3,0,janjun15 Czech Wikipedia,cs.wikipedia.org,3,0,janjun15 @@ -83,8 +83,8 @@ No Project Named,,21,0,juldec15 German Wikipedia,de.wikipedia.org,16,0,juldec15 French Wikipedia,fr.wikipedia.org,12,0,juldec15 -Multiple,,9,0,juldec15 -Not a WMF Site,,9,0,juldec15 +Multiple Projects,,9,0,juldec15 +Not a WMF site,,9,0,juldec15 Korean Wikipedia,ko.wikipedia.org,5,0,juldec15 Spanish Wikipedia,es.wikipedia.org,4,0,juldec15 Japanese Wikipedia,ja.wikipedia.org,4,0,juldec15 @@ -110,7 +110,7 @@ German Wikipedia,de.wikipedia.org,17,0,janjun16 French Wikipedia,fr.wikipedia.org,16,0,janjun16 Wikimedia Commons,commons.wikimedia.org,16,0,janjun16 -Not a WMF Site,,15,0,janjun16 +Not a WMF site,,15,0,janjun16 Spanish Wikipedia,es.wikipedia.org,8,0,janjun16 Italian Wikipedia,it.wikipedia.org,5,0,janjun16 Multiple Projects,,5,0,janjun16 @@ -142,7 +142,7 @@ Wikimedia Commons,commons.wikimedia.org,21,0,juldec16 German Wikipedia,de.wikipedia.org,17,0,juldec16 French Wikipedia,fr.wikipedia.org,12,0,juldec16 -Not a WMF Site,,7,0,juldec16 +Not a WMF site,,7,0,juldec16 Multiple Projects,,6,0,juldec16 Unknown,,6,0,juldec16 Italian Wikipedia,it.wikipedia.org,5,0,juldec16 @@ -171,7 +171,7 @@ German Wikipedia,de.wikipedia.org,20,0,janjun17 Not a WMF site,,16,0,janjun17 Russian Wikipedia,ru.wikipedia.org,15,0,janjun17 -Multiple projects,,14,0,janjun17 +Multiple Projects,,14,0,janjun17 Spanish Wikipedia,es.wikipedia.org,10,0,janjun17 Portuguese Wikipedia,,6,0,janjun17 Dutch Wikipedia,pt.wikipedia.org,5,0,janjun17 diff --git a/source/data/targeted_takedown.csv b/source/data/targeted_takedown.csv index 48be04d..6ea70fe 100644 --- a/source/data/targeted_takedown.csv +++ b/source/data/targeted_takedown.csv @@ -46,7 +46,7 @@ Japanese Wikipedia,ja.wikipedia.org,1,0,juldec14 Korean Wikinews,ko.wikinews.org,1,0,juldec14 Slovenian Wikipedia,sl.wikipedia.org,1,0,juldec14 -Multiple,,5,0,juldec14 +Multiple Projects,,5,0,juldec14 Not a WMF site,,4,0,juldec14 No Project Named,,8,0,juldec14 English Wikipedia,en.wikipedia.org,105,0,janjun15 @@ -57,7 +57,7 @@ Not a WMF site,,10,0,janjun15 Japanese Wikipedia,jp.wikipedia.org,5,0,janjun15 Italian Wikipedia,it.wikipedia.org,4,0,janjun15 -Multiple,,4,0,janjun15 +Multiple Projects,,4,0,janjun15 Russian Wikisource,ru.wikisource.org,4,0,janjun15 Spanish Wikipedia,es.wikipedia.org,3,0,janjun15 Czech Wikipedia,cs.wikipedia.org,3,0,janjun15 @@ -83,8 +83,8 @@ No Project Named,,21,0,juldec15 German Wikipedia,de.wikipedia.org,16,0,juldec15 French Wikipedia,fr.wikipedia.org,12,0,juldec15 -Multiple,,9,0,juldec15 -Not a WMF Site,,9,0,juldec15 +Multiple Projects,,9,0,juldec15 +Not a WMF site,,9,0,juldec15 Korean Wikipedia,ko.wikipedia.org,5,0,juldec15 Spanish Wikipedia,es.wikipedia.org,4,0,juldec15 Japanese Wikipedia,ja.wikipedia.org,4,0,juldec15 @@ -110,7 +110,7 @@ German Wikipedia,de.wikipedia.org,17,0,janjun16 French Wikipedia,fr.wikipedia.org,16,0,janjun16 Wikimedia Commons,commons.wikimedia.org,16,0,janjun16 -Not a WMF Site,,15,0,janjun16 +Not a WMF site,,15,0,janjun16 Spanish Wikipedia,es.wikipedia.org,8,0,janjun16 Italian Wikipedia,it.wikipedia.org,5,0,janjun16 Multiple Projects,,5,0,janjun16 @@ -142,7 +142,7 @@ Wikimedia Commons,commons.wikimedia.org,21,0,juldec16 German Wikipedia,de.wikipedia.org,17,0,juldec16 French Wikipedia,fr.wikipedia.org,12,0,juldec16 -Not a WMF Site,,7,0,juldec16 +Not a WMF site,,7,0,juldec16 Multiple Projects,,6,0,juldec16 Unknown,,6,0,juldec16 Italian Wikipedia,it.wikipedia.org,5,0,juldec16 @@ -171,7 +171,7 @@ German Wikipedia,de.wikipedia.org,20,0,janjun17 Not a WMF site,,16,0,janjun17 Russian Wikipedia,ru.wikipedia.org,15,0,janjun17 -Multiple projec
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Fix multiple instance issue
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/369579 ) Change subject: Fix multiple instance issue .. Fix multiple instance issue Change-Id: I92436659cb06fd98fbb8ff0ce1bfa5581bca9d1a --- M build/data/targeted_takedown.csv M source/data/targeted_takedown.csv 2 files changed, 14 insertions(+), 14 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/79/369579/1 diff --git a/build/data/targeted_takedown.csv b/build/data/targeted_takedown.csv index 48be04d..6ea70fe 100644 --- a/build/data/targeted_takedown.csv +++ b/build/data/targeted_takedown.csv @@ -46,7 +46,7 @@ Japanese Wikipedia,ja.wikipedia.org,1,0,juldec14 Korean Wikinews,ko.wikinews.org,1,0,juldec14 Slovenian Wikipedia,sl.wikipedia.org,1,0,juldec14 -Multiple,,5,0,juldec14 +Multiple Projects,,5,0,juldec14 Not a WMF site,,4,0,juldec14 No Project Named,,8,0,juldec14 English Wikipedia,en.wikipedia.org,105,0,janjun15 @@ -57,7 +57,7 @@ Not a WMF site,,10,0,janjun15 Japanese Wikipedia,jp.wikipedia.org,5,0,janjun15 Italian Wikipedia,it.wikipedia.org,4,0,janjun15 -Multiple,,4,0,janjun15 +Multiple Projects,,4,0,janjun15 Russian Wikisource,ru.wikisource.org,4,0,janjun15 Spanish Wikipedia,es.wikipedia.org,3,0,janjun15 Czech Wikipedia,cs.wikipedia.org,3,0,janjun15 @@ -83,8 +83,8 @@ No Project Named,,21,0,juldec15 German Wikipedia,de.wikipedia.org,16,0,juldec15 French Wikipedia,fr.wikipedia.org,12,0,juldec15 -Multiple,,9,0,juldec15 -Not a WMF Site,,9,0,juldec15 +Multiple Projects,,9,0,juldec15 +Not a WMF site,,9,0,juldec15 Korean Wikipedia,ko.wikipedia.org,5,0,juldec15 Spanish Wikipedia,es.wikipedia.org,4,0,juldec15 Japanese Wikipedia,ja.wikipedia.org,4,0,juldec15 @@ -110,7 +110,7 @@ German Wikipedia,de.wikipedia.org,17,0,janjun16 French Wikipedia,fr.wikipedia.org,16,0,janjun16 Wikimedia Commons,commons.wikimedia.org,16,0,janjun16 -Not a WMF Site,,15,0,janjun16 +Not a WMF site,,15,0,janjun16 Spanish Wikipedia,es.wikipedia.org,8,0,janjun16 Italian Wikipedia,it.wikipedia.org,5,0,janjun16 Multiple Projects,,5,0,janjun16 @@ -142,7 +142,7 @@ Wikimedia Commons,commons.wikimedia.org,21,0,juldec16 German Wikipedia,de.wikipedia.org,17,0,juldec16 French Wikipedia,fr.wikipedia.org,12,0,juldec16 -Not a WMF Site,,7,0,juldec16 +Not a WMF site,,7,0,juldec16 Multiple Projects,,6,0,juldec16 Unknown,,6,0,juldec16 Italian Wikipedia,it.wikipedia.org,5,0,juldec16 @@ -171,7 +171,7 @@ German Wikipedia,de.wikipedia.org,20,0,janjun17 Not a WMF site,,16,0,janjun17 Russian Wikipedia,ru.wikipedia.org,15,0,janjun17 -Multiple projects,,14,0,janjun17 +Multiple Projects,,14,0,janjun17 Spanish Wikipedia,es.wikipedia.org,10,0,janjun17 Portuguese Wikipedia,,6,0,janjun17 Dutch Wikipedia,pt.wikipedia.org,5,0,janjun17 diff --git a/source/data/targeted_takedown.csv b/source/data/targeted_takedown.csv index 48be04d..6ea70fe 100644 --- a/source/data/targeted_takedown.csv +++ b/source/data/targeted_takedown.csv @@ -46,7 +46,7 @@ Japanese Wikipedia,ja.wikipedia.org,1,0,juldec14 Korean Wikinews,ko.wikinews.org,1,0,juldec14 Slovenian Wikipedia,sl.wikipedia.org,1,0,juldec14 -Multiple,,5,0,juldec14 +Multiple Projects,,5,0,juldec14 Not a WMF site,,4,0,juldec14 No Project Named,,8,0,juldec14 English Wikipedia,en.wikipedia.org,105,0,janjun15 @@ -57,7 +57,7 @@ Not a WMF site,,10,0,janjun15 Japanese Wikipedia,jp.wikipedia.org,5,0,janjun15 Italian Wikipedia,it.wikipedia.org,4,0,janjun15 -Multiple,,4,0,janjun15 +Multiple Projects,,4,0,janjun15 Russian Wikisource,ru.wikisource.org,4,0,janjun15 Spanish Wikipedia,es.wikipedia.org,3,0,janjun15 Czech Wikipedia,cs.wikipedia.org,3,0,janjun15 @@ -83,8 +83,8 @@ No Project Named,,21,0,juldec15 German Wikipedia,de.wikipedia.org,16,0,juldec15 French Wikipedia,fr.wikipedia.org,12,0,juldec15 -Multiple,,9,0,juldec15 -Not a WMF Site,,9,0,juldec15 +Multiple Projects,,9,0,juldec15 +Not a WMF site,,9,0,juldec15 Korean Wikipedia,ko.wikipedia.org,5,0,juldec15 Spanish Wikipedia,es.wikipedia.org,4,0,juldec15 Japanese Wikipedia,ja.wikipedia.org,4,0,juldec15 @@ -110,7 +110,7 @@ German Wikipedia,de.wikipedia.org,17,0,janjun16 French Wikipedia,fr.wikipedia.org,16,0,janjun16 Wikimedia Commons,commons.wikimedia.org,16,0,janjun16 -Not a WMF Site,,15,0,janjun16 +Not a WMF site,,15,0,janjun16 Spanish Wikipedia,es.wikipedia.org,8,0,janjun16 Italian Wikipedia,it.wikipedia.org,5,0,janjun16 Multiple Projects,,5,0,janjun16 @@ -142,7 +142,7 @@ Wikimedia Commons,commons.wikimedia.org,21,0,juldec16 German Wikipedia,de.wikipedia.org,17,0,juldec16 French Wikipedia,fr.wikipedia.org,12,0,juldec16 -Not a WMF Site,,7,0,juldec16 +Not a WMF site,,7,0,juldec16 Multiple Projects,,6,0,juldec16 Unknown,,6,0,juldec16 Italian Wikipedia,it.wikipedia.org,5,0,juldec16 @@ -171,7 +171,7 @@ German Wikipedia,de.wikipedia.org,20,0,janjun17 Not a WMF site,,16,0,janjun17 Russian Wikipedia,ru.wikiped
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update Content page stats
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/367110 ) Change subject: Update Content page stats .. Update Content page stats Change-Id: Iacca0a5fb8eaf5f9690c46ba5dd493d9320d1c22 --- M locales/en.yml M source/data/dmca_requests.csv M source/data/targeted_dmca.csv M source/data/targeted_takedown.csv M source/data/where_from.csv M source/javascripts/content.js M source/javascripts/privacy.js M source/javascripts/rag.js M source/localizable/content.html.erb 9 files changed, 472 insertions(+), 328 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/locales/en.yml b/locales/en.yml index 96ee839..57bf24e 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -400,82 +400,91 @@ a_preservation_request: "A preservation request is an order from the U.S. government under the Electronic Communications Privacy Act (18 U.S.C. § 2703(f)). It requires us to retain information that would otherwise be deleted, anonymized, or aggregated within 90 days, according to our Data Retention Guidelines. If we receive one of these requests, we are legally required to retain the specific information indicated. However, we will not turn this information over to the requesting party unless they subsequently follow our Requests for User Information Procedures & Guidelines, and obtain a legal order, such as a subpoena or warrant, for the information in question. A preservation request requires us to preserve something. We will never produce information in response to a preservation request, and simply because we have preserved information does not mean that the party will follow the proper steps and obtain an order requiring us to produce it later." graph: -usa: "United States" -united_kingdom: "United Kingdom" -france: "France" -italy: "Italy" -germany: "Germany" -india: "India" -singapore: "Singapore" -new_zealand: "New Zealand" -malaysia: "Malaysia" -canada: "Canada" -hong_kong: "Hong Kong" -mexico: "Mexico" -netherlands: "Netherlands" -slovakia: "Slovakia" -brazil: "Brazil" -spain: "Spain" -switzerland: "Switzerland" +af: "Afghanistan" +argentina: "Argentina" australia: "Australia" austria: "Austria" -russia: "Russia" -belgium: "Belgium" austria: "Austria" -chile: "Chile" -iran: "Iran" -israel: "Israel" -luxembourg: "Luxembourg" -poland: "Poland" -serbia: "Serbia" -ireland: "Ireland" -pakistan: "Pakistan" -senegal: "Senegal" -latvia: "Latvia" -argentina: "Argentina" -bulgaria: "Bulgaria" -denmark: "Denmark" -south_korea: "Republic of Korea" -norway: "Norway" -slovenia: "Slovenia" -peru: "Peru" +azerbaijan: "Azerbaijan" bangladesh: "Bangladesh" -china: "China" -czech_republic: "Czech Republic" -ukraine: "Ukraine" -greece: "Greece" -japan: "Japan" -sri_lanka: "Sri Lanka" -sweden: "Sweden" -turkey: "Turkey" -cyprus: "Cyprus" -korea: "Korea" -romania: "Romania" -suriname: "Suriname" -taiwan: "Taiwan" -philippines: "Philippines" -indonesia: "Indonesia" +belgium: "Belgium" +brazil: "Brazil" brussels: "Brussels" -liechtenstein: "Liechtenstein" -saudi_arabia: "Saudi Arabia" -south_africa: "South Africa" -tanzania: "Tanzania" -georgia: "Georgia" -prt: "Portugal" -hung: "Hungary" -ven: "Venezuela" +bulgaria: "Bulgaria" +canada: "Canada" +chile: "Chile" +china: "China" +colombia: "Colombia" +costa_rica: "Costa Rica" cro: "Croatia" +cyprus: "Cyprus" +czech_republic: "Czech Republic" +denmark: "Denmark" +dom: "Dominican Republic" ecu: "Ecuador" egy: "Egypt" est: "Estonia" fin: "Finland" +france: "France" geo: "Georgia" -malta: "Malta" -morc: "Morocco" -dom: "Dominican Republic" -af: "Afghanistan" +georgia: "Georgia" +germany: "Germany" +greece: "Greece" gt: "Guatemala" +honduras: "Honduras" +hong_kong: "Hong Kong" +hung: "Hungary" +india: "India" +indonesia: "Indonesia" +iran: "Iran" +ireland: "Ireland" +israel: "Israel" +italy: "Italy" +japan: "Japan" +korea: "Korea" +latvia: "Latvia" +lebanon: "Lebanon" +liechtenstein: "Liechtenstein" +lithuania: "Lithuania" +luxembourg: "Luxembourg" +macedonia: "Macedonia" +malaysia: "Malaysia" +malta: "Malta" +mexico: "Mexico" +morc: "Morocco" +netherlands: "Netherlands" +new_zealand: "New Zealand" +nigeria: "Nigeria" +norway: "Norway" +pakistan: "Pakistan" +peru: "Peru" +philippines: "Philippines" +poland: "Poland" +prt: "Portugal" +romania: "Romania" +russia: "Russia" +saudi_arabia: "Saudi Arabia" +senegal: "Senegal" +
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update Content page stats
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/367110 ) Change subject: Update Content page stats .. Update Content page stats Change-Id: Iacca0a5fb8eaf5f9690c46ba5dd493d9320d1c22 --- M locales/en.yml M source/data/dmca_requests.csv M source/data/targeted_dmca.csv M source/data/targeted_takedown.csv M source/data/where_from.csv M source/javascripts/content.js M source/javascripts/privacy.js M source/javascripts/rag.js M source/localizable/content.html.erb 9 files changed, 472 insertions(+), 328 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/10/367110/1 diff --git a/locales/en.yml b/locales/en.yml index 96ee839..57bf24e 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -400,82 +400,91 @@ a_preservation_request: "A preservation request is an order from the U.S. government under the Electronic Communications Privacy Act (18 U.S.C. § 2703(f)). It requires us to retain information that would otherwise be deleted, anonymized, or aggregated within 90 days, according to our Data Retention Guidelines. If we receive one of these requests, we are legally required to retain the specific information indicated. However, we will not turn this information over to the requesting party unless they subsequently follow our Requests for User Information Procedures & Guidelines, and obtain a legal order, such as a subpoena or warrant, for the information in question. A preservation request requires us to preserve something. We will never produce information in response to a preservation request, and simply because we have preserved information does not mean that the party will follow the proper steps and obtain an order requiring us to produce it later." graph: -usa: "United States" -united_kingdom: "United Kingdom" -france: "France" -italy: "Italy" -germany: "Germany" -india: "India" -singapore: "Singapore" -new_zealand: "New Zealand" -malaysia: "Malaysia" -canada: "Canada" -hong_kong: "Hong Kong" -mexico: "Mexico" -netherlands: "Netherlands" -slovakia: "Slovakia" -brazil: "Brazil" -spain: "Spain" -switzerland: "Switzerland" +af: "Afghanistan" +argentina: "Argentina" australia: "Australia" austria: "Austria" -russia: "Russia" -belgium: "Belgium" austria: "Austria" -chile: "Chile" -iran: "Iran" -israel: "Israel" -luxembourg: "Luxembourg" -poland: "Poland" -serbia: "Serbia" -ireland: "Ireland" -pakistan: "Pakistan" -senegal: "Senegal" -latvia: "Latvia" -argentina: "Argentina" -bulgaria: "Bulgaria" -denmark: "Denmark" -south_korea: "Republic of Korea" -norway: "Norway" -slovenia: "Slovenia" -peru: "Peru" +azerbaijan: "Azerbaijan" bangladesh: "Bangladesh" -china: "China" -czech_republic: "Czech Republic" -ukraine: "Ukraine" -greece: "Greece" -japan: "Japan" -sri_lanka: "Sri Lanka" -sweden: "Sweden" -turkey: "Turkey" -cyprus: "Cyprus" -korea: "Korea" -romania: "Romania" -suriname: "Suriname" -taiwan: "Taiwan" -philippines: "Philippines" -indonesia: "Indonesia" +belgium: "Belgium" +brazil: "Brazil" brussels: "Brussels" -liechtenstein: "Liechtenstein" -saudi_arabia: "Saudi Arabia" -south_africa: "South Africa" -tanzania: "Tanzania" -georgia: "Georgia" -prt: "Portugal" -hung: "Hungary" -ven: "Venezuela" +bulgaria: "Bulgaria" +canada: "Canada" +chile: "Chile" +china: "China" +colombia: "Colombia" +costa_rica: "Costa Rica" cro: "Croatia" +cyprus: "Cyprus" +czech_republic: "Czech Republic" +denmark: "Denmark" +dom: "Dominican Republic" ecu: "Ecuador" egy: "Egypt" est: "Estonia" fin: "Finland" +france: "France" geo: "Georgia" -malta: "Malta" -morc: "Morocco" -dom: "Dominican Republic" -af: "Afghanistan" +georgia: "Georgia" +germany: "Germany" +greece: "Greece" gt: "Guatemala" +honduras: "Honduras" +hong_kong: "Hong Kong" +hung: "Hungary" +india: "India" +indonesia: "Indonesia" +iran: "Iran" +ireland: "Ireland" +israel: "Israel" +italy: "Italy" +japan: "Japan" +korea: "Korea" +latvia: "Latvia" +lebanon: "Lebanon" +liechtenstein: "Liechtenstein" +lithuania: "Lithuania" +luxembourg: "Luxembourg" +macedonia: "Macedonia" +malaysia: "Malaysia" +malta: "Malta" +mexico: "Mexico" +morc: "Morocco" +netherlands: "Netherlands" +new_zealand: "New Zealand" +nigeria: "Nigeria" +norway: "Norway" +pakistan: "Pakistan" +peru: "Peru" +philippines: "Philippines" +poland: "Poland" +prt: "Portugal" +romania: "Romania" +russia: "Russia" +saudi_arabia: "Saud
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: July - Dec 2016 Report
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337432 ) Change subject: July - Dec 2016 Report .. July - Dec 2016 Report Change-Id: I0c3453d10efd4ed5fa0df4ca13a06d4c6a048cc8 --- M Gemfile M Gemfile.lock M build/content.html A build/data/data_dec_2016.ods M build/data/dmca_requests.csv M build/data/number_of_disclosures.csv M build/data/other_companies.csv M build/data/sum.csv M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/data/where_from.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/images/chevron.svg D build/images/chev...@2x.svg M build/images/content.svg M build/images/content1.svg M build/images/faq.svg M build/images/flags_svg/bo.svg M build/images/flags_svg/es.svg M build/images/flags_svg/me.svg M build/images/flags_svg/my.svg M build/images/flags_svg/rs.svg M build/images/flags_svg/sv.svg M build/images/flags_svg/va.svg A build/images/frederick.jpg M build/images/haruki.png M build/images/heather.jpg M build/images/kozinski.jpg M build/images/logo.png D build/images/l...@2x.png M build/images/malala.jpg A build/images/marjane.jpg A build/images/pamela.jpg D build/images/pie.png D build/images/p...@2x.png D build/images/pie_dec2015.png D build/images/pie_june2015.png D build/images/pie_june2...@2x.png M build/images/quote_bohr.png D build/images/quote_b...@2x.png M build/images/quote_brandeis.png D build/images/quote_brand...@2x.png M build/images/quote_franklin.png D build/images/quote_frank...@2x.png M build/images/quote_gaiman.png D build/images/quote_gai...@2x.png M build/images/quote_hosseini.png M build/images/quote_jay.png D build/images/quote_...@2x.png M build/images/quote_monroe.png D build/images/quote_mon...@2x.png M build/images/quote_netanel.png D build/images/quote_neta...@2x.png M build/images/quote_ocean.png D build/images/quote_oc...@2x.png M build/images/quote_oconnor.png D build/images/quote_ocon...@2x.png D build/images/quote_ocon...@2x.pxm M build/images/quote_orwell.png D build/images/quote_orw...@2x.png M build/images/quote_paine.png D build/images/quote_pa...@2x.png M build/images/quote_poehler.png D build/images/quote_poeh...@2x.png M build/images/quote_samuelson.png D build/images/quote_samuel...@2x.png M build/images/quote_sotomayor.png D build/images/quote_sotoma...@2x.png M build/images/quote_wilde.png D build/images/quote_wi...@2x.png A build/images/salil.jpg M build/images/story_aboriginal.png D build/images/story_aborigi...@2x.png M build/images/story_barnstar.png D build/images/story_barns...@2x.png M build/images/story_bedtime.png D build/images/story_bedt...@2x.png M build/images/story_bern.jpg D build/images/story_b...@2x.jpg M build/images/story_change.png M build/images/story_cinema.jpg D build/images/story_cin...@2x.jpg M build/images/story_classics.png D build/images/story_class...@2x.png M build/images/story_coffee.png D build/images/story_cof...@2x.png M build/images/story_copywrong.png D build/images/story_copywr...@2x.png M build/images/story_dance.png M build/images/story_dcri.png D build/images/story_d...@2x.png A build/images/story_dial.jpg M build/images/story_dictating.jpg D build/images/story_dictat...@2x.jpg A build/images/story_disputed.jpg M build/images/story_dmca.png D build/images/story_d...@2x.png M build/images/story_emergency.png D build/images/story_emerge...@2x.png A build/images/story_grave.jpg M build/images/story_guru.png D build/images/story_g...@2x.png M build/images/story_identity.png D build/images/story_ident...@2x.png M build/images/story_kempler.png D build/images/story_kemp...@2x.png M build/images/story_letitgo.png D build/images/story_leti...@2x.png A build/images/story_license.jpg M build/images/story_missing.png D build/images/story_miss...@2x.png A build/images/story_missing_link.jpg M build/images/story_monkey.png D build/images/story_mon...@2x.png M build/images/story_myanmar.png D build/images/story_myan...@2x.png M build/images/story_newspaper.jpg D build/images/story_newspa...@2x.jpg M build/images/story_obama.png D build/images/story_ob...@2x.png M build/images/story_political.png D build/images/story_politi...@2x.png M build/images/story_principle.png D build/images/story_princi...@2x.png M build/images/story_ruth.png D build/images/story_r...@2x.png M build/images/story_seer.png D build/images/story_s...@2x.png M build/images/story_stock.png D build/images/story_st...@2x.png M build/images/story_studio.png D build/images/story_stu...@2x.png M build/images/story_suicide.png D build/images/story_suic...@2x.png A build/images/story_trademark.jpg M build/images/story_whisky.jpg D build/images/story_whi...@2x.jpg M build/images/story_whitehouse.png D build/images/story_whiteho...@2x.png M build/images/story_zanni.jpg D build/images/story_za...@2x.jpg M build/images/userdata.svg M build/
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: July - Dec 2016 Report
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337432 ) Change subject: July - Dec 2016 Report .. July - Dec 2016 Report Change-Id: I0c3453d10efd4ed5fa0df4ca13a06d4c6a048cc8 --- M Gemfile M Gemfile.lock M build/content.html A build/data/data_dec_2016.ods M build/data/dmca_requests.csv M build/data/number_of_disclosures.csv M build/data/other_companies.csv M build/data/sum.csv M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/data/where_from.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/images/chevron.svg D build/images/chev...@2x.svg M build/images/content.svg M build/images/content1.svg M build/images/faq.svg M build/images/flags_svg/bo.svg M build/images/flags_svg/es.svg M build/images/flags_svg/me.svg M build/images/flags_svg/my.svg M build/images/flags_svg/rs.svg M build/images/flags_svg/sv.svg M build/images/flags_svg/va.svg A build/images/frederick.jpg M build/images/haruki.png M build/images/heather.jpg M build/images/kozinski.jpg M build/images/logo.png D build/images/l...@2x.png M build/images/malala.jpg A build/images/marjane.jpg A build/images/pamela.jpg D build/images/pie.png D build/images/p...@2x.png D build/images/pie_dec2015.png D build/images/pie_june2015.png D build/images/pie_june2...@2x.png M build/images/quote_bohr.png D build/images/quote_b...@2x.png M build/images/quote_brandeis.png D build/images/quote_brand...@2x.png M build/images/quote_franklin.png D build/images/quote_frank...@2x.png M build/images/quote_gaiman.png D build/images/quote_gai...@2x.png M build/images/quote_hosseini.png M build/images/quote_jay.png D build/images/quote_...@2x.png M build/images/quote_monroe.png D build/images/quote_mon...@2x.png M build/images/quote_netanel.png D build/images/quote_neta...@2x.png M build/images/quote_ocean.png D build/images/quote_oc...@2x.png M build/images/quote_oconnor.png D build/images/quote_ocon...@2x.png D build/images/quote_ocon...@2x.pxm M build/images/quote_orwell.png D build/images/quote_orw...@2x.png M build/images/quote_paine.png D build/images/quote_pa...@2x.png M build/images/quote_poehler.png D build/images/quote_poeh...@2x.png M build/images/quote_samuelson.png D build/images/quote_samuel...@2x.png M build/images/quote_sotomayor.png D build/images/quote_sotoma...@2x.png M build/images/quote_wilde.png D build/images/quote_wi...@2x.png A build/images/salil.jpg M build/images/story_aboriginal.png D build/images/story_aborigi...@2x.png M build/images/story_barnstar.png D build/images/story_barns...@2x.png M build/images/story_bedtime.png D build/images/story_bedt...@2x.png M build/images/story_bern.jpg D build/images/story_b...@2x.jpg M build/images/story_change.png M build/images/story_cinema.jpg D build/images/story_cin...@2x.jpg M build/images/story_classics.png D build/images/story_class...@2x.png M build/images/story_coffee.png D build/images/story_cof...@2x.png M build/images/story_copywrong.png D build/images/story_copywr...@2x.png M build/images/story_dance.png M build/images/story_dcri.png D build/images/story_d...@2x.png A build/images/story_dial.jpg M build/images/story_dictating.jpg D build/images/story_dictat...@2x.jpg A build/images/story_disputed.jpg M build/images/story_dmca.png D build/images/story_d...@2x.png M build/images/story_emergency.png D build/images/story_emerge...@2x.png A build/images/story_grave.jpg M build/images/story_guru.png D build/images/story_g...@2x.png M build/images/story_identity.png D build/images/story_ident...@2x.png M build/images/story_kempler.png D build/images/story_kemp...@2x.png M build/images/story_letitgo.png D build/images/story_leti...@2x.png A build/images/story_license.jpg M build/images/story_missing.png D build/images/story_miss...@2x.png A build/images/story_missing_link.jpg M build/images/story_monkey.png D build/images/story_mon...@2x.png M build/images/story_myanmar.png D build/images/story_myan...@2x.png M build/images/story_newspaper.jpg D build/images/story_newspa...@2x.jpg M build/images/story_obama.png D build/images/story_ob...@2x.png M build/images/story_political.png D build/images/story_politi...@2x.png M build/images/story_principle.png D build/images/story_princi...@2x.png M build/images/story_ruth.png D build/images/story_r...@2x.png M build/images/story_seer.png D build/images/story_s...@2x.png M build/images/story_stock.png D build/images/story_st...@2x.png M build/images/story_studio.png D build/images/story_stu...@2x.png M build/images/story_suicide.png D build/images/story_suic...@2x.png A build/images/story_trademark.jpg M build/images/story_whisky.jpg D build/images/story_whi...@2x.jpg M build/images/story_whitehouse.png D build/images/story_whiteho...@2x.png M build/images/story_zanni.jpg D build/images/story_za...@2x.jpg M build/images/userdata.svg M build/index.ht
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update footer link
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337415 ) Change subject: Update footer link .. Update footer link Change-Id: Ibeabc5c4b427a34873487889b25ba71bb30d2c7f --- M build/content.html A build/data/data_dec_2016.ods M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html A source/data/data_dec_2016.ods M source/layouts/layout.erb 13 files changed, 11 insertions(+), 11 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/337415 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibeabc5c4b427a34873487889b25ba71bb30d2c7f Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update footer link
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337415 ) Change subject: Update footer link .. Update footer link Change-Id: Ibeabc5c4b427a34873487889b25ba71bb30d2c7f --- M build/content.html A build/data/data_dec_2016.ods M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html A source/data/data_dec_2016.ods M source/layouts/layout.erb 13 files changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/15/337415/1 -- To view, visit https://gerrit.wikimedia.org/r/337415 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibeabc5c4b427a34873487889b25ba71bb30d2c7f Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update emergency disclosure body text
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337285 ) Change subject: Update emergency disclosure body text .. Update emergency disclosure body text Change-Id: I3d8adb3a1a865624d28a7c2219371f1ba30cb1c0 --- M build/fr/privacy.html M build/privacy.html M locales/en.yml 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/fr/privacy.html b/build/fr/privacy.html index 746c5e3..f25c4a9 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -9,4 +9,4 @@ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); - Toggle navigation Rapport de Transparence de la Wikimedia Foundation Données Utilisateur Contenu Stories FAQRequêtes relatives auxDonnées Utilisateurs Juillet – Décembre 2016 Nombre total de requêtes 13Juillet – Décembre 2016 Informations fournies pour 8% La liberté d’expression est essentielle pour le mouvement Wikimedia—nos projets ne peuvent s’épanouir dans un environnement où il n’est pas permis aux individus de s’exprimer librement. Nos utilisateurs comptent sur nous pour protéger leur identité contre une divulgation illicite et nous prenons cette responsabilité au sérieux. Néanmoins, chaque année, des États, des individus et des entreprises nous demandent de divulguer des données utilisateurs. Souvent, nous n’avons pas d’informations non publiques à divulguer car nous collectons peu d’informations non publiques sur les utilisateurs et nous de conservons ces informations que sur une courte durée. Mais lorsque nous avons des données, nous évaluons chaque requête avec attention avant d’envisager une divulgation. Si les requêtes ne sont pas conformes à nos critères— si elles sont trop larges, peu claires, ou non pertinentes—nous les refusons au nom de nos utilisateurs.Si nous devons fournir des informations en raison d’une requête valable sur le plan juridique, nous en informons l’utilisateur concerné avant de divulguer les informations, si nous sommes en droit de le faire et si nous en avons les moyens. Dans certains cas, nous pouvons aider nos utilisateurs à trouver de l’aide pour lutter contre une requête non valable.Ci-dessous, vous trouverez davantage d’informations sur les requêtes que nous recevons et qui concernent les données utilisateurs. L’Homme est moins lui-même lorsqu’il parle en son nom propre. Donnez-lui un masque, et il vous dira la vérité. Oscar Wilde Écrivain et Poète (1891) Juillet – Décembre 2016 Résumé Nombre total de requêtes 13 Requêtes non-gouvernementales informelles 6 Requêtes gouvernementales informelles 5 Assignations civiles 1 Assignations pénales 1 Assignations administratives 0 Mandats de perquisition 0 Ordonnances de tribunal 0 National security requests 0 Informations fournies pour 1 Juillet – Décembre 2016 User Accounts Affected Comptes utilisateurs potentiellement concernés 12,258 Comptes utilisateurs réellement concernés 1 User accounts notified 0 Type of Information Requested We divide the requests we receive by the type of information requested: “content” or “non-content.” Most content information on the Wikimedia projects is the public content of articles and project pages; “non-content” information refers to information such as IP addresses or user agent information. The distinction comes from the Electronic Communications Privacy Act, or ECPA. Please see our FAQ for more information. Juillet – Décembre 2016 Content Requests 0% Juillet – Décembre 2016 Non-Content Requests 100% Comparés à d’autres entreprises, nous avons reçu relativement peu de requêtes.* Janvier - Juin 2016 Nombre total de requêtes Requêtes pour lesquelles des renseignements ont été fournis *Les chiffres de Wikimedia incluent d'autres types de demandes de données d'utilisateurs qui ne sont pas inclus dans les chiffres des autres organisations. Voir la FAQ pour de plus amples informations.Requêtes relatives aux données utilisateurs, et comment nous y avons répondu Toutes les requêtes Juillet 2012 - Juin 2013 Juillet - Décembre 2013 Janvier - Juin 2014 Juillet - Décembre 2014 Janvier - Juin 2015 Juillet - Décembre 2015 Janvier - Juin 2016 Juillet - Décembre 2016 Type de requêteVoir toutes les requêtes Informations fournies? All Oui Partial None NonPar paysVoir toutes les requêtes Juillet – Décembre 2016 Government Requests Breakdown Informal Government Requests Total 6 United Kingdom Local police 2 Australia State pol
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update emergency disclosure body text
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337285 ) Change subject: Update emergency disclosure body text .. Update emergency disclosure body text Change-Id: I3d8adb3a1a865624d28a7c2219371f1ba30cb1c0 --- M build/fr/privacy.html M build/privacy.html M locales/en.yml 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/85/337285/1 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index 746c5e3..f25c4a9 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -9,4 +9,4 @@ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); - Toggle navigation Rapport de Transparence de la Wikimedia Foundation Données Utilisateur Contenu Stories FAQRequêtes relatives auxDonnées Utilisateurs Juillet – Décembre 2016 Nombre total de requêtes 13Juillet – Décembre 2016 Informations fournies pour 8% La liberté d’expression est essentielle pour le mouvement Wikimedia—nos projets ne peuvent s’épanouir dans un environnement où il n’est pas permis aux individus de s’exprimer librement. Nos utilisateurs comptent sur nous pour protéger leur identité contre une divulgation illicite et nous prenons cette responsabilité au sérieux. Néanmoins, chaque année, des États, des individus et des entreprises nous demandent de divulguer des données utilisateurs. Souvent, nous n’avons pas d’informations non publiques à divulguer car nous collectons peu d’informations non publiques sur les utilisateurs et nous de conservons ces informations que sur une courte durée. Mais lorsque nous avons des données, nous évaluons chaque requête avec attention avant d’envisager une divulgation. Si les requêtes ne sont pas conformes à nos critères— si elles sont trop larges, peu claires, ou non pertinentes—nous les refusons au nom de nos utilisateurs.Si nous devons fournir des informations en raison d’une requête valable sur le plan juridique, nous en informons l’utilisateur concerné avant de divulguer les informations, si nous sommes en droit de le faire et si nous en avons les moyens. Dans certains cas, nous pouvons aider nos utilisateurs à trouver de l’aide pour lutter contre une requête non valable.Ci-dessous, vous trouverez davantage d’informations sur les requêtes que nous recevons et qui concernent les données utilisateurs. L’Homme est moins lui-même lorsqu’il parle en son nom propre. Donnez-lui un masque, et il vous dira la vérité. Oscar Wilde Écrivain et Poète (1891) Juillet – Décembre 2016 Résumé Nombre total de requêtes 13 Requêtes non-gouvernementales informelles 6 Requêtes gouvernementales informelles 5 Assignations civiles 1 Assignations pénales 1 Assignations administratives 0 Mandats de perquisition 0 Ordonnances de tribunal 0 National security requests 0 Informations fournies pour 1 Juillet – Décembre 2016 User Accounts Affected Comptes utilisateurs potentiellement concernés 12,258 Comptes utilisateurs réellement concernés 1 User accounts notified 0 Type of Information Requested We divide the requests we receive by the type of information requested: “content” or “non-content.” Most content information on the Wikimedia projects is the public content of articles and project pages; “non-content” information refers to information such as IP addresses or user agent information. The distinction comes from the Electronic Communications Privacy Act, or ECPA. Please see our FAQ for more information. Juillet – Décembre 2016 Content Requests 0% Juillet – Décembre 2016 Non-Content Requests 100% Comparés à d’autres entreprises, nous avons reçu relativement peu de requêtes.* Janvier - Juin 2016 Nombre total de requêtes Requêtes pour lesquelles des renseignements ont été fournis *Les chiffres de Wikimedia incluent d'autres types de demandes de données d'utilisateurs qui ne sont pas inclus dans les chiffres des autres organisations. Voir la FAQ pour de plus amples informations.Requêtes relatives aux données utilisateurs, et comment nous y avons répondu Toutes les requêtes Juillet 2012 - Juin 2013 Juillet - Décembre 2013 Janvier - Juin 2014 Juillet - Décembre 2014 Janvier - Juin 2015 Juillet - Décembre 2015 Janvier - Juin 2016 Juillet - Décembre 2016 Type de requêteVoir toutes les requêtes Informations fournies? All Oui Partial None NonPar paysVoir toutes les requêtes Juillet – Décembre 2016 Government Requests Breakdown Informal Government Requests Total 6 United Kingdom
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Tiny final fixes
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337252 ) Change subject: Tiny final fixes .. Tiny final fixes Change-Id: I150aa7c70143dc3fcda1485766a7998e37a6894d --- M build/content.html M build/data/targeted_takedown.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/privacy.html M build/fr/stories.html M build/privacy.html M build/stories.html M locales/en.yml M source/data/targeted_takedown.csv M source/localizable/stories.html.erb 12 files changed, 15 insertions(+), 42 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/52/337252/1 -- To view, visit https://gerrit.wikimedia.org/r/337252 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I150aa7c70143dc3fcda1485766a7998e37a6894d Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Tiny final fixes
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337252 ) Change subject: Tiny final fixes .. Tiny final fixes Change-Id: I150aa7c70143dc3fcda1485766a7998e37a6894d --- M build/content.html M build/data/targeted_takedown.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/privacy.html M build/fr/stories.html M build/privacy.html M build/stories.html M locales/en.yml M source/data/targeted_takedown.csv M source/localizable/stories.html.erb 12 files changed, 15 insertions(+), 42 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/337252 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I150aa7c70143dc3fcda1485766a7998e37a6894d Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Stop using abandoned blue
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337217 ) Change subject: Stop using abandoned blue .. Stop using abandoned blue Change-Id: I3d17308cc0afdeb204b096613aa0dbdcbac4196b --- M build/javascripts/privacy.js M build/stylesheets/graph.css M build/stylesheets/master.css M source/javascripts/privacy.js M source/stylesheets/variables.css.scss 5 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/17/337217/1 diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index c3b8fb4..e2f8f74 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -1 +1 @@ -!function(t,e){function a(){}var r={Argentina:"ar",Bangladesh:"bd",Austria:"at",Australia:"au",Belgium:"be",Bulgaria:"bg",Chile:"cl",Denmark:"dk","Hong Kong":"hk",Ireland:"ie",Israel:"il",Iran:"ir",Italy:"it","South Korea":"kr",Korea:"kr",Luxembourg:"lu",Latvia:"lv",Mexico:"mx",Malaysia:"my",Netherlands:"nl",Norway:"no",Peru:"pe",Poland:"pl","Puerto Rico":"pr",Russia:"ru","Saudi Arabia":"sa",Serbia:"rs",Slovenia:"si",Slovakia:"sk",Senegal:"sn",USA:"us",France:"fr","United Kingdom":"gb",Spain:"es",India:"in","Sri Lanka":"lk",Germany:"de",Canada:"ca",Nepal:"np",Pakistan:"pk",Brazil:"br",China:"cn",Switzerland:"ch",Singapore:"sg","New Zealand":"nz",Japan:"jp","Czech Republic":"cz",Sweden:"se",Turkey:"tr",Greece:"gr",Cyprus:"cy",Ukraine:"ua",Taiwan:"tw",Suriname:"sr",Romania:"ro",Indonesia:"id",Liechtenstein:"li",Philippines:"ph","South Africa":"za",Tanzania:"tz",Portugal:"pt",Hungary:"hu",Venezuela:"ve",Croatia:"hr",Ecuador:"ec",Egypt:"eg",Estonia:"ee",Finland:"fi",Georgia:"ge",Malta:"mt",Morocco:"ma","Dominican Republic":"do"};a.prototype.init=function(t){if(0===t.length)throw new Error("Empty dataset");this.data=t.requests,this.filters={}},a.prototype.groupBy=function(t,e){function a(t,e){l[t[e]]||(l[t[e]]=[0,0,0])}function r(t,e){a(t,e);var r;switch(t.disclosed){case"All":r=0;break;case"No":r=1;break;case"Partial":r=2}l[t[e]][r]+=1}if(!this.data[0][t])throw new Error('No such column in dataset: "'+t+'" in: '+Object.keys(this.data[0]).join(", "));var n=this.data,l={};for(var i in n){var o=n[i],s=!1;if(void 0===this.filters||0===this.filters.length)s=!0;else{var u=!0;for(var c in this.filters){var p=this.filters[c];p!==o[c]&&(u=!1)}u&&(s=!0)}s?r(o,t):("undefined"==typeof this.filters.duration||o.duration===this.filters.duration)&&a(o,t)}if(e){var d=[];for(var i in l)d.push({key:i,value:l[i]});return d}return l},horizontalGraph=function(a,n,l,i,o){function s(a,l,i,s,u,d,y){function m(t,e){return k.filter(function(a){return a.key===t&&a.disclosed===e})[0]}var h=40*l.length+40;c.height(h),v.attr("height",h),y===!0&&(C=t.scale.linear().domain([0,t.max(l,function(t){var e=t.value.reduce(function(t,e){return t+e});return e})]).range([20,f]));for(var _=[],g=0;g"+f+""+(Number(d[0])+Number(d[1])+Number(d[2]))+""+e("#t_information_produced_all").val()+""+d[0]+""+e("#t_information_produced_partial").val()+""+d[2]+""}return""===r&&(r=""+e("#t_total_requests").val()+""+(n+l+i)+""+e("#t_information_produced_all").val()+""+n+''+e("#t_information_produced_partial").val()+''+l+""),o.html(r).style("top",u+"px").style("left",c+"px").style("display","block")}).on("mouseout",function(){return o.style("display","none")}).attr("height","12").attr("y",function(t){return 40*(i(t.key)+1)+3}).classed("disclosed--all",function(t){return"all"===t.disclosed}).classed("disclosed--partial",function(t){return"partial"===t.disclosed}).classed("disclosed--none",function(t){return"no"===t.disclosed}).transition().attr("x",function(t){return C(t.x)-20}).attr("width",function(t){return 0===t.value?0:C(t.value)}),q.exit().remove();var A=a.selectAll("text."+d).data(l);if(A.enter().append("text").on("click",function(t){s.filters[n]===t.key?delete s.filters[n]:s.filters[n]=t.key,u.filter()}).attr("class",d),A.on("mouseover",function(a){var r="",n=Number(m(a.key,"all").value),l=Number(m(a.key,"partial").value),i=Number(m(a.key,"no").value),u=e(t.event.target).offset().top+20,c=b+C(x[a.key]);if(c+=p?50:30,p&&0!==Object.keys(s.filters).length&&"undefined"!=typeof s.filters.type){var d=s.groupBy("country")[a.key],f=s.filters.type;r=""+f+""+(Number(d[0])+Number(d[1])+Number(d[2]))+""+e("#t_information_produced_all").val()+""+d[0]+""+e("#t_information_produced_partial").val()+""+d[2]+""}return""===r&&(r=""+e("#t_total_requests").val()+""+(n+l+i)+""+e("#t_information_produced_all").val()+""+n+''+e("#t_information_produced_partial").val()+''+l+""),o.html(r).style("top",u+"px").style("left",c+"px").style("display","block")}).on("mouseout",function(){return o.style("display","none")}).attr("y",function(t,e){return 40*(e+1)}).attr("dy",-3).attr("x",5).text(function(t){var a="#t_";return a+=t.key.replace(/\W+/g," ").split(" ").join(
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Stop using abandoned blue
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337217 ) Change subject: Stop using abandoned blue .. Stop using abandoned blue Change-Id: I3d17308cc0afdeb204b096613aa0dbdcbac4196b --- M build/javascripts/privacy.js M build/stylesheets/graph.css M build/stylesheets/master.css M source/javascripts/privacy.js M source/stylesheets/variables.css.scss 5 files changed, 5 insertions(+), 5 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index c3b8fb4..e2f8f74 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -1 +1 @@ -!function(t,e){function a(){}var r={Argentina:"ar",Bangladesh:"bd",Austria:"at",Australia:"au",Belgium:"be",Bulgaria:"bg",Chile:"cl",Denmark:"dk","Hong Kong":"hk",Ireland:"ie",Israel:"il",Iran:"ir",Italy:"it","South Korea":"kr",Korea:"kr",Luxembourg:"lu",Latvia:"lv",Mexico:"mx",Malaysia:"my",Netherlands:"nl",Norway:"no",Peru:"pe",Poland:"pl","Puerto Rico":"pr",Russia:"ru","Saudi Arabia":"sa",Serbia:"rs",Slovenia:"si",Slovakia:"sk",Senegal:"sn",USA:"us",France:"fr","United Kingdom":"gb",Spain:"es",India:"in","Sri Lanka":"lk",Germany:"de",Canada:"ca",Nepal:"np",Pakistan:"pk",Brazil:"br",China:"cn",Switzerland:"ch",Singapore:"sg","New Zealand":"nz",Japan:"jp","Czech Republic":"cz",Sweden:"se",Turkey:"tr",Greece:"gr",Cyprus:"cy",Ukraine:"ua",Taiwan:"tw",Suriname:"sr",Romania:"ro",Indonesia:"id",Liechtenstein:"li",Philippines:"ph","South Africa":"za",Tanzania:"tz",Portugal:"pt",Hungary:"hu",Venezuela:"ve",Croatia:"hr",Ecuador:"ec",Egypt:"eg",Estonia:"ee",Finland:"fi",Georgia:"ge",Malta:"mt",Morocco:"ma","Dominican Republic":"do"};a.prototype.init=function(t){if(0===t.length)throw new Error("Empty dataset");this.data=t.requests,this.filters={}},a.prototype.groupBy=function(t,e){function a(t,e){l[t[e]]||(l[t[e]]=[0,0,0])}function r(t,e){a(t,e);var r;switch(t.disclosed){case"All":r=0;break;case"No":r=1;break;case"Partial":r=2}l[t[e]][r]+=1}if(!this.data[0][t])throw new Error('No such column in dataset: "'+t+'" in: '+Object.keys(this.data[0]).join(", "));var n=this.data,l={};for(var i in n){var o=n[i],s=!1;if(void 0===this.filters||0===this.filters.length)s=!0;else{var u=!0;for(var c in this.filters){var p=this.filters[c];p!==o[c]&&(u=!1)}u&&(s=!0)}s?r(o,t):("undefined"==typeof this.filters.duration||o.duration===this.filters.duration)&&a(o,t)}if(e){var d=[];for(var i in l)d.push({key:i,value:l[i]});return d}return l},horizontalGraph=function(a,n,l,i,o){function s(a,l,i,s,u,d,y){function m(t,e){return k.filter(function(a){return a.key===t&&a.disclosed===e})[0]}var h=40*l.length+40;c.height(h),v.attr("height",h),y===!0&&(C=t.scale.linear().domain([0,t.max(l,function(t){var e=t.value.reduce(function(t,e){return t+e});return e})]).range([20,f]));for(var _=[],g=0;g"+f+""+(Number(d[0])+Number(d[1])+Number(d[2]))+""+e("#t_information_produced_all").val()+""+d[0]+""+e("#t_information_produced_partial").val()+""+d[2]+""}return""===r&&(r=""+e("#t_total_requests").val()+""+(n+l+i)+""+e("#t_information_produced_all").val()+""+n+''+e("#t_information_produced_partial").val()+''+l+""),o.html(r).style("top",u+"px").style("left",c+"px").style("display","block")}).on("mouseout",function(){return o.style("display","none")}).attr("height","12").attr("y",function(t){return 40*(i(t.key)+1)+3}).classed("disclosed--all",function(t){return"all"===t.disclosed}).classed("disclosed--partial",function(t){return"partial"===t.disclosed}).classed("disclosed--none",function(t){return"no"===t.disclosed}).transition().attr("x",function(t){return C(t.x)-20}).attr("width",function(t){return 0===t.value?0:C(t.value)}),q.exit().remove();var A=a.selectAll("text."+d).data(l);if(A.enter().append("text").on("click",function(t){s.filters[n]===t.key?delete s.filters[n]:s.filters[n]=t.key,u.filter()}).attr("class",d),A.on("mouseover",function(a){var r="",n=Number(m(a.key,"all").value),l=Number(m(a.key,"partial").value),i=Number(m(a.key,"no").value),u=e(t.event.target).offset().top+20,c=b+C(x[a.key]);if(c+=p?50:30,p&&0!==Object.keys(s.filters).length&&"undefined"!=typeof s.filters.type){var d=s.groupBy("country")[a.key],f=s.filters.type;r=""+f+""+(Number(d[0])+Number(d[1])+Number(d[2]))+""+e("#t_information_produced_all").val()+""+d[0]+""+e("#t_information_produced_partial").val()+""+d[2]+""}return""===r&&(r=""+e("#t_total_requests").val()+""+(n+l+i)+""+e("#t_information_produced_all").val()+""+n+''+e("#t_information_produced_partial").val()+''+l+""),o.html(r).style("top",u+"px").style("left",c+"px").style("display","block")}).on("mouseout",function(){return o.style("display","none")}).attr("y",function(t,e){return 40*(e+1)}).attr("dy",-3).attr("x",5).text(function(t){var a="#t_";return a+=t.key.replace(/\W+/g," ").split(" ").join("_").toLowerCase(),e(a).val()}),A.exi
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: Refresh build
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337216 ) Change subject: Refresh build .. Refresh build Change-Id: Id5bc29a44d294334163d198de9cfc4c711762a25 --- M build/javascripts/privacy.js M build/stylesheets/graph.css M build/stylesheets/master.css 3 files changed, 27 insertions(+), 27 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index 09dd6c7..d949769 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -841,7 +841,7 @@ svg.append('g') .attr('class', 'labels') - var colors = ['#347bff', '#3464bc', '#344e7a', '#343838']; + var colors = ['#36c', '#3464bc', '#344e7a', '#343838']; var pie = d3.layout.pie() .value(function(d) { @@ -864,7 +864,7 @@ 'class': 'pieChart__slice' }) - // this will come handy in positioning our + // this will come handy in positioning our // lables and lines outside the chart function midAngle(d) { return d.startAngle + (d.endAngle - d.startAngle) / 2; @@ -920,7 +920,7 @@ pos[0] = polylineFactor * (midAngle(d) < 3.14 ? 1 : -1); return [arc.centroid(d), outerArc.centroid(d), pos]; }, - 'class': 'pieChart__line' + 'class': 'pieChart__line' }) } @@ -985,7 +985,7 @@ addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'All', d[ 'Informal Request Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'No', d[ 'Informal Request' ] - d['Informal Request Complied (Partial)'] - d[ 'Informal Request Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'Partial', d[ 'Informal Request Complied (Partial)' ] ); - + addFact( d[ 'Country' ], 'Informal Government Requests', 'All', d[ 'Government Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Government Requests', 'No', d[ 'Government' ] - d['Government Complied (Partial)'] - d[ 'Government Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Government Requests', 'Partial', d[ 'Government Complied (Partial)' ] ); @@ -1038,7 +1038,7 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() var flags = document.querySelectorAll('#bar_graph_by_country .flag') @@ -,7 +,7 @@ } ); } ); - d3.csv('./data/number_of_disclosures.csv', function( data ) { + d3.csv('./data/number_of_disclosures.csv', function( data ) { var transformedData = data.map(function(o) { return [o.key, o.value] diff --git a/build/stylesheets/graph.css b/build/stylesheets/graph.css index 5cd59ef..fc57d38 100644 --- a/build/stylesheets/graph.css +++ b/build/stylesheets/graph.css @@ -1,10 +1,10 @@ -.analytics { border: 1px solid #375baf; border-top: 6px solid #347bff; box-shadow: none; background: #ff; margin: 40px 0; } -@media all and (min-width: 992px) { .analytics { border: none; border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } +.analytics { border: 1px solid #375baf; border-top: 6px solid #3366cc; box-shadow: none; background: #ff; margin: 40px 0; } +@media all and (min-width: 992px) { .analytics { border: none; border-top: 6px solid #3366cc; box-shadow: 0 17px 35px -17px #375baf; } } .analytics h2 { margin: 20px; } .analytics ul.tabs { list-style: none; padding: 0; border-bottom: 1px solid #d1d1d1; } .analytics ul.tabs li { display: inline; } .analytics ul.tabs li a { display: inline-block; padding: 3px 10px; text-transform: uppercase; font-size: 12px; font-weight: 400; color: #666; border-bottom: 4px solid transparent; } -.analytics ul.tabs li a.active, .analytics ul.tabs li a:hover { text-decoration: none; border-color: #347bff; } +.analytics ul.tabs li a.active, .analytics ul.tabs li a:hover { text-decoration: none; border-color: #3366cc; } .analytics ul.tabs li:first-child { margin-left: 10px; } .analytics .bar_graph_horizontal.rect.gray_bars, .analytics .bar_graph_horizontal.rect.blue_bars { cursor: pointer; } .analytics h3 { font-family: serif; font-size: 20px; margin: 20px; margin-bottom: 0; } @@ -37,20 +37,20
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: Refresh build
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337216 ) Change subject: Refresh build .. Refresh build Change-Id: Id5bc29a44d294334163d198de9cfc4c711762a25 --- M build/javascripts/privacy.js M build/stylesheets/graph.css M build/stylesheets/master.css 3 files changed, 27 insertions(+), 27 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport refs/changes/16/337216/1 diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index 09dd6c7..d949769 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -841,7 +841,7 @@ svg.append('g') .attr('class', 'labels') - var colors = ['#347bff', '#3464bc', '#344e7a', '#343838']; + var colors = ['#36c', '#3464bc', '#344e7a', '#343838']; var pie = d3.layout.pie() .value(function(d) { @@ -864,7 +864,7 @@ 'class': 'pieChart__slice' }) - // this will come handy in positioning our + // this will come handy in positioning our // lables and lines outside the chart function midAngle(d) { return d.startAngle + (d.endAngle - d.startAngle) / 2; @@ -920,7 +920,7 @@ pos[0] = polylineFactor * (midAngle(d) < 3.14 ? 1 : -1); return [arc.centroid(d), outerArc.centroid(d), pos]; }, - 'class': 'pieChart__line' + 'class': 'pieChart__line' }) } @@ -985,7 +985,7 @@ addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'All', d[ 'Informal Request Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'No', d[ 'Informal Request' ] - d['Informal Request Complied (Partial)'] - d[ 'Informal Request Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'Partial', d[ 'Informal Request Complied (Partial)' ] ); - + addFact( d[ 'Country' ], 'Informal Government Requests', 'All', d[ 'Government Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Government Requests', 'No', d[ 'Government' ] - d['Government Complied (Partial)'] - d[ 'Government Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Government Requests', 'Partial', d[ 'Government Complied (Partial)' ] ); @@ -1038,7 +1038,7 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() var flags = document.querySelectorAll('#bar_graph_by_country .flag') @@ -,7 +,7 @@ } ); } ); - d3.csv('./data/number_of_disclosures.csv', function( data ) { + d3.csv('./data/number_of_disclosures.csv', function( data ) { var transformedData = data.map(function(o) { return [o.key, o.value] diff --git a/build/stylesheets/graph.css b/build/stylesheets/graph.css index 5cd59ef..fc57d38 100644 --- a/build/stylesheets/graph.css +++ b/build/stylesheets/graph.css @@ -1,10 +1,10 @@ -.analytics { border: 1px solid #375baf; border-top: 6px solid #347bff; box-shadow: none; background: #ff; margin: 40px 0; } -@media all and (min-width: 992px) { .analytics { border: none; border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } +.analytics { border: 1px solid #375baf; border-top: 6px solid #3366cc; box-shadow: none; background: #ff; margin: 40px 0; } +@media all and (min-width: 992px) { .analytics { border: none; border-top: 6px solid #3366cc; box-shadow: 0 17px 35px -17px #375baf; } } .analytics h2 { margin: 20px; } .analytics ul.tabs { list-style: none; padding: 0; border-bottom: 1px solid #d1d1d1; } .analytics ul.tabs li { display: inline; } .analytics ul.tabs li a { display: inline-block; padding: 3px 10px; text-transform: uppercase; font-size: 12px; font-weight: 400; color: #666; border-bottom: 4px solid transparent; } -.analytics ul.tabs li a.active, .analytics ul.tabs li a:hover { text-decoration: none; border-color: #347bff; } +.analytics ul.tabs li a.active, .analytics ul.tabs li a:hover { text-decoration: none; border-color: #3366cc; } .analytics ul.tabs li:first-child { margin-left: 10px; } .analytics .bar_graph_horizontal.rect.gray_bars, .analytics .bar_graph_horizontal.rect.blue_bars { cursor: pointer; } .analytics h3 { font-family: serif; font-size: 20px; margin: 20px; margin-b
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: Stop using abandoned blue
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337215 ) Change subject: Stop using abandoned blue .. Stop using abandoned blue This commit only changes the source, need to 'middleman build' again to change the actual website. Bug: T157828 Change-Id: Ie2111d6a4ee63edc7e989ec330dcda3785703f1f --- M source/javascripts/privacy.js M source/stylesheets/variables.css.scss 2 files changed, 7 insertions(+), 7 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/source/javascripts/privacy.js b/source/javascripts/privacy.js index b9c3e0c..36cf338 100644 --- a/source/javascripts/privacy.js +++ b/source/javascripts/privacy.js @@ -841,7 +841,7 @@ svg.append('g') .attr('class', 'labels') - var colors = ['#347bff', '#3464bc', '#344e7a', '#343838']; + var colors = ['#36c', '#3464bc', '#344e7a', '#343838']; var pie = d3.layout.pie() .value(function(d) { @@ -864,7 +864,7 @@ 'class': 'pieChart__slice' }) - // this will come handy in positioning our + // this will come handy in positioning our // lables and lines outside the chart function midAngle(d) { return d.startAngle + (d.endAngle - d.startAngle) / 2; @@ -920,7 +920,7 @@ pos[0] = polylineFactor * (midAngle(d) < 3.14 ? 1 : -1); return [arc.centroid(d), outerArc.centroid(d), pos]; }, - 'class': 'pieChart__line' + 'class': 'pieChart__line' }) } @@ -985,7 +985,7 @@ addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'All', d[ 'Informal Request Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'No', d[ 'Informal Request' ] - d['Informal Request Complied (Partial)'] - d[ 'Informal Request Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Non-Government Requests', 'Partial', d[ 'Informal Request Complied (Partial)' ] ); - + addFact( d[ 'Country' ], 'Informal Government Requests', 'All', d[ 'Government Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Government Requests', 'No', d[ 'Government' ] - d['Government Complied (Partial)'] - d[ 'Government Complied (All)' ] ); addFact( d[ 'Country' ], 'Informal Government Requests', 'Partial', d[ 'Government Complied (Partial)' ] ); @@ -1038,7 +1038,7 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() var flags = document.querySelectorAll('#bar_graph_by_country .flag') @@ -,7 +,7 @@ } ); } ); - d3.csv('./data/number_of_disclosures.csv', function( data ) { + d3.csv('./data/number_of_disclosures.csv', function( data ) { var transformedData = data.map(function(o) { return [o.key, o.value] diff --git a/source/stylesheets/variables.css.scss b/source/stylesheets/variables.css.scss index ffcd3b4..86d099e 100644 --- a/source/stylesheets/variables.css.scss +++ b/source/stylesheets/variables.css.scss @@ -4,7 +4,7 @@ $black: #343838; $red: #ff6060; -$blue: #347BFF; +$blue: #36C; $darkgray: #33425B; // for future use -- To view, visit https://gerrit.wikimedia.org/r/337215 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie2111d6a4ee63edc7e989ec330dcda3785703f1f Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport Gerrit-Branch: master Gerrit-Owner: Prtksxna Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: TR final fixes; Round 1
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337187 ) Change subject: TR final fixes; Round 1 .. TR final fixes; Round 1 Change-Id: Ie49dbab2d21d95b4325baaac1befbdc940a9bf86 --- M build/content.html M build/data/targeted_takedown.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/privacy.html M build/fr/stories.html M build/images/story_grave.jpg M build/index.html M build/javascripts/rag.js M build/privacy.html M build/stories.html M locales/en.yml M source/data/targeted_takedown.csv M source/images/story_grave.jpg M source/javascripts/rag.js M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb 19 files changed, 158 insertions(+), 62 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/337187 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie49dbab2d21d95b4325baaac1befbdc940a9bf86 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: TR final fixes; Round 1
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/337187 ) Change subject: TR final fixes; Round 1 .. TR final fixes; Round 1 Change-Id: Ie49dbab2d21d95b4325baaac1befbdc940a9bf86 --- M build/content.html M build/data/targeted_takedown.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/privacy.html M build/fr/stories.html M build/images/story_grave.jpg M build/index.html M build/javascripts/rag.js M build/privacy.html M build/stories.html M locales/en.yml M source/data/targeted_takedown.csv M source/images/story_grave.jpg M source/javascripts/rag.js M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb 19 files changed, 158 insertions(+), 62 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/87/337187/1 -- To view, visit https://gerrit.wikimedia.org/r/337187 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie49dbab2d21d95b4325baaac1befbdc940a9bf86 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Fix whitespace issue
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335986 ) Change subject: Fix whitespace issue .. Fix whitespace issue Change-Id: Idd18bc0f685e3f9e6ab175087f7f926e97a91876 --- M build/data/where_from.csv M source/data/where_from.csv 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/where_from.csv b/build/data/where_from.csv index 3c3f2b4..e929ac2 100644 --- a/build/data/where_from.csv +++ b/build/data/where_from.csv @@ -210,7 +210,7 @@ Germany,23,0,juldec16 France,16,0,juldec16 United Kingdom,14,0,juldec16 -Unknown ,7,0,juldec16 +Unknown,7,0,juldec16 Brazil,6,0,juldec16 India,6,0,juldec16 Italy,6,0,juldec16 diff --git a/source/data/where_from.csv b/source/data/where_from.csv index 3c3f2b4..e929ac2 100644 --- a/source/data/where_from.csv +++ b/source/data/where_from.csv @@ -210,7 +210,7 @@ Germany,23,0,juldec16 France,16,0,juldec16 United Kingdom,14,0,juldec16 -Unknown ,7,0,juldec16 +Unknown,7,0,juldec16 Brazil,6,0,juldec16 India,6,0,juldec16 Italy,6,0,juldec16 -- To view, visit https://gerrit.wikimedia.org/r/335986 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idd18bc0f685e3f9e6ab175087f7f926e97a91876 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Fix whitespace issue
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335986 ) Change subject: Fix whitespace issue .. Fix whitespace issue Change-Id: Idd18bc0f685e3f9e6ab175087f7f926e97a91876 --- M build/data/where_from.csv M source/data/where_from.csv 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/86/335986/1 diff --git a/build/data/where_from.csv b/build/data/where_from.csv index 3c3f2b4..e929ac2 100644 --- a/build/data/where_from.csv +++ b/build/data/where_from.csv @@ -210,7 +210,7 @@ Germany,23,0,juldec16 France,16,0,juldec16 United Kingdom,14,0,juldec16 -Unknown ,7,0,juldec16 +Unknown,7,0,juldec16 Brazil,6,0,juldec16 India,6,0,juldec16 Italy,6,0,juldec16 diff --git a/source/data/where_from.csv b/source/data/where_from.csv index 3c3f2b4..e929ac2 100644 --- a/source/data/where_from.csv +++ b/source/data/where_from.csv @@ -210,7 +210,7 @@ Germany,23,0,juldec16 France,16,0,juldec16 United Kingdom,14,0,juldec16 -Unknown ,7,0,juldec16 +Unknown,7,0,juldec16 Brazil,6,0,juldec16 India,6,0,juldec16 Italy,6,0,juldec16 -- To view, visit https://gerrit.wikimedia.org/r/335986 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd18bc0f685e3f9e6ab175087f7f926e97a91876 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update quotes, faq, rename titles, optimize svgs
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335985 ) Change subject: Update quotes, faq, rename titles, optimize svgs .. Update quotes, faq, rename titles, optimize svgs Change-Id: I5ab235176d8303df7800e6a5514cf879cf11efbc --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/images/flags_svg/bo.svg M build/images/flags_svg/es.svg M build/images/flags_svg/me.svg M build/images/flags_svg/rs.svg M build/images/flags_svg/sv.svg M build/images/flags_svg/va.svg A build/images/frederick.jpg A build/images/marjane.jpg A build/images/pamela.jpg A build/images/salil.jpg M build/index.html M build/privacy.html M locales/en.yml M source/images/flags_svg/bo.svg M source/images/flags_svg/es.svg M source/images/flags_svg/me.svg M source/images/flags_svg/rs.svg M source/images/flags_svg/sv.svg M source/images/flags_svg/va.svg A source/images/frederick.jpg A source/images/marjane.jpg A source/images/pamela.jpg A source/images/salil.jpg M source/localizable/content.html.erb M source/localizable/faq.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb 33 files changed, 71 insertions(+), 53 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/335985 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5ab235176d8303df7800e6a5514cf879cf11efbc Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update quotes, faq, rename titles, optimize svgs
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335985 ) Change subject: Update quotes, faq, rename titles, optimize svgs .. Update quotes, faq, rename titles, optimize svgs Change-Id: I5ab235176d8303df7800e6a5514cf879cf11efbc --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/images/flags_svg/bo.svg M build/images/flags_svg/es.svg M build/images/flags_svg/me.svg M build/images/flags_svg/rs.svg M build/images/flags_svg/sv.svg M build/images/flags_svg/va.svg A build/images/frederick.jpg A build/images/marjane.jpg A build/images/pamela.jpg A build/images/salil.jpg M build/index.html M build/privacy.html M locales/en.yml M source/images/flags_svg/bo.svg M source/images/flags_svg/es.svg M source/images/flags_svg/me.svg M source/images/flags_svg/rs.svg M source/images/flags_svg/sv.svg M source/images/flags_svg/va.svg A source/images/frederick.jpg A source/images/marjane.jpg A source/images/pamela.jpg A source/images/salil.jpg M source/localizable/content.html.erb M source/localizable/faq.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb 33 files changed, 71 insertions(+), 53 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/85/335985/1 -- To view, visit https://gerrit.wikimedia.org/r/335985 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5ab235176d8303df7800e6a5514cf879cf11efbc Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Get images from current repo
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335977 ) Change subject: Get images from current repo .. Get images from current repo Change-Id: I9b40675930cc37df30bb942980d0af6d490a9ee0 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html M source/layouts/layout.erb M source/localizable/faq.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb 15 files changed, 79 insertions(+), 79 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/335977 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9b40675930cc37df30bb942980d0af6d490a9ee0 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Get images from current repo
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335977 ) Change subject: Get images from current repo .. Get images from current repo Change-Id: I9b40675930cc37df30bb942980d0af6d490a9ee0 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html M source/layouts/layout.erb M source/localizable/faq.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb 15 files changed, 79 insertions(+), 79 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/77/335977/1 -- To view, visit https://gerrit.wikimedia.org/r/335977 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b40675930cc37df30bb942980d0af6d490a9ee0 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Optimizations
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335862 ) Change subject: Optimizations .. Optimizations Minify HTML, CSS, and JS. Optimize images and svgs Change-Id: I5b2bc2acd95d5f2b8b57c90f46b3db530f862e87 --- M Gemfile M Gemfile.lock M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/images/chevron.svg D build/images/chev...@2x.svg M build/images/content.svg M build/images/content1.svg M build/images/faq.svg M build/images/haruki.png D build/images/har...@2x.png M build/images/heather.jpg D build/images/heat...@2x.jpg M build/images/kozinski.jpg D build/images/kozin...@2x.jpg M build/images/logo.png D build/images/l...@2x.png M build/images/malala.jpg D build/images/pie.png D build/images/p...@2x.png D build/images/pie_dec2015.png D build/images/pie_june2015.png D build/images/pie_june2...@2x.png M build/images/quote_bohr.png D build/images/quote_b...@2x.png M build/images/quote_brandeis.png D build/images/quote_brand...@2x.png M build/images/quote_franklin.png D build/images/quote_frank...@2x.png M build/images/quote_gaiman.png D build/images/quote_gai...@2x.png M build/images/quote_hosseini.png M build/images/quote_jay.png D build/images/quote_...@2x.png M build/images/quote_monroe.png D build/images/quote_mon...@2x.png M build/images/quote_netanel.png D build/images/quote_neta...@2x.png M build/images/quote_ocean.png D build/images/quote_oc...@2x.png M build/images/quote_oconnor.png D build/images/quote_ocon...@2x.png D build/images/quote_ocon...@2x.pxm M build/images/quote_orwell.png D build/images/quote_orw...@2x.png M build/images/quote_paine.png D build/images/quote_pa...@2x.png M build/images/quote_poehler.png D build/images/quote_poeh...@2x.png M build/images/quote_samuelson.png D build/images/quote_samuel...@2x.png M build/images/quote_sotomayor.png D build/images/quote_sotoma...@2x.png M build/images/quote_wilde.png D build/images/quote_wi...@2x.png M build/images/story_aboriginal.png D build/images/story_aborigi...@2x.png M build/images/story_barnstar.png D build/images/story_barns...@2x.png M build/images/story_bedtime.png D build/images/story_bedt...@2x.png M build/images/story_bern.jpg D build/images/story_b...@2x.jpg M build/images/story_change.png M build/images/story_cinema.jpg D build/images/story_cin...@2x.jpg M build/images/story_classics.png D build/images/story_class...@2x.png M build/images/story_coffee.png D build/images/story_cof...@2x.png M build/images/story_copywrong.png D build/images/story_copywr...@2x.png M build/images/story_dance.png M build/images/story_dcri.png D build/images/story_d...@2x.png M build/images/story_dial.jpg D build/images/story_d...@2x.jpg M build/images/story_dictating.jpg D build/images/story_dictat...@2x.jpg M build/images/story_disputed.jpg D build/images/story_dispu...@2x.jpg M build/images/story_dmca.png D build/images/story_d...@2x.png M build/images/story_emergency.png D build/images/story_emerge...@2x.png M build/images/story_grave.jpg D build/images/story_gr...@2x.jpg M build/images/story_guru.png D build/images/story_g...@2x.png M build/images/story_identity.png D build/images/story_ident...@2x.png M build/images/story_kempler.png D build/images/story_kemp...@2x.png M build/images/story_letitgo.png D build/images/story_leti...@2x.png M build/images/story_license.jpg D build/images/story_lice...@2x.jpg M build/images/story_missing.png D build/images/story_miss...@2x.png M build/images/story_missing_link.jpg D build/images/story_missing_l...@2x.jpg M build/images/story_monkey.png D build/images/story_mon...@2x.png M build/images/story_myanmar.png D build/images/story_myan...@2x.png M build/images/story_newspaper.jpg D build/images/story_newspa...@2x.jpg M build/images/story_obama.png D build/images/story_ob...@2x.png M build/images/story_political.png D build/images/story_politi...@2x.png M build/images/story_principle.png D build/images/story_princi...@2x.png M build/images/story_ruth.png D build/images/story_r...@2x.png M build/images/story_seer.png D build/images/story_s...@2x.png M build/images/story_stock.png D build/images/story_st...@2x.png M build/images/story_studio.png D build/images/story_stu...@2x.png M build/images/story_suicide.png D build/images/story_suic...@2x.png M build/images/story_trademark.jpg D build/images/story_tradem...@2x.jpg M build/images/story_whisky.jpg D build/images/story_whi...@2x.jpg M build/images/story_whitehouse.png D build/images/story_whiteho...@2x.png M build/images/story_zanni.jpg D build/images/story_za...@2x.jpg M build/images/userdata.svg M build/index.html M build/javascripts/all.js M build/javascripts/content.js M build/javascripts/faq.js M build/javascripts/privacy.js M build/javascripts/rag.js M build/privacy.html M build/stories.html M build/stylesheets/graph.css M build/sty
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Optimizations
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335862 ) Change subject: Optimizations .. Optimizations Minify HTML, CSS, and JS. Optimize images and svgs Change-Id: I5b2bc2acd95d5f2b8b57c90f46b3db530f862e87 --- M Gemfile M Gemfile.lock M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/images/chevron.svg D build/images/chev...@2x.svg M build/images/content.svg M build/images/content1.svg M build/images/faq.svg M build/images/haruki.png D build/images/har...@2x.png M build/images/heather.jpg D build/images/heat...@2x.jpg M build/images/kozinski.jpg D build/images/kozin...@2x.jpg M build/images/logo.png D build/images/l...@2x.png M build/images/malala.jpg D build/images/pie.png D build/images/p...@2x.png D build/images/pie_dec2015.png D build/images/pie_june2015.png D build/images/pie_june2...@2x.png M build/images/quote_bohr.png D build/images/quote_b...@2x.png M build/images/quote_brandeis.png D build/images/quote_brand...@2x.png M build/images/quote_franklin.png D build/images/quote_frank...@2x.png M build/images/quote_gaiman.png D build/images/quote_gai...@2x.png M build/images/quote_hosseini.png M build/images/quote_jay.png D build/images/quote_...@2x.png M build/images/quote_monroe.png D build/images/quote_mon...@2x.png M build/images/quote_netanel.png D build/images/quote_neta...@2x.png M build/images/quote_ocean.png D build/images/quote_oc...@2x.png M build/images/quote_oconnor.png D build/images/quote_ocon...@2x.png D build/images/quote_ocon...@2x.pxm M build/images/quote_orwell.png D build/images/quote_orw...@2x.png M build/images/quote_paine.png D build/images/quote_pa...@2x.png M build/images/quote_poehler.png D build/images/quote_poeh...@2x.png M build/images/quote_samuelson.png D build/images/quote_samuel...@2x.png M build/images/quote_sotomayor.png D build/images/quote_sotoma...@2x.png M build/images/quote_wilde.png D build/images/quote_wi...@2x.png M build/images/story_aboriginal.png D build/images/story_aborigi...@2x.png M build/images/story_barnstar.png D build/images/story_barns...@2x.png M build/images/story_bedtime.png D build/images/story_bedt...@2x.png M build/images/story_bern.jpg D build/images/story_b...@2x.jpg M build/images/story_change.png M build/images/story_cinema.jpg D build/images/story_cin...@2x.jpg M build/images/story_classics.png D build/images/story_class...@2x.png M build/images/story_coffee.png D build/images/story_cof...@2x.png M build/images/story_copywrong.png D build/images/story_copywr...@2x.png M build/images/story_dance.png M build/images/story_dcri.png D build/images/story_d...@2x.png M build/images/story_dial.jpg D build/images/story_d...@2x.jpg M build/images/story_dictating.jpg D build/images/story_dictat...@2x.jpg M build/images/story_disputed.jpg D build/images/story_dispu...@2x.jpg M build/images/story_dmca.png D build/images/story_d...@2x.png M build/images/story_emergency.png D build/images/story_emerge...@2x.png M build/images/story_grave.jpg D build/images/story_gr...@2x.jpg M build/images/story_guru.png D build/images/story_g...@2x.png M build/images/story_identity.png D build/images/story_ident...@2x.png M build/images/story_kempler.png D build/images/story_kemp...@2x.png M build/images/story_letitgo.png D build/images/story_leti...@2x.png M build/images/story_license.jpg D build/images/story_lice...@2x.jpg M build/images/story_missing.png D build/images/story_miss...@2x.png M build/images/story_missing_link.jpg D build/images/story_missing_l...@2x.jpg M build/images/story_monkey.png D build/images/story_mon...@2x.png M build/images/story_myanmar.png D build/images/story_myan...@2x.png M build/images/story_newspaper.jpg D build/images/story_newspa...@2x.jpg M build/images/story_obama.png D build/images/story_ob...@2x.png M build/images/story_political.png D build/images/story_politi...@2x.png M build/images/story_principle.png D build/images/story_princi...@2x.png M build/images/story_ruth.png D build/images/story_r...@2x.png M build/images/story_seer.png D build/images/story_s...@2x.png M build/images/story_stock.png D build/images/story_st...@2x.png M build/images/story_studio.png D build/images/story_stu...@2x.png M build/images/story_suicide.png D build/images/story_suic...@2x.png M build/images/story_trademark.jpg D build/images/story_tradem...@2x.jpg M build/images/story_whisky.jpg D build/images/story_whi...@2x.jpg M build/images/story_whitehouse.png D build/images/story_whiteho...@2x.png M build/images/story_zanni.jpg D build/images/story_za...@2x.jpg M build/images/userdata.svg M build/index.html M build/javascripts/all.js M build/javascripts/content.js M build/javascripts/faq.js M build/javascripts/privacy.js M build/javascripts/rag.js M build/privacy.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Updates on user and content page
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335490 ) Change subject: Updates on user and content page .. Updates on user and content page Change-Id: I29de95d6302846e73276c8ab27a6ef5505b63539 --- M build/data/number_of_disclosures.csv M build/faq.html M build/fr/privacy.html M build/fr/stories.html M build/javascripts/privacy.js M build/privacy.html M build/stories.html M locales/en.yml M source/data/number_of_disclosures.csv M source/javascripts/privacy.js M source/localizable/privacy.html.erb 11 files changed, 184 insertions(+), 37 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/number_of_disclosures.csv b/build/data/number_of_disclosures.csv index c34a9ab..913d52f 100644 --- a/build/data/number_of_disclosures.csv +++ b/build/data/number_of_disclosures.csv @@ -1,5 +1,6 @@ key,value -Individual threats,7 -Terrorist threats,2 -Other,2 -Suicide,1 \ No newline at end of file +Other,1 +Terrorist threats,8 +Individual threats,6 +Suicide,2 +Emergency requests,2 \ No newline at end of file diff --git a/build/faq.html b/build/faq.html index e3e1ff6..b2bd147 100644 --- a/build/faq.html +++ b/build/faq.html @@ -139,7 +139,7 @@ What do you mean by “court order”? -When we say “court order”, we mean an order issued by a court directed at the Wikimedia Foundation. If an order has been issued by a court of competent jurisdiction, we will evaluate the request. For example, court orders for user data may be issued under various U.S. federal and state laws, such as section 2703(d) of the Electronic Communications Privacy Act (“ECPA&lrquo;). For the avoidance of doubt, we believe a warrant is required by the 4th Amendment to the United States Constitution, which prohibits unreasonable search and seizure and overrides conflicting provisions in the ECPA. We believe that the ECPA needs to be updated so that equivalent protections are granted to electronic communications and documents that have already been granted to the physical documents one keeps at home or in their office. To that end, we are a member of the Digital Due Process Coalition to help in that effort. +When we say “court order”, we mean an order issued by a court directed at the Wikimedia Foundation. If an order has been issued by a court of competent jurisdiction, we will evaluate the request. For example, court orders for user data may be issued under various U.S. federal and state laws, such as section 2703(d) of the Electronic Communications Privacy Act (“ECPA&lrquo;). For the avoidance of doubt, we believe a warrant is required by the 4th Amendment to the United States Constitution, which prohibits unreasonable search and seizure and overrides conflicting provisions in the ECPA. We believe that the ECPA needs to be updated so that equivalent protections are granted to electronic communications and documents that have already been granted to the physical documents one keeps at home or in their office. To that end, we are a member of the Digital Due Process Coalition to help in that effort. @@ -205,7 +205,7 @@ What is WMF doing to help improve laws related to disclosure or surveillance of user information? -Our core values of freedom of speech and access to information can be threatened by laws that compromise user privacy. For this reason, the Wikimedia Foundation has joined the fight to improve privacy laws around the world. In 2013, we joined the Digital Due Process Coalition (DDPC), an organization focused on reforming the United States Electronic Communications Privacy Act (ECPA). The ECPA specifies standards for law enforcement access to electronic communications and associated data, thereby providing a degree of privacy to users of digital communication services. However, the ECPA was enacted in 1986, meaning that it does not adequately protect users anymore, and only serves to provide inconsistent standards for law enforcement when dealing with “new” technologies. The DDPC’s mission is to simplify, clarify, and unify the ECPA standards—providing clearer privacy protections for users, while taking into account changes in technology and usage patterns, and preserving the legal tools necessary for government agencies to enforce the laws and protect the public. In 2014, we signed onto the Necessary and Proportionate Principles, which support the application of human rights to mass surveillance and set forth basic principles to which governments should adhere when employing modern surveillance technologies. In March 2015, we took an even stronger stand. The Wikimedia Foundation joined eight other co-plaintiffs in filing a lawsuit against the U.S. National Security Agency over its “Upstream” mass surveillance practices, which capture communications passing
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Updates on user and content page
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335490 ) Change subject: Updates on user and content page .. Updates on user and content page Change-Id: I29de95d6302846e73276c8ab27a6ef5505b63539 --- M build/data/number_of_disclosures.csv M build/faq.html M build/fr/privacy.html M build/fr/stories.html M build/javascripts/privacy.js M build/privacy.html M build/stories.html M locales/en.yml M source/data/number_of_disclosures.csv M source/javascripts/privacy.js M source/localizable/privacy.html.erb 11 files changed, 184 insertions(+), 37 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/90/335490/1 diff --git a/build/data/number_of_disclosures.csv b/build/data/number_of_disclosures.csv index c34a9ab..913d52f 100644 --- a/build/data/number_of_disclosures.csv +++ b/build/data/number_of_disclosures.csv @@ -1,5 +1,6 @@ key,value -Individual threats,7 -Terrorist threats,2 -Other,2 -Suicide,1 \ No newline at end of file +Other,1 +Terrorist threats,8 +Individual threats,6 +Suicide,2 +Emergency requests,2 \ No newline at end of file diff --git a/build/faq.html b/build/faq.html index e3e1ff6..b2bd147 100644 --- a/build/faq.html +++ b/build/faq.html @@ -139,7 +139,7 @@ What do you mean by “court order”? -When we say “court order”, we mean an order issued by a court directed at the Wikimedia Foundation. If an order has been issued by a court of competent jurisdiction, we will evaluate the request. For example, court orders for user data may be issued under various U.S. federal and state laws, such as section 2703(d) of the Electronic Communications Privacy Act (“ECPA&lrquo;). For the avoidance of doubt, we believe a warrant is required by the 4th Amendment to the United States Constitution, which prohibits unreasonable search and seizure and overrides conflicting provisions in the ECPA. We believe that the ECPA needs to be updated so that equivalent protections are granted to electronic communications and documents that have already been granted to the physical documents one keeps at home or in their office. To that end, we are a member of the Digital Due Process Coalition to help in that effort. +When we say “court order”, we mean an order issued by a court directed at the Wikimedia Foundation. If an order has been issued by a court of competent jurisdiction, we will evaluate the request. For example, court orders for user data may be issued under various U.S. federal and state laws, such as section 2703(d) of the Electronic Communications Privacy Act (“ECPA&lrquo;). For the avoidance of doubt, we believe a warrant is required by the 4th Amendment to the United States Constitution, which prohibits unreasonable search and seizure and overrides conflicting provisions in the ECPA. We believe that the ECPA needs to be updated so that equivalent protections are granted to electronic communications and documents that have already been granted to the physical documents one keeps at home or in their office. To that end, we are a member of the Digital Due Process Coalition to help in that effort. @@ -205,7 +205,7 @@ What is WMF doing to help improve laws related to disclosure or surveillance of user information? -Our core values of freedom of speech and access to information can be threatened by laws that compromise user privacy. For this reason, the Wikimedia Foundation has joined the fight to improve privacy laws around the world. In 2013, we joined the Digital Due Process Coalition (DDPC), an organization focused on reforming the United States Electronic Communications Privacy Act (ECPA). The ECPA specifies standards for law enforcement access to electronic communications and associated data, thereby providing a degree of privacy to users of digital communication services. However, the ECPA was enacted in 1986, meaning that it does not adequately protect users anymore, and only serves to provide inconsistent standards for law enforcement when dealing with “new” technologies. The DDPC’s mission is to simplify, clarify, and unify the ECPA standards—providing clearer privacy protections for users, while taking into account changes in technology and usage patterns, and preserving the legal tools necessary for government agencies to enforce the laws and protect the public. In 2014, we signed onto the Necessary and Proportionate Principles, which support the application of human rights to mass surveillance and set forth basic principles to which governments should adhere when employing modern surveillance technologies. In March 2015, we took an even stronger stand. The Wikimedia Foundation joined eight other co-plaintiffs in filing a lawsuit against the U.S. National Security Agency over its “Upstream” mass surveillance practices,
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Add new FAQs
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335473 ) Change subject: Add new FAQs .. Add new FAQs Change-Id: I94586297c0392ed0692d5ea5a183719102c9ac10 --- M build/faq.html M build/fr/faq.html M build/fr/privacy.html M build/fr/stories.html M build/privacy.html M build/stories.html M locales/en.yml M source/localizable/faq.html.erb 8 files changed, 78 insertions(+), 36 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/73/335473/1 diff --git a/build/faq.html b/build/faq.html index 6ea3b3d..e3e1ff6 100644 --- a/build/faq.html +++ b/build/faq.html @@ -79,7 +79,7 @@ What happens when you receive a request from abroad? - Per our Requests for User Information Procedures & Guidelines., we require requests originating from outside of the United States to follow the mutual legal assistance treaty (MLAT) process or letters rogatory process, so that a U.S. court will issue the required U.S. legal process to the Wikimedia Foundation. + Per our Requests for User Information Procedures & Guidelines, we require requests originating from outside of the United States to follow the mutual legal assistance treaty (MLAT) process or letters rogatory process, so that a U.S. court will issue the required U.S. legal process to the Wikimedia Foundation. The MLAT process involves a network of treaties between countries, which require them to aid each other in obtaining information used for enforcing laws. Letters rogatory are a type of request issued by a court in one country to a court in another country, usually seeking assistance to serve process or gather evidence. @@ -155,6 +155,12 @@ + + Have you ever received an order under the All Writs Act? + No. The All Writs Act (28 U.S.C. § 1651) allows federal courts to issue all orders “necessary or appropriate in aid of their respective jurisdictions”. The Act has been used as a basis for orders requiring technology companies to access password-protected information. Thus, some technology companies and organizations may report All Writs Act requests in their transparency reports. We have not received such an order. If we do, and we are legally able to do so, we will include it in this report. + + + What do you mean by “user accounts potentially affected”? This number represents the number of unique user accounts implicated by requests for user data and whose data would have been disclosed if we had granted every request we received. This number may not reflect the number of unique individuals implicated by requests for user data, since an individual may have multiple accounts across all Wikimedia projects, and we record each user account separately. As a result, this number might overestimate the number of individuals implicated by user data requests. @@ -170,6 +176,12 @@ What do you mean when you say “user accounts notified”? When would you not tell a user that their nonpublic personal information is being disclosed as a result of a legal process, such as a subpoena? We are committed to notifying users if we plan on disclosing nonpublic personal information. We added the “user accounts notified” category in the July 2016 Transparency Report to refer to the number of users whom we notified about such a planned disclosure. However, we cannot notify a user account if we are legally restrained from doing so (e.g., by a gag order), if a credible threat to life or limb is present, or if the user has not provided us with an e-mail address or valid contact information. Since one person may have more than one user account, and provide no, or different contact information for those accounts, the number of user accounts notified may not reflect the number of people notified. + + + + + What do you mean by ‘preservation request’? + A preservation request is an order from the U.S. government under the Electronic Communications Privacy Act (18 U.S.C. § 2703(f)). It requires us to retain information that would otherwise be deleted, anonymized, or aggregated within 90 days, according to our Data Retention Guidelines. If we receive one of these requests, we are legally required to retain the specific information indicated. However, we will not turn this information over to the requesting party unless they subsequently follow our Requests for User Information Procedures & Guidelines, and obtain a legal order, such as a subpoena or warrant, for the information in question. A preservation request requires us to preserve something. We will never produce information in response to a preservation request, and simply because we have preserved information does not mean that the party will follow the proper steps and obtain an o
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Add new FAQs
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335473 ) Change subject: Add new FAQs .. Add new FAQs Change-Id: I94586297c0392ed0692d5ea5a183719102c9ac10 --- M build/faq.html M build/fr/faq.html M build/fr/privacy.html M build/fr/stories.html M build/privacy.html M build/stories.html M locales/en.yml M source/localizable/faq.html.erb 8 files changed, 78 insertions(+), 36 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/faq.html b/build/faq.html index 6ea3b3d..e3e1ff6 100644 --- a/build/faq.html +++ b/build/faq.html @@ -79,7 +79,7 @@ What happens when you receive a request from abroad? - Per our Requests for User Information Procedures & Guidelines., we require requests originating from outside of the United States to follow the mutual legal assistance treaty (MLAT) process or letters rogatory process, so that a U.S. court will issue the required U.S. legal process to the Wikimedia Foundation. + Per our Requests for User Information Procedures & Guidelines, we require requests originating from outside of the United States to follow the mutual legal assistance treaty (MLAT) process or letters rogatory process, so that a U.S. court will issue the required U.S. legal process to the Wikimedia Foundation. The MLAT process involves a network of treaties between countries, which require them to aid each other in obtaining information used for enforcing laws. Letters rogatory are a type of request issued by a court in one country to a court in another country, usually seeking assistance to serve process or gather evidence. @@ -155,6 +155,12 @@ + + Have you ever received an order under the All Writs Act? + No. The All Writs Act (28 U.S.C. § 1651) allows federal courts to issue all orders “necessary or appropriate in aid of their respective jurisdictions”. The Act has been used as a basis for orders requiring technology companies to access password-protected information. Thus, some technology companies and organizations may report All Writs Act requests in their transparency reports. We have not received such an order. If we do, and we are legally able to do so, we will include it in this report. + + + What do you mean by “user accounts potentially affected”? This number represents the number of unique user accounts implicated by requests for user data and whose data would have been disclosed if we had granted every request we received. This number may not reflect the number of unique individuals implicated by requests for user data, since an individual may have multiple accounts across all Wikimedia projects, and we record each user account separately. As a result, this number might overestimate the number of individuals implicated by user data requests. @@ -170,6 +176,12 @@ What do you mean when you say “user accounts notified”? When would you not tell a user that their nonpublic personal information is being disclosed as a result of a legal process, such as a subpoena? We are committed to notifying users if we plan on disclosing nonpublic personal information. We added the “user accounts notified” category in the July 2016 Transparency Report to refer to the number of users whom we notified about such a planned disclosure. However, we cannot notify a user account if we are legally restrained from doing so (e.g., by a gag order), if a credible threat to life or limb is present, or if the user has not provided us with an e-mail address or valid contact information. Since one person may have more than one user account, and provide no, or different contact information for those accounts, the number of user accounts notified may not reflect the number of people notified. + + + + + What do you mean by ‘preservation request’? + A preservation request is an order from the U.S. government under the Electronic Communications Privacy Act (18 U.S.C. § 2703(f)). It requires us to retain information that would otherwise be deleted, anonymized, or aggregated within 90 days, according to our Data Retention Guidelines. If we receive one of these requests, we are legally required to retain the specific information indicated. However, we will not turn this information over to the requesting party unless they subsequently follow our Requests for User Information Procedures & Guidelines, and obtain a legal order, such as a subpoena or warrant, for the information in question. A preservation request requires us to preserve something. We will never produce information in response to a preservation request, and simply because we have preserved information does not mean that the party will follow the proper steps and obtain an order requiring us to produce it later
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update DMCA stories
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335467 ) Change subject: Update DMCA stories .. Update DMCA stories Change-Id: Ib9bbdc3de44ca3b67f6ba131ad6f800efc9dceb8 --- M build/content.html M build/fr/content.html A build/images/story_grave.jpg A build/images/story_gr...@2x.jpg A build/images/story_license.jpg A build/images/story_lice...@2x.jpg A build/images/story_missing_link.jpg A build/images/story_missing_l...@2x.jpg M build/stylesheets/master.css M locales/en.yml A source/images/story_grave.jpg A source/images/story_gr...@2x.jpg A source/images/story_license.jpg A source/images/story_lice...@2x.jpg A source/images/story_missing_link.jpg A source/images/story_missing_l...@2x.jpg M source/localizable/content.html.erb M source/stylesheets/master.css.scss 18 files changed, 56 insertions(+), 43 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/67/335467/1 diff --git a/build/content.html b/build/content.html index 210bfe7..417a180 100644 --- a/build/content.html +++ b/build/content.html @@ -103,7 +103,7 @@ - + Disputed TerritoryOctober and November 2016 The Wikimedia projects exist to provide everyone with free knowledge. Sometimes, people may disagree about whether or not certain information should be available. In October and November, we received two separate emails complaining about the existence of an English Wikipedia article on a historically disputed region. The article adheres to Wikipedia’s rules of neutrality and accuracy, and covers an important historical subject. These emailers are welcome to discuss potential changes on the article talk page. We support the community’s prerogative to present neutral, accurate information about sometimes controversial topics on the projects. @@ -113,7 +113,7 @@ - + Dial W for WikiSeptember 2016 Most people contact us by email to ask for changes to project content, but we occasionally get phone calls, too. In September, someone left a lengthy voicemail, sharing a complicated tale about political corruption and violence in small-town North America. It seems that they wanted us to update the English Wikipedia article about a specific city and county to include some of the information in the story. Of course, we don’t update the projects, but if they have reliable and neutral sources, they are welcome to edit the page themselves or contact the volunteer editors. @@ -321,31 +321,31 @@ - - + + -Feel the BernJanuary 2016 -In January, we received a DMCA from the campaign of Bernie Sanders, a U.S. presidential primary candidate. They asked us to remove campaign logos from Wikimedia Commons. We cautioned them that the notice would be posted to Lumen, which could trigger a Streisand effect. They refused to withdraw the DMCA, so we removed the logos. The next day, Ars Technica wrote about the takedown, and we received a counter-notice from a Wikimedia user. We spoke with the Sanders campaign about the counter-notice, and were happy to hear they had decided to rescind their DMCA. The logos have been restored. +License to ShareAugust 2016 +Most content on the Wikimedia projects is within the public domain or freely licensed, often under a Creative Commons license. We encourage everyone to read and understand these licenses before contributing. In August, a confused photographer sent us a DMCA notice; they had uploaded their work to Dutch Wikipedia under a Creative Commons Attribution-ShareAlike license, but became concerned when the images were reused elsewhere. We explained that the license’s terms encourage reuse, as long as the attribution and ShareAlike rules are followed. They understood, and we hope they continue to contribute to the projects. - - + + -DMCA Poster ChildFebruary 2016 -It’s not unusual to see movie posters or billboards long before a film is released, or for an upcoming movie to have a Wikipedia article written about it. Before a recent action movie hit theatres, Russian Wikipedia editors created an article about it, which included an image of one of the film’s posters. The studio behind the film contacted us in February with a DMCA notice requesting that the poster be removed from the site. However, we analyzed the request and refused it. The poster had been widely distributed to promote the movie, and it was fair use for editors to feature its image in an article informing readers about the film. +Grave QuestionsOctober 2016 +Whenever we receive a DMCA, we investigate the content and carefully evaluate the copyright claim. In October, an artist submitted a DMCA notice for a photo on Wikimedia Commons. The photo showed a tombstone, which bore an al
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update DMCA stories
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335467 ) Change subject: Update DMCA stories .. Update DMCA stories Change-Id: Ib9bbdc3de44ca3b67f6ba131ad6f800efc9dceb8 --- M build/content.html M build/fr/content.html A build/images/story_grave.jpg A build/images/story_gr...@2x.jpg A build/images/story_license.jpg A build/images/story_lice...@2x.jpg A build/images/story_missing_link.jpg A build/images/story_missing_l...@2x.jpg M build/stylesheets/master.css M locales/en.yml A source/images/story_grave.jpg A source/images/story_gr...@2x.jpg A source/images/story_license.jpg A source/images/story_lice...@2x.jpg A source/images/story_missing_link.jpg A source/images/story_missing_l...@2x.jpg M source/localizable/content.html.erb M source/stylesheets/master.css.scss 18 files changed, 56 insertions(+), 43 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 210bfe7..417a180 100644 --- a/build/content.html +++ b/build/content.html @@ -103,7 +103,7 @@ - + Disputed TerritoryOctober and November 2016 The Wikimedia projects exist to provide everyone with free knowledge. Sometimes, people may disagree about whether or not certain information should be available. In October and November, we received two separate emails complaining about the existence of an English Wikipedia article on a historically disputed region. The article adheres to Wikipedia’s rules of neutrality and accuracy, and covers an important historical subject. These emailers are welcome to discuss potential changes on the article talk page. We support the community’s prerogative to present neutral, accurate information about sometimes controversial topics on the projects. @@ -113,7 +113,7 @@ - + Dial W for WikiSeptember 2016 Most people contact us by email to ask for changes to project content, but we occasionally get phone calls, too. In September, someone left a lengthy voicemail, sharing a complicated tale about political corruption and violence in small-town North America. It seems that they wanted us to update the English Wikipedia article about a specific city and county to include some of the information in the story. Of course, we don’t update the projects, but if they have reliable and neutral sources, they are welcome to edit the page themselves or contact the volunteer editors. @@ -321,31 +321,31 @@ - - + + -Feel the BernJanuary 2016 -In January, we received a DMCA from the campaign of Bernie Sanders, a U.S. presidential primary candidate. They asked us to remove campaign logos from Wikimedia Commons. We cautioned them that the notice would be posted to Lumen, which could trigger a Streisand effect. They refused to withdraw the DMCA, so we removed the logos. The next day, Ars Technica wrote about the takedown, and we received a counter-notice from a Wikimedia user. We spoke with the Sanders campaign about the counter-notice, and were happy to hear they had decided to rescind their DMCA. The logos have been restored. +License to ShareAugust 2016 +Most content on the Wikimedia projects is within the public domain or freely licensed, often under a Creative Commons license. We encourage everyone to read and understand these licenses before contributing. In August, a confused photographer sent us a DMCA notice; they had uploaded their work to Dutch Wikipedia under a Creative Commons Attribution-ShareAlike license, but became concerned when the images were reused elsewhere. We explained that the license’s terms encourage reuse, as long as the attribution and ShareAlike rules are followed. They understood, and we hope they continue to contribute to the projects. - - + + -DMCA Poster ChildFebruary 2016 -It’s not unusual to see movie posters or billboards long before a film is released, or for an upcoming movie to have a Wikipedia article written about it. Before a recent action movie hit theatres, Russian Wikipedia editors created an article about it, which included an image of one of the film’s posters. The studio behind the film contacted us in February with a DMCA notice requesting that the poster be removed from the site. However, we analyzed the request and refused it. The poster had been widely distributed to promote the movie, and it was fair use for editors to feature its image in an article informing readers about the film. +Grave QuestionsOctober 2016 +Whenever we receive a DMCA, we investigate the content and carefully evaluate the copyright claim. In October, an artist submitted a DMCA notice for a photo on Wikimedia Commons. The photo showed a tombstone, which bore an allegedly copyrighted art design. Sinc
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update story image links
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335274 ) Change subject: Update story image links .. Update story image links Change-Id: I905d4290031c70c4f00e47a6f71a498c08630e18 --- M build/content.html M build/fr/content.html M source/localizable/content.html.erb 3 files changed, 6 insertions(+), 6 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index ede651f..210bfe7 100644 --- a/build/content.html +++ b/build/content.html @@ -102,7 +102,7 @@ - + Disputed TerritoryOctober and November 2016 @@ -112,7 +112,7 @@ - + Dial W for WikiSeptember 2016 diff --git a/build/fr/content.html b/build/fr/content.html index 593b7ed..10923bb 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -102,7 +102,7 @@ - + Disputed TerritoryOctober and November 2016 @@ -112,7 +112,7 @@ - + Dial W for WikiSeptember 2016 diff --git a/source/localizable/content.html.erb b/source/localizable/content.html.erb index 9530175..59cec2c 100644 --- a/source/localizable/content.html.erb +++ b/source/localizable/content.html.erb @@ -44,7 +44,7 @@ - + <%= t('content.story_disputed_title') %> @@ -54,7 +54,7 @@ - + <%= t('content.story_dial_title') %> -- To view, visit https://gerrit.wikimedia.org/r/335274 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I905d4290031c70c4f00e47a6f71a498c08630e18 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update story image links
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335274 ) Change subject: Update story image links .. Update story image links Change-Id: I905d4290031c70c4f00e47a6f71a498c08630e18 --- M build/content.html M build/fr/content.html M source/localizable/content.html.erb 3 files changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/74/335274/1 diff --git a/build/content.html b/build/content.html index ede651f..210bfe7 100644 --- a/build/content.html +++ b/build/content.html @@ -102,7 +102,7 @@ - + Disputed TerritoryOctober and November 2016 @@ -112,7 +112,7 @@ - + Dial W for WikiSeptember 2016 diff --git a/build/fr/content.html b/build/fr/content.html index 593b7ed..10923bb 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -102,7 +102,7 @@ - + Disputed TerritoryOctober and November 2016 @@ -112,7 +112,7 @@ - + Dial W for WikiSeptember 2016 diff --git a/source/localizable/content.html.erb b/source/localizable/content.html.erb index 9530175..59cec2c 100644 --- a/source/localizable/content.html.erb +++ b/source/localizable/content.html.erb @@ -44,7 +44,7 @@ - + <%= t('content.story_disputed_title') %> @@ -54,7 +54,7 @@ - + <%= t('content.story_dial_title') %> -- To view, visit https://gerrit.wikimedia.org/r/335274 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I905d4290031c70c4f00e47a6f71a498c08630e18 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Add new stories on content page
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335267 ) Change subject: Add new stories on content page .. Add new stories on content page Change-Id: I9024d7982836f2f48ef87c53161f91d2f76e6223 --- M build/content.html M build/fr/content.html A build/images/har...@2x.png A build/images/heat...@2x.jpg A build/images/kozin...@2x.jpg A build/images/story_dial.jpg A build/images/story_d...@2x.jpg A build/images/story_disputed.jpg A build/images/story_dispu...@2x.jpg A build/images/story_trademark.jpg A build/images/story_tradem...@2x.jpg M locales/en.yml A source/images/har...@2x.png A source/images/heat...@2x.jpg A source/images/kozin...@2x.jpg A source/images/story_dial.jpg A source/images/story_d...@2x.jpg A source/images/story_disputed.jpg A source/images/story_dispu...@2x.jpg A source/images/story_trademark.jpg A source/images/story_tradem...@2x.jpg M source/localizable/content.html.erb 22 files changed, 47 insertions(+), 44 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 3b0ed01..ede651f 100644 --- a/build/content.html +++ b/build/content.html @@ -82,8 +82,6 @@ - - Imagine a world in which every single human being can freely share in the sum of all knowledge. @@ -104,31 +102,31 @@ - - + + -By Any Other NameApril 2016 -Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. +Disputed TerritoryOctober and November 2016 +The Wikimedia projects exist to provide everyone with free knowledge. Sometimes, people may disagree about whether or not certain information should be available. In October and November, we received two separate emails complaining about the existence of an English Wikipedia article on a historically disputed region. The article adheres to Wikipedia’s rules of neutrality and accuracy, and covers an important historical subject. These emailers are welcome to discuss potential changes on the article talk page. We support the community’s prerogative to present neutral, accurate information about sometimes controversial topics on the projects. - - + + -Dictating ContentApril 2016 -We occasionally receive requests from governments to remove content that those governments may find offensive—even content that is perfectly legal elsewhere. In April, we received an email from the Information and Communication Technologies Authority of the Turkish government, claiming that the Turkish Wikipedia article on Müşfik diktatörlük (benevolent dictatorship) violated Turkish law. We rejected the request, and offered to pass the message on to Turkish Wikipedia volunteers. The projects belong to the contributors, readers, and other members of the Wikimedia communities, and we believe that where possible they should decide what content belongs on the projects. +Dial W for WikiSeptember 2016 +Most people contact us by email to ask for changes to project content, but we occasionally get phone calls, too. In September, someone left a lengthy voicemail, sharing a complicated tale about political corruption and violence in small-town North America. It seems that they wanted us to update the English Wikipedia article about a specific city and county to include some of the information in the story. Of course, we don’t update the projects, but if they have reliable and neutral sources, they are welcome to edit the page themselves or contact the volunteer editors. - - + + -Happy HourJune 2016 -Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricted English Wikipedia editors from referring to the organization’s region-specific alcoholic beverage by a generic name. We rejected the request and informed the organization that neither trademark law nor international treaties prevent Wikimedia communities from discussing that product or similar products. We also informed them that they were welcome to work with the volunteers to discuss the proper labeling of their favored drink. +
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Add new stories on content page
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335267 ) Change subject: Add new stories on content page .. Add new stories on content page Change-Id: I9024d7982836f2f48ef87c53161f91d2f76e6223 --- M build/content.html M build/fr/content.html A build/images/har...@2x.png A build/images/heat...@2x.jpg A build/images/kozin...@2x.jpg A build/images/story_dial.jpg A build/images/story_d...@2x.jpg A build/images/story_disputed.jpg A build/images/story_dispu...@2x.jpg A build/images/story_trademark.jpg A build/images/story_tradem...@2x.jpg M locales/en.yml A source/images/har...@2x.png A source/images/heat...@2x.jpg A source/images/kozin...@2x.jpg A source/images/story_dial.jpg A source/images/story_d...@2x.jpg A source/images/story_disputed.jpg A source/images/story_dispu...@2x.jpg A source/images/story_trademark.jpg A source/images/story_tradem...@2x.jpg M source/localizable/content.html.erb 22 files changed, 47 insertions(+), 44 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/67/335267/1 diff --git a/build/content.html b/build/content.html index 3b0ed01..ede651f 100644 --- a/build/content.html +++ b/build/content.html @@ -82,8 +82,6 @@ - - Imagine a world in which every single human being can freely share in the sum of all knowledge. @@ -104,31 +102,31 @@ - - + + -By Any Other NameApril 2016 -Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. +Disputed TerritoryOctober and November 2016 +The Wikimedia projects exist to provide everyone with free knowledge. Sometimes, people may disagree about whether or not certain information should be available. In October and November, we received two separate emails complaining about the existence of an English Wikipedia article on a historically disputed region. The article adheres to Wikipedia’s rules of neutrality and accuracy, and covers an important historical subject. These emailers are welcome to discuss potential changes on the article talk page. We support the community’s prerogative to present neutral, accurate information about sometimes controversial topics on the projects. - - + + -Dictating ContentApril 2016 -We occasionally receive requests from governments to remove content that those governments may find offensive—even content that is perfectly legal elsewhere. In April, we received an email from the Information and Communication Technologies Authority of the Turkish government, claiming that the Turkish Wikipedia article on Müşfik diktatörlük (benevolent dictatorship) violated Turkish law. We rejected the request, and offered to pass the message on to Turkish Wikipedia volunteers. The projects belong to the contributors, readers, and other members of the Wikimedia communities, and we believe that where possible they should decide what content belongs on the projects. +Dial W for WikiSeptember 2016 +Most people contact us by email to ask for changes to project content, but we occasionally get phone calls, too. In September, someone left a lengthy voicemail, sharing a complicated tale about political corruption and violence in small-town North America. It seems that they wanted us to update the English Wikipedia article about a specific city and county to include some of the information in the story. Of course, we don’t update the projects, but if they have reliable and neutral sources, they are welcome to edit the page themselves or contact the volunteer editors. - - + + -Happy HourJune 2016 -Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricted English Wikipedia editors from referring to the organization’s region-specific alcoholic beverage by a generic name. We rejected the request and informed the organization that neither trademark law nor international treaties prevent Wikimedia communities from discussing that product or similar products. We also informed them that they were welcome to work with the volunteers to discuss the proper
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update sum.csv
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/334691 ) Change subject: Update sum.csv .. Update sum.csv Change-Id: I8d6f07fc7f025d3b5e8aae1b60910a9f504cef31 --- M build/data/sum.csv M source/data/sum.csv 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/sum.csv b/build/data/sum.csv index 1ccda43..290d546 100644 --- a/build/data/sum.csv +++ b/build/data/sum.csv @@ -61,7 +61,7 @@ Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 -USA,3,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 +USA,3,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,juldec16 Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 diff --git a/source/data/sum.csv b/source/data/sum.csv index 1ccda43..290d546 100644 --- a/source/data/sum.csv +++ b/source/data/sum.csv @@ -61,7 +61,7 @@ Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 -USA,3,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 +USA,3,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,juldec16 Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 -- To view, visit https://gerrit.wikimedia.org/r/334691 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8d6f07fc7f025d3b5e8aae1b60910a9f504cef31 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update sum.csv
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334691 ) Change subject: Update sum.csv .. Update sum.csv Change-Id: I8d6f07fc7f025d3b5e8aae1b60910a9f504cef31 --- M build/data/sum.csv M source/data/sum.csv 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/91/334691/1 diff --git a/build/data/sum.csv b/build/data/sum.csv index 1ccda43..290d546 100644 --- a/build/data/sum.csv +++ b/build/data/sum.csv @@ -61,7 +61,7 @@ Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 -USA,3,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 +USA,3,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,juldec16 Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 diff --git a/source/data/sum.csv b/source/data/sum.csv index 1ccda43..290d546 100644 --- a/source/data/sum.csv +++ b/source/data/sum.csv @@ -61,7 +61,7 @@ Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 -USA,3,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 +USA,3,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,juldec16 Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 -- To view, visit https://gerrit.wikimedia.org/r/334691 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d6f07fc7f025d3b5e8aae1b60910a9f504cef31 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Minor update to content page
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/334689 ) Change subject: Minor update to content page .. Minor update to content page Change-Id: Iba3f7aa7b7af0c53918ebc69b4348177a548 --- M build/content.html M build/fr/content.html M source/localizable/content.html.erb 3 files changed, 15 insertions(+), 0 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 5b65e55..3b0ed01 100644 --- a/build/content.html +++ b/build/content.html @@ -150,6 +150,11 @@ Politicians, candidates, & political parties 1 + + Hungary + Politicians, candidates, & political parties + 1 + diff --git a/build/fr/content.html b/build/fr/content.html index 76a7347..589c749 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -150,6 +150,11 @@ Politicians, candidates, & political parties 1 + + Hungary + Politicians, candidates, & political parties + 1 + diff --git a/source/localizable/content.html.erb b/source/localizable/content.html.erb index 7faec9d..0cc208d 100644 --- a/source/localizable/content.html.erb +++ b/source/localizable/content.html.erb @@ -92,6 +92,11 @@ <%= t('graph.politicians_candidates') %> 1 + + <%= t('graph.hung') %> + <%= t('graph.politicians_candidates') %> + 1 + -- To view, visit https://gerrit.wikimedia.org/r/334689 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iba3f7aa7b7af0c53918ebc69b4348177a548 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Minor update to content page
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334689 ) Change subject: Minor update to content page .. Minor update to content page Change-Id: Iba3f7aa7b7af0c53918ebc69b4348177a548 --- M build/content.html M build/fr/content.html M source/localizable/content.html.erb 3 files changed, 15 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/89/334689/1 diff --git a/build/content.html b/build/content.html index 5b65e55..3b0ed01 100644 --- a/build/content.html +++ b/build/content.html @@ -150,6 +150,11 @@ Politicians, candidates, & political parties 1 + + Hungary + Politicians, candidates, & political parties + 1 + diff --git a/build/fr/content.html b/build/fr/content.html index 76a7347..589c749 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -150,6 +150,11 @@ Politicians, candidates, & political parties 1 + + Hungary + Politicians, candidates, & political parties + 1 + diff --git a/source/localizable/content.html.erb b/source/localizable/content.html.erb index 7faec9d..0cc208d 100644 --- a/source/localizable/content.html.erb +++ b/source/localizable/content.html.erb @@ -92,6 +92,11 @@ <%= t('graph.politicians_candidates') %> 1 + + <%= t('graph.hung') %> + <%= t('graph.politicians_candidates') %> + 1 + -- To view, visit https://gerrit.wikimedia.org/r/334689 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iba3f7aa7b7af0c53918ebc69b4348177a548 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Minor updates to user data page
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/334686 ) Change subject: Minor updates to user data page .. Minor updates to user data page Change-Id: Ic9a8ffbdde9e07e65b83eb09cadc7dc1098fd3ec --- M build/data/sum.csv M build/fr/privacy.html M build/privacy.html M source/data/sum.csv M source/localizable/privacy.html.erb 5 files changed, 20 insertions(+), 20 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/sum.csv b/build/data/sum.csv index c6e9053..1ccda43 100644 --- a/build/data/sum.csv +++ b/build/data/sum.csv @@ -61,8 +61,8 @@ Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 +USA,3,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 -USA,2,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 France,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index aad7a59..4cf764d 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -69,7 +69,7 @@ Juillet – Décembre 2016 Nombre total de requêtes - 12 + 13 @@ -110,7 +110,7 @@ Nombre total de requêtes - 12 + 13 Requêtes non-gouvernementales informelles @@ -122,7 +122,7 @@ Assignations civiles - 0 + 1 Assignations pénales @@ -160,7 +160,7 @@ Comptes utilisateurs potentiellement concernés - 12,255 + 12,258 Comptes utilisateurs réellement concernés @@ -184,7 +184,7 @@ - Janvier – Juin 2016 + Juillet – Décembre 2016 Content requests 0% @@ -194,7 +194,7 @@ - Janvier – Juin 2016 + Juillet – Décembre 2016 Non-content requests 100% diff --git a/build/privacy.html b/build/privacy.html index 0ee467c..8df03cc 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -69,7 +69,7 @@ Jul – Dec 2016 Total User Data Requests - 12 + 13 @@ -110,7 +110,7 @@ Total User Data Requests - 12 + 13 Informal non-government requests @@ -122,7 +122,7 @@ Civil subpoenas - 0 + 1 Criminal subpoenas @@ -160,7 +160,7 @@ User accounts potentially affected - 12,255 + 12,258 User accounts actually affected @@ -184,7 +184,7 @@ - Jan – Jun 2016 + Jul – Dec 2016 Content requests 0% @@ -194,7 +194,7 @@ - Jan – Jun 2016 + Jul – D
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Minor updates to user data page
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334686 ) Change subject: Minor updates to user data page .. Minor updates to user data page Change-Id: Ic9a8ffbdde9e07e65b83eb09cadc7dc1098fd3ec --- M build/data/sum.csv M build/fr/privacy.html M build/privacy.html M source/data/sum.csv M source/localizable/privacy.html.erb 5 files changed, 20 insertions(+), 20 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/86/334686/1 diff --git a/build/data/sum.csv b/build/data/sum.csv index c6e9053..1ccda43 100644 --- a/build/data/sum.csv +++ b/build/data/sum.csv @@ -61,8 +61,8 @@ Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 +USA,3,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 -USA,2,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 France,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index aad7a59..4cf764d 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -69,7 +69,7 @@ Juillet – Décembre 2016 Nombre total de requêtes - 12 + 13 @@ -110,7 +110,7 @@ Nombre total de requêtes - 12 + 13 Requêtes non-gouvernementales informelles @@ -122,7 +122,7 @@ Assignations civiles - 0 + 1 Assignations pénales @@ -160,7 +160,7 @@ Comptes utilisateurs potentiellement concernés - 12,255 + 12,258 Comptes utilisateurs réellement concernés @@ -184,7 +184,7 @@ - Janvier – Juin 2016 + Juillet – Décembre 2016 Content requests 0% @@ -194,7 +194,7 @@ - Janvier – Juin 2016 + Juillet – Décembre 2016 Non-content requests 100% diff --git a/build/privacy.html b/build/privacy.html index 0ee467c..8df03cc 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -69,7 +69,7 @@ Jul – Dec 2016 Total User Data Requests - 12 + 13 @@ -110,7 +110,7 @@ Total User Data Requests - 12 + 13 Informal non-government requests @@ -122,7 +122,7 @@ Civil subpoenas - 0 + 1 Criminal subpoenas @@ -160,7 +160,7 @@ User accounts potentially affected - 12,255 + 12,258 User accounts actually affected @@ -184,7 +184,7 @@ - Jan – Jun 2016 + Jul – Dec 2016 Content requests 0% @@ -194,7 +194,7 @@ - Jan – Jun
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update data on user data page
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334184 ) Change subject: Update data on user data page .. Update data on user data page Change-Id: I39831609aa111087fd463841f88217093a87dd90 --- M build/data/sum.csv M build/fr/privacy.html M build/javascripts/privacy.js M build/privacy.html M locales/en.yml M source/data/sum.csv M source/javascripts/privacy.js M source/localizable/privacy.html.erb 8 files changed, 138 insertions(+), 127 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/84/334184/1 diff --git a/build/data/sum.csv b/build/data/sum.csv index 1f39741..c6e9053 100644 --- a/build/data/sum.csv +++ b/build/data/sum.csv @@ -59,4 +59,12 @@ France,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 India,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 -United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 \ No newline at end of file +United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 +United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 +Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 +USA,2,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 +Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 +Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 +France,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 +India,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 +Unknown,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 \ No newline at end of file diff --git a/build/fr/privacy.html b/build/fr/privacy.html index a1a6f46..aad7a59 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -66,18 +66,18 @@ - Janvier – Juin 2016 + Juillet – Décembre 2016 Nombre total de requêtes - 13 + 12 - Janvier – Juin 2016 + Juillet – Décembre 2016 Informations fournies pour - 0% + 8% @@ -100,25 +100,25 @@ - + - Janvier – Juin 2016 + Juillet – Décembre 2016 Résumé Nombre total de requêtes - 13 + 12 Requêtes non-gouvernementales informelles - 7 + 6 Requêtes gouvernementales informelles - 6 + 5 Assignations civiles @@ -126,7 +126,7 @@ Assignations pénales - 0 + 1 Assignations administratives @@ -146,25 +146,25 @@ Informations fournies pour - 0 + 1 - Janvier – Juin 2016 + Juillet – Décembre 2016 User accounts affected - + Comptes utilisateurs potentiellement concernés - 14 + 12,255 Comptes utilisateurs réellement concernés - 0 + 1 User accounts notified @@ -176,13 +176,13 @@ - + Type of information
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update data on user data page
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/334184 ) Change subject: Update data on user data page .. Update data on user data page Change-Id: I39831609aa111087fd463841f88217093a87dd90 --- M build/data/sum.csv M build/fr/privacy.html M build/javascripts/privacy.js M build/privacy.html M locales/en.yml M source/data/sum.csv M source/javascripts/privacy.js M source/localizable/privacy.html.erb 8 files changed, 138 insertions(+), 127 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/sum.csv b/build/data/sum.csv index 1f39741..c6e9053 100644 --- a/build/data/sum.csv +++ b/build/data/sum.csv @@ -59,4 +59,12 @@ France,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 India,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 Italy,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 -United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 \ No newline at end of file +United Kingdom,1,0,0,0,0,0,0,0,,0,1,0,0,0,0,0,0,0,0,janjun16 +United Kingdom,3,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,juldec16 +Korea,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 +USA,2,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,juldec16 +Australia,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 +Croatia,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 +France,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 +India,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,juldec16 +Unknown,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,juldec16 \ No newline at end of file diff --git a/build/fr/privacy.html b/build/fr/privacy.html index a1a6f46..aad7a59 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -66,18 +66,18 @@ - Janvier – Juin 2016 + Juillet – Décembre 2016 Nombre total de requêtes - 13 + 12 - Janvier – Juin 2016 + Juillet – Décembre 2016 Informations fournies pour - 0% + 8% @@ -100,25 +100,25 @@ - + - Janvier – Juin 2016 + Juillet – Décembre 2016 Résumé Nombre total de requêtes - 13 + 12 Requêtes non-gouvernementales informelles - 7 + 6 Requêtes gouvernementales informelles - 6 + 5 Assignations civiles @@ -126,7 +126,7 @@ Assignations pénales - 0 + 1 Assignations administratives @@ -146,25 +146,25 @@ Informations fournies pour - 0 + 1 - Janvier – Juin 2016 + Juillet – Décembre 2016 User accounts affected - + Comptes utilisateurs potentiellement concernés - 14 + 12,255 Comptes utilisateurs réellement concernés - 0 + 1 User accounts notified @@ -176,13 +176,13 @@ - + Type of information requested We divide
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Add margin left to all tabs
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/333977 ) Change subject: Add margin left to all tabs .. Add margin left to all tabs Otherwise alignment breaks and it looks weird when tabs start wrapping on smaller devices. Change-Id: I77c8a7da7a39d0893795a94028373601d7647da7 --- M build/stylesheets/graph.css M source/stylesheets/graph.css.scss 2 files changed, 3 insertions(+), 8 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/stylesheets/graph.css b/build/stylesheets/graph.css index 5cd59ef..911c9c6 100644 --- a/build/stylesheets/graph.css +++ b/build/stylesheets/graph.css @@ -2,10 +2,9 @@ @media all and (min-width: 992px) { .analytics { border: none; border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } .analytics h2 { margin: 20px; } .analytics ul.tabs { list-style: none; padding: 0; border-bottom: 1px solid #d1d1d1; } -.analytics ul.tabs li { display: inline; } +.analytics ul.tabs li { display: inline; margin-left: 10px; } .analytics ul.tabs li a { display: inline-block; padding: 3px 10px; text-transform: uppercase; font-size: 12px; font-weight: 400; color: #666; border-bottom: 4px solid transparent; } .analytics ul.tabs li a.active, .analytics ul.tabs li a:hover { text-decoration: none; border-color: #347bff; } -.analytics ul.tabs li:first-child { margin-left: 10px; } .analytics .bar_graph_horizontal.rect.gray_bars, .analytics .bar_graph_horizontal.rect.blue_bars { cursor: pointer; } .analytics h3 { font-family: serif; font-size: 20px; margin: 20px; margin-bottom: 0; } .analytics h3 a { font-size: 14px; margin-left: 5px; font-family: sans-serif; } diff --git a/source/stylesheets/graph.css.scss b/source/stylesheets/graph.css.scss index aaeb81e..8ef74d4 100644 --- a/source/stylesheets/graph.css.scss +++ b/source/stylesheets/graph.css.scss @@ -17,7 +17,7 @@ li { display: inline; - + margin-left: 10px; a { display: inline-block; padding: 3px 10px; @@ -31,10 +31,6 @@ text-decoration: none; border-color: $blue; } - } - - &:first-child { - margin-left: 10px; } } } @@ -268,7 +264,7 @@ .pieChart__slice { stroke-width: 1px; } - .pieChart__line { + .pieChart__line { stroke-dasharray: 0px; } .pieChart__label { -- To view, visit https://gerrit.wikimedia.org/r/333977 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I77c8a7da7a39d0893795a94028373601d7647da7 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Add margin left to all tabs
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/333977 ) Change subject: Add margin left to all tabs .. Add margin left to all tabs Otherwise alignment breaks and it looks weird when tabs start wrapping on smaller devices. Change-Id: I77c8a7da7a39d0893795a94028373601d7647da7 --- M build/stylesheets/graph.css M source/stylesheets/graph.css.scss 2 files changed, 3 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/77/333977/1 diff --git a/build/stylesheets/graph.css b/build/stylesheets/graph.css index 5cd59ef..911c9c6 100644 --- a/build/stylesheets/graph.css +++ b/build/stylesheets/graph.css @@ -2,10 +2,9 @@ @media all and (min-width: 992px) { .analytics { border: none; border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } .analytics h2 { margin: 20px; } .analytics ul.tabs { list-style: none; padding: 0; border-bottom: 1px solid #d1d1d1; } -.analytics ul.tabs li { display: inline; } +.analytics ul.tabs li { display: inline; margin-left: 10px; } .analytics ul.tabs li a { display: inline-block; padding: 3px 10px; text-transform: uppercase; font-size: 12px; font-weight: 400; color: #666; border-bottom: 4px solid transparent; } .analytics ul.tabs li a.active, .analytics ul.tabs li a:hover { text-decoration: none; border-color: #347bff; } -.analytics ul.tabs li:first-child { margin-left: 10px; } .analytics .bar_graph_horizontal.rect.gray_bars, .analytics .bar_graph_horizontal.rect.blue_bars { cursor: pointer; } .analytics h3 { font-family: serif; font-size: 20px; margin: 20px; margin-bottom: 0; } .analytics h3 a { font-size: 14px; margin-left: 5px; font-family: sans-serif; } diff --git a/source/stylesheets/graph.css.scss b/source/stylesheets/graph.css.scss index aaeb81e..8ef74d4 100644 --- a/source/stylesheets/graph.css.scss +++ b/source/stylesheets/graph.css.scss @@ -17,7 +17,7 @@ li { display: inline; - + margin-left: 10px; a { display: inline-block; padding: 3px 10px; @@ -31,10 +31,6 @@ text-decoration: none; border-color: $blue; } - } - - &:first-child { - margin-left: 10px; } } } @@ -268,7 +264,7 @@ .pieChart__slice { stroke-width: 1px; } - .pieChart__line { + .pieChart__line { stroke-dasharray: 0px; } .pieChart__label { -- To view, visit https://gerrit.wikimedia.org/r/333977 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I77c8a7da7a39d0893795a94028373601d7647da7 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update content page
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/333975 ) Change subject: Update content page .. Update content page Change-Id: I7548cb3dd0cc43d6489a38503d7b6dccc4252f48 --- M build/content.html M build/data/dmca_requests.csv M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/data/where_from.csv M build/fr/content.html M build/javascripts/content.js M build/javascripts/rag.js M locales/en.yml M source/data/dmca_requests.csv M source/data/targeted_dmca.csv M source/data/targeted_takedown.csv M source/data/where_from.csv M source/javascripts/content.js M source/javascripts/rag.js M source/localizable/content.html.erb 16 files changed, 293 insertions(+), 211 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 77c8628..5b65e55 100644 --- a/build/content.html +++ b/build/content.html @@ -66,15 +66,15 @@ -Jan – Jun 2016 +Jul – Dec 2016 Total Number of Requests - 243 + 187 -Jan – Jun 2016 +Jul – Dec 2016 Percentage of Requests Granted 0% @@ -140,46 +140,11 @@ - Jan – Jun 2016 + Jul – Dec 2016 Government requests breakdown - - Canada - Politicians, candidates, & political parties - 1 - - - India - Consulate or embassy - 1 - - - - Military - 1 - - - Georgia - Politicians, candidates, & political parties - 1 - - - Turkey - Government agency - 1 - - - United Kingdom - Local government - 1 - - - - Politicians, candidates, & political parties - 1 - United States Politicians, candidates, & political parties @@ -202,7 +167,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 - Jan - Jun 2016 + Jan - Jun 2016 + Jul - Dec 2016 @@ -211,7 +177,7 @@ Yes No - + Jan - Jun 2016 @@ -249,7 +215,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 - Jan - Jun 2016 + Jan - Jun 2016 + Jul - Dec 2016 @@ -276,7 +243,7 @@ - + *Because we did not collect data for projects potentially and actually affected until July 2013, this information is not available for July 2012 to June 2013. @@ -294,14 +261,14 @@ -Jan – Jun 2016 +Jul – Dec 2016 Total Number of RTBF Requests - 5 + 1 -Jan – Jun 2016 +Jul – Dec 2016 Number of Requests Granted 0 @@ -322,7 +289,7 @@ Jan – Jun 2016 Total Number of DMCA Takedown Requests - 22 + 12 @@ -330,7 +297,7 @@ Jan – Jun 2016 Percentage of Requests Granted - 27% + 33.3% @@ -393,7 +360,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 - Jan - Jun 2016 + Jan - Jun 2016 + Jul - Dec 2016 @@ -438,7 +406,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 -
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Update content page
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/333975 ) Change subject: Update content page .. Update content page Change-Id: I7548cb3dd0cc43d6489a38503d7b6dccc4252f48 --- M build/content.html M build/data/dmca_requests.csv M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/data/where_from.csv M build/fr/content.html M build/javascripts/content.js M build/javascripts/rag.js M locales/en.yml M source/data/dmca_requests.csv M source/data/targeted_dmca.csv M source/data/targeted_takedown.csv M source/data/where_from.csv M source/javascripts/content.js M source/javascripts/rag.js M source/localizable/content.html.erb 16 files changed, 293 insertions(+), 211 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/75/333975/1 diff --git a/build/content.html b/build/content.html index 77c8628..5b65e55 100644 --- a/build/content.html +++ b/build/content.html @@ -66,15 +66,15 @@ -Jan – Jun 2016 +Jul – Dec 2016 Total Number of Requests - 243 + 187 -Jan – Jun 2016 +Jul – Dec 2016 Percentage of Requests Granted 0% @@ -140,46 +140,11 @@ - Jan – Jun 2016 + Jul – Dec 2016 Government requests breakdown - - Canada - Politicians, candidates, & political parties - 1 - - - India - Consulate or embassy - 1 - - - - Military - 1 - - - Georgia - Politicians, candidates, & political parties - 1 - - - Turkey - Government agency - 1 - - - United Kingdom - Local government - 1 - - - - Politicians, candidates, & political parties - 1 - United States Politicians, candidates, & political parties @@ -202,7 +167,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 - Jan - Jun 2016 + Jan - Jun 2016 + Jul - Dec 2016 @@ -211,7 +177,7 @@ Yes No - + Jan - Jun 2016 @@ -249,7 +215,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 - Jan - Jun 2016 + Jan - Jun 2016 + Jul - Dec 2016 @@ -276,7 +243,7 @@ - + *Because we did not collect data for projects potentially and actually affected until July 2013, this information is not available for July 2012 to June 2013. @@ -294,14 +261,14 @@ -Jan – Jun 2016 +Jul – Dec 2016 Total Number of RTBF Requests - 5 + 1 -Jan – Jun 2016 +Jul – Dec 2016 Number of Requests Granted 0 @@ -322,7 +289,7 @@ Jan – Jun 2016 Total Number of DMCA Takedown Requests - 22 + 12 @@ -330,7 +297,7 @@ Jan – Jun 2016 Percentage of Requests Granted - 27% + 33.3% @@ -393,7 +360,8 @@ Jul - Dec 2014 Jan - Jun 2015 Jul - Dec 2015 - Jan - Jun 2016 + Jan - Jun 2016 + Jul - Dec 2016 @@ -438,7 +406,8 @@ Jul - Dec 2014 Jan - Jun 2015
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Fix persistant flag border issue
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/333498 ) Change subject: Fix persistant flag border issue .. Fix persistant flag border issue Running forEach on a Nodelist can fail in older browsers. Convert Nodelist to a proper array. Also, increase setTimeout delay for updateFlagBorder function to ensure all flags are created before updating their respective borders. Change-Id: I277e518d29690e02fe78c5148c51eb834dd7aefd --- M build/javascripts/privacy.js M build/javascripts/rag.js M source/javascripts/privacy.js M source/javascripts/rag.js 4 files changed, 12 insertions(+), 12 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index 09dd6c7..1065ba3 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -1038,10 +1038,10 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll('#bar_graph_by_country .flag') + var flags = [].slice.call(document.querySelectorAll('#bar_graph_by_country .flag')); flags.forEach(function(el, i) { @@ -1095,7 +1095,7 @@ graphTooltip.addClass('partialInactive') } - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); dispatch.timerange(); } ); diff --git a/build/javascripts/rag.js b/build/javascripts/rag.js index 82ac82d..bba16ec 100644 --- a/build/javascripts/rag.js +++ b/build/javascripts/rag.js @@ -423,10 +423,10 @@ } function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll( '#' + el + '_graph .flags') + var flags = [].slice.call(document.querySelectorAll( '#' + el + '_graph .flags')); flags.forEach(function(x, i) { @@ -457,7 +457,7 @@ var duration = $( this ).attr( 'id' ).split( '_' )[ 2 ]; makeGraph( data, duration ); scorecardValue( data, duration ) - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); } ); } diff --git a/source/javascripts/privacy.js b/source/javascripts/privacy.js index b9c3e0c..67a338f 100644 --- a/source/javascripts/privacy.js +++ b/source/javascripts/privacy.js @@ -1038,10 +1038,10 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll('#bar_graph_by_country .flag') + var flags = [].slice.call(document.querySelectorAll('#bar_graph_by_country .flag')); flags.forEach(function(el, i) { @@ -1095,7 +1095,7 @@ graphTooltip.addClass('partialInactive') } - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); dispatch.timerange(); } ); diff --git a/source/javascripts/rag.js b/source/javascripts/rag.js index 82ac82d..bba16ec 100644 --- a/source/javascripts/rag.js +++ b/source/javascripts/rag.js @@ -423,10 +423,10 @@ } function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll( '#' + el + '_graph .flags') + var flags = [].slice.call(document.querySelectorAll( '#' + el + '_graph .flags')); flags.forEach(function(x, i) { @@ -457,7 +457,7 @@ var duration = $( this ).attr( 'id' ).split( '_' )[ 2 ]; makeGraph( data, duration ); scorecardValue( data, duration ) - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); } ); } -- To view, visit https://gerrit.wikimedia.org/r/333498 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I277e518d29690e02fe78c5148c51eb834dd7aefd Gerr
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: Fix persistant flag border issue
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/333498 ) Change subject: Fix persistant flag border issue .. Fix persistant flag border issue Running forEach on a Nodelist can fail in older browsers. Convert Nodelist to a proper array. Also, increase setTimeout delay for updateFlagBorder function to ensure all flags are created before updating their respective borders. Change-Id: I277e518d29690e02fe78c5148c51eb834dd7aefd --- M build/javascripts/privacy.js M build/javascripts/rag.js M source/javascripts/privacy.js M source/javascripts/rag.js 4 files changed, 12 insertions(+), 12 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/98/333498/1 diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index 09dd6c7..1065ba3 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -1038,10 +1038,10 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll('#bar_graph_by_country .flag') + var flags = [].slice.call(document.querySelectorAll('#bar_graph_by_country .flag')); flags.forEach(function(el, i) { @@ -1095,7 +1095,7 @@ graphTooltip.addClass('partialInactive') } - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); dispatch.timerange(); } ); diff --git a/build/javascripts/rag.js b/build/javascripts/rag.js index 82ac82d..bba16ec 100644 --- a/build/javascripts/rag.js +++ b/build/javascripts/rag.js @@ -423,10 +423,10 @@ } function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll( '#' + el + '_graph .flags') + var flags = [].slice.call(document.querySelectorAll( '#' + el + '_graph .flags')); flags.forEach(function(x, i) { @@ -457,7 +457,7 @@ var duration = $( this ).attr( 'id' ).split( '_' )[ 2 ]; makeGraph( data, duration ); scorecardValue( data, duration ) - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); } ); } diff --git a/source/javascripts/privacy.js b/source/javascripts/privacy.js index b9c3e0c..67a338f 100644 --- a/source/javascripts/privacy.js +++ b/source/javascripts/privacy.js @@ -1038,10 +1038,10 @@ graphTooltip = $('.graph_tooltip') function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll('#bar_graph_by_country .flag') + var flags = [].slice.call(document.querySelectorAll('#bar_graph_by_country .flag')); flags.forEach(function(el, i) { @@ -1095,7 +1095,7 @@ graphTooltip.addClass('partialInactive') } - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); dispatch.timerange(); } ); diff --git a/source/javascripts/rag.js b/source/javascripts/rag.js index 82ac82d..bba16ec 100644 --- a/source/javascripts/rag.js +++ b/source/javascripts/rag.js @@ -423,10 +423,10 @@ } function updateFlagBorder() { - + $('.flagBorder').remove() - var flags = document.querySelectorAll( '#' + el + '_graph .flags') + var flags = [].slice.call(document.querySelectorAll( '#' + el + '_graph .flags')); flags.forEach(function(x, i) { @@ -457,7 +457,7 @@ var duration = $( this ).attr( 'id' ).split( '_' )[ 2 ]; makeGraph( data, duration ); scorecardValue( data, duration ) - setTimeout(updateFlagBorder, 251); + setTimeout(updateFlagBorder, 350); } ); } -- To view, visit https://gerrit.wikimedia.org/r/333498 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I277e5
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add bubble graph footnote
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/332877 ) Change subject: add bubble graph footnote .. add bubble graph footnote Change-Id: I378cf9ba57a985007ae0b47b77aabf26837cef69 --- M build/privacy.html M locales/en.yml 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/privacy.html b/build/privacy.html index 64d09f2..f147c01 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -219,7 +219,7 @@ Requests where information was produced - *Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (January 2016 - June 2016) was not available, so we are presenting the comparison data above for July 2015 - December 2015. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details. + *Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (July 2016 - December 2016) was not available, so we are presenting the comparison data above for January 2016 - July 2016. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details. diff --git a/locales/en.yml b/locales/en.yml index 3d87a52..6289be7 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -76,7 +76,7 @@ information_was_produced: "Requests where information was produced" content_requests: "Content requests" non-content_requests: "Non-content requests" -bubble_graph_fineprint: "Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (January 2016 - June 2016) was not available, so we are presenting the comparison data above for July 2015 - December 2015. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details." +bubble_graph_fineprint: "Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (July 2016 - December 2016) was not available, so we are presenting the comparison data above for January 2016 - July 2016. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details." show_all: "Show All" request_type: "Request Type" information_produced_title: "Information Produced?" @@ -273,7 +273,7 @@ a_national_security_request: "“National security requests” include national security letters and orders issued under the Foreign Intelligence Surveillance Act (50 U.S.C. §1801 et seq.)." q_wiretap: "What is a “wiretap” or a “pen register”, and why doesn’t the Wikimedia Foundation list them in its Transparency Report?" -a_wiretap: "A wiretap order (see The Wiretap Act, 18 U.S.C. § 2511 et seq.) is an order that requires the real-time interception of the content of telephone or internet communications. A pen register order (see The Pen Register Statute, 18 U.S.C. § 3121 et seq.) requires the real-time interception of non-content information associated with telephone or internet communications (such as routing information). We have never received a wiretap or pen register order. Should we receive such an order, we will disclose it in this report if allowed to do so by law." +a_wiretap: "A wiretap order (see The Wiretap Act, 18 U.S.C. § 2511 et seq.) is an order that requires the real-time interception of the content of telephone or internet communications. A pen register order (see The Pen Register Statute, 18 U.S.C. § 3121 et seq.) requires the real-time interception of non-content information associated with telephone or internet communications (such as routing information). We have never received a wiretap or pen register order. Should we receive such an order, we will disclose it in this report if allowed to do so by law." q_potentially_affected: "What do you mean by “user accounts potentially affected”?" a_potentially_affected: "This number represents the number of unique user accounts implicated by requests for user data and whose data would have been disclosed if we had granted every request we received. This number may not reflect the number of unique individuals implicated by requests for user data, sin
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add bubble graph footnote
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/332877 ) Change subject: add bubble graph footnote .. add bubble graph footnote Change-Id: I378cf9ba57a985007ae0b47b77aabf26837cef69 --- M build/privacy.html M locales/en.yml 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/77/332877/1 diff --git a/build/privacy.html b/build/privacy.html index 64d09f2..f147c01 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -219,7 +219,7 @@ Requests where information was produced - *Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (January 2016 - June 2016) was not available, so we are presenting the comparison data above for July 2015 - December 2015. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details. + *Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (July 2016 - December 2016) was not available, so we are presenting the comparison data above for January 2016 - July 2016. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details. diff --git a/locales/en.yml b/locales/en.yml index 3d87a52..6289be7 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -76,7 +76,7 @@ information_was_produced: "Requests where information was produced" content_requests: "Content requests" non-content_requests: "Non-content requests" -bubble_graph_fineprint: "Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (January 2016 - June 2016) was not available, so we are presenting the comparison data above for July 2015 - December 2015. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details." +bubble_graph_fineprint: "Due to the inconsistent release dates across different organizations, comparison data for the period covered by this report (July 2016 - December 2016) was not available, so we are presenting the comparison data above for January 2016 - July 2016. Please also note that figures for Wikimedia include additional types of requests for user data that are not included in the other organizations' figures. See the FAQ for more details." show_all: "Show All" request_type: "Request Type" information_produced_title: "Information Produced?" @@ -273,7 +273,7 @@ a_national_security_request: "“National security requests” include national security letters and orders issued under the Foreign Intelligence Surveillance Act (50 U.S.C. §1801 et seq.)." q_wiretap: "What is a “wiretap” or a “pen register”, and why doesn’t the Wikimedia Foundation list them in its Transparency Report?" -a_wiretap: "A wiretap order (see The Wiretap Act, 18 U.S.C. § 2511 et seq.) is an order that requires the real-time interception of the content of telephone or internet communications. A pen register order (see The Pen Register Statute, 18 U.S.C. § 3121 et seq.) requires the real-time interception of non-content information associated with telephone or internet communications (such as routing information). We have never received a wiretap or pen register order. Should we receive such an order, we will disclose it in this report if allowed to do so by law." +a_wiretap: "A wiretap order (see The Wiretap Act, 18 U.S.C. § 2511 et seq.) is an order that requires the real-time interception of the content of telephone or internet communications. A pen register order (see The Pen Register Statute, 18 U.S.C. § 3121 et seq.) requires the real-time interception of non-content information associated with telephone or internet communications (such as routing information). We have never received a wiretap or pen register order. Should we receive such an order, we will disclose it in this report if allowed to do so by law." q_potentially_affected: "What do you mean by “user accounts potentially affected”?" a_potentially_affected: "This number represents the number of unique user accounts implicated by requests for user data and whose data would have been disclosed if we had granted every request we received. This number may not reflect the number of unique individuals impli
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: update bubble graph data
Siddparmar has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/332815 ) Change subject: update bubble graph data .. update bubble graph data Change-Id: I882a45f454b00c0f807b31e0c4c4cbfba47b086d --- M build/data/other_companies.csv M build/fr/privacy.html M build/privacy.html M source/data/other_companies.csv M source/localizable/privacy.html.erb 5 files changed, 13 insertions(+), 13 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/data/other_companies.csv b/build/data/other_companies.csv index 0a37879..6bba811 100644 --- a/build/data/other_companies.csv +++ b/build/data/other_companies.csv @@ -1,6 +1,6 @@ company,requests,complied -Wikimedia,25,1 -LinkedIn,139,91 -Twitter,5560,3558 -Google,40677,26033 -Facebook,46710,31691 +Wikimedia,13,0 +LinkedIn,145,89 +Twitter,5676,3916 +Google,44943,28763 +Facebook,59229,41424 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index 8d1dced..a1a6f46 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -208,7 +208,7 @@ Comparés à d’autres entreprises, nous avons reçu relativement peu de requêtes.* - Juillet - Décembre 2015 + Janvier - Juin 2016 diff --git a/build/privacy.html b/build/privacy.html index 6492e88..64d09f2 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -208,7 +208,7 @@ Compared to other companies, we received relatively few requests* - Jul - Dec 2015 + Jan - Jun 2016 diff --git a/source/data/other_companies.csv b/source/data/other_companies.csv index 0a37879..6bba811 100644 --- a/source/data/other_companies.csv +++ b/source/data/other_companies.csv @@ -1,6 +1,6 @@ company,requests,complied -Wikimedia,25,1 -LinkedIn,139,91 -Twitter,5560,3558 -Google,40677,26033 -Facebook,46710,31691 +Wikimedia,13,0 +LinkedIn,145,89 +Twitter,5676,3916 +Google,44943,28763 +Facebook,59229,41424 diff --git a/source/localizable/privacy.html.erb b/source/localizable/privacy.html.erb index 5e2e356..fd3e459 100644 --- a/source/localizable/privacy.html.erb +++ b/source/localizable/privacy.html.erb @@ -150,7 +150,7 @@ <%= t('privacy.compared_to_others') %>* - <%= t('dates.jul') %> - <%= t('dates.dec') %> 2015 + <%= t('dates.jan') %> - <%= t('dates.jun') %> 2016 -- To view, visit https://gerrit.wikimedia.org/r/332815 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I882a45f454b00c0f807b31e0c4c4cbfba47b086d Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: update bubble graph data
Siddparmar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/332815 ) Change subject: update bubble graph data .. update bubble graph data Change-Id: I882a45f454b00c0f807b31e0c4c4cbfba47b086d --- M build/data/other_companies.csv M build/fr/privacy.html M build/privacy.html M source/data/other_companies.csv M source/localizable/privacy.html.erb 5 files changed, 13 insertions(+), 13 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/15/332815/1 diff --git a/build/data/other_companies.csv b/build/data/other_companies.csv index 0a37879..6bba811 100644 --- a/build/data/other_companies.csv +++ b/build/data/other_companies.csv @@ -1,6 +1,6 @@ company,requests,complied -Wikimedia,25,1 -LinkedIn,139,91 -Twitter,5560,3558 -Google,40677,26033 -Facebook,46710,31691 +Wikimedia,13,0 +LinkedIn,145,89 +Twitter,5676,3916 +Google,44943,28763 +Facebook,59229,41424 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index 8d1dced..a1a6f46 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -208,7 +208,7 @@ Comparés à d’autres entreprises, nous avons reçu relativement peu de requêtes.* - Juillet - Décembre 2015 + Janvier - Juin 2016 diff --git a/build/privacy.html b/build/privacy.html index 6492e88..64d09f2 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -208,7 +208,7 @@ Compared to other companies, we received relatively few requests* - Jul - Dec 2015 + Jan - Jun 2016 diff --git a/source/data/other_companies.csv b/source/data/other_companies.csv index 0a37879..6bba811 100644 --- a/source/data/other_companies.csv +++ b/source/data/other_companies.csv @@ -1,6 +1,6 @@ company,requests,complied -Wikimedia,25,1 -LinkedIn,139,91 -Twitter,5560,3558 -Google,40677,26033 -Facebook,46710,31691 +Wikimedia,13,0 +LinkedIn,145,89 +Twitter,5676,3916 +Google,44943,28763 +Facebook,59229,41424 diff --git a/source/localizable/privacy.html.erb b/source/localizable/privacy.html.erb index 5e2e356..fd3e459 100644 --- a/source/localizable/privacy.html.erb +++ b/source/localizable/privacy.html.erb @@ -150,7 +150,7 @@ <%= t('privacy.compared_to_others') %>* - <%= t('dates.jul') %> - <%= t('dates.dec') %> 2015 + <%= t('dates.jan') %> - <%= t('dates.jun') %> 2016 -- To view, visit https://gerrit.wikimedia.org/r/332815 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I882a45f454b00c0f807b31e0c4c4cbfba47b086d Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: janjun16 report
Siddparmar has submitted this change and it was merged. Change subject: janjun16 report .. janjun16 report Change-Id: I31774aad4a54f89bcd43db30a46f4128d45b7bac --- M build/content.html A build/data/data_jun_2016.ods M build/data/dmca_requests.csv A build/data/number_of_disclosures.csv M build/data/other_companies.csv M build/data/sum.csv M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/data/where_from.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html A build/images/chev...@2x.svg A build/images/flags_svg/ad.svg A build/images/flags_svg/ae.svg A build/images/flags_svg/af.svg A build/images/flags_svg/ag.svg A build/images/flags_svg/ai.svg A build/images/flags_svg/al.svg A build/images/flags_svg/am.svg A build/images/flags_svg/ao.svg A build/images/flags_svg/aq.svg M build/images/flags_svg/ar.svg A build/images/flags_svg/as.svg M build/images/flags_svg/at.svg M build/images/flags_svg/au.svg A build/images/flags_svg/aw.svg A build/images/flags_svg/ax.svg A build/images/flags_svg/az.svg A build/images/flags_svg/ba.svg A build/images/flags_svg/bb.svg M build/images/flags_svg/bd.svg M build/images/flags_svg/be.svg A build/images/flags_svg/bf.svg M build/images/flags_svg/bg.svg A build/images/flags_svg/bh.svg A build/images/flags_svg/bi.svg A build/images/flags_svg/bj.svg A build/images/flags_svg/bl.svg A build/images/flags_svg/bm.svg A build/images/flags_svg/bn.svg A build/images/flags_svg/bo.svg A build/images/flags_svg/bq.svg M build/images/flags_svg/br.svg A build/images/flags_svg/bs.svg A build/images/flags_svg/bt.svg A build/images/flags_svg/bv.svg A build/images/flags_svg/bw.svg A build/images/flags_svg/by.svg A build/images/flags_svg/bz.svg M build/images/flags_svg/ca.svg A build/images/flags_svg/cc.svg A build/images/flags_svg/cd.svg A build/images/flags_svg/cf.svg A build/images/flags_svg/cg.svg M build/images/flags_svg/ch.svg A build/images/flags_svg/ci.svg A build/images/flags_svg/ck.svg M build/images/flags_svg/cl.svg A build/images/flags_svg/cm.svg M build/images/flags_svg/cn.svg A build/images/flags_svg/co.svg A build/images/flags_svg/cr.svg A build/images/flags_svg/cu.svg A build/images/flags_svg/cv.svg A build/images/flags_svg/cw.svg A build/images/flags_svg/cx.svg M build/images/flags_svg/cy.svg M build/images/flags_svg/cz.svg M build/images/flags_svg/de.svg A build/images/flags_svg/dj.svg M build/images/flags_svg/dk.svg A build/images/flags_svg/dm.svg A build/images/flags_svg/do.svg A build/images/flags_svg/dz.svg A build/images/flags_svg/ec.svg A build/images/flags_svg/ee.svg A build/images/flags_svg/eg.svg A build/images/flags_svg/eh.svg A build/images/flags_svg/er.svg M build/images/flags_svg/es.svg A build/images/flags_svg/et.svg A build/images/flags_svg/eu.svg A build/images/flags_svg/fi.svg A build/images/flags_svg/fj.svg A build/images/flags_svg/fk.svg A build/images/flags_svg/fm.svg A build/images/flags_svg/fo.svg M build/images/flags_svg/fr.svg A build/images/flags_svg/ga.svg A build/images/flags_svg/gb-eng.svg A build/images/flags_svg/gb-nir.svg A build/images/flags_svg/gb-sct.svg A build/images/flags_svg/gb-wls.svg M build/images/flags_svg/gb.svg A build/images/flags_svg/gd.svg A build/images/flags_svg/ge.svg A build/images/flags_svg/gf.svg A build/images/flags_svg/gg.svg A build/images/flags_svg/gh.svg A build/images/flags_svg/gi.svg A build/images/flags_svg/gl.svg A build/images/flags_svg/gm.svg A build/images/flags_svg/gn.svg A build/images/flags_svg/gp.svg A build/images/flags_svg/gq.svg M build/images/flags_svg/gr.svg A build/images/flags_svg/gs.svg A build/images/flags_svg/gt.svg A build/images/flags_svg/gu.svg A build/images/flags_svg/gw.svg A build/images/flags_svg/gy.svg M build/images/flags_svg/hk.svg A build/images/flags_svg/hm.svg A build/images/flags_svg/hn.svg A build/images/flags_svg/hr.svg A build/images/flags_svg/ht.svg A build/images/flags_svg/hu.svg M build/images/flags_svg/id.svg M build/images/flags_svg/ie.svg M build/images/flags_svg/il.svg A build/images/flags_svg/im.svg M build/images/flags_svg/in.svg A build/images/flags_svg/io.svg A build/images/flags_svg/iq.svg M build/images/flags_svg/ir.svg A build/images/flags_svg/is.svg M build/images/flags_svg/it.svg A build/images/flags_svg/je.svg A build/images/flags_svg/jm.svg A build/images/flags_svg/jo.svg M build/images/flags_svg/jp.svg A build/images/flags_svg/ke.svg A build/images/flags_svg/kg.svg A build/images/flags_svg/kh.svg A build/images/flags_svg/ki.svg A build/images/flags_svg/km.svg A build/images/flags_svg/kn.svg A build/images/flags_svg/kp.svg M build/images/flags_svg/kr.svg A build/images/flags_svg/kw.svg A build/images/flags_svg/ky.svg A build/images/flags_svg/kz.svg A build/images/flags_svg/la.svg A build/images/flags_svg/lb.svg A build/images/flags_svg/lc.svg M build/images/flags_svg/li.svg M build/images/flags_svg/lk.
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport[master]: janjun16 report
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303593 Change subject: janjun16 report .. janjun16 report Change-Id: I31774aad4a54f89bcd43db30a46f4128d45b7bac --- M build/content.html A build/data/data_jun_2016.ods M build/data/dmca_requests.csv A build/data/number_of_disclosures.csv M build/data/other_companies.csv M build/data/sum.csv M build/data/targeted_dmca.csv M build/data/targeted_takedown.csv M build/data/where_from.csv M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html A build/images/chev...@2x.svg A build/images/flags_svg/ad.svg A build/images/flags_svg/ae.svg A build/images/flags_svg/af.svg A build/images/flags_svg/ag.svg A build/images/flags_svg/ai.svg A build/images/flags_svg/al.svg A build/images/flags_svg/am.svg A build/images/flags_svg/ao.svg A build/images/flags_svg/aq.svg M build/images/flags_svg/ar.svg A build/images/flags_svg/as.svg M build/images/flags_svg/at.svg M build/images/flags_svg/au.svg A build/images/flags_svg/aw.svg A build/images/flags_svg/ax.svg A build/images/flags_svg/az.svg A build/images/flags_svg/ba.svg A build/images/flags_svg/bb.svg M build/images/flags_svg/bd.svg M build/images/flags_svg/be.svg A build/images/flags_svg/bf.svg M build/images/flags_svg/bg.svg A build/images/flags_svg/bh.svg A build/images/flags_svg/bi.svg A build/images/flags_svg/bj.svg A build/images/flags_svg/bl.svg A build/images/flags_svg/bm.svg A build/images/flags_svg/bn.svg A build/images/flags_svg/bo.svg A build/images/flags_svg/bq.svg M build/images/flags_svg/br.svg A build/images/flags_svg/bs.svg A build/images/flags_svg/bt.svg A build/images/flags_svg/bv.svg A build/images/flags_svg/bw.svg A build/images/flags_svg/by.svg A build/images/flags_svg/bz.svg M build/images/flags_svg/ca.svg A build/images/flags_svg/cc.svg A build/images/flags_svg/cd.svg A build/images/flags_svg/cf.svg A build/images/flags_svg/cg.svg M build/images/flags_svg/ch.svg A build/images/flags_svg/ci.svg A build/images/flags_svg/ck.svg M build/images/flags_svg/cl.svg A build/images/flags_svg/cm.svg M build/images/flags_svg/cn.svg A build/images/flags_svg/co.svg A build/images/flags_svg/cr.svg A build/images/flags_svg/cu.svg A build/images/flags_svg/cv.svg A build/images/flags_svg/cw.svg A build/images/flags_svg/cx.svg M build/images/flags_svg/cy.svg M build/images/flags_svg/cz.svg M build/images/flags_svg/de.svg A build/images/flags_svg/dj.svg M build/images/flags_svg/dk.svg A build/images/flags_svg/dm.svg A build/images/flags_svg/do.svg A build/images/flags_svg/dz.svg A build/images/flags_svg/ec.svg A build/images/flags_svg/ee.svg A build/images/flags_svg/eg.svg A build/images/flags_svg/eh.svg A build/images/flags_svg/er.svg M build/images/flags_svg/es.svg A build/images/flags_svg/et.svg A build/images/flags_svg/eu.svg A build/images/flags_svg/fi.svg A build/images/flags_svg/fj.svg A build/images/flags_svg/fk.svg A build/images/flags_svg/fm.svg A build/images/flags_svg/fo.svg M build/images/flags_svg/fr.svg A build/images/flags_svg/ga.svg A build/images/flags_svg/gb-eng.svg A build/images/flags_svg/gb-nir.svg A build/images/flags_svg/gb-sct.svg A build/images/flags_svg/gb-wls.svg M build/images/flags_svg/gb.svg A build/images/flags_svg/gd.svg A build/images/flags_svg/ge.svg A build/images/flags_svg/gf.svg A build/images/flags_svg/gg.svg A build/images/flags_svg/gh.svg A build/images/flags_svg/gi.svg A build/images/flags_svg/gl.svg A build/images/flags_svg/gm.svg A build/images/flags_svg/gn.svg A build/images/flags_svg/gp.svg A build/images/flags_svg/gq.svg M build/images/flags_svg/gr.svg A build/images/flags_svg/gs.svg A build/images/flags_svg/gt.svg A build/images/flags_svg/gu.svg A build/images/flags_svg/gw.svg A build/images/flags_svg/gy.svg M build/images/flags_svg/hk.svg A build/images/flags_svg/hm.svg A build/images/flags_svg/hn.svg A build/images/flags_svg/hr.svg A build/images/flags_svg/ht.svg A build/images/flags_svg/hu.svg M build/images/flags_svg/id.svg M build/images/flags_svg/ie.svg M build/images/flags_svg/il.svg A build/images/flags_svg/im.svg M build/images/flags_svg/in.svg A build/images/flags_svg/io.svg A build/images/flags_svg/iq.svg M build/images/flags_svg/ir.svg A build/images/flags_svg/is.svg M build/images/flags_svg/it.svg A build/images/flags_svg/je.svg A build/images/flags_svg/jm.svg A build/images/flags_svg/jo.svg M build/images/flags_svg/jp.svg A build/images/flags_svg/ke.svg A build/images/flags_svg/kg.svg A build/images/flags_svg/kh.svg A build/images/flags_svg/ki.svg A build/images/flags_svg/km.svg A build/images/flags_svg/kn.svg A build/images/flags_svg/kp.svg M build/images/flags_svg/kr.svg A build/images/flags_svg/kw.svg A build/images/flags_svg/ky.svg A build/images/flags_svg/kz.svg A build/images/flags_svg/la.svg A build/images/flags_svg/lb.svg A build/images/flags_svg/lc.svg M build/images/flags_svg/li
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: typo fix
Siddparmar has submitted this change and it was merged. Change subject: typo fix .. typo fix Change-Id: I3fc1cadf680e889c378fc7cabc92be7b13ef91d6 --- M build/faq.html M build/fr/faq.html M locales/en.yml 3 files changed, 11 insertions(+), 11 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/faq.html b/build/faq.html index af5f117..6ea3b3d 100644 --- a/build/faq.html +++ b/build/faq.html @@ -175,25 +175,25 @@ What do you mean by “Emergency Disclosure”? -An “Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure&lrdquo; may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request&lrdquo; instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.&lrdquo; +An “Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure” may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request” instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.” What do you mean by “Right To Be Forgotten”? - The “Right To Be Forgotten (RTBF)&lrdquo; is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index” content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. + The “Right To Be Forgotten (RTBF)” is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index” content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. How are requests for user data calculated differently by WMF as compared to other organizations? - In our transparency reports, WMF includes all types of requests for user information it receives, including governmental and non-governmental requests as well as informal and formal requests. Some other organizations, including several of those appearing in the “Compared to other companies&lrdquo; graph in our report, only disclose requests originating from governments. Please visit the transparency reports of Facebook, Google, Twitter, and LinkedIn for more details about the types of requests they receive. + In our transparency reports, WMF includes all types of requests for user information it receives, including governmental and non-governmental requests as well as informal and formal requests. Some other organizations, including several of those
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: typo fix
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303506 Change subject: typo fix .. typo fix Change-Id: I3fc1cadf680e889c378fc7cabc92be7b13ef91d6 --- M build/faq.html M build/fr/faq.html M locales/en.yml 3 files changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/06/303506/1 diff --git a/build/faq.html b/build/faq.html index af5f117..6ea3b3d 100644 --- a/build/faq.html +++ b/build/faq.html @@ -175,25 +175,25 @@ What do you mean by “Emergency Disclosure”? -An “Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure&lrdquo; may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request&lrdquo; instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.&lrdquo; +An “Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure” may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request” instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.” What do you mean by “Right To Be Forgotten”? - The “Right To Be Forgotten (RTBF)&lrdquo; is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index” content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. + The “Right To Be Forgotten (RTBF)” is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index” content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. How are requests for user data calculated differently by WMF as compared to other organizations? - In our transparency reports, WMF includes all types of requests for user information it receives, including governmental and non-governmental requests as well as informal and formal requests. Some other organizations, including several of those appearing in the “Compared to other companies&lrdquo; graph in our report, only disclose requests originating from governments. Please visit the transparency reports of Facebook, Google, Twitter, and LinkedIn for more details about the types of requests they receive. + In our transparency reports, WMF includes all types of requests for user information it receives, including governmental and non-governmental requests as well as infor
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: final changes
Siddparmar has submitted this change and it was merged. Change subject: final changes .. final changes Change-Id: I349c0379fb4b4e110b0581a6b070c3c717dade0f --- M build/content.html M build/data/targeted_dmca.csv M build/faq.html M build/fr/content.html M build/fr/privacy.html M build/javascripts/privacy.js M build/privacy.html M build/stylesheets/graph.css M locales/en.yml M source/data/targeted_dmca.csv M source/javascripts/privacy.js M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/stylesheets/graph.css.scss 14 files changed, 101 insertions(+), 32 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index ddb593f..77c8628 100644 --- a/build/content.html +++ b/build/content.html @@ -311,7 +311,7 @@ Right to be Forgotten Requests - In 2014, a European court decision, Google Spain v. AEPD and Mario Costeja González, granted individuals the ability to request that search engines “de-index” content about them under the so-called “Right To Be Forgotten” doctrine. We believe that denying people access to relevant and neutral information is antagonistic to the values of the Wikimedia movement; please see our August 2014 blog post for more on our views. Despite the fact that the projects are not search engines, we occasionally receive direct requests to remove content from Wikimedia projects under the Right to be Forgotten.** Please note that this information only reflects requests made directly to us. Wikimedia project pages continue to disappear from search engine results without any notice, much less, request to us. We have a dedicated page where we post notices of delisted project pages that we have received from the search engines who provide such information as part of their own commitments to transparency. But we suspect that many search engines are not even giving notice, which we find contrary to core principles of free expression, due process, and transparency. + In 2014, a European court decision, Google Spain v. AEPD and Mario Costeja González, granted individuals the ability to request that search engines “de-index” content about them under the so-called “Right To Be Forgotten” doctrine. We believe that denying people access to relevant and neutral information is antagonistic to the values of the Wikimedia movement; please see our August 2014 blog post for more on our views. Despite the fact that the projects are not search engines, we occasionally receive direct requests to remove content from Wikimedia projects under the Right To Be Forgotten.** Please note that this information only reflects requests made directly to us. Wikimedia project pages continue to disappear from search engine results without any notice, much less, request to us. We have a dedicated page where we post notices of delisted project pages that we have received from the search engines who provide such information as part of their own commitments to transparency. But we suspect that many search engines are not even giving notice, which we find contrary to core principles of free expression, due process, and transparency. @@ -464,6 +464,10 @@ + + *Because we did not collect data for projects potentially and actually affected until July 2013, this information is not available for July 2012 to June 2013. + + diff --git a/build/data/targeted_dmca.csv b/build/data/targeted_dmca.csv index af77a4d..e400430 100644 --- a/build/data/targeted_dmca.csv +++ b/build/data/targeted_dmca.csv @@ -4,8 +4,8 @@ English Wikisource,en.wikisource.org,1,0,juldec13 French Wikisource,fr.wikisource.org,1,0,juldec13 Ukrainian Wikipedia,uk.wikipedia.org,1,0,juldec13 -Wikimedia Commons,commons.wikimedia.org,3,0,janjun14 -English Wikipedia,en.wikipedia.org,6,0,janjun14 +Wikimedia Commons,commons.wikimedia.org,3,2,janjun14 +English Wikipedia,en.wikipedia.org,6,2,janjun14 Portuguese Wikipedia,pt.wikipedia.org,1,0,janjun14 English Wikipedia,en.wikipedia.org,7,0,juldec14 Wikimedia Commons,commons.wikimedia.org,2,1,juldec14 @@ -17,6 +17,8 @@ Spanish Wikipedia,es.wikipedia.org,1,0,janjun15 Italian Wikipedia,it.wikipedia.org,1,0,janjun15 Serbian Wikipedia,sr.wikipedia.org/wiki/Главна_страна,1,0,janjun15 +Tagalog Wikipedia,tl.wikipedia.org/wiki/Unang_Pahina,1,0,janjun15 +Turkish Wikipedia,tr.wikipedia.org/wiki/Ana_Sayfa,1,0,janjun15 English Wikipedia,en.wikipedia.org,6,5,juldec15 Wikimedia Commons,commons.wikimedia.org,6,2,juldec15 Not a WMF site,,2,0,juldec15 diff --git a/build/faq.html b/build/faq.html index 8b48dab..af5f117 100644 --- a/build/faq.html +++ b/build/faq.html @@ -216,7 +216,7 @@ - What makes a DMCA takedow
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: final changes
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303439 Change subject: final changes .. final changes Change-Id: I349c0379fb4b4e110b0581a6b070c3c717dade0f --- M build/content.html M build/data/targeted_dmca.csv M build/faq.html M build/fr/content.html M build/fr/privacy.html M build/javascripts/privacy.js M build/privacy.html M build/stylesheets/graph.css M locales/en.yml M source/data/targeted_dmca.csv M source/javascripts/privacy.js M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/stylesheets/graph.css.scss 14 files changed, 101 insertions(+), 32 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/39/303439/1 diff --git a/build/content.html b/build/content.html index ddb593f..77c8628 100644 --- a/build/content.html +++ b/build/content.html @@ -311,7 +311,7 @@ Right to be Forgotten Requests - In 2014, a European court decision, Google Spain v. AEPD and Mario Costeja González, granted individuals the ability to request that search engines “de-index” content about them under the so-called “Right To Be Forgotten” doctrine. We believe that denying people access to relevant and neutral information is antagonistic to the values of the Wikimedia movement; please see our August 2014 blog post for more on our views. Despite the fact that the projects are not search engines, we occasionally receive direct requests to remove content from Wikimedia projects under the Right to be Forgotten.** Please note that this information only reflects requests made directly to us. Wikimedia project pages continue to disappear from search engine results without any notice, much less, request to us. We have a dedicated page where we post notices of delisted project pages that we have received from the search engines who provide such information as part of their own commitments to transparency. But we suspect that many search engines are not even giving notice, which we find contrary to core principles of free expression, due process, and transparency. + In 2014, a European court decision, Google Spain v. AEPD and Mario Costeja González, granted individuals the ability to request that search engines “de-index” content about them under the so-called “Right To Be Forgotten” doctrine. We believe that denying people access to relevant and neutral information is antagonistic to the values of the Wikimedia movement; please see our August 2014 blog post for more on our views. Despite the fact that the projects are not search engines, we occasionally receive direct requests to remove content from Wikimedia projects under the Right To Be Forgotten.** Please note that this information only reflects requests made directly to us. Wikimedia project pages continue to disappear from search engine results without any notice, much less, request to us. We have a dedicated page where we post notices of delisted project pages that we have received from the search engines who provide such information as part of their own commitments to transparency. But we suspect that many search engines are not even giving notice, which we find contrary to core principles of free expression, due process, and transparency. @@ -464,6 +464,10 @@ + + *Because we did not collect data for projects potentially and actually affected until July 2013, this information is not available for July 2012 to June 2013. + + diff --git a/build/data/targeted_dmca.csv b/build/data/targeted_dmca.csv index af77a4d..e400430 100644 --- a/build/data/targeted_dmca.csv +++ b/build/data/targeted_dmca.csv @@ -4,8 +4,8 @@ English Wikisource,en.wikisource.org,1,0,juldec13 French Wikisource,fr.wikisource.org,1,0,juldec13 Ukrainian Wikipedia,uk.wikipedia.org,1,0,juldec13 -Wikimedia Commons,commons.wikimedia.org,3,0,janjun14 -English Wikipedia,en.wikipedia.org,6,0,janjun14 +Wikimedia Commons,commons.wikimedia.org,3,2,janjun14 +English Wikipedia,en.wikipedia.org,6,2,janjun14 Portuguese Wikipedia,pt.wikipedia.org,1,0,janjun14 English Wikipedia,en.wikipedia.org,7,0,juldec14 Wikimedia Commons,commons.wikimedia.org,2,1,juldec14 @@ -17,6 +17,8 @@ Spanish Wikipedia,es.wikipedia.org,1,0,janjun15 Italian Wikipedia,it.wikipedia.org,1,0,janjun15 Serbian Wikipedia,sr.wikipedia.org/wiki/Главна_страна,1,0,janjun15 +Tagalog Wikipedia,tl.wikipedia.org/wiki/Unang_Pahina,1,0,janjun15 +Turkish Wikipedia,tr.wikipedia.org/wiki/Ana_Sayfa,1,0,janjun15 English Wikipedia,en.wikipedia.org,6,5,juldec15 Wikimedia Commons,commons.wikimedia.org,6,2,juldec15 Not a WMF site,,2,0,juldec15 diff --git a/build/faq.html b/build/faq.html index 8b48dab..af5f117 100644 --- a/build/faq.html +++ b/build/faq.h
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add viewBox property
Siddparmar has submitted this change and it was merged. Change subject: add viewBox property .. add viewBox property Change-Id: I814e34c27a1a1474e4e9fea66d9c657d7a519bf2 --- M build/images/flags_svg/ad.svg M build/images/flags_svg/ae.svg M build/images/flags_svg/af.svg M build/images/flags_svg/ag.svg M build/images/flags_svg/ai.svg M build/images/flags_svg/al.svg M build/images/flags_svg/am.svg M build/images/flags_svg/ao.svg M build/images/flags_svg/aq.svg M build/images/flags_svg/ar.svg M build/images/flags_svg/as.svg M build/images/flags_svg/at.svg M build/images/flags_svg/au.svg M build/images/flags_svg/aw.svg M build/images/flags_svg/ax.svg M build/images/flags_svg/az.svg M build/images/flags_svg/ba.svg M build/images/flags_svg/bb.svg M build/images/flags_svg/bd.svg M build/images/flags_svg/be.svg M build/images/flags_svg/bf.svg M build/images/flags_svg/bg.svg M build/images/flags_svg/bh.svg M build/images/flags_svg/bi.svg M build/images/flags_svg/bj.svg M build/images/flags_svg/bl.svg M build/images/flags_svg/bm.svg M build/images/flags_svg/bn.svg M build/images/flags_svg/bo.svg M build/images/flags_svg/bq.svg M build/images/flags_svg/br.svg M build/images/flags_svg/bs.svg M build/images/flags_svg/bt.svg M build/images/flags_svg/bv.svg M build/images/flags_svg/bw.svg M build/images/flags_svg/by.svg M build/images/flags_svg/bz.svg M build/images/flags_svg/ca.svg M build/images/flags_svg/cc.svg M build/images/flags_svg/cd.svg M build/images/flags_svg/cf.svg M build/images/flags_svg/cg.svg M build/images/flags_svg/ch.svg M build/images/flags_svg/ci.svg M build/images/flags_svg/ck.svg M build/images/flags_svg/cl.svg M build/images/flags_svg/cm.svg M build/images/flags_svg/cn.svg M build/images/flags_svg/co.svg M build/images/flags_svg/cr.svg M build/images/flags_svg/cu.svg M build/images/flags_svg/cv.svg M build/images/flags_svg/cw.svg M build/images/flags_svg/cx.svg M build/images/flags_svg/cy.svg M build/images/flags_svg/cz.svg M build/images/flags_svg/de.svg M build/images/flags_svg/dj.svg M build/images/flags_svg/dk.svg M build/images/flags_svg/dm.svg M build/images/flags_svg/do.svg M build/images/flags_svg/dz.svg M build/images/flags_svg/ec.svg M build/images/flags_svg/ee.svg M build/images/flags_svg/eg.svg M build/images/flags_svg/eh.svg M build/images/flags_svg/er.svg M build/images/flags_svg/es.svg M build/images/flags_svg/et.svg M build/images/flags_svg/eu.svg M build/images/flags_svg/fi.svg M build/images/flags_svg/fj.svg M build/images/flags_svg/fk.svg M build/images/flags_svg/fm.svg M build/images/flags_svg/fo.svg M build/images/flags_svg/fr.svg M build/images/flags_svg/ga.svg M build/images/flags_svg/gb-eng.svg M build/images/flags_svg/gb-nir.svg M build/images/flags_svg/gb-sct.svg M build/images/flags_svg/gb-wls.svg M build/images/flags_svg/gb.svg M build/images/flags_svg/gd.svg M build/images/flags_svg/ge.svg M build/images/flags_svg/gf.svg M build/images/flags_svg/gg.svg M build/images/flags_svg/gh.svg M build/images/flags_svg/gi.svg M build/images/flags_svg/gl.svg M build/images/flags_svg/gm.svg M build/images/flags_svg/gn.svg M build/images/flags_svg/gp.svg M build/images/flags_svg/gq.svg M build/images/flags_svg/gr.svg M build/images/flags_svg/gs.svg M build/images/flags_svg/gt.svg M build/images/flags_svg/gu.svg M build/images/flags_svg/gw.svg M build/images/flags_svg/gy.svg M build/images/flags_svg/hk.svg M build/images/flags_svg/hm.svg M build/images/flags_svg/hn.svg M build/images/flags_svg/hr.svg M build/images/flags_svg/ht.svg M build/images/flags_svg/hu.svg M build/images/flags_svg/id.svg M build/images/flags_svg/ie.svg M build/images/flags_svg/il.svg M build/images/flags_svg/im.svg M build/images/flags_svg/in.svg M build/images/flags_svg/io.svg M build/images/flags_svg/iq.svg M build/images/flags_svg/ir.svg M build/images/flags_svg/is.svg M build/images/flags_svg/it.svg M build/images/flags_svg/je.svg M build/images/flags_svg/jm.svg M build/images/flags_svg/jo.svg M build/images/flags_svg/jp.svg M build/images/flags_svg/ke.svg M build/images/flags_svg/kg.svg M build/images/flags_svg/kh.svg M build/images/flags_svg/ki.svg M build/images/flags_svg/km.svg M build/images/flags_svg/kn.svg M build/images/flags_svg/kp.svg M build/images/flags_svg/kr.svg M build/images/flags_svg/kw.svg M build/images/flags_svg/ky.svg M build/images/flags_svg/kz.svg M build/images/flags_svg/la.svg M build/images/flags_svg/lb.svg M build/images/flags_svg/lc.svg M build/images/flags_svg/li.svg M build/images/flags_svg/lk.svg M build/images/flags_svg/lr.svg M build/images/flags_svg/ls.svg M build/images/flags_svg/lt.svg M build/images/flags_svg/lu.svg M build/images/flags_svg/lv.svg M build/images/flags_svg/ly.svg M build/images/flags_svg/ma.svg M build/images/flags_svg/mc.svg M build/images/flags_svg/md.svg M build/images/flags_svg/me.svg M build/images/flags_svg/mf.svg M build/images/flags_svg/mg.svg M build/images/flags_svg/mh.svg M
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add viewBox property
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303436 Change subject: add viewBox property .. add viewBox property Change-Id: I814e34c27a1a1474e4e9fea66d9c657d7a519bf2 --- M build/images/flags_svg/ad.svg M build/images/flags_svg/ae.svg M build/images/flags_svg/af.svg M build/images/flags_svg/ag.svg M build/images/flags_svg/ai.svg M build/images/flags_svg/al.svg M build/images/flags_svg/am.svg M build/images/flags_svg/ao.svg M build/images/flags_svg/aq.svg M build/images/flags_svg/ar.svg M build/images/flags_svg/as.svg M build/images/flags_svg/at.svg M build/images/flags_svg/au.svg M build/images/flags_svg/aw.svg M build/images/flags_svg/ax.svg M build/images/flags_svg/az.svg M build/images/flags_svg/ba.svg M build/images/flags_svg/bb.svg M build/images/flags_svg/bd.svg M build/images/flags_svg/be.svg M build/images/flags_svg/bf.svg M build/images/flags_svg/bg.svg M build/images/flags_svg/bh.svg M build/images/flags_svg/bi.svg M build/images/flags_svg/bj.svg M build/images/flags_svg/bl.svg M build/images/flags_svg/bm.svg M build/images/flags_svg/bn.svg M build/images/flags_svg/bo.svg M build/images/flags_svg/bq.svg M build/images/flags_svg/br.svg M build/images/flags_svg/bs.svg M build/images/flags_svg/bt.svg M build/images/flags_svg/bv.svg M build/images/flags_svg/bw.svg M build/images/flags_svg/by.svg M build/images/flags_svg/bz.svg M build/images/flags_svg/ca.svg M build/images/flags_svg/cc.svg M build/images/flags_svg/cd.svg M build/images/flags_svg/cf.svg M build/images/flags_svg/cg.svg M build/images/flags_svg/ch.svg M build/images/flags_svg/ci.svg M build/images/flags_svg/ck.svg M build/images/flags_svg/cl.svg M build/images/flags_svg/cm.svg M build/images/flags_svg/cn.svg M build/images/flags_svg/co.svg M build/images/flags_svg/cr.svg M build/images/flags_svg/cu.svg M build/images/flags_svg/cv.svg M build/images/flags_svg/cw.svg M build/images/flags_svg/cx.svg M build/images/flags_svg/cy.svg M build/images/flags_svg/cz.svg M build/images/flags_svg/de.svg M build/images/flags_svg/dj.svg M build/images/flags_svg/dk.svg M build/images/flags_svg/dm.svg M build/images/flags_svg/do.svg M build/images/flags_svg/dz.svg M build/images/flags_svg/ec.svg M build/images/flags_svg/ee.svg M build/images/flags_svg/eg.svg M build/images/flags_svg/eh.svg M build/images/flags_svg/er.svg M build/images/flags_svg/es.svg M build/images/flags_svg/et.svg M build/images/flags_svg/eu.svg M build/images/flags_svg/fi.svg M build/images/flags_svg/fj.svg M build/images/flags_svg/fk.svg M build/images/flags_svg/fm.svg M build/images/flags_svg/fo.svg M build/images/flags_svg/fr.svg M build/images/flags_svg/ga.svg M build/images/flags_svg/gb-eng.svg M build/images/flags_svg/gb-nir.svg M build/images/flags_svg/gb-sct.svg M build/images/flags_svg/gb-wls.svg M build/images/flags_svg/gb.svg M build/images/flags_svg/gd.svg M build/images/flags_svg/ge.svg M build/images/flags_svg/gf.svg M build/images/flags_svg/gg.svg M build/images/flags_svg/gh.svg M build/images/flags_svg/gi.svg M build/images/flags_svg/gl.svg M build/images/flags_svg/gm.svg M build/images/flags_svg/gn.svg M build/images/flags_svg/gp.svg M build/images/flags_svg/gq.svg M build/images/flags_svg/gr.svg M build/images/flags_svg/gs.svg M build/images/flags_svg/gt.svg M build/images/flags_svg/gu.svg M build/images/flags_svg/gw.svg M build/images/flags_svg/gy.svg M build/images/flags_svg/hk.svg M build/images/flags_svg/hm.svg M build/images/flags_svg/hn.svg M build/images/flags_svg/hr.svg M build/images/flags_svg/ht.svg M build/images/flags_svg/hu.svg M build/images/flags_svg/id.svg M build/images/flags_svg/ie.svg M build/images/flags_svg/il.svg M build/images/flags_svg/im.svg M build/images/flags_svg/in.svg M build/images/flags_svg/io.svg M build/images/flags_svg/iq.svg M build/images/flags_svg/ir.svg M build/images/flags_svg/is.svg M build/images/flags_svg/it.svg M build/images/flags_svg/je.svg M build/images/flags_svg/jm.svg M build/images/flags_svg/jo.svg M build/images/flags_svg/jp.svg M build/images/flags_svg/ke.svg M build/images/flags_svg/kg.svg M build/images/flags_svg/kh.svg M build/images/flags_svg/ki.svg M build/images/flags_svg/km.svg M build/images/flags_svg/kn.svg M build/images/flags_svg/kp.svg M build/images/flags_svg/kr.svg M build/images/flags_svg/kw.svg M build/images/flags_svg/ky.svg M build/images/flags_svg/kz.svg M build/images/flags_svg/la.svg M build/images/flags_svg/lb.svg M build/images/flags_svg/lc.svg M build/images/flags_svg/li.svg M build/images/flags_svg/lk.svg M build/images/flags_svg/lr.svg M build/images/flags_svg/ls.svg M build/images/flags_svg/lt.svg M build/images/flags_svg/lu.svg M build/images/flags_svg/lv.svg M build/images/flags_svg/ly.svg M build/images/flags_svg/ma.svg M build/images/flags_svg/mc.svg M build/images/flags_svg/md.svg M build/images/flags_svg/me.svg M build/images/flags_svg/mf.svg M build/images/flags_svg/mg.svg
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: typo fix
Siddparmar has submitted this change and it was merged. Change subject: typo fix .. typo fix Change-Id: I299580e101211d1a67f249b24c7d66a8d2de0017 --- M build/faq.html M build/fr/faq.html M build/javascripts/rag.js M locales/en.yml M source/javascripts/rag.js 5 files changed, 10 insertions(+), 14 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/faq.html b/build/faq.html index b4454cc..8b48dab 100644 --- a/build/faq.html +++ b/build/faq.html @@ -103,7 +103,7 @@ What do you mean by “informal non-government request”? - translation missing: en.faq.a_informal_non_government_requests + When we say “informal non-government request”, we mean a request for user information from a non-governmental entity that does not involve a formal legal process. For example, this would include a situation where a corporation sends us a letter or an email requesting nonpublic information about one of our users. @@ -175,13 +175,13 @@ What do you mean by “Emergency Disclosure”? -An &r;Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure&lrdquo; may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request&lrdquo; instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.&lrdquo; +An “Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure&lrdquo; may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request&lrdquo; instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.&lrdquo; What do you mean by “Right To Be Forgotten”? - The “Right To Be Forgotten (RTBF)&lrdquo; is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index&lrdquo; content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. + The “Right To Be Forgotten (RTBF)&lrdquo; is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index” content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. @@ -193,7 +193,7 @@ What is WMF doing to help improve laws related to disclosure or surveillance of user information? -Our core values of freedom of speech and access to information can be threatened by laws that compromise user privacy. For this reason, the Wikimedia
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: typo fix
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303413 Change subject: typo fix .. typo fix Change-Id: I299580e101211d1a67f249b24c7d66a8d2de0017 --- M build/faq.html M build/fr/faq.html M build/javascripts/rag.js M locales/en.yml M source/javascripts/rag.js 5 files changed, 10 insertions(+), 14 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/13/303413/1 diff --git a/build/faq.html b/build/faq.html index b4454cc..8b48dab 100644 --- a/build/faq.html +++ b/build/faq.html @@ -103,7 +103,7 @@ What do you mean by “informal non-government request”? - translation missing: en.faq.a_informal_non_government_requests + When we say “informal non-government request”, we mean a request for user information from a non-governmental entity that does not involve a formal legal process. For example, this would include a situation where a corporation sends us a letter or an email requesting nonpublic information about one of our users. @@ -175,13 +175,13 @@ What do you mean by “Emergency Disclosure”? -An &r;Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure&lrdquo; may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request&lrdquo; instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.&lrdquo; +An “Emergency Disclosure” refers to a case in which we become aware of statements on the projects that threaten harm to the user who made the statements and/or other individuals, and—on our initiative—choose to disclose nonpublic user information to a law enforcement agency. Such disclosures are rare; they are made only in accordance with the exceptions outlined in our Privacy Policy, such as to protect you, ourselves, and others from imminent and serious bodily harm or death. An “Emergency Disclosure&lrdquo; may also refer to circumstances in which law enforcement has contacted us because of an imminent threat to life or limb, and we have decided to release information according to the process described in our Requests for User Information Procedures & Guidelines and the Electronic Communications Privacy Act (see 18 U.S.C. § 2702). When we feel that a law enforcement request does not rise to this level, we classify it as an “informal government request&lrdquo; instead. Until the July 2016 Transparency Report, we referred to Emergency Disclosures as “Voluntary Disclosures.&lrdquo; What do you mean by “Right To Be Forgotten”? - The “Right To Be Forgotten (RTBF)&lrdquo; is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index&lrdquo; content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. + The “Right To Be Forgotten (RTBF)&lrdquo; is a legal principle established in 2014 when a decision by the Court of Justice of the European Union, Google Spain v. AEPD and Mario Costeja González, granted European Union individuals the ability to request that search engines “de-index” content about them. While Wikimedia projects are not search engines, we occasionally receive requests to remove content based on the RTBF. We began documenting such requests in July 2014. For more information about our concerns regarding the Right To Be Forgotten, see our August 2014 blog post. @@ -193,7 +193,7 @@ What is WMF doing to help improve laws related to disclosure or surveillance of user information? -Our core values of freedom of speech and access to information can be thr
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: typo fix front & user page
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303341 Change subject: typo fix front & user page .. typo fix front & user page Change-Id: I477cef8a9f4c3be3c06608b040ffe345503863f9 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html M build/stylesheets/master.css M locales/en.yml M source/layouts/layout.erb M source/localizable/content.html.erb M source/localizable/faq.html.erb M source/localizable/privacy.html.erb M source/stylesheets/master.css.scss 17 files changed, 113 insertions(+), 77 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/41/303341/1 diff --git a/build/content.html b/build/content.html index 3c81781..a9100cb 100644 --- a/build/content.html +++ b/build/content.html @@ -223,7 +223,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -270,7 +270,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -409,7 +409,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -454,7 +454,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -624,8 +624,6 @@ - - Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. @@ -659,6 +657,11 @@ Terms of Use + + + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. + diff --git a/build/faq.html b/build/faq.html index 0bac385..fafa16a 100644 --- a/build/faq.html +++ b/build/faq.html @@ -173,7 +173,7 @@ - + What do you mean when you say “user accounts notified”? When would you not tell a user that their nonpublic personal information is being disclosed as a result of a legal process, such as a subpoena? We are committed to notifying users if we plan on disclosing nonpublic personal information. We added the “user accounts notified” category in the July 2016 Transparency Report to refer to the number of users whom we notified about such a planned disclosure. However, we cannot notify a user account if we are legally restrained from doing so (e.g., by a gag order), if a credible threat to life or limb is present, or if the user has not provided us with an e-mail address or valid contact information. Since one person may have more than one user account, and provide no, or different contact information for those accounts, the number of user accounts notified may not reflect the number of people notified. @@ -266,8 +266,6 @@ - - Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. @@ -301,6 +299,11 @@ Terms of Use + + + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. + diff --git a/build/fr/content.html b/build/fr/content.html index 76b7f15..e9ce1f2 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -223,7 +223,7 @@ Janvier – Juin 2016 - Total requests granted + Total requests granted 0 @@
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: typo fix front & user page
Siddparmar has submitted this change and it was merged. Change subject: typo fix front & user page .. typo fix front & user page Change-Id: I477cef8a9f4c3be3c06608b040ffe345503863f9 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html M build/stylesheets/master.css M locales/en.yml M source/layouts/layout.erb M source/localizable/content.html.erb M source/localizable/faq.html.erb M source/localizable/privacy.html.erb M source/stylesheets/master.css.scss 17 files changed, 113 insertions(+), 77 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 3c81781..a9100cb 100644 --- a/build/content.html +++ b/build/content.html @@ -223,7 +223,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -270,7 +270,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -409,7 +409,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -454,7 +454,7 @@ Jan – Jun 2016 - Total requests granted + Total requests granted 0 @@ -624,8 +624,6 @@ - - Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. @@ -659,6 +657,11 @@ Terms of Use + + + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. + diff --git a/build/faq.html b/build/faq.html index 0bac385..fafa16a 100644 --- a/build/faq.html +++ b/build/faq.html @@ -173,7 +173,7 @@ - + What do you mean when you say “user accounts notified”? When would you not tell a user that their nonpublic personal information is being disclosed as a result of a legal process, such as a subpoena? We are committed to notifying users if we plan on disclosing nonpublic personal information. We added the “user accounts notified” category in the July 2016 Transparency Report to refer to the number of users whom we notified about such a planned disclosure. However, we cannot notify a user account if we are legally restrained from doing so (e.g., by a gag order), if a credible threat to life or limb is present, or if the user has not provided us with an e-mail address or valid contact information. Since one person may have more than one user account, and provide no, or different contact information for those accounts, the number of user accounts notified may not reflect the number of people notified. @@ -266,8 +266,6 @@ - - Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. @@ -301,6 +299,11 @@ Terms of Use + + + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. + diff --git a/build/fr/content.html b/build/fr/content.html index 76b7f15..e9ce1f2 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -223,7 +223,7 @@ Janvier – Juin 2016 - Total requests granted + Total requests granted 0 @@ -270,7 +270,7 @@ Jan
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: min bar size
Siddparmar has submitted this change and it was merged. Change subject: min bar size .. min bar size Change-Id: I44932ec733dffc4183dff9e44a2dc6cb094e494e --- M build/javascripts/privacy.js M build/javascripts/rag.js M build/stylesheets/graph.css M source/javascripts/privacy.js M source/javascripts/rag.js M source/stylesheets/graph.css.scss 6 files changed, 44 insertions(+), 26 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index bc48bdb..2917f9c 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -223,7 +223,7 @@ } ); return total; } ) ] ) - .range( [ 0, width ] ); + .range( [ 20, width ] ); } var y_range = []; @@ -316,8 +316,8 @@ + "" + ( Number(filteredData[ 0 ] ) + Number( filteredData[ 1 ] ) + Number( filteredData[ 2 ] ) ) + "" + "" + $( '#t_information_produced_all' ).val() + "" + "" + filteredData[ 0 ] + "" - + "" + $( '#t_information_produced_partial' ).val() + "" - + "" + filteredData[ 2 ] + ""; + + "" + $( '#t_information_produced_partial' ).val() + "" + + "" + filteredData[ 2 ] + ""; } if ( content === "" ) { @@ -325,8 +325,8 @@ + '' + ( disclosedAll + disclosedPartial + disclosedNone ) + '' + '' + $( '#t_information_produced_all' ).val() + '' + '' + disclosedAll + '' - + '' + $( '#t_information_produced_partial' ).val() + '' - + '' + disclosedPartial + '' + + '' + $( '#t_information_produced_partial' ).val() + '' + + '' + disclosedPartial + '' } return tooltip @@ -356,7 +356,7 @@ } ) .transition() .attr( 'x', function ( d ) { - return xScale( d.x ); + return xScale( d.x ) - 20; } ) .attr( 'width', function ( d ) { return xScale( d.value ); @@ -401,8 +401,8 @@ + "" + ( Number(filteredData[ 0 ] ) + Number( filteredData[ 1 ] ) + Number( filteredData[ 2 ] ) ) + "" + "" + $( '#t_information_produced_all' ).val() + "" + "" + filteredData[ 0 ] + "" - + "" + $( '#t_information_produced_partial' ).val() + "" - + "" + filteredData[ 2 ] + ""; + + "" + $( '#t_information_produced_partial' ).val() + "" + + "" + filteredData[ 2 ] + ""; } if ( content === "" ) { @@ -410,8 +410,8 @@ + '' + ( disclosedAll + disclosedPartial + disclosedNone ) + '' + '' + $( '#t_information_produced_all' ).val() + '' + '' + disclosedAll + '' - + '' + $( '#t_information_produced_partial' ).val() + '' - + '' + disclosedPartial + '' + + '' + $( '#t_information_produced_partial' ).val() + '' + + '' + disclosedPartial + '' } return tooltip @@ -1029,7 +1029,8 @@ var allD
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: min bar size
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303259 Change subject: min bar size .. min bar size Change-Id: I44932ec733dffc4183dff9e44a2dc6cb094e494e --- M build/javascripts/privacy.js M build/javascripts/rag.js M build/stylesheets/graph.css M source/javascripts/privacy.js M source/javascripts/rag.js M source/stylesheets/graph.css.scss 6 files changed, 44 insertions(+), 26 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/59/303259/1 diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index bc48bdb..2917f9c 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -223,7 +223,7 @@ } ); return total; } ) ] ) - .range( [ 0, width ] ); + .range( [ 20, width ] ); } var y_range = []; @@ -316,8 +316,8 @@ + "" + ( Number(filteredData[ 0 ] ) + Number( filteredData[ 1 ] ) + Number( filteredData[ 2 ] ) ) + "" + "" + $( '#t_information_produced_all' ).val() + "" + "" + filteredData[ 0 ] + "" - + "" + $( '#t_information_produced_partial' ).val() + "" - + "" + filteredData[ 2 ] + ""; + + "" + $( '#t_information_produced_partial' ).val() + "" + + "" + filteredData[ 2 ] + ""; } if ( content === "" ) { @@ -325,8 +325,8 @@ + '' + ( disclosedAll + disclosedPartial + disclosedNone ) + '' + '' + $( '#t_information_produced_all' ).val() + '' + '' + disclosedAll + '' - + '' + $( '#t_information_produced_partial' ).val() + '' - + '' + disclosedPartial + '' + + '' + $( '#t_information_produced_partial' ).val() + '' + + '' + disclosedPartial + '' } return tooltip @@ -356,7 +356,7 @@ } ) .transition() .attr( 'x', function ( d ) { - return xScale( d.x ); + return xScale( d.x ) - 20; } ) .attr( 'width', function ( d ) { return xScale( d.value ); @@ -401,8 +401,8 @@ + "" + ( Number(filteredData[ 0 ] ) + Number( filteredData[ 1 ] ) + Number( filteredData[ 2 ] ) ) + "" + "" + $( '#t_information_produced_all' ).val() + "" + "" + filteredData[ 0 ] + "" - + "" + $( '#t_information_produced_partial' ).val() + "" - + "" + filteredData[ 2 ] + ""; + + "" + $( '#t_information_produced_partial' ).val() + "" + + "" + filteredData[ 2 ] + ""; } if ( content === "" ) { @@ -410,8 +410,8 @@ + '' + ( disclosedAll + disclosedPartial + disclosedNone ) + '' + '' + $( '#t_information_produced_all' ).val() + '' + '' + disclosedAll + '' - + '' + $( '#t_information_produced_partial' ).val() + '' - + '' + disclosedPartial + '' + + '' + $( '#t_information_produced_partial' ).val() + '' + + '' + disclosedPartial + '' }
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: remove comma
Siddparmar has submitted this change and it was merged. Change subject: remove comma .. remove comma Change-Id: I8af65a0ea85c5a0e7c977aab9a01bd22c8a47473 --- M build/javascripts/rag.js M source/javascripts/rag.js 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/javascripts/rag.js b/build/javascripts/rag.js index 3bb330d..d59df51 100644 --- a/build/javascripts/rag.js +++ b/build/javascripts/rag.js @@ -376,7 +376,7 @@ function scorecardValue( data, duration ) { - var currentData = getData( data, duration ), + var currentData = getData( data, duration ) var totalReceived = currentData.reduce(function(s, el) { return s + Number(el.requests) diff --git a/source/javascripts/rag.js b/source/javascripts/rag.js index 3bb330d..d59df51 100644 --- a/source/javascripts/rag.js +++ b/source/javascripts/rag.js @@ -376,7 +376,7 @@ function scorecardValue( data, duration ) { - var currentData = getData( data, duration ), + var currentData = getData( data, duration ) var totalReceived = currentData.reduce(function(s, el) { return s + Number(el.requests) -- To view, visit https://gerrit.wikimedia.org/r/303250 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8af65a0ea85c5a0e7c977aab9a01bd22c8a47473 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: remove comma
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303250 Change subject: remove comma .. remove comma Change-Id: I8af65a0ea85c5a0e7c977aab9a01bd22c8a47473 --- M build/javascripts/rag.js M source/javascripts/rag.js 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/50/303250/1 diff --git a/build/javascripts/rag.js b/build/javascripts/rag.js index 3bb330d..d59df51 100644 --- a/build/javascripts/rag.js +++ b/build/javascripts/rag.js @@ -376,7 +376,7 @@ function scorecardValue( data, duration ) { - var currentData = getData( data, duration ), + var currentData = getData( data, duration ) var totalReceived = currentData.reduce(function(s, el) { return s + Number(el.requests) diff --git a/source/javascripts/rag.js b/source/javascripts/rag.js index 3bb330d..d59df51 100644 --- a/source/javascripts/rag.js +++ b/source/javascripts/rag.js @@ -376,7 +376,7 @@ function scorecardValue( data, duration ) { - var currentData = getData( data, duration ), + var currentData = getData( data, duration ) var totalReceived = currentData.reduce(function(s, el) { return s + Number(el.requests) -- To view, visit https://gerrit.wikimedia.org/r/303250 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8af65a0ea85c5a0e7c977aab9a01bd22c8a47473 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add total scoredcards content graphs
Siddparmar has submitted this change and it was merged. Change subject: add total scoredcards content graphs .. add total scoredcards content graphs Change-Id: Ica1180188d4f9c6dc7be7c2a508c1f5e733e2c4e --- M build/content.html M build/data/where_from.csv M build/fr/content.html M build/javascripts/rag.js M build/stylesheets/graph.css M build/stylesheets/master.css M source/data/where_from.csv M source/javascripts/rag.js M source/localizable/content.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/mixins.css.scss 11 files changed, 316 insertions(+), 44 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index ab37109..3c81781 100644 --- a/build/content.html +++ b/build/content.html @@ -211,6 +211,25 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + + @@ -239,6 +258,24 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + @@ -360,6 +397,24 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + @@ -387,6 +442,24 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + diff --git a/build/data/where_from.csv b/build/data/where_from.csv index b0b919a..b86587c 100644 --- a/build/data/where_from.csv +++ b/build/data/where_from.csv @@ -136,7 +136,7 @@ United Kingdom,14,0,juldec15 South Korea,7,0,juldec15 India,6,0,juldec15 -Russia,0,juldec15 +Russia,6,0,juldec15 Japan,5,0,juldec15 Italy,4,0,juldec15 Canada,3,0,juldec15 @@ -150,7 +150,7 @@ Brazil,1,0,juldec15 Belgium,1,0,juldec15 Bulgaria,1,0,juldec15 -China,10,juldec15 +China,1,0,juldec15 Israel,1,0,juldec15 Liechtenstein,1,0,juldec15 Netherlands,1,0,juldec15 diff --git a/build/fr/content.html b/build/fr/content.html index 4909ab7..76b7f15 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -211,6 +211,25 @@ Oui Non + + + Janvier – Juin 2016 + + Total requests received + 0 + + + + + Janvier – Juin 2016 + + Total requests granted + 0 + + + + + @@ -239,6 +258,24 @@ Oui
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add total scoredcards content graphs
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303245 Change subject: add total scoredcards content graphs .. add total scoredcards content graphs Change-Id: Ica1180188d4f9c6dc7be7c2a508c1f5e733e2c4e --- M build/content.html M build/data/where_from.csv M build/fr/content.html M build/javascripts/rag.js M build/stylesheets/graph.css M build/stylesheets/master.css M source/data/where_from.csv M source/javascripts/rag.js M source/localizable/content.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/mixins.css.scss 11 files changed, 316 insertions(+), 44 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/45/303245/1 diff --git a/build/content.html b/build/content.html index ab37109..3c81781 100644 --- a/build/content.html +++ b/build/content.html @@ -211,6 +211,25 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + + @@ -239,6 +258,24 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + @@ -360,6 +397,24 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + @@ -387,6 +442,24 @@ Yes No + + + Jan – Jun 2016 + + Total requests received + 0 + + + + + Jan – Jun 2016 + + Total requests granted + 0 + + + + diff --git a/build/data/where_from.csv b/build/data/where_from.csv index b0b919a..b86587c 100644 --- a/build/data/where_from.csv +++ b/build/data/where_from.csv @@ -136,7 +136,7 @@ United Kingdom,14,0,juldec15 South Korea,7,0,juldec15 India,6,0,juldec15 -Russia,0,juldec15 +Russia,6,0,juldec15 Japan,5,0,juldec15 Italy,4,0,juldec15 Canada,3,0,juldec15 @@ -150,7 +150,7 @@ Brazil,1,0,juldec15 Belgium,1,0,juldec15 Bulgaria,1,0,juldec15 -China,10,juldec15 +China,1,0,juldec15 Israel,1,0,juldec15 Liechtenstein,1,0,juldec15 Netherlands,1,0,juldec15 diff --git a/build/fr/content.html b/build/fr/content.html index 4909ab7..76b7f15 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -211,6 +211,25 @@ Oui Non + + + Janvier – Juin 2016 + + Total requests received + 0 + + + + + Janvier – Juin 2016 + + Total requests granted + 0 + + + + +
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: story image fix
Siddparmar has submitted this change and it was merged. Change subject: story image fix .. story image fix Change-Id: Ic5892919c027179ca03a37c887ecdc3f7dfd4ea6 --- M build/images/story_bern.jpg M build/images/story_b...@2x.jpg M build/images/story_dictating.jpg M build/images/story_dictat...@2x.jpg M build/stylesheets/master.css M source/images/story_bern.jpg M source/images/story_b...@2x.jpg M source/images/story_dictating.jpg M source/images/story_dictat...@2x.jpg M source/stylesheets/master.css.scss 10 files changed, 3 insertions(+), 4 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/images/story_bern.jpg b/build/images/story_bern.jpg index 04ccbb4..3b5eeef 100644 --- a/build/images/story_bern.jpg +++ b/build/images/story_bern.jpg Binary files differ diff --git a/build/images/story_b...@2x.jpg b/build/images/story_b...@2x.jpg index 02ff033..8a9c097 100644 --- a/build/images/story_b...@2x.jpg +++ b/build/images/story_b...@2x.jpg Binary files differ diff --git a/build/images/story_dictating.jpg b/build/images/story_dictating.jpg index fd9b6dc..c15cfc6 100644 --- a/build/images/story_dictating.jpg +++ b/build/images/story_dictating.jpg Binary files differ diff --git a/build/images/story_dictat...@2x.jpg b/build/images/story_dictat...@2x.jpg index 187668c..ad4b47f 100644 --- a/build/images/story_dictat...@2x.jpg +++ b/build/images/story_dictat...@2x.jpg Binary files differ diff --git a/build/stylesheets/master.css b/build/stylesheets/master.css index faa7a8a..3e38454 100644 --- a/build/stylesheets/master.css +++ b/build/stylesheets/master.css @@ -53,11 +53,11 @@ @media all and (min-width: 992px) { .story { border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } .story:hover { text-decoration: none; } @media all and (min-width: 992px) { .story:hover.bignav { box-shadow: 0 5px 35px -17px #375baf; } } -.story .anchorImg { display: block; width: 100%; overflow: hidden; max-height: 400px; } +.story .anchorImg { display: block; width: 100%; overflow: hidden; } @media (min-width: 992px) { .story .anchorImg { height: 165px; } .story .anchorImg .story_dictating__img { top: -35px; } .story .anchorImg .story_zanni__img { top: -75px; } - .story .anchorImg .story_bern__img { top: -80px; } } + .story .anchorImg .story_bern__img { top: -60px; } } .story img { width: 100%; height: auto; position: relative; } .story hr { border-color: #d1d1d1; margin: 10px 0; } .story h3 { margin: 0; font-family: serif; font-size: 22px/28px; color: #343838; margin: 20px 16px 20px; } diff --git a/source/images/story_bern.jpg b/source/images/story_bern.jpg index 04ccbb4..3b5eeef 100644 --- a/source/images/story_bern.jpg +++ b/source/images/story_bern.jpg Binary files differ diff --git a/source/images/story_b...@2x.jpg b/source/images/story_b...@2x.jpg index 02ff033..8a9c097 100644 --- a/source/images/story_b...@2x.jpg +++ b/source/images/story_b...@2x.jpg Binary files differ diff --git a/source/images/story_dictating.jpg b/source/images/story_dictating.jpg index fd9b6dc..c15cfc6 100644 --- a/source/images/story_dictating.jpg +++ b/source/images/story_dictating.jpg Binary files differ diff --git a/source/images/story_dictat...@2x.jpg b/source/images/story_dictat...@2x.jpg index 187668c..ad4b47f 100644 --- a/source/images/story_dictat...@2x.jpg +++ b/source/images/story_dictat...@2x.jpg Binary files differ diff --git a/source/stylesheets/master.css.scss b/source/stylesheets/master.css.scss index bb502f9..a353502 100644 --- a/source/stylesheets/master.css.scss +++ b/source/stylesheets/master.css.scss @@ -212,7 +212,6 @@ display: block; width: 100%; overflow: hidden; - max-height: 400px; @media (min-width: 992px) { height: 165px; .story_dictating__img { @@ -222,7 +221,7 @@ top: -75px; } .story_bern__img { - top: -80px; + top: -60px; } } } -- To view, visit https://gerrit.wikimedia.org/r/303009 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic5892919c027179ca03a37c887ecdc3f7dfd4ea6 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: story image fix
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303009 Change subject: story image fix .. story image fix Change-Id: Ic5892919c027179ca03a37c887ecdc3f7dfd4ea6 --- M build/images/story_bern.jpg M build/images/story_b...@2x.jpg M build/images/story_dictating.jpg M build/images/story_dictat...@2x.jpg M build/stylesheets/master.css M source/images/story_bern.jpg M source/images/story_b...@2x.jpg M source/images/story_dictating.jpg M source/images/story_dictat...@2x.jpg M source/stylesheets/master.css.scss 10 files changed, 3 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/09/303009/1 diff --git a/build/images/story_bern.jpg b/build/images/story_bern.jpg index 04ccbb4..3b5eeef 100644 --- a/build/images/story_bern.jpg +++ b/build/images/story_bern.jpg Binary files differ diff --git a/build/images/story_b...@2x.jpg b/build/images/story_b...@2x.jpg index 02ff033..8a9c097 100644 --- a/build/images/story_b...@2x.jpg +++ b/build/images/story_b...@2x.jpg Binary files differ diff --git a/build/images/story_dictating.jpg b/build/images/story_dictating.jpg index fd9b6dc..c15cfc6 100644 --- a/build/images/story_dictating.jpg +++ b/build/images/story_dictating.jpg Binary files differ diff --git a/build/images/story_dictat...@2x.jpg b/build/images/story_dictat...@2x.jpg index 187668c..ad4b47f 100644 --- a/build/images/story_dictat...@2x.jpg +++ b/build/images/story_dictat...@2x.jpg Binary files differ diff --git a/build/stylesheets/master.css b/build/stylesheets/master.css index faa7a8a..3e38454 100644 --- a/build/stylesheets/master.css +++ b/build/stylesheets/master.css @@ -53,11 +53,11 @@ @media all and (min-width: 992px) { .story { border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } .story:hover { text-decoration: none; } @media all and (min-width: 992px) { .story:hover.bignav { box-shadow: 0 5px 35px -17px #375baf; } } -.story .anchorImg { display: block; width: 100%; overflow: hidden; max-height: 400px; } +.story .anchorImg { display: block; width: 100%; overflow: hidden; } @media (min-width: 992px) { .story .anchorImg { height: 165px; } .story .anchorImg .story_dictating__img { top: -35px; } .story .anchorImg .story_zanni__img { top: -75px; } - .story .anchorImg .story_bern__img { top: -80px; } } + .story .anchorImg .story_bern__img { top: -60px; } } .story img { width: 100%; height: auto; position: relative; } .story hr { border-color: #d1d1d1; margin: 10px 0; } .story h3 { margin: 0; font-family: serif; font-size: 22px/28px; color: #343838; margin: 20px 16px 20px; } diff --git a/source/images/story_bern.jpg b/source/images/story_bern.jpg index 04ccbb4..3b5eeef 100644 --- a/source/images/story_bern.jpg +++ b/source/images/story_bern.jpg Binary files differ diff --git a/source/images/story_b...@2x.jpg b/source/images/story_b...@2x.jpg index 02ff033..8a9c097 100644 --- a/source/images/story_b...@2x.jpg +++ b/source/images/story_b...@2x.jpg Binary files differ diff --git a/source/images/story_dictating.jpg b/source/images/story_dictating.jpg index fd9b6dc..c15cfc6 100644 --- a/source/images/story_dictating.jpg +++ b/source/images/story_dictating.jpg Binary files differ diff --git a/source/images/story_dictat...@2x.jpg b/source/images/story_dictat...@2x.jpg index 187668c..ad4b47f 100644 --- a/source/images/story_dictat...@2x.jpg +++ b/source/images/story_dictat...@2x.jpg Binary files differ diff --git a/source/stylesheets/master.css.scss b/source/stylesheets/master.css.scss index bb502f9..a353502 100644 --- a/source/stylesheets/master.css.scss +++ b/source/stylesheets/master.css.scss @@ -212,7 +212,6 @@ display: block; width: 100%; overflow: hidden; - max-height: 400px; @media (min-width: 992px) { height: 165px; .story_dictating__img { @@ -222,7 +221,7 @@ top: -75px; } .story_bern__img { - top: -80px; + top: -60px; } } } -- To view, visit https://gerrit.wikimedia.org/r/303009 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5892919c027179ca03a37c887ecdc3f7dfd4ea6 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: flags border fixed and new flags added for future
Siddparmar has submitted this change and it was merged. Change subject: flags border fixed and new flags added for future .. flags border fixed and new flags added for future Change-Id: I68a46b7508612c2a9c45ca2a925690687fe4914a --- A build/images/flags_svg/ad.svg A build/images/flags_svg/ae.svg A build/images/flags_svg/af.svg A build/images/flags_svg/ag.svg A build/images/flags_svg/ai.svg A build/images/flags_svg/al.svg A build/images/flags_svg/am.svg A build/images/flags_svg/ao.svg A build/images/flags_svg/aq.svg M build/images/flags_svg/ar.svg A build/images/flags_svg/as.svg M build/images/flags_svg/at.svg M build/images/flags_svg/au.svg A build/images/flags_svg/aw.svg A build/images/flags_svg/ax.svg A build/images/flags_svg/az.svg A build/images/flags_svg/ba.svg A build/images/flags_svg/bb.svg M build/images/flags_svg/bd.svg M build/images/flags_svg/be.svg A build/images/flags_svg/bf.svg M build/images/flags_svg/bg.svg A build/images/flags_svg/bh.svg A build/images/flags_svg/bi.svg A build/images/flags_svg/bj.svg A build/images/flags_svg/bl.svg A build/images/flags_svg/bm.svg A build/images/flags_svg/bn.svg A build/images/flags_svg/bo.svg A build/images/flags_svg/bq.svg M build/images/flags_svg/br.svg A build/images/flags_svg/bs.svg A build/images/flags_svg/bt.svg A build/images/flags_svg/bv.svg A build/images/flags_svg/bw.svg A build/images/flags_svg/by.svg A build/images/flags_svg/bz.svg M build/images/flags_svg/ca.svg A build/images/flags_svg/cc.svg A build/images/flags_svg/cd.svg A build/images/flags_svg/cf.svg A build/images/flags_svg/cg.svg M build/images/flags_svg/ch.svg A build/images/flags_svg/ci.svg A build/images/flags_svg/ck.svg M build/images/flags_svg/cl.svg A build/images/flags_svg/cm.svg M build/images/flags_svg/cn.svg A build/images/flags_svg/co.svg A build/images/flags_svg/cr.svg A build/images/flags_svg/cu.svg A build/images/flags_svg/cv.svg A build/images/flags_svg/cw.svg A build/images/flags_svg/cx.svg M build/images/flags_svg/cy.svg M build/images/flags_svg/cz.svg M build/images/flags_svg/de.svg A build/images/flags_svg/dj.svg M build/images/flags_svg/dk.svg A build/images/flags_svg/dm.svg R build/images/flags_svg/do.svg A build/images/flags_svg/dz.svg R build/images/flags_svg/ec.svg R build/images/flags_svg/ee.svg R build/images/flags_svg/eg.svg A build/images/flags_svg/eh.svg A build/images/flags_svg/er.svg M build/images/flags_svg/es.svg A build/images/flags_svg/et.svg A build/images/flags_svg/eu.svg R build/images/flags_svg/fi.svg A build/images/flags_svg/fj.svg A build/images/flags_svg/fk.svg A build/images/flags_svg/fm.svg A build/images/flags_svg/fo.svg M build/images/flags_svg/fr.svg A build/images/flags_svg/ga.svg A build/images/flags_svg/gb-eng.svg A build/images/flags_svg/gb-nir.svg A build/images/flags_svg/gb-sct.svg A build/images/flags_svg/gb-wls.svg M build/images/flags_svg/gb.svg A build/images/flags_svg/gd.svg R build/images/flags_svg/ge.svg A build/images/flags_svg/gf.svg A build/images/flags_svg/gg.svg A build/images/flags_svg/gh.svg A build/images/flags_svg/gi.svg A build/images/flags_svg/gl.svg A build/images/flags_svg/gm.svg A build/images/flags_svg/gn.svg A build/images/flags_svg/gp.svg A build/images/flags_svg/gq.svg M build/images/flags_svg/gr.svg A build/images/flags_svg/gs.svg A build/images/flags_svg/gt.svg A build/images/flags_svg/gu.svg A build/images/flags_svg/gw.svg A build/images/flags_svg/gy.svg M build/images/flags_svg/hk.svg A build/images/flags_svg/hm.svg A build/images/flags_svg/hn.svg R build/images/flags_svg/hr.svg A build/images/flags_svg/ht.svg M build/images/flags_svg/id.svg M build/images/flags_svg/ie.svg M build/images/flags_svg/il.svg A build/images/flags_svg/im.svg M build/images/flags_svg/in.svg A build/images/flags_svg/io.svg A build/images/flags_svg/iq.svg M build/images/flags_svg/ir.svg A build/images/flags_svg/is.svg M build/images/flags_svg/it.svg A build/images/flags_svg/je.svg A build/images/flags_svg/jm.svg A build/images/flags_svg/jo.svg M build/images/flags_svg/jp.svg A build/images/flags_svg/ke.svg A build/images/flags_svg/kg.svg A build/images/flags_svg/kh.svg A build/images/flags_svg/ki.svg A build/images/flags_svg/km.svg A build/images/flags_svg/kn.svg A build/images/flags_svg/kp.svg M build/images/flags_svg/kr.svg A build/images/flags_svg/kw.svg A build/images/flags_svg/ky.svg A build/images/flags_svg/kz.svg A build/images/flags_svg/la.svg A build/images/flags_svg/lb.svg A build/images/flags_svg/lc.svg M build/images/flags_svg/li.svg M build/images/flags_svg/lk.svg A build/images/flags_svg/lr.svg A build/images/flags_svg/ls.svg A build/images/flags_svg/lt.svg M build/images/flags_svg/lu.svg M build/images/flags_svg/lv.svg A build/images/flags_svg/ly.svg R build/images/flags_svg/ma.svg A build/images/flags_svg/mc.svg A build/images/flags_svg/md.svg A build/images/flags_svg/me.svg A build/images/flags_svg/mf.svg A build/images/flags_svg/mg.svg A build
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: flags border fixed and new flags added for future
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/303005 Change subject: flags border fixed and new flags added for future .. flags border fixed and new flags added for future Change-Id: I68a46b7508612c2a9c45ca2a925690687fe4914a --- A build/images/flags_svg/ad.svg A build/images/flags_svg/ae.svg A build/images/flags_svg/af.svg A build/images/flags_svg/ag.svg A build/images/flags_svg/ai.svg A build/images/flags_svg/al.svg A build/images/flags_svg/am.svg A build/images/flags_svg/ao.svg A build/images/flags_svg/aq.svg M build/images/flags_svg/ar.svg A build/images/flags_svg/as.svg M build/images/flags_svg/at.svg M build/images/flags_svg/au.svg A build/images/flags_svg/aw.svg A build/images/flags_svg/ax.svg A build/images/flags_svg/az.svg A build/images/flags_svg/ba.svg A build/images/flags_svg/bb.svg M build/images/flags_svg/bd.svg M build/images/flags_svg/be.svg A build/images/flags_svg/bf.svg M build/images/flags_svg/bg.svg A build/images/flags_svg/bh.svg A build/images/flags_svg/bi.svg A build/images/flags_svg/bj.svg A build/images/flags_svg/bl.svg A build/images/flags_svg/bm.svg A build/images/flags_svg/bn.svg A build/images/flags_svg/bo.svg A build/images/flags_svg/bq.svg M build/images/flags_svg/br.svg A build/images/flags_svg/bs.svg A build/images/flags_svg/bt.svg A build/images/flags_svg/bv.svg A build/images/flags_svg/bw.svg A build/images/flags_svg/by.svg A build/images/flags_svg/bz.svg M build/images/flags_svg/ca.svg A build/images/flags_svg/cc.svg A build/images/flags_svg/cd.svg A build/images/flags_svg/cf.svg A build/images/flags_svg/cg.svg M build/images/flags_svg/ch.svg A build/images/flags_svg/ci.svg A build/images/flags_svg/ck.svg M build/images/flags_svg/cl.svg A build/images/flags_svg/cm.svg M build/images/flags_svg/cn.svg A build/images/flags_svg/co.svg A build/images/flags_svg/cr.svg A build/images/flags_svg/cu.svg A build/images/flags_svg/cv.svg A build/images/flags_svg/cw.svg A build/images/flags_svg/cx.svg M build/images/flags_svg/cy.svg M build/images/flags_svg/cz.svg M build/images/flags_svg/de.svg A build/images/flags_svg/dj.svg M build/images/flags_svg/dk.svg A build/images/flags_svg/dm.svg R build/images/flags_svg/do.svg A build/images/flags_svg/dz.svg R build/images/flags_svg/ec.svg R build/images/flags_svg/ee.svg R build/images/flags_svg/eg.svg A build/images/flags_svg/eh.svg A build/images/flags_svg/er.svg M build/images/flags_svg/es.svg A build/images/flags_svg/et.svg A build/images/flags_svg/eu.svg R build/images/flags_svg/fi.svg A build/images/flags_svg/fj.svg A build/images/flags_svg/fk.svg A build/images/flags_svg/fm.svg A build/images/flags_svg/fo.svg M build/images/flags_svg/fr.svg A build/images/flags_svg/ga.svg A build/images/flags_svg/gb-eng.svg A build/images/flags_svg/gb-nir.svg A build/images/flags_svg/gb-sct.svg A build/images/flags_svg/gb-wls.svg M build/images/flags_svg/gb.svg A build/images/flags_svg/gd.svg R build/images/flags_svg/ge.svg A build/images/flags_svg/gf.svg A build/images/flags_svg/gg.svg A build/images/flags_svg/gh.svg A build/images/flags_svg/gi.svg A build/images/flags_svg/gl.svg A build/images/flags_svg/gm.svg A build/images/flags_svg/gn.svg A build/images/flags_svg/gp.svg A build/images/flags_svg/gq.svg M build/images/flags_svg/gr.svg A build/images/flags_svg/gs.svg A build/images/flags_svg/gt.svg A build/images/flags_svg/gu.svg A build/images/flags_svg/gw.svg A build/images/flags_svg/gy.svg M build/images/flags_svg/hk.svg A build/images/flags_svg/hm.svg A build/images/flags_svg/hn.svg R build/images/flags_svg/hr.svg A build/images/flags_svg/ht.svg M build/images/flags_svg/id.svg M build/images/flags_svg/ie.svg M build/images/flags_svg/il.svg A build/images/flags_svg/im.svg M build/images/flags_svg/in.svg A build/images/flags_svg/io.svg A build/images/flags_svg/iq.svg M build/images/flags_svg/ir.svg A build/images/flags_svg/is.svg M build/images/flags_svg/it.svg A build/images/flags_svg/je.svg A build/images/flags_svg/jm.svg A build/images/flags_svg/jo.svg M build/images/flags_svg/jp.svg A build/images/flags_svg/ke.svg A build/images/flags_svg/kg.svg A build/images/flags_svg/kh.svg A build/images/flags_svg/ki.svg A build/images/flags_svg/km.svg A build/images/flags_svg/kn.svg A build/images/flags_svg/kp.svg M build/images/flags_svg/kr.svg A build/images/flags_svg/kw.svg A build/images/flags_svg/ky.svg A build/images/flags_svg/kz.svg A build/images/flags_svg/la.svg A build/images/flags_svg/lb.svg A build/images/flags_svg/lc.svg M build/images/flags_svg/li.svg M build/images/flags_svg/lk.svg A build/images/flags_svg/lr.svg A build/images/flags_svg/ls.svg A build/images/flags_svg/lt.svg M build/images/flags_svg/lu.svg M build/images/flags_svg/lv.svg A build/images/flags_svg/ly.svg R build/images/flags_svg/ma.svg A build/images/flags_svg/mc.svg A build/images/flags_svg/md.svg A build/images/flags_svg/me.svg A build/images/flags_svg/mf.svg A buil
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add new ods file
Siddparmar has submitted this change and it was merged. Change subject: add new ods file .. add new ods file Change-Id: I23c5bd8649a69f1d953ace4dea81d511152192ec --- M build/content.html A build/data/data_jun_2016.ods M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html A source/data/data_jun_2016.ods M source/layouts/layout.erb 13 files changed, 11 insertions(+), 11 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index c3a0759..ab37109 100644 --- a/build/content.html +++ b/build/content.html @@ -573,7 +573,7 @@ Wiki Version - Download Data + Download Data Privacy Policy Data Retention Guidelines diff --git a/build/data/data_jun_2016.ods b/build/data/data_jun_2016.ods new file mode 100644 index 000..7b47282 --- /dev/null +++ b/build/data/data_jun_2016.ods Binary files differ diff --git a/build/faq.html b/build/faq.html index 5f2ef73..0bac385 100644 --- a/build/faq.html +++ b/build/faq.html @@ -288,7 +288,7 @@ Wiki Version - Download Data + Download Data Privacy Policy Data Retention Guidelines diff --git a/build/fr/content.html b/build/fr/content.html index b7b9637..4909ab7 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -573,7 +573,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/faq.html b/build/fr/faq.html index 90a50ca..4608250 100644 --- a/build/fr/faq.html +++ b/build/fr/faq.html @@ -288,7 +288,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/index.html b/build/fr/index.html index 8bb67b6..201dda9 100644 --- a/build/fr/index.html +++ b/build/fr/index.html @@ -135,7 +135,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/privacy.html b/build/fr/privacy.html index eaf1070..30aa14c 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -440,7 +440,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/stories.html b/build/fr/stories.html index 92ef133..8aea417 100644 --- a/build/fr/stories.html +++ b/build/fr/stories.html @@ -426,7 +426,7 @@ Version Wiki - Téléchargements + Téléchargements
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: add new ods file
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/302872 Change subject: add new ods file .. add new ods file Change-Id: I23c5bd8649a69f1d953ace4dea81d511152192ec --- M build/content.html A build/data/data_jun_2016.ods M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/privacy.html M build/stories.html A source/data/data_jun_2016.ods M source/layouts/layout.erb 13 files changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/72/302872/1 diff --git a/build/content.html b/build/content.html index c3a0759..ab37109 100644 --- a/build/content.html +++ b/build/content.html @@ -573,7 +573,7 @@ Wiki Version - Download Data + Download Data Privacy Policy Data Retention Guidelines diff --git a/build/data/data_jun_2016.ods b/build/data/data_jun_2016.ods new file mode 100644 index 000..7b47282 --- /dev/null +++ b/build/data/data_jun_2016.ods Binary files differ diff --git a/build/faq.html b/build/faq.html index 5f2ef73..0bac385 100644 --- a/build/faq.html +++ b/build/faq.html @@ -288,7 +288,7 @@ Wiki Version - Download Data + Download Data Privacy Policy Data Retention Guidelines diff --git a/build/fr/content.html b/build/fr/content.html index b7b9637..4909ab7 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -573,7 +573,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/faq.html b/build/fr/faq.html index 90a50ca..4608250 100644 --- a/build/fr/faq.html +++ b/build/fr/faq.html @@ -288,7 +288,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/index.html b/build/fr/index.html index 8bb67b6..201dda9 100644 --- a/build/fr/index.html +++ b/build/fr/index.html @@ -135,7 +135,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/privacy.html b/build/fr/privacy.html index eaf1070..30aa14c 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -440,7 +440,7 @@ Version Wiki - Téléchargements + Téléchargements Politique de Confidentialité Directives sur la Conservation des Données diff --git a/build/fr/stories.html b/build/fr/stories.html index 92ef133..8aea417 100644 --- a/build/fr/stories.html +++ b/build/fr/stories.html @@ -426,7 +426,7 @@ Version Wiki - Téléchargements +
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: story image height fix
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/302769 Change subject: story image height fix .. story image height fix Change-Id: I7382d8ed09fb1c7c9531e5d7ba78a0c486fa4324 --- M build/stylesheets/master.css M source/stylesheets/master.css.scss 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/69/302769/1 diff --git a/build/stylesheets/master.css b/build/stylesheets/master.css index 95812c3..faa7a8a 100644 --- a/build/stylesheets/master.css +++ b/build/stylesheets/master.css @@ -53,7 +53,7 @@ @media all and (min-width: 992px) { .story { border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } .story:hover { text-decoration: none; } @media all and (min-width: 992px) { .story:hover.bignav { box-shadow: 0 5px 35px -17px #375baf; } } -.story .anchorImg { display: block; width: 100%; overflow: hidden; height: 555px; } +.story .anchorImg { display: block; width: 100%; overflow: hidden; max-height: 400px; } @media (min-width: 992px) { .story .anchorImg { height: 165px; } .story .anchorImg .story_dictating__img { top: -35px; } .story .anchorImg .story_zanni__img { top: -75px; } diff --git a/source/stylesheets/master.css.scss b/source/stylesheets/master.css.scss index c84fede..bb502f9 100644 --- a/source/stylesheets/master.css.scss +++ b/source/stylesheets/master.css.scss @@ -212,7 +212,7 @@ display: block; width: 100%; overflow: hidden; - height: 555px; + max-height: 400px; @media (min-width: 992px) { height: 165px; .story_dictating__img { -- To view, visit https://gerrit.wikimedia.org/r/302769 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7382d8ed09fb1c7c9531e5d7ba78a0c486fa4324 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: story image height fix
Siddparmar has submitted this change and it was merged. Change subject: story image height fix .. story image height fix Change-Id: I7382d8ed09fb1c7c9531e5d7ba78a0c486fa4324 --- M build/stylesheets/master.css M source/stylesheets/master.css.scss 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/stylesheets/master.css b/build/stylesheets/master.css index 95812c3..faa7a8a 100644 --- a/build/stylesheets/master.css +++ b/build/stylesheets/master.css @@ -53,7 +53,7 @@ @media all and (min-width: 992px) { .story { border-top: 6px solid #347bff; box-shadow: 0 17px 35px -17px #375baf; } } .story:hover { text-decoration: none; } @media all and (min-width: 992px) { .story:hover.bignav { box-shadow: 0 5px 35px -17px #375baf; } } -.story .anchorImg { display: block; width: 100%; overflow: hidden; height: 555px; } +.story .anchorImg { display: block; width: 100%; overflow: hidden; max-height: 400px; } @media (min-width: 992px) { .story .anchorImg { height: 165px; } .story .anchorImg .story_dictating__img { top: -35px; } .story .anchorImg .story_zanni__img { top: -75px; } diff --git a/source/stylesheets/master.css.scss b/source/stylesheets/master.css.scss index c84fede..bb502f9 100644 --- a/source/stylesheets/master.css.scss +++ b/source/stylesheets/master.css.scss @@ -212,7 +212,7 @@ display: block; width: 100%; overflow: hidden; - height: 555px; + max-height: 400px; @media (min-width: 992px) { height: 165px; .story_dictating__img { -- To view, visit https://gerrit.wikimedia.org/r/302769 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7382d8ed09fb1c7c9531e5d7ba78a0c486fa4324 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/TransparencyReport-private Gerrit-Branch: master Gerrit-Owner: Siddparmar Gerrit-Reviewer: Siddparmar ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: minor fixes
Siddparmar has submitted this change and it was merged. Change subject: minor fixes .. minor fixes Change-Id: I075b0c124fcbc8f4247eceda3b461630d57aa6b6 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/javascripts/privacy.js M build/privacy.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/javascripts/privacy.js M source/layouts/layout.erb M source/localizable/content.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/master.css.scss 22 files changed, 139 insertions(+), 133 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 6b20861..c3a0759 100644 --- a/build/content.html +++ b/build/content.html @@ -104,6 +104,16 @@ + + + +By Any Other NameApril 2016 +Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. + + + + + @@ -119,16 +129,6 @@ Happy HourJune 2016 Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricted English Wikipedia editors from referring to the organization’s region-specific alcoholic beverage by a generic name. We rejected the request and informed the organization that neither trademark law nor international treaties prevent Wikimedia communities from discussing that product or similar products. We also informed them that they were welcome to work with the volunteers to discuss the proper labeling of their favored drink. - - - - - - - - -By Any Other NameApril 2016 -Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. @@ -528,7 +528,7 @@ - + @@ -551,6 +551,8 @@ + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. diff --git a/build/faq.html b/build/faq.html index 6d9fd8f..5f2ef73 100644 --- a/build/faq.html +++ b/build/faq.html @@ -266,6 +266,8 @@ + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. diff --git a/build/fr/content.html b/build/fr/content.html index 23c9691..b7b9637 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -104,6 +104,16 @@ + + + +By Any Other NameApril 2016 +Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. + + + + + @@ -119,16 +129,6 @@ Happy HourJune 2016 Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricte
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: minor fixes
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/302765 Change subject: minor fixes .. minor fixes Change-Id: I075b0c124fcbc8f4247eceda3b461630d57aa6b6 --- M build/content.html M build/faq.html M build/fr/content.html M build/fr/faq.html M build/fr/index.html M build/fr/privacy.html M build/fr/stories.html M build/index.html M build/javascripts/privacy.js M build/privacy.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/javascripts/privacy.js M source/layouts/layout.erb M source/localizable/content.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb M source/localizable/stories.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/master.css.scss 22 files changed, 139 insertions(+), 133 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/65/302765/1 diff --git a/build/content.html b/build/content.html index 6b20861..c3a0759 100644 --- a/build/content.html +++ b/build/content.html @@ -104,6 +104,16 @@ + + + +By Any Other NameApril 2016 +Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. + + + + + @@ -119,16 +129,6 @@ Happy HourJune 2016 Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricted English Wikipedia editors from referring to the organization’s region-specific alcoholic beverage by a generic name. We rejected the request and informed the organization that neither trademark law nor international treaties prevent Wikimedia communities from discussing that product or similar products. We also informed them that they were welcome to work with the volunteers to discuss the proper labeling of their favored drink. - - - - - - - - -By Any Other NameApril 2016 -Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. @@ -528,7 +528,7 @@ - + @@ -551,6 +551,8 @@ + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. diff --git a/build/faq.html b/build/faq.html index 6d9fd8f..5f2ef73 100644 --- a/build/faq.html +++ b/build/faq.html @@ -266,6 +266,8 @@ + + Text licensed under Creative Commons Attribution-ShareAlike 3.0 unported. diff --git a/build/fr/content.html b/build/fr/content.html index 23c9691..b7b9637 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -104,6 +104,16 @@ + + + +By Any Other NameApril 2016 +Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. + + + + + @@ -119,16 +129,6 @@ Happy HourJune 2016 Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic bev
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: new quotes
Siddparmar has submitted this change and it was merged. Change subject: new quotes .. new quotes Change-Id: I7653f4d9cdd9374a318311255ed51f9ea0cf19db --- M build/content.html M build/fr/content.html M build/fr/index.html M build/fr/privacy.html A build/images/haruki.png A build/images/heather.jpg A build/images/kozinski.jpg A build/images/malala.jpg M build/index.html M build/privacy.html M locales/en.yml A source/images/haruki.png A source/images/heather.jpg A source/images/kozinski.jpg A source/images/malala.jpg M source/localizable/content.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb 18 files changed, 36 insertions(+), 36 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 696d420..6b20861 100644 --- a/build/content.html +++ b/build/content.html @@ -92,12 +92,12 @@ The Wikimedia projects make up one of the world's largest repositories of human knowledge. With that much information, someone is bound to get upset by some of the content from time to time. While the vast majority of content disputes are resolved by users themselves, in some extreme cases the Wikimedia Foundation may receive a legal demand to override our users.The Wikimedia projects are yours, not ours. People just like you from around the world write, upload, edit, and curate all of the content. Therefore, we believe users should decide what belongs on Wikimedia projects whenever legally possible.Below, you will find more information about the number of requests we receive, where they come from, and how they could impact free knowledge. You can also learn more about how we fight for freedom of speech through our user assistance programs in the FAQ. -But better to get hurt by the truth than comforted with a lie. +You can hide memories, but you can’t erase the history that produced them. - - + + - Khaled HosseiniAuthor (2003) + Haruki MurakamiAuthor (2013) @@ -297,12 +297,12 @@ DMCA Takedown Notices The Wikimedia community is made up of creators, collectors, and consumers of free knowledge. While most material appearing on Wikimedia projects is in the public domain or freely licensed, on occasion, copyrighted material makes its way onto the projects.The Digital Millennium Copyright Act (DMCA) safe harbor provision requires us to remove infringing material if we receive a proper takedown request. We thoroughly evaluate each DMCA takedown request to ensure that it is valid. We only remove allegedly infringing content when we believe that a request is valid, and we are transparent about that removal. If we do not believe a request to be valid, we will push back as appropriate. To learn more about DMCA procedures, see our DMCA policy.Below, we provide information about the DMCA takedown notices we have received in the past and how we responded to them. During this reporting period, we received two DMCA counter notices. One was rejected for being incomplete, and one became moot when the original DMCA was withdrawn. -[C]opyright assures authors the right to their original expression, but encourages others to build freely upon the ideas and information conveyed by a work. +Overprotecting intellectual property is as harmful as under protecting it. Creativity is impossible without a rich public domain. - - + + - Justice Sandra Day O’ConnorU.S. Supreme Court (1991) + Judge Alex KozinskiUnited States Ninth Circuit Court of Appeals (1993) diff --git a/build/fr/content.html b/build/fr/content.html index 6d1771d..23c9691 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -94,8 +94,8 @@ C’est la conversation qui change les gens, et non la censure. - - + + Jay ZMusicien (2010) @@ -297,12 +297,12 @@ Avis de retrait en vertu du Digital Millenium Copyright Act (DMCA) La communauté Wikimedia est composée de créateurs, de collectionneurs et de consommateurs de savoir libre. Si la plupart des contenus apparaissent dans les projets Wikimedia sont dans le domaine public ou sous licence libre, quelque fois, des contenus soumis à des droits d’auteur se retrouvent dans les projets.Le Digital Millennium Copyright Act (DMCA) contient une disposition « safe harbor » qui exige de nous le retrait de contenu illicite si nous recevons une requête de retrait en bonne et due forme. Nous évaluons avec attention chaque requête de retrait relative au DMCA afin de nous assurer qu’elle est valable. Nous ne retirons un contenu supposé illicite que lorsque nous estimons que la requête est valable et nous sommes transparents concernant ce retrait. Si nous estimons qu’une requête n’est pas valable, nous la dé
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: new quotes
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/302481 Change subject: new quotes .. new quotes Change-Id: I7653f4d9cdd9374a318311255ed51f9ea0cf19db --- M build/content.html M build/fr/content.html M build/fr/index.html M build/fr/privacy.html A build/images/haruki.png A build/images/heather.jpg A build/images/kozinski.jpg A build/images/malala.jpg M build/index.html M build/privacy.html M locales/en.yml A source/images/haruki.png A source/images/heather.jpg A source/images/kozinski.jpg A source/images/malala.jpg M source/localizable/content.html.erb M source/localizable/index.html.erb M source/localizable/privacy.html.erb 18 files changed, 36 insertions(+), 36 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/81/302481/1 diff --git a/build/content.html b/build/content.html index 696d420..6b20861 100644 --- a/build/content.html +++ b/build/content.html @@ -92,12 +92,12 @@ The Wikimedia projects make up one of the world's largest repositories of human knowledge. With that much information, someone is bound to get upset by some of the content from time to time. While the vast majority of content disputes are resolved by users themselves, in some extreme cases the Wikimedia Foundation may receive a legal demand to override our users.The Wikimedia projects are yours, not ours. People just like you from around the world write, upload, edit, and curate all of the content. Therefore, we believe users should decide what belongs on Wikimedia projects whenever legally possible.Below, you will find more information about the number of requests we receive, where they come from, and how they could impact free knowledge. You can also learn more about how we fight for freedom of speech through our user assistance programs in the FAQ. -But better to get hurt by the truth than comforted with a lie. +You can hide memories, but you can’t erase the history that produced them. - - + + - Khaled HosseiniAuthor (2003) + Haruki MurakamiAuthor (2013) @@ -297,12 +297,12 @@ DMCA Takedown Notices The Wikimedia community is made up of creators, collectors, and consumers of free knowledge. While most material appearing on Wikimedia projects is in the public domain or freely licensed, on occasion, copyrighted material makes its way onto the projects.The Digital Millennium Copyright Act (DMCA) safe harbor provision requires us to remove infringing material if we receive a proper takedown request. We thoroughly evaluate each DMCA takedown request to ensure that it is valid. We only remove allegedly infringing content when we believe that a request is valid, and we are transparent about that removal. If we do not believe a request to be valid, we will push back as appropriate. To learn more about DMCA procedures, see our DMCA policy.Below, we provide information about the DMCA takedown notices we have received in the past and how we responded to them. During this reporting period, we received two DMCA counter notices. One was rejected for being incomplete, and one became moot when the original DMCA was withdrawn. -[C]opyright assures authors the right to their original expression, but encourages others to build freely upon the ideas and information conveyed by a work. +Overprotecting intellectual property is as harmful as under protecting it. Creativity is impossible without a rich public domain. - - + + - Justice Sandra Day O’ConnorU.S. Supreme Court (1991) + Judge Alex KozinskiUnited States Ninth Circuit Court of Appeals (1993) diff --git a/build/fr/content.html b/build/fr/content.html index 6d1771d..23c9691 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -94,8 +94,8 @@ C’est la conversation qui change les gens, et non la censure. - - + + Jay ZMusicien (2010) @@ -297,12 +297,12 @@ Avis de retrait en vertu du Digital Millenium Copyright Act (DMCA) La communauté Wikimedia est composée de créateurs, de collectionneurs et de consommateurs de savoir libre. Si la plupart des contenus apparaissent dans les projets Wikimedia sont dans le domaine public ou sous licence libre, quelque fois, des contenus soumis à des droits d’auteur se retrouvent dans les projets.Le Digital Millennium Copyright Act (DMCA) contient une disposition « safe harbor » qui exige de nous le retrait de contenu illicite si nous recevons une requête de retrait en bonne et due forme. Nous évaluons avec attention chaque requête de retrait relative au DMCA afin de nous assurer qu’elle est valable. Nous ne retirons un contenu supposé illicite que lorsque nous estimons que la requête est valable et nous sommes transparents concern
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: hide legend_partial on some tabs
Siddparmar has submitted this change and it was merged. Change subject: hide legend_partial on some tabs .. hide legend_partial on some tabs Change-Id: I5af43cb01bd4027b55c0bbb6a80e56bbdc46 --- M build/fr/privacy.html M build/javascripts/privacy.js M build/privacy.html M build/stylesheets/graph.css M source/javascripts/privacy.js M source/localizable/privacy.html.erb M source/stylesheets/graph.css.scss 7 files changed, 27 insertions(+), 4 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/fr/privacy.html b/build/fr/privacy.html index 8b20b14..07280f0 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -212,7 +212,7 @@ Comparés à d’autres entreprises, nous avons reçu relativement peu de requêtes.* - Juillet - Décembre 2015 + Janvier - Juin 2016 diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index cb30167..1223783 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -1001,6 +1001,10 @@ dispatch.filter(); } ); + var allDataTab = $('#user_data_all'), + janJun16DataTab = $('#user_data_janjun16'), + legendPartial = $('.legend_partial') + $( '.user_data_tabs' ).click( function () { $( '.user_data_tabs' ).removeClass( 'active' ); $( this ).addClass( 'active' ); @@ -1013,6 +1017,11 @@ delete ds.filters.type; delete ds.filters.country; $( '#by_country_show_all, #request_type_show_all' ).addClass( 'disabled' ); + if (allDataTab.hasClass('active') || janJun16DataTab.hasClass('active') ) { + legendPartial.removeClass('inactive') + } else { + legendPartial.addClass('inactive') + } dispatch.timerange(); } ); diff --git a/build/privacy.html b/build/privacy.html index fa72b45..d237036 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -212,7 +212,7 @@ Compared to other companies, we received relatively few requests* - Jul - Dec 2015 + Jan - Jun 2016 diff --git a/build/stylesheets/graph.css b/build/stylesheets/graph.css index 201145e..945a9b9 100644 --- a/build/stylesheets/graph.css +++ b/build/stylesheets/graph.css @@ -69,7 +69,8 @@ .legend { border-left: 12px solid #000; line-height: 12px; margin-top: 10px; padding-left: 10px; margin-left: 20px; } .legend.legend_yes { border-color: #33425b; } .legend.legend_no { border-color: #347bff; } -.legend.legend_partial { border-color: #ffbe3c; } +.legend.legend_partial { border-color: #ffbe3c; display: block; } +.legend.legend_partial.inactive { display: none; } .graph_tooltip { position: absolute; color: #343838; padding: 10px 10px 10px 10px; background: #F3F5F6; width: 135px; opacity: 0.99; font-family: serif; font-size: 15px; line-height: 18px; } .graph_tooltip:after { content: ""; position: absolute; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: transparent #F3F5F6 transparent transparent; top: 3px; left: -10px; } diff --git a/source/javascripts/privacy.js b/source/javascripts/privacy.js index 7f9ac2b..ab63929 100644 --- a/source/javascripts/privacy.js +++ b/source/javascripts/privacy.js @@ -1001,6 +1001,10 @@ dispatch.filter(); } ); + var allDataTab = $('#user_data_all'), + janJun16DataTab = $('#user_data_janjun16'), + legendPartial = $('.legend_partial') + $( '.user_data_tabs' ).click( function () { $( '.user_data_tabs' ).removeClass( 'active' ); $( this ).addClass( 'active' ); @@ -1013,6 +1017,11 @@ delete ds.filters.type; delete ds.filters.country; $( '#by_country_show_all, #request_type_show_all' ).addClass( 'disabled' ); + if (allDataTab.hasClass('active') || janJun16DataTab.hasClass('active') ) { + legendPartial.removeClass('inactive') + } else { + legendPartial.addCl
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: hide legend_partial on some tabs
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/302278 Change subject: hide legend_partial on some tabs .. hide legend_partial on some tabs Change-Id: I5af43cb01bd4027b55c0bbb6a80e56bbdc46 --- M build/fr/privacy.html M build/javascripts/privacy.js M build/privacy.html M build/stylesheets/graph.css M source/javascripts/privacy.js M source/localizable/privacy.html.erb M source/stylesheets/graph.css.scss 7 files changed, 27 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/78/302278/1 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index 8b20b14..07280f0 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -212,7 +212,7 @@ Comparés à d’autres entreprises, nous avons reçu relativement peu de requêtes.* - Juillet - Décembre 2015 + Janvier - Juin 2016 diff --git a/build/javascripts/privacy.js b/build/javascripts/privacy.js index cb30167..1223783 100644 --- a/build/javascripts/privacy.js +++ b/build/javascripts/privacy.js @@ -1001,6 +1001,10 @@ dispatch.filter(); } ); + var allDataTab = $('#user_data_all'), + janJun16DataTab = $('#user_data_janjun16'), + legendPartial = $('.legend_partial') + $( '.user_data_tabs' ).click( function () { $( '.user_data_tabs' ).removeClass( 'active' ); $( this ).addClass( 'active' ); @@ -1013,6 +1017,11 @@ delete ds.filters.type; delete ds.filters.country; $( '#by_country_show_all, #request_type_show_all' ).addClass( 'disabled' ); + if (allDataTab.hasClass('active') || janJun16DataTab.hasClass('active') ) { + legendPartial.removeClass('inactive') + } else { + legendPartial.addClass('inactive') + } dispatch.timerange(); } ); diff --git a/build/privacy.html b/build/privacy.html index fa72b45..d237036 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -212,7 +212,7 @@ Compared to other companies, we received relatively few requests* - Jul - Dec 2015 + Jan - Jun 2016 diff --git a/build/stylesheets/graph.css b/build/stylesheets/graph.css index 201145e..945a9b9 100644 --- a/build/stylesheets/graph.css +++ b/build/stylesheets/graph.css @@ -69,7 +69,8 @@ .legend { border-left: 12px solid #000; line-height: 12px; margin-top: 10px; padding-left: 10px; margin-left: 20px; } .legend.legend_yes { border-color: #33425b; } .legend.legend_no { border-color: #347bff; } -.legend.legend_partial { border-color: #ffbe3c; } +.legend.legend_partial { border-color: #ffbe3c; display: block; } +.legend.legend_partial.inactive { display: none; } .graph_tooltip { position: absolute; color: #343838; padding: 10px 10px 10px 10px; background: #F3F5F6; width: 135px; opacity: 0.99; font-family: serif; font-size: 15px; line-height: 18px; } .graph_tooltip:after { content: ""; position: absolute; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: transparent #F3F5F6 transparent transparent; top: 3px; left: -10px; } diff --git a/source/javascripts/privacy.js b/source/javascripts/privacy.js index 7f9ac2b..ab63929 100644 --- a/source/javascripts/privacy.js +++ b/source/javascripts/privacy.js @@ -1001,6 +1001,10 @@ dispatch.filter(); } ); + var allDataTab = $('#user_data_all'), + janJun16DataTab = $('#user_data_janjun16'), + legendPartial = $('.legend_partial') + $( '.user_data_tabs' ).click( function () { $( '.user_data_tabs' ).removeClass( 'active' ); $( this ).addClass( 'active' ); @@ -1013,6 +1017,11 @@ delete ds.filters.type; delete ds.filters.country; $( '#by_country_show_all, #request_type_show_all' ).addClass( 'disabled' ); + if (allDataTab.hasClass('active') || janJun16DataTab.hasClass('active') ) { + legendPartial.removeClass('inactive') +
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: user, content and story page fix
Siddparmar has submitted this change and it was merged. Change subject: user, content and story page fix .. user, content and story page fix Change-Id: I9380d0ca694f7cc4ea6f53c07357b2916dc50042 --- M build/content.html M build/fr/content.html M build/fr/stories.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/localizable/content.html.erb M source/localizable/stories.html.erb M source/stylesheets/master.css.scss M source/stylesheets/mixins.css.scss 11 files changed, 417 insertions(+), 94 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index c9c430d..696d420 100644 --- a/build/content.html +++ b/build/content.html @@ -94,7 +94,9 @@ But better to get hurt by the truth than comforted with a lie. - + + + Khaled HosseiniAuthor (2003) @@ -102,7 +104,9 @@ - + + + Dictating ContentApril 2016 We occasionally receive requests from governments to remove content that those governments may find offensive—even content that is perfectly legal elsewhere. In April, we received an email from the Information and Communication Technologies Authority of the Turkish government, claiming that the Turkish Wikipedia article on Müşfik diktatörlük (benevolent dictatorship) violated Turkish law. We rejected the request, and offered to pass the message on to Turkish Wikipedia volunteers. The projects belong to the contributors, readers, and other members of the Wikimedia communities, and we believe that where possible they should decide what content belongs on the projects. @@ -110,7 +114,9 @@ - + + + Happy HourJune 2016 Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricted English Wikipedia editors from referring to the organization’s region-specific alcoholic beverage by a generic name. We rejected the request and informed the organization that neither trademark law nor international treaties prevent Wikimedia communities from discussing that product or similar products. We also informed them that they were welcome to work with the volunteers to discuss the proper labeling of their favored drink. @@ -118,7 +124,9 @@ - + + + By Any Other NameApril 2016 Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. @@ -291,7 +299,9 @@ [C]opyright assures authors the right to their original expression, but encourages others to build freely upon the ideas and information conveyed by a work. - + + + Justice Sandra Day O’ConnorU.S. Supreme Court (1991) @@ -299,7 +309,9 @@ - + + + Feel the BernJanuary 2016 In January, we received a DMCA from the campaign of Bernie Sanders, a U.S. presidential primary candidate. They asked us to remove campaign logos from Wikimedia Commons. We cautioned them that the notice would be posted to Lumen, which could trigger a Streisand effect. They refused to withdraw the DMCA, so we removed the logos. The next day, Ars Technica wrote about the takedown, and we received a counter-notice from a Wikimedia user. We spoke with the Sanders campaign about the counter-notice, and were happy to hear they had decided to rescind their DMCA. The logos have been restored. @@ -307,7 +319,9 @@ - + + + DMCA Poster ChildFebruary 2016 It’s not unusual to see movie posters or billboards long before a film is released, or for an upcoming movie to have a Wikipedia article written about it. Before a recent action movie hit theatres, Russian Wikipedia editors created an article about it, which included an image of one of the film’s posters. The studio behind the film contacted us in February with a DMCA notice requesting that the poster be removed from the site. However, we analyzed the request and refused it. The poster had been widely distributed to promote the movie, and it was fair use for editors to feature its image in an article infor
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: user, content and story page fix
Siddparmar has uploaded a new change for review. https://gerrit.wikimedia.org/r/302089 Change subject: user, content and story page fix .. user, content and story page fix Change-Id: I9380d0ca694f7cc4ea6f53c07357b2916dc50042 --- M build/content.html M build/fr/content.html M build/fr/stories.html M build/stories.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/localizable/content.html.erb M source/localizable/stories.html.erb M source/stylesheets/master.css.scss M source/stylesheets/mixins.css.scss 11 files changed, 417 insertions(+), 94 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport-private refs/changes/89/302089/1 diff --git a/build/content.html b/build/content.html index c9c430d..696d420 100644 --- a/build/content.html +++ b/build/content.html @@ -94,7 +94,9 @@ But better to get hurt by the truth than comforted with a lie. - + + + Khaled HosseiniAuthor (2003) @@ -102,7 +104,9 @@ - + + + Dictating ContentApril 2016 We occasionally receive requests from governments to remove content that those governments may find offensive—even content that is perfectly legal elsewhere. In April, we received an email from the Information and Communication Technologies Authority of the Turkish government, claiming that the Turkish Wikipedia article on Müşfik diktatörlük (benevolent dictatorship) violated Turkish law. We rejected the request, and offered to pass the message on to Turkish Wikipedia volunteers. The projects belong to the contributors, readers, and other members of the Wikimedia communities, and we believe that where possible they should decide what content belongs on the projects. @@ -110,7 +114,9 @@ - + + + Happy HourJune 2016 Occasionally, businesses will claim that Wikipedia articles about their products are unlawful—or, in this case, “illicit”. This happened in June, when an alcoholic beverage organization emailed us, arguing that an international treaty restricted English Wikipedia editors from referring to the organization’s region-specific alcoholic beverage by a generic name. We rejected the request and informed the organization that neither trademark law nor international treaties prevent Wikimedia communities from discussing that product or similar products. We also informed them that they were welcome to work with the volunteers to discuss the proper labeling of their favored drink. @@ -118,7 +124,9 @@ - + + + By Any Other NameApril 2016 Sometimes, public figures are upset that Wikipedia articles contain the most basic information: for example, their name. An author with a pen name; a famous comedian who performs pseudonymously; and a musical group that uses stage names—all contacted us earlier this year to have their names removed from Wikipedia articles. Decisions about what well-sourced information should be on the projects belong to the Wikimedia communities. We directed them to the editors of Galician, English, and French Wikipedia, who can evaluate the sources provided for these names and determine whether or not to remove them. @@ -291,7 +299,9 @@ [C]opyright assures authors the right to their original expression, but encourages others to build freely upon the ideas and information conveyed by a work. - + + + Justice Sandra Day O’ConnorU.S. Supreme Court (1991) @@ -299,7 +309,9 @@ - + + + Feel the BernJanuary 2016 In January, we received a DMCA from the campaign of Bernie Sanders, a U.S. presidential primary candidate. They asked us to remove campaign logos from Wikimedia Commons. We cautioned them that the notice would be posted to Lumen, which could trigger a Streisand effect. They refused to withdraw the DMCA, so we removed the logos. The next day, Ars Technica wrote about the takedown, and we received a counter-notice from a Wikimedia user. We spoke with the Sanders campaign about the counter-notice, and were happy to hear they had decided to rescind their DMCA. The logos have been restored. @@ -307,7 +319,9 @@ - + + + DMCA Poster ChildFebruary 2016 It’s not unusual to see movie posters or billboards long before a film is released, or for an upcoming movie to have a Wikipedia article written about it. Before a recent action movie hit theatres, Russian Wikipedia editors created an article about it, which included an image of one of the film’s posters. The studio behind the film contacted us in February with a DMCA notice requesting that the poster be removed from the site. However, we analyzed the request and refused it. The poster had been widely distributed to promote the mo
[MediaWiki-commits] [Gerrit] wikimedia/TransparencyReport-private[master]: minor fixes
Siddparmar has submitted this change and it was merged. Change subject: minor fixes .. minor fixes Change-Id: I7a721e46e26fd6be8eba25e3d85574a395cdd1b2 --- M build/content.html M build/fr/content.html M build/fr/privacy.html M build/privacy.html M build/stylesheets/graph.css M build/stylesheets/master.css M locales/en.yml M source/localizable/content.html.erb M source/localizable/privacy.html.erb M source/stylesheets/graph.css.scss M source/stylesheets/master.css.scss M source/stylesheets/mixins.css.scss M source/stylesheets/variables.css.scss 13 files changed, 72 insertions(+), 70 deletions(-) Approvals: Siddparmar: Verified; Looks good to me, approved diff --git a/build/content.html b/build/content.html index 7751d77..c9c430d 100644 --- a/build/content.html +++ b/build/content.html @@ -66,7 +66,7 @@ -Jan 2016 – Jun 2016 +Jan – Jun 2016 Total Number of Requests 243 @@ -74,7 +74,7 @@ -Jan 2016 – Jun 2016 +Jan – Jun 2016 Percentage of Requests Granted 0% @@ -144,7 +144,7 @@ India - Consulate or Embassy + Consulate or embassy 1 @@ -164,7 +164,7 @@ United Kingdom - Local Government + Local government 1 @@ -244,14 +244,14 @@ -Jan 2016 – Jun 2016 +Jan – Jun 2016 Total Number of RTBF Requests 5 -Jan 2016 – Jun 2016 +Jan – Jun 2016 Number of Requests Granted 0 @@ -269,7 +269,7 @@ -Jan 2016 – Jun 2016 +Jan – Jun 2016 Total Number of DMCA Takedown Requests 22 diff --git a/build/fr/content.html b/build/fr/content.html index d738c24..4075f5b 100644 --- a/build/fr/content.html +++ b/build/fr/content.html @@ -66,7 +66,7 @@ -Janvier 2016 – Juin 2016 +Janvier – Juin 2016 Nombre total de requêtes 243 @@ -74,7 +74,7 @@ -Janvier 2016 – Juin 2016 +Janvier – Juin 2016 Pourcentage de requêtes acceptées 0% @@ -144,7 +144,7 @@ India - Consulate or Embassy + Consulate or embassy 1 @@ -164,7 +164,7 @@ United Kingdom - Local Government + Local government 1 @@ -244,14 +244,14 @@ -Janvier 2016 – Juin 2016 +Janvier – Juin 2016 Total Number of RTBF Requests 5 -Janvier 2016 – Juin 2016 +Janvier – Juin 2016 Number of Requests Granted 0 @@ -269,7 +269,7 @@ -Janvier 2016 – Juin 2016 +Janvier – Juin 2016 Nombre total de requêtes de retrait relatives au DMCA 22 diff --git a/build/fr/privacy.html b/build/fr/privacy.html index cf560d3..8b20b14 100644 --- a/build/fr/privacy.html +++ b/build/fr/privacy.html @@ -66,7 +66,7 @@ - Janvier 2016 – Juin 2016 + Janvier – Juin 2016 Nombre total de requêtes 13 @@ -74,7 +74,7 @@ - Janvier 2016 – Juin 2016 + Janvier – Juin 2016 Informations fournies pour 0% @@ -188,7 +188,7 @@ - Janvier 2016 – Juin 2016 + Janvier – Juin 2016 Content requests 0 @@ -198,7 +198,7 @@ - Janvier 2016 – Juin 2016 + Janvier – Juin 2016 Non-content requests 13 @@ -319,7 +319,7 @@ -Janvier 2016 – Juin 2016 +Janvier – Juin 2016 Total number of disclosures 12 @@ -377,6 +377,7 @@ + diff --git a/build/privacy.html b/build/privacy.html index f16963f..fa72b45 100644 --- a/build/privacy.html +++ b/build/privacy.html @@ -66,7 +66,7 @@ - Jan 2016 – Jun 2016 + Jan – Jun 2016