summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-13set_password to convert into hashprathamesh
2017-11-13Added test case for add, update and removeprathamesh
2017-11-13if password is empty then defaults to emailprathamesh
2017-11-13csv 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-13Fix Error table layout in grade_user, view_answerpaper, user_datamaheshgudi
2017-11-10Merge pull request #384 from ankitjavalkar/fix-extra-field-testcasePrabhu Ramachandran
Prepopulate the test case type field when adding test cases to questions
2017-11-10Merge pull request #380 from maheshgudi/beautify_assertionsPrabhu Ramachandran
Prettify assertion error output
2017-11-10Remove traceback for recursion and/or runtime errors.maheshgudi
2017-11-10Add textwrap for assertion error tablemaheshgudi
2017-11-10Optimised the code and added dialect while reading to handle differentprathamesh
delimiters
2017-11-10Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
upload_users_csv
2017-11-10Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
beautify_assertions
2017-11-10Pretty exceptions for hook code.mahesh
2017-11-10No tracebacks if longer than 5 lines.mahesh
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change.
2017-11-09Prepopulate the test case type field when adding test cases to questionsankitjavalkar
2017-11-09Merge pull request #379 from ankitjavalkar/better-installer-single-mountPrabhu Ramachandran
Installation and Quickstart script using PyInvoke
2017-11-09Add a flag for python version while running code server in unsafe modeankitjavalkar
2017-11-09- Add explicit write permissions to output dirankitjavalkar
- 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 itankitjavalkar
- Fix README based on feedback
2017-11-08- Add ruaml dependency to requirements-commonankitjavalkar
- Add print stdout prompts to tasks.py
2017-11-08Add makemigrations and loaddata command to serve commandankitjavalkar
2017-11-08- Add pytest as a requirement to the requirements fileankitjavalkar
- Modify image name in tasks.py
2017-11-08Fix test casesankitjavalkar
2017-11-08Updated CHANGELOG and READMEankitjavalkar
2017-11-08Add further changes to invoke script and yaksh-scriptankitjavalkar
2017-11-08- Add a pyinvoke based script for running the django server and code serverankitjavalkar
- 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-08Remove FIXTURE_DIR variable from settings.pyankitjavalkar
2017-11-07Merge pull request #373 from prathamesh920/detailed_csv_download_quizPrabhu Ramachandran
Detailed csv download quiz
2017-11-07Merge pull request #377 from Akshen/datetimePrabhu Ramachandran
Adds DateTimePicker to Add_Course
2017-11-07Modify answerpaper wrt to changes in assertion error outputmaheshgudi
2017-11-07Modify testcases wrt changes in assertion error outputmaheshgudi
2017-11-07Change module compare_stdio to error_messagesmaheshgudi
2017-11-07Add traceback for exceptionsmahesh
2017-11-07Beautiful error outputsmaheshgudi
2017-11-07Need nested try..except in is_csvprathamesh
2017-11-07Removed nested try..exceptprathamesh
2017-11-07Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz Resolved Conflicts: CHANGELOG.txt
2017-11-07Fix Conflicts in CHANGELOG.txtAkshen
2017-11-07Made changes as per suggestionsprathamesh
2017-11-06Merge pull request #376 from Akshen/developPrabhu Ramachandran
Fix Course Ordering in Courses Page
2017-11-06Remove extra jQuery file from add_course.htmlAkshen
-Since jquery-1.9.1.min.js is already present in base, it was removed from add_course.html's script tag
2017-11-06Added info for uploadprathamesh
converted list to set as dict.keys() returns list in python 2.7
2017-11-06Show Latest Active Course on top of Courses PageAkshen
2017-11-06Update CHANGELOGAkshen
updates change and required fix i.e Add Course to Save Button in add_course.html
2017-11-06Upload 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-04Show Active Course on top of Courses PageAkshen
2017-11-03Merge pull request #375 from prathamesh920/edit_profile_bug_fixPrabhu Ramachandran
Edit Profile Bug Fix
2017-11-03Adds DateTimePicker to Add_CourseAkshen
Adds DatetimePicker to start_enroll_time and end_enroll_time fields
2017-11-03Update CHANGELOGAkshen
2017-10-31Fix Course Ordering in Courses PageAkshen
Latest Course will be shown on Top in Courses Page