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

Releases: hhucn/dbas

v1.20.0

Choose a tag to compare

@n2o n2o released this 03 May 12:32
e881c6c

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

Choose a tag to compare

@n2o n2o released this 15 Apr 20:38
703320b

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

Choose a tag to compare

@n2o n2o released this 12 Apr 13:25
fe55fce

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

Choose a tag to compare

@n2o n2o released this 07 Apr 21:11
7698a0f

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

Choose a tag to compare

@n2o n2o released this 03 Apr 10:29
9b6c58c

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

Choose a tag to compare

@n2o n2o released this 26 Mar 09:30
07a373e

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

Choose a tag to compare

@MrEbbinghaus MrEbbinghaus released this 19 Feb 16:10
b90b3e1

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

Choose a tag to compare

@n2o n2o released this 04 Feb 21:00
b3fb827

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

Choose a tag to compare

@n2o n2o released this 31 Jan 16:08
ce12ef7

1.13.3 (2019-01-31)

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

v1.13.2

Choose a tag to compare

@n2o n2o released this 30 Jan 16:41
8bc5a3f

1.13.2 (2019-01-30)

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