Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Releases: hhucn/dbas

v1.20.0

03 May 12:32
@n2o n2o
e881c6c
Compare
Choose a tag to compare

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

15 Apr 20:38
@n2o n2o
703320b
Compare
Choose a tag to compare

1.19.0 (2019-04-15)

  • Add DTO class for References on Steroids !725
  • Refactor String Builder !726
  • Return raw strings for reference usages via API !726
  • Fix string comparison when adding new positions !724
  • Do not construct url with argument uid 0 if there is no connected argument !727
  • Hotfix for typing error !723

v1.18.0

12 Apr 13:25
@n2o n2o
fe55fce
Compare
Choose a tag to compare

1.18.0 (2019-04-12)

Stable release for the next field experiment.

  • UI and spelling improvements !720
  • Remove unnecessary transaction.commit() calls (database improvements) !719
  • Extend README in cases of troubleshooting during installation !718

v1.17.2

07 Apr 21:11
@n2o n2o
7698a0f
Compare
Choose a tag to compare

1.17.2 (2019-04-04)

  • Fix revoking of statements !706
  • Fix references !705
  • Tidy up requirements !707
  • Fix asking for opinion for just added statement !702
  • Fix 500 if session cookie is invalid !703
  • Prevent crash if jump is last item in history in /finish or /reaction !701
  • Serve static files with relative paths !700

v1.17.0

03 Apr 10:29
@n2o n2o
9b6c58c
Compare
Choose a tag to compare

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 an ul 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

26 Mar 09:30
@n2o n2o
07a373e
Compare
Choose a tag to compare

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

v1.15.0

19 Feb 16:10
b90b3e1
Compare
Choose a tag to compare

1.15.0 (2019-02-19)

  • Add a static OpenAPI definition view !662
  • Fix path detection in opinion barometer !664
  • Remove old bootstrapToggles entirely !663
  • Fix for a misssing check for valid input in the API !661
  • Reformat changelog merge request links, so they work on properly github.

v1.14.0

04 Feb 21:00
@n2o n2o
b3fb827
Compare
Choose a tag to compare

1.14.0 (2019-02-04)

  • Spelling fixes !656
  • Add wait-for-it and remove annoying sleeps !657
  • Expose profile picture via graphql !658
  • Fix Gravatar picture retrieval !659

v1.13.3

31 Jan 16:08
@n2o n2o
ce12ef7
Compare
Choose a tag to compare

1.13.3 (2019-01-31)

  • Fix bugs to avoid self-supporting statements !654
  • Add /support route to API !654

v1.13.2

30 Jan 16:41
@n2o n2o
8bc5a3f
Compare
Choose a tag to compare

1.13.2 (2019-01-30)

  • Fix Statement validation for cases where a Statement is in multiple Issues !652