-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added missing German and Portuguese entries in templates - Bug-fixes in controllers - Small design improvements
- Loading branch information
Showing
45 changed files
with
1,710 additions
and
654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
# Version 1.4.2 | ||
|
||
- Added diff support in Member- and User-client to see additions, deletions and modifications from current to previous revisions | ||
- Bugfixes & design improvements | ||
- Updated outdated packages | ||
|
||
|
||
# Version 1.4.1 | ||
- Added Email Notification to all Members when Review is started (and not pending anymore) | ||
- Added q14 (Custom Files) | ||
- Added Password Generation on Cover Sheet | ||
- bugfixes & style improvements | ||
- Added Debugging for SMTP Connection | ||
|
||
>>>>>>> Stashed changes | ||
|
||
- Added Email Notification to all Members when Review is started (and not pending anymore) | ||
- Added q14 (Custom Files) | ||
- Added Password Generation on Cover Sheet | ||
- Bugfixes & style improvements | ||
- Added Debugging for SMTP Connection | ||
|
||
|
||
# Version 1.4.0 | ||
- Added Reminder Email to be sent out after 7 days of inactivity with still pending reviews. | ||
- Added Revision Number on Output Documents | ||
- Functionality for user to revert Document to Draft Phase after it was already approved (for fixing typos etc.) | ||
- Added downloadable How-To Guide | ||
- Added Cover Sheet Generation | ||
- Status now explicitly listed on Status Overview Page | ||
- various bugfixes | ||
|
||
- Added Reminder Email to be sent out after 7 days of inactivity with still pending reviews. | ||
- Added Revision Number on Output Documents | ||
- Functionality for user to revert Document to Draft Phase after it was already approved (for fixing typos etc.) | ||
- Added downloadable How-To Guide | ||
- Added Cover Sheet Generation | ||
- Status now explicitly listed on Status Overview Page | ||
- Various bugfixes | ||
|
||
|
||
# Version 1.0 | ||
- Initial App | ||
- Initial App |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "ethics-app", | ||
"version": "0.0.1", | ||
"authors": [ | ||
"Nicholas Schiestel <[email protected]>" | ||
], | ||
"description": "Ethics-App for the Institute for Geoinformatics, Münster", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"angular": "1.6.4", | ||
"angular-momentjs": "^0.2.2", | ||
"angular-route": "1.6.4", | ||
"angular-sanitize": "1.6.4", | ||
"angular-translate": "^2.11.1", | ||
"bootstrap": "v4.0.0-alpha.6", | ||
"font-awesome": "^4.6.3", | ||
"jquery": "^3.1.0", | ||
"moment": "^2.14.1", | ||
"tether": "^1.3.7", | ||
"flag-icon-css": "^2.0.0", | ||
"underscore": "^1.8.3", | ||
"angular-underscore-module": "^1.0.3", | ||
"angucomplete-alt": "^3.0.0", | ||
"angular-upload": "^1.0.12" | ||
}, | ||
"resolutions": { | ||
"angular": "1.6.4", | ||
"angular-route": "1.6.4", | ||
"angular-sanitize": "1.6.4", | ||
"bootstrap": "v4.0.0-alpha.6" | ||
} | ||
} | ||
"name": "ethics-app", | ||
"version": "1.4.2", | ||
"authors": [ | ||
"Nicholas Schiestel <[email protected]>" | ||
], | ||
"description": "Application for the approval of user-studies", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"angular": "1.6.4", | ||
"angular-momentjs": "^0.2.2", | ||
"angular-route": "1.6.4", | ||
"angular-sanitize": "1.6.4", | ||
"angular-translate": "^2.11.1", | ||
"bootstrap": "v4.0.0-alpha.6", | ||
"font-awesome": "^4.6.3", | ||
"jquery": "^3.1.0", | ||
"moment": "^2.14.1", | ||
"tether": "^1.3.7", | ||
"flag-icon-css": "^2.0.0", | ||
"underscore": "^1.8.3", | ||
"angular-underscore-module": "^1.0.3", | ||
"angucomplete-alt": "^3.0.0", | ||
"angular-upload": "^1.0.12" | ||
}, | ||
"resolutions": { | ||
"angular": "1.6.4", | ||
"angular-route": "1.6.4", | ||
"angular-sanitize": "1.6.4", | ||
"bootstrap": "v4.0.0-alpha.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.