Skip to content

Releases: HyphaApp/hypha

1.13.0

05 Jul 05:45
c95e6db
Compare
Choose a tag to compare
  • Notify via Slack when new user is created manually. #525
  • Notify via Slack when new user is edited manually and has roles. #526
  • Add transitions to move submission status backwards when possible. #348
  • Activate new accounts created after submissions directly. #1275
  • Add roles to the user admin index page. #1280

1.12.0

14 Jun 06:42
f9bfd19
Compare
Choose a tag to compare
  • Automatically move an Proposal from "Proposal received" to "Internal review" when either a reviewer is assigned or a review is submitted. #1095
  • Automatically change a proposal's status from "Advisory Council Review" to "Ready for discussion" after it's received 2 reviews. #1096
  • E-mail template, add empty line after salutation and correct signature divider.
  • Minor python packages updates.

1.11.0

07 Jun 11:57
6a14fa0
Compare
Choose a tag to compare
  • Automatically update status on submission when reviewers are added and reviews submitted. #571 #588
  • Group end block for group form fields. #1252
  • Private media are now served directly instead of a S3 redirect. #1168
  • Fix AttributeError: User object has no attribute author. (Hotfix)
  • Fix missing_reviewers() was creating duplicates. #1265

1.10.1

04 Jun 07:20
d1d2773
Compare
Choose a tag to compare

Hotfix for yesterdays release.

  • Set group for AssignedReviewers so all applications forms works again. The error was "null value in column "type_id" violates not-null constraint"
  • Make the review button show again. Related to the new AssignedReviewers, the logic for showing the button was not updated.
  • Updated node modules to fix security issues.

1.10.0

03 Jun 09:21
8f7a88e
Compare
Choose a tag to compare
  • Review updates: reviewer consensus: updates to table display. #985
  • Ensure that reviewers are ordered consistently between different views. #1152
  • Reviewer ordering: list view. #1191

1.9.0

31 May 07:41
df8c320
Compare
Choose a tag to compare
  • Allow all users to set up two factor authentication MFA/2FA/TFA. #331
  • Open submission upload file links in a new tab. #1239

1.8.0

27 May 07:24
81d3a56
Compare
Choose a tag to compare
  • When new partners are added to a submission, notify the applicant and the added partners. #1085
  • Route all s3 private file requests via Django, checking access privs #1168 #637 #1108

1.7.1

24 May 06:18
9fee76e
Compare
Choose a tag to compare
  • Display “supported projects” in chronological order from newest to oldest rather than oldest to newest #1233
  • Remove the default "shadow effect" for project and people images. #1234

1.7.0

20 May 08:20
f3d9c8f
Compare
Choose a tag to compare
  • Comment editing in submission detail view #1215
  • Switching between submissions in detail view retains comments #1216
  • Use local jquery and normalize files. Run no-js to js class toggle as early as possible.

1.6.0

17 May 10:23
a4a9211
Compare
Choose a tag to compare
  • Comments are now editable in the Django app by the original author #945 (#1193 #1194)
  • Users are notified if they try and leave the Submission Detail view whilst editing a comment #1214
  • Batch determinations will navigate the user back to their starting location on completion of the determination #1130
  • Submissions are consistently ordered between all views in By Round and By Status pages. #1142
  • Reviewers are consistently ordered in the Detail View and React App. #1192