Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-14 | Multiple minor fixes : | ankitjavalkar | |
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server | |||
2017-11-10 | Merge pull request #384 from ankitjavalkar/fix-extra-field-testcase | Prabhu Ramachandran | |
Prepopulate the test case type field when adding test cases to questions | |||
2017-11-10 | Merge pull request #380 from maheshgudi/beautify_assertions | Prabhu Ramachandran | |
Prettify assertion error output | |||
2017-11-10 | Remove traceback for recursion and/or runtime errors. | maheshgudi | |
2017-11-10 | Add textwrap for assertion error table | maheshgudi | |
2017-11-10 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
beautify_assertions | |||
2017-11-10 | Pretty exceptions for hook code. | mahesh | |
2017-11-10 | No tracebacks if longer than 5 lines. | mahesh | |
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change. | |||
2017-11-09 | Prepopulate the test case type field when adding test cases to questions | ankitjavalkar | |
2017-11-09 | Merge pull request #379 from ankitjavalkar/better-installer-single-mount | Prabhu Ramachandran | |
Installation and Quickstart script using PyInvoke | |||
2017-11-09 | Add a flag for python version while running code server in unsafe mode | ankitjavalkar | |
2017-11-09 | - Add explicit write permissions to output dir | ankitjavalkar | |
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback | |||
2017-11-08 | - Add command to stop the container before removing it | ankitjavalkar | |
- Fix README based on feedback | |||
2017-11-08 | - Add ruaml dependency to requirements-common | ankitjavalkar | |
- Add print stdout prompts to tasks.py | |||
2017-11-08 | Add makemigrations and loaddata command to serve command | ankitjavalkar | |
2017-11-08 | - Add pytest as a requirement to the requirements file | ankitjavalkar | |
- Modify image name in tasks.py | |||
2017-11-08 | Fix test cases | ankitjavalkar | |
2017-11-08 | Updated CHANGELOG and README | ankitjavalkar | |
2017-11-08 | Add further changes to invoke script and yaksh-script | ankitjavalkar | |
2017-11-08 | - Add a pyinvoke based script for running the django server and code server | ankitjavalkar | |
- Modify the requirements to separate the requirements for code server - Modify the docker file - Add a script that runs within the docker instance | |||
2017-11-08 | Remove FIXTURE_DIR variable from settings.py | ankitjavalkar | |
2017-11-07 | Merge pull request #373 from prathamesh920/detailed_csv_download_quiz | Prabhu Ramachandran | |
Detailed csv download quiz | |||
2017-11-07 | Merge pull request #377 from Akshen/datetime | Prabhu Ramachandran | |
Adds DateTimePicker to Add_Course | |||
2017-11-07 | Modify answerpaper wrt to changes in assertion error output | maheshgudi | |
2017-11-07 | Modify testcases wrt changes in assertion error output | maheshgudi | |
2017-11-07 | Change module compare_stdio to error_messages | maheshgudi | |
2017-11-07 | Add traceback for exceptions | mahesh | |
2017-11-07 | Beautiful error outputs | maheshgudi | |
2017-11-07 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
detailed_csv_download_quiz Resolved Conflicts: CHANGELOG.txt | |||
2017-11-07 | Fix Conflicts in CHANGELOG.txt | Akshen | |
2017-11-07 | Made changes as per suggestions | prathamesh | |
2017-11-06 | Merge pull request #376 from Akshen/develop | Prabhu Ramachandran | |
Fix Course Ordering in Courses Page | |||
2017-11-06 | Remove extra jQuery file from add_course.html | Akshen | |
-Since jquery-1.9.1.min.js is already present in base, it was removed from add_course.html's script tag | |||
2017-11-06 | Show Latest Active Course on top of Courses Page | Akshen | |
2017-11-06 | Update CHANGELOG | Akshen | |
updates change and required fix i.e Add Course to Save Button in add_course.html | |||
2017-11-04 | Show Active Course on top of Courses Page | Akshen | |
2017-11-03 | Merge pull request #375 from prathamesh920/edit_profile_bug_fix | Prabhu Ramachandran | |
Edit Profile Bug Fix | |||
2017-11-03 | Adds DateTimePicker to Add_Course | Akshen | |
Adds DatetimePicker to start_enroll_time and end_enroll_time fields | |||
2017-11-03 | Update CHANGELOG | Akshen | |
2017-10-31 | Fix Course Ordering in Courses Page | Akshen | |
Latest Course will be shown on Top in Courses Page | |||
2017-10-27 | Edit Profile Bug Fix | prathamesh | |
edit_profile view had a decorator has_profile. So, has_profile will redirect to edit_profile if no profile. But then if I submit my profile form then the has_profile will again redirect to edit_profile, instead of updating my profile. So this cycle will continue endlessly for a user with no profile, and will never be able to create/update his profile! Will face this when user is created via csv upload, django admin or oauth login without pipeline. Also, profile instance is passed to the profile form via get query, which will fail if no profile. Added a views test for the above. Fixed. Additionally that can be thought of later: The has_profile decorator is used for few views only, so one can access views if they know the url, even if they do not have a profile. email edit option for users | |||
2017-10-27 | Excluded teachers and creator form the enrolled users list | prathamesh | |
Changed the HTML select id attribute to name, necessary to track in POST request | |||
2017-10-26 | Removed a testcase check for now | prathamesh | |
As the questions are not assigned in a cleaner way in the setup. Will modify and add the PR improved testcases | |||
2017-10-26 | test models bug fix | prathamesh | |
2017-10-26 | Added to change log | prathamesh | |
2017-10-26 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py | |||
2017-10-26 | CSV download for quiz enhanced | prathamesh | |
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user. | |||
2017-10-25 | Merge pull request #368 from ankitjavalkar/fix-reset-button | Prabhu Ramachandran | |
Fix the Reset Answer javascript and rename it to Clear Text Area | |||
2017-10-25 | Fix the Reset Answer javascript and rename it to Undo Changes | ankitjavalkar | |
2017-10-25 | Merge pull request #369 from maheshgudi/0.7_bugfix | Prabhu Ramachandran | |
Grade User bugfix |