Skip to content

Commit

Permalink
updated POMs, version in docs, bump-version to 1.2.0 manually (CHANGE…
Browse files Browse the repository at this point in the history
…LOG.md, VERSION)
  • Loading branch information
oba-reliatec committed Aug 12, 2022
1 parent 97d1594 commit 909c672
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 43 deletions.
60 changes: 30 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
## 1.1.0 (Oktober 18, 2021)


## 1.1.0 (Oktober 18, 2021)
## 1.2.0 (August 12, 2022)

**bugfix:**
* Deletion of unused CRF version fails with opps page (#271)
* fixed stylesheet for 404 page (#256)
* fixed oops error in view events page (#246)
* fixed oops error when displaying subject without gender (#241)
* fixed filtering of values displayed in tables (#200, #244, #245)
* fixed oops error in In Build Study, rule management (#238)
* fixed CRF empty printable form is not loading (#232)
* fixed rule import for rules using form OIDs (#227)
* adapted escape expression to PostgreSQL 9 (#184)
* fixed expand icon for collapsed icon panel (#176)
* fixed LDAP issue (#174)
* display correct role in success message for 'RemoveStudyUserRole' (#114)
* fix for paht traversal issue and cleanup of unsupported Oracle DB (#331)
* fixed error when filtering subject matrix by study event (#316)

* fixed insert and show rule executions under certain conditions (#308, #305, #310, #306)
* fixed new rule ItemGroup and item expression validation (#312)
* include/sideinfo.jsp tr attibutes not separated by space causing errors in console log (#295)
* wrong logging level used when generating next possible SSID for studies with autogenerated SSID (#287)
* ODM export: code list incomplete when empty text entries are selected (#279)

**maintenance:**
* increase database performance (#249, #268)
* updated dependency version (#265)
* removed unused SQL query (#235)
* remove duplicate classes from classpath (#197)
* cleanup removing (#341)
* used undeclared dependencies
* declared unused dependencies
* duplicate class dependencies
* introduced monitoring of dependencies by maven-plugins (maven-dependency-plugin, maven-enforcer-plugin) (#341)
* removed recommendation of Internet Explorer (#302)
* favicon in Chromium-based browsers (#247)
* various GUI related fixes (#336)
* removed old properties files from web module (#334)
* parametrised SQL fixes (#323)
* merged developer documentation into the main repository and use Markdown markup (#319)
* removed unused logging library dependencies (#304), log4j (#297)
* updated PostgreSQL JDBC driver to version 42.2.26 (#345)

**enhancement:**
* Enable SOAP compatible password generation (#248)
* fixed issues for LibreClinica-ws (#205, #207)
* documentation on LDAP (#202)
* add LDAPS support (#186)
* 2 factor authentication (#286)
* user login notification via email (#285)
* role-specific offline manuals in the Tasks menu (#284)
* additional information in system generated emails(#283)

**tests:**
* created test specification T003-08 for LDAP user creation (#217)
* created tests specifications
* T011 subject matrix
* T012 subjects
* T013 study events
* T015 double data entry

* changed T004 to avoid dependency of test databases
* tests T001-08 - 10, T003-09 - 11, T038-01 - 02 for 2 factor authentication
* tests T001-11 - 13, T004-04 - 07, and T009-06 - 07 for email notification
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0-snapshot</version>
<version>1.2.0</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script>
window.$docsify = {
name: 'LibreClinica',
homepage: 'instructions/install_lc-1.0_official.md',
homepage: 'instructions/install_official.md',
basePath: '/LibreClinica',
coverpage: false,
loadSidebar: false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# installation instructions for LibreClinica-1.0 - 1.1 on Debian 10 (Buster)
# installation instructions for LibreClinica-1.0 - 1.2 on Debian 10 (Buster)

**prerequisite**
It is expected that you have experience on how to install software and how to edit text files on Debian.
Expand Down
4 changes: 2 additions & 2 deletions docs/manuals/investigator-manual.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LibreClinica 1.0 for Investigators
LibreClinica 1.2 for Investigators
==================================

[https://libreclinica.org](https://libreclinica.org) © 2020
[https://libreclinica.org](https://libreclinica.org) © 2022

Preface

Expand Down
4 changes: 2 additions & 2 deletions docs/manuals/monitor-manual.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LibreClinica 1.0 for Monitors
LibreClinica 1.2 for Monitors
=============================

[https://libreclinica.org](https://libreclinica.org) © 2020
[https://libreclinica.org](https://libreclinica.org) © 2022

**Preface**

Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0-snapshot</version>
<version>1.2.0</version>
</parent>
<profiles>
<profile>
Expand Down Expand Up @@ -143,4 +143,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<packaging>pom</packaging>
<version>1.2.0-snapshot</version>
<version>1.2.0</version>
<name>LibreClinica</name>
<description>LibreClinica</description>

Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0-snapshot</version>
<version>1.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0-snapshot</version>
<version>1.2.0</version>
</parent>

<properties>
Expand Down

0 comments on commit 909c672

Please sign in to comment.