From b69f4cca6378558051fecd170b1c60b062253e74 Mon Sep 17 00:00:00 2001 From: systopia Date: Wed, 27 Apr 2016 11:33:57 +0200 Subject: [PATCH] ready for beta release --- README.md | 19 +++++++++++++++++-- info.xml | 6 +++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a991462..5958663 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# de.systopia.anonymiser -CiviCRM Contact Anonymiser Extension +# SYSTOPIA Contact Anonymiser + +This extension will allow you to anonymise a contact in your database without losing its statistical data. + +Once installed, this extension provides an 'Anonymise Contact' summary action to an administrator, that will anonymise any statistically relevant data, and clean out all other - including the log tables. + +## Features + * Anonymises contact base data, contribution, membership and event participation information + * Removes all other information related to the contact or the above entities + * Removes all information from log and extended log + +## Installation + + 1. Simply download and install this extension + 2. Make sure that your Admin user has all permissions. That includes the ones for modules that you might not even have enabled (like CiviEvent or CiviMember). Otherwise you'll get errrors during the anonymisation process. + 3. If you are using extended logging, there is a slight complication. The database engine used there (ARCHIVE) doens't allow you to delete entries. You will have to patch (see /patches folder) your CiviCRM before you enable extended logging, so the log_ tables will be created with the right engine (InnoDB). If you already have log tables, you can either drop them, or convert them yourself. + diff --git a/info.xml b/info.xml index bd1e64f..5e2d6da 100644 --- a/info.xml +++ b/info.xml @@ -14,9 +14,9 @@ https://github.com/systopia/de.systopia.anonymiser/issues http://www.gnu.org/licenses/agpl-3.0.html - 2016-04-15 - 0.2.dev - developing + 2016-04-27 + 1.0.beta1 + beta 4.6