14 Jul, 2019
3 commits
-
- main.py to setupt and start the application - serve.py to handle requests
13 Jul, 2019
1 commit
-
adds the --version option. shows instructions in the terminal for some failures in configuration. fix error with exception not detected when database not usable.
15 May, 2019
3 commits
08 May, 2019
9 commits
-
Asynchronous question generators. Asynchronous correction of textarea questions. Removes 'lines' option in textarea questions (unused in codemirror). The async implementations fixes errors with threading and sqlalchemy.
07 May, 2019
5 commits
-
fixes project url in setup.py
-
updates login page.
-
updates login page.
06 May, 2019
2 commits
24 Apr, 2019
1 commit
23 Apr, 2019
1 commit
-
- remove dead code in html templates
22 Apr, 2019
2 commits
-
- Sanity checks now support tests_right and tests_wrong in questions (unit testing for questions) - Application name is defined in __init__.py only, so that changing name becomes easier.
20 Apr, 2019
4 commits
11 Apr, 2019
2 commits
-
fix README.md
27 Mar, 2019
1 commit
26 Mar, 2019
1 commit
25 Mar, 2019
1 commit
23 Mar, 2019
1 commit
21 Mar, 2019
1 commit
19 Mar, 2019
1 commit
-
Moved menu item "topicos" to menu bar.
18 Mar, 2019
1 commit
-
- initdb.py sorts users by id - start_topic generates questions in threads - add sanity_check_questions as command line option `--check`