Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
c43e76de
Commit
c43e76de
authored
4 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 371-allow-for-adding-modifying-types-of-subjects
parents
6451a76a
b7190a03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!305
Resolve "Allow for adding modifying types of subjects"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+17
-64
17 additions, 64 deletions
CHANGELOG
smash/web/templates/_base.html
+1
-3
1 addition, 3 deletions
smash/web/templates/_base.html
with
18 additions
and
67 deletions
CHANGELOG
+
17
−
64
View file @
c43e76de
smasch (1.1.0~alpha.0-1) unstable; urgency=low
* bug fix: privac
e
notic
y
files were not removed when policy was removed
* bug fix: privac
y
notic
e
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
202
0
14:00:00 +0200
-- Piotr Gawron <piotr.gawron@uni.lu> Tue,
09 Mar
202
1
14:00:00 +0200
smasch (0.15.0) stable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
smash/web/templates/_base.html
+
1
−
3
View file @
c43e76de
...
...
@@ -260,10 +260,8 @@ desired effect
</div>
<!-- Default to the left -->
202
0
Bioinformatics Core, Luxembourg Centre for Systems Biomedicine
<!--(eg. <small>
202
1
Bioinformatics Core, Luxembourg Centre for Systems Biomedicine
<strong>Copyright © 2016 <a href="#">Company</a>.</strong> All rights reserved.
</small>)-->
{% endblock footer %}
</footer>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment