diff --git a/CHANGELOG b/CHANGELOG index 4e04f551f2f9bd5f1e881effb1f76dcc6a30ab77..26caee619bc9860796e0796616bd5148c40f8baf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,61 +1,12 @@ smasch (1.1.0~alpha.0-1) unstable; urgency=low - * bug fix: privace noticy files were not removed when policy was removed + * bug fix: privacy notice files were not removed when policy was removed -- Piotr Gawron <piotr.gawron@uni.lu> Thu, 25 Feb 2021 17:00:00 +0200 -smasch (1.0.0~beta.6-1) unstable; urgency=low - - * bug fix: when two visits with the same start date are created compute visit - number on the visit creation order basis (#369) - * bug fix: default value should be able to store longer values - the same as - possible text value (#373) - * bug fix: when editing an appointment type, clicking cancel redirected you - to the list of languages (#372) - * bug fix: ETL label for Subject import changed to properly describe the - action (#70) - - -- Piotr Gawron <piotr.gawron@uni.lu> Wed, 24 Feb 2021 12:00:00 +0200 - -smasch (1.0.0~beta.5-1) unstable; urgency=low - - * bug fix: login page did not contain valid link to help with account - (#368) - - -- Piotr Gawron <piotr.gawron@uni.lu> Thu, 04 Feb 2021 12:00:00 +0200 - -smasch (1.0.0~beta.4-1) unstable; urgency=low - - * bug fix: MEDIA_ROOT was overwritten by tests that messed up with - deployment sometimes (#365) - * bug fix: media files were not served in production (#366) - * bug fix: crontab was cleared after debian package updated (#367) - - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 26 Jan 2021 16:00:00 +0200 - -smasch (1.0.0~beta.3-1) unstable; urgency=low - - * bug fix: upgrade from 0.15 version containing subjects failed - * bug fix: language import was not allowed - * bug fix: empty NEXMO_DEFAULT_FROM did not allow to send authentication - tokens using NEXMO (#364) - - -- Piotr Gawron <piotr.gawron@uni.lu> Mon, 25 Jan 2021 16:00:00 +0200 - -smasch (1.0.0~beta.2-1) unstable; urgency=low - - * bug fix: npm dependencies must be more strict - - -- Piotr Gawron <piotr.gawron@uni.lu> Thu, 17 Dec 2020 12:00:00 +0200 - -smasch (1.0.0~beta.1-1) unstable; urgency=low - - * bug fix: python dependencies are not in conflict - - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 15 Dec 2020 11:00:00 +0200 - -smasch (1.0.0~beta.0-1) unstable; urgency=low +smasch (1.0.0-1) stable; urgency=low + * backward incompatible: smasch is using python3 (#337) * backward incompatible: all ncer/pdp related fields are moved to custom fields and removed from default setup (#345) * improvement: added views to delete StudySubject and Subject (#354) @@ -65,6 +16,11 @@ smasch (1.0.0~beta.0-1) unstable; urgency=low panel (#334) * improvement: possibility to edit default visible columns in different subject lists (#348) + * improvement: docker script is available (#338) + * improvement: sqlite3 database is supported (#344) + * improvement: deb package that can be installed on ubuntu/debian machines + (#342) + * small improvement: login background is configurable (#327) * small improvement: "next of keen" renamed to "next of kin" (#362) * small improvement: django command for creating admin in application (#347) * small improvement: django admin panel contains usable data tables (#346) @@ -76,19 +32,16 @@ smasch (1.0.0~beta.0-1) unstable; urgency=low * small improvement: 2FA can be configured to be required option (#358) * small improvement: redcap API token is not visible in configuration panel (#359) - - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 15 Dec 2020 11:00:00 +0200 - -smasch (1.0.0~alpha.0-0) unstable; urgency=low - - * backward incompatible: smasch is using python3 (#337) - * improvement: docker script is available (#338) - * improvement: sqlite3 database is supported (#344) - * improvement: deb package that can be installed on ubuntu/debian machines - (#342) - * small improvement: login background is configurable (#327) + * bug fix: when two visits with the same start date are created compute visit + number on the visit creation order basis (#369) + * bug fix: when editing an appointment type, clicking cancel redirected you + to the list of languages (#372) + * bug fix: login page did not contain valid link to help with account + (#368) + * bug fix: empty NEXMO_DEFAULT_FROM did not allow to send authentication + tokens using NEXMO (#364) - -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 27 Oct 2020 14:00:00 +0200 + -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 09 Mar 2021 14:00:00 +0200 smasch (0.15.0) stable; urgency=low diff --git a/smash/web/templates/_base.html b/smash/web/templates/_base.html index 7ca37116bec7732b1681f2315a568678240deb61..3484515d3962c72a9a9e1212e20db25be5f8a7a9 100644 --- a/smash/web/templates/_base.html +++ b/smash/web/templates/_base.html @@ -260,10 +260,8 @@ desired effect </div> <!-- Default to the left --> - 2020 Bioinformatics Core, Luxembourg Centre for Systems Biomedicine <!--(eg. <small> + 2021 Bioinformatics Core, Luxembourg Centre for Systems Biomedicine - <strong>Copyright © 2016 <a href="#">Company</a>.</strong> All rights reserved. - </small>)--> {% endblock footer %} </footer>