Difference between revisions of "GDPR"

From Freephile Wiki
Jump to navigation Jump to search
(Add Download Your Data extension developed at Wikia)
(link to more resources on GitHub)
Line 20: Line 20:
 
; Adopt core software
 
; Adopt core software
 
* EasyRedmine
 
* EasyRedmine
 +
; Code
 +
* [https://github.com/search?q=GDPR&type=Topics Search GitHub topics for "GDPR"]
  
  
 
== GDPR and MediaWiki ==
 
== GDPR and MediaWiki ==
 
* Wikia has developed an extension to "[https://github.com/Wikia/app/tree/dev/extensions/wikia/DownloadYourData Download Your Data]"<ref>Keep in mind that they run on REL 1_19, so it will need to be ported to a recent release</ref>
 
* Wikia has developed an extension to "[https://github.com/Wikia/app/tree/dev/extensions/wikia/DownloadYourData Download Your Data]"<ref>Keep in mind that they run on REL 1_19, so it will need to be ported to a recent release</ref>
 +
* Wikia has developed a JavaScript project (using [https://yarnpkg.com/en/ yarn for package management]) for [https://github.com/Wikia/tracking-opt-in tracking opt-in]
 
* https://phabricator.wikimedia.org/T194901
 
* https://phabricator.wikimedia.org/T194901
 
* https://etherpad.wikimedia.org/p/gdpr
 
* https://etherpad.wikimedia.org/p/gdpr

Revision as of 17:36, 23 May 2018

Privacy Legislation coming into effect on May 25th 2018 from the European Union.

Main issues:

  • Right to access and be informed
  • Right to rectification
  • Right to be forgotten
  • Right to data portability
  • Right to restrict / object processing
  • Breach notification


What others do[edit | edit source]

Position papers
Plugins, modules or extensions to the core software
Adopt core software
  • EasyRedmine
Code


GDPR and MediaWiki[edit | edit source]

Links[edit | edit source]

  • Keep in mind that they run on REL 1_19, so it will need to be ported to a recent release