Releases: HyphaApp/hypha
Releases · HyphaApp/hypha
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
- 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
1.5.0
- Implement a javascript solution to stop most spam submissions from non humans. #1206
- Adding news feed for all news and for each news type. #1172
- Reuse parent header image if page has none on public pages. #501
- Deactivate TinyMCE context menu so Android users can copy and paste in wysiwyg text fields. #1116
- Do not display workflow when a round is created to avoid confusion of default value. #1069
- Update node packages to fix vulnerabilities.
- Adding clear_cache command to release step in Heroku Procfile.
- Add letter spacing to headers on the apply site just as on the public site.
1.4.0
1.3.0
- Add seperate dashboard and submissiondetail views for partner and community reviewer roles. #1147 OpenTechFund/issues.otf#5
- Add check for empty content even in required fields. Some migrated content is missing addresses and could not render before this fix. OpenTechFund/issues.otf#6
- Only show open funds and labs on public homepage. #633
- Add delete functions for reviews. Also add svg delete icon and use it on reviews and on submission. You will need to add permissions to any group you want to be able to delete reviews. Review author can always delete their own reviews. #1097
- Set sensible defaults for reviewer score fields. Used to default to "1", now defaults to "0". This highlights an issue where a review with only "0" scored is marked as a "No" review. Add an issue if that should change. #714
- Light colours for submission diff.
- Cache public site pages and Apply homepage for improved performance. #949
1.2.0
- Allow reviewers to set visibility on reviews. Be default all reviews are set to PRIVATE (only author and staff can view, just as it has been before). By adding the new visibility field to reviews reviewers can opt to make the review viable to other reviewers as well. Recommended to make this the first field if used. #686
- Optimise queries on dashboard views. Cutting the number of queries by half makes the page load faster.
- Never cache public form pages as they contain CSRF tokens RTBC (now we can remove the custom Cloudflare no-cache rule for forms.)
1.1.0
- Allow reviewers and partners to access their own submissions as applicants. #1143
- Open call index page and prefill data from submission with open call status #1066 #1065 #1141
- Delete Submission permission, view and link. Superadmins can use it by default. Permission needs to be set for other groups in Wagtail admin. #728
- Notify Second Reviewer when First Review is finished. #1125
- On a submission page, have the round name link to the round's overview page. (Only for staff) #1047
- On a submission page, where it shows the lead at the top, have that link to a listing that shows all submissions led by that user. (Only for staff) #1048
- Provide better information on invalid activation url. Make activation and password reset templates look the same. #823
- Add checks that person_type and news_type queries are numerical and ignore otherwise. Avoids a lot of invalid literal for int errors. #1148
- Clean search term input on public pages to avoid a lot of errors. #1148