13 Jul, 2024
1 commit
-
commit 5351f71f8ac14c9c3b7298de6025fdaf8e0058b1 Author: Miguel Barão <mjsb@uevora.pt> Date: Thu Jul 11 23:10:18 2024 +0100 minor commit f4aa081d970cc982b0d6fc18a45a6f340f5bab81 Author: Miguel Barão <mjsb@uevora.pt> Date: Thu Jul 11 19:04:29 2024 +0100 update BUGS.md commit 5cb45de448daa05f9458e789501b40977d094977 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Apr 23 19:29:06 2024 +0100 update demo commit ce7f81bed8991ea6432d7572df2a20b50f3713d1 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Apr 23 16:57:56 2024 +0100 update javascript package versions commit 4697c7308e9b430a73f5c2c21a015b65d160b9c3 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Apr 23 16:55:16 2024 +0100 minor commit 25a6f2db6684fad1b8f1d7868d744cc04dc90cdb Author: Miguel Barão <mjsb@uevora.pt> Date: Wed Jul 10 12:30:25 2024 +0100 remove deprecated get_event_loop commit 5c8b68ea1f60f0507fafff696b94ffe084757f57 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:56:16 2024 +0100 remove "future" flag from engine and session creation commit a702aecdae1d47b1482eb6c9f3ceb35cc862d210 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:26:52 2024 +0100 minor commit 6531a56e8ad9600832c746a3f113aa70969adee5 Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:18:56 2024 +0100 minor change in comments commit 00fef4421ea630ec89d7bc2b6b5d730c97b75735 Merge: badbefe5 bb42f4ab Author: Miguel Barão <mjsb@uevora.pt> Date: Tue Jul 9 17:16:49 2024 +0100 Merge branch 'dev' of https://git.xdi.uevora.pt/mjsb/perguntations into dev commit badbefe5ca9f8d542f9c943ed93b417470b3fa3f Author: Miguel Barão <mjsb@uevora.pt> Date: Mon Jul 8 21:12:49 2024 +0100 move from bcrypt to argon2 move from bcrypt to argon2 ignore .venv directory update sqlalchemy models to 2.0 commit 8c0c618df8df9077a4a4dbf29b9cf42c967d08e1 Author: Miguel Barão <mjsb@uevora.pt> Date: Wed Jun 26 12:50:56 2024 +0100 update tornado to >=6.3 commit bb42f4ab0ea18b327cf96f1f6a53457535fb415e Author: Miguel Barão <mjsb@uevora.pt> Date: Fri Jun 24 14:33:39 2022 +0100 Code reformat using black. commit 51392b566bfd1e290c132f4f270e4f9af9dffc88 Author: Miguel Barão <mjsb@uevora.pt> Date: Sun Jun 19 22:48:30 2022 +0100 minor refactor in testfactory.py
08 Jul, 2024
1 commit
17 Jan, 2022
3 commits
-
- Fixed bug where textarea was being initialized with answer from previous submission from another student. - Fixed get CSV with grades. - Fixed many regressions from the upgrade to bootstrap 5.1. - Changed menu in /admin. - Removed dependency from fontawesome (but added bootstrap-icons). - Removed jquery where not needed.
-
remove fontawesome and use bootstrap-icons instead
16 Jan, 2022
1 commit
-
update BUGS
01 Jan, 2022
1 commit
-
sqlalchemy1.4. Needs more testing.
29 Jan, 2021
1 commit
05 Jan, 2021
1 commit
-
- add update.sh script with the main commands to update perguntations - other minor changes
09 Dec, 2020
1 commit
-
(NOT YET FUNCTIONAL) - removed question type code since it can be done in textarea using the jobe_submit module and is more flexible
06 Dec, 2020
1 commit
02 Dec, 2020
1 commit
-
- fix get_questions_csv when there are questions with duplicate refs - modified database model to include question number and comment in the questions table. Also removed student_id so that it is now normalized.
01 Dec, 2020
1 commit
25 Nov, 2020
1 commit
22 Nov, 2020
1 commit
-
add check for correction of code and textarea.
18 Nov, 2020
1 commit
-
… but can be overriden. - comments are parsed by markdown when reviewing tests.
16 Nov, 2020
1 commit
12 Nov, 2020
2 commits
-
- stores browser request headers on login with the test
-
- cookie is now perguntations_user - removes any letter prefix from login number
08 Nov, 2020
1 commit
10 May, 2020
1 commit
07 May, 2020
1 commit
-
- new information question in the demo suggesting use of yamllint. - version bump to 2020.05.dev3
06 May, 2020
1 commit
-
- show file and ref both in the test and review
05 May, 2020
2 commits
01 May, 2020
2 commits
-
- update BUGS.md
30 Apr, 2020
1 commit
-
- add example of random choice of questions in demo.yaml
24 Mar, 2020
1 commit
-
commandline options: --version and --port
10 Dec, 2019
1 commit
07 Nov, 2019
1 commit
-
- fix and improve sanity checks - show discount points - add scale_min - add support for list of regular expressions in regex questions - improve documentation - improves exception handling in python - grades are no longer rounded in the database, but show rounded to 1 decimal place in the browser.
19 Sep, 2019
1 commit
-
- mathjax update to version 3 improves performance. - fix solution rendering in the review. - minor text changes in the demo. - minor version updates in javascript libraries.
14 Jun, 2019
1 commit
15 May, 2019
1 commit
-
- adds templates for loggers in config directory.
13 May, 2019
1 commit
-
updates js libs versions adds new bug reports in BUGS.md
03 Apr, 2019
1 commit
-
fix yaml.load() to yaml.safe_load() as per deprecation warning. fix flake8 errors
13 Feb, 2019
1 commit
12 Feb, 2019
1 commit
12 Jan, 2019
2 commits
-
…information and warning instead.