summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-08-25Merge pull request #312 from maheshgudi/yaml_questionsPrabhu Ramachandran
Yaml serialized questions
2017-08-25Fixes order in demo_questions.zipmahesh
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip
2017-08-24Merge branch 'yaml_questions' of https://github.com/maheshgudi/online_test ↵mahesh
into yaml_questions
2017-08-24Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
yaml_questions
2017-08-24Merge pull request #305 from ankitjavalkar/has-profile-fixPrabhu Ramachandran
Add a has_profile decorator
2017-08-24Adds alphabetical order during yaml serializingmaheshgudi
2017-08-24Add review changes and more testsankitjavalkar
2017-08-24Add a has_profile decoratorankitjavalkar
2017-08-24Merge branch 'improve-code-server' of github.com:prathamesh920/online_test ↵Prabhu Ramachandran
into improve-code-server
2017-08-24Merge pull request #311 from ankitjavalkar/show_enrolled_hidden_crsPrabhu Ramachandran
Display all hidden courses with pending enrollment requests
2017-08-24Merge pull request #300 from ankitjavalkar/validate-quiz-prerequisitePrabhu Ramachandran
Validate quiz prerequisite field
2017-08-24Merge pull request #295 from adityacp/bulk_emailPrabhu Ramachandran
Send emails to students enrolled in a course
2017-08-23Added custom expected condition classprathamesh
To check if the ontop div display is none. If so then the selenium will proceed ahead else wait for the div property to change. Currently I have not specified the actual exception in try except, will add later Modified JS to handle ontop div
2017-08-22Merge branch 'improve-code-server' of https://github.com/FOSSEE/online_test ↵prathamesh
into improve-code-server
2017-08-22Change test_views for send mail testadityacp
2017-08-22Change course.js, course_detail.html and views.pyadityacp
- Change form submission for send email in js - Change template and view variable for mail status
2017-08-20Merge branch 'improve-code-server' of github.com:prathamesh920/online_test ↵Prabhu Ramachandran
into improve-code-server
2017-08-20Safely handle code checking process being killed.Prabhu Ramachandran
While waiting for a result, if the process is not alive, it returns an error status and restarts another process to continue working.
2017-08-18Adds quit quiz function in seleniummahesh
2017-08-18Added 8 seconds sleep in selenium test for now.prathamesh
As implicit wait is not functioning as desired. Added sleep for now. Since new exam interface has AJAX request response, so interface sets a blank div on top of all divs to prevent further events till a response is received. So selenium does not get the required HTML element at that period. And 8 seconds because for infinite loop server responds after 4 seconds.