summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-05Merge pull request #346 from maheshgudi/hotfix7Prabhu Ramachandran
Use MCQ/MCC testcases id instead of options to validate answer
2017-10-05Use MCQ/MCC testcases id instead of options to validate answermaheshgudi
2017-10-05Merge pull request #344 from ankitjavalkar/allow-paper-revisitPrabhu Ramachandran
Allow user to quit the paper manually and revisit the paper if necessary
2017-10-05Merge pull request #345 from prathamesh920/multiline-snippetPrabhu Ramachandran
Changed snippet to textfield.
2017-10-05changed div class to avoid conflict with bootstrapprathamesh
2017-10-05Fix breaking testsankitjavalkar
2017-10-05Changed snippet to textfield.prathamesh
Not pushing migration file, as it will be merged with release.
2017-10-05Allow user to quit the paper manually and revisit the paper if necessaryankitjavalkar
2017-10-05Merge pull request #342 from adityacp/show_user_infoPrabhu Ramachandran
Show user info
2017-10-05Show logged in user info in all templatesadityacp
2017-10-05Merge pull request #341 from FOSSEE/hotfix7Prabhu Ramachandran
Hotfix7
2017-10-05Add test to fetch latest answer from answerpaperadityacp
2017-10-05Update grade user UImahesh
2017-10-05Will return the last answer submittedKing
2017-10-04Rename class TestCheck to TestQuestionPaper in test_views.pyadityacp
2017-10-04Change get_latest_answer in Answerpaper model to order by idadityacp
2017-10-04Add tests to check updated Answerpaper marksadityacp
2017-10-04User can see previously submitted answers for non code questionsmaheshgudi
2017-10-04Update non-code and non-upload answers instead of creating a new onemaheshgudi
2017-10-04Fix bug to prevent saving a code question answer on skipankitjavalkar
2017-09-22Merge pull request #331 from maheshgudi/fix_change_passwordPrabhu Ramachandran
Fix change password and other bug fixes.
2017-09-19Fixes Nonetype object has attribute 'encode' errormaheshgudi
2017-09-19Fixes change password feature for moderators.maheshgudi
2017-09-15Merge pull request #326 from FOSSEE/improve-code-serverPrabhu Ramachandran
Improve code server
2017-09-12Change in variable nameprathamesh
2017-09-08Modifications as per comments on PR - IIprathamesh
2017-09-08Modification as per comments on the PRprathamesh
2017-09-05Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: yaksh/views.py
2017-09-05Removed redundancy from request handler JSprathamesh
2017-09-05Merge pull request #324 from maheshgudi/bugfix_multiple_answerpaperPrabhu Ramachandran
Minor Bug fix (Anonymous User and Multiple Answerpaper errors)
2017-09-05Fixes minor mistake.maheshgudi
2017-09-02Issue after merge resolvedprathamesh
2017-09-02Merge branch 'improve-code-server' of https://github.com/FOSSEE/online_test ↵prathamesh
into improve-code-server
2017-09-02Resolved Conflictsprathamesh
2017-09-01Rebase changesmahesh
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html
2017-09-01Merge pull request #309 from ankitjavalkar/fix-closed-coursePrabhu Ramachandran
Fix bug to prevent students from attempting pre-enrolled deactivated course
2017-09-01Merge pull request #302 from maheshgudi/add_tag_searchPrabhu Ramachandran
Search questions using tag
2017-09-01Merge pull request #325 from maheshgudi/maintain_firefox_versionPrabhu Ramachandran
Installs Firefox v46.0 on Travis CI
2017-09-01Removed all the checkpoints set for selenium tests on travisprathamesh
javascript strings includes method changed to indexOf, as includes belongs to ES6. This was the main reason for failure of selenium tests on travis.
2017-09-01Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
add_tag_search
2017-09-01Adds test case to check if multiple answerpapers for same arguments are not ↵mahesh
created.
2017-09-01User Cannot skip/jump attempt numbers. Forces incremental nature of attempt ↵maheshgudi
number.
2017-09-01updated travis config and added print to debug on travisprathamesh
2017-08-31Installs Firefox v46.0 on Travis CImaheshgudi
- Selenium v2.53.6 works perfectly with Firefox v46.0. Travis CI is expected to keep upgrading their default linux distribution, which might not have Firefox v46.0 in it's repository. Hence we enforce Travis CI to install Firefox v46.0. Firefox version might have to be changed as the selenium version changes.
2017-08-30Fixes Multiple answerpaper objects returned bugmahesh
2017-08-29Fixes 'AnonymousUser' object is not iterable bug.mahesh
2017-08-28Add changes to make PEP8 compliantankitjavalkar
2017-08-28Fix bug: Prevent students from attempting pre-enrolled deactivated coursesankitjavalkar