This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Releases: hhucn/dbas
Releases · hhucn/dbas
v1.20.0
1.20.0 (2019-05-03)
- Hotfix unsecure user_logout and user_delete paths !739
- Resolve "Comment formatting error in base template" !738
- Issues are visible although they should not !737
- Remove the activity graph from the start page !736
- Refactor update last action method / Rework testing system !732
- Resolve "Language switcher does not work" !733
- Refactor dbas/handler/user.py !735
- Rework graph generation !743
v1.19.0
1.19.0 (2019-04-15)
v1.18.0
v1.17.2
1.17.2 (2019-04-04)
v1.17.0
1.17.0 (2019-04-02)
- Fix for usage of a generated slug, when a slug is already present in the database !687
- Correctly format messages in mails and the internal messaging system !688
- Add "clickedStatement" endpoint to graphQL for analytics !691
- Fix "Forgot Password" functionality and fix typos in translation strings !692
- Improve documentation on how to use the pycharm debugger with a remote interpreter !690
- Allow every user to see review queues of public issues, whether they participated in it or not !694
- Tell the users, that we use their data for scientific purposes. !695
- Fixes for the fieldexperiment of decidotron !689
- Readd the check, that a cost proposal is not less than 0 or greater than the budget. Reject the Statement otherwise.
- Change the placeholder text for the costs from 5000 to 2000.
- Allow of proposals with costs of 0.
- The "You have to login" button now is clickable and opens the login dialog
- The "Vote!" button is now clickable with a middleclick, and if the D-BAS backend is unreachable (e.g. because of a session timeout), but in both cases the user has to log in manually in Decidotron.
- Fix the HTML and CSS of all bullet lists to make use of proper bootstrap. (Fixes some spacing issues, e.g. the default 40px in front of every
li
in anul
which is added by Chrome. Or an unnessaray white area on narrow screens.) - Separate the last login/add entry from the position list in the template. Resulting in a more composable code. (The "Nothing I have a better idea" text is the premise of a statement... wtf)
- Show costs at the end of each position line, if this statement has costs.
- Show the 'real' currency symbol. (Until now '€' was hardcoded in the UI)
v1.16.0
1.16.0 (2019-03-26)
- Add Budget Decision Making system "Decidotron" !677
- Add Premise <-> Argument relationship to allow skipping of premisegroups !669
- Add clean favicons !682
- Make
/review/ongoing
working again !673 - Make split review queue work and allow reviews from jump interface !676
- Make number of review items match number of allowed reviews !679
- Make
/review/<queue>
not crash if queue is empty !666 - Fix edit queue item with only one textversion crashing queue view !667
- Fix "you have no power"-page !678
- Fix broken answer in choose route !675
- Fix/rebut crash when no author is present !680
- Remove string "QueueAdapter" from German translations !674
- Prevent crash when a statement has no active textversion !671