Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | set_password to convert into hash | prathamesh | |
2017-11-13 | Added test case for add, update and remove | prathamesh | |
2017-11-13 | if password is empty then defaults to email | prathamesh | |
2017-11-13 | csv can now take extra fields related to profile. | prathamesh | |
Updates if the username is same. Additional csv header "remove" added, to remove user from the course. | |||
2017-11-13 | Fix Error table layout in grade_user, view_answerpaper, user_data | maheshgudi | |
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 | Optimised the code and added dialect while reading to handle different | prathamesh | |
delimiters | |||
2017-11-10 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
upload_users_csv | |||
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 | Need nested try..except in is_csv | prathamesh | |
2017-11-07 | Removed nested try..except | prathamesh | |
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 | Added info for upload | prathamesh | |
converted list to set as dict.keys() returns list in python 2.7 | |||
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-06 | Upload user to the course via csv. | prathamesh | |
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv | |||
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 |