Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-22 | Merge pull request #331 from maheshgudi/fix_change_password | Prabhu Ramachandran | |
Fix change password and other bug fixes. | |||
2017-09-19 | Fixes Nonetype object has attribute 'encode' error | maheshgudi | |
2017-09-19 | Fixes change password feature for moderators. | maheshgudi | |
2017-09-15 | Merge pull request #326 from FOSSEE/improve-code-server | Prabhu Ramachandran | |
Improve code server | |||
2017-09-12 | Change in variable name | prathamesh | |
2017-09-08 | Modifications as per comments on PR - II | prathamesh | |
2017-09-08 | Modification as per comments on the PR | prathamesh | |
2017-09-05 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/views.py | |||
2017-09-05 | Removed redundancy from request handler JS | prathamesh | |
2017-09-05 | Merge pull request #324 from maheshgudi/bugfix_multiple_answerpaper | Prabhu Ramachandran | |
Minor Bug fix (Anonymous User and Multiple Answerpaper errors) | |||
2017-09-05 | Fixes minor mistake. | maheshgudi | |
2017-09-02 | Issue after merge resolved | prathamesh | |
2017-09-02 | Merge branch 'improve-code-server' of https://github.com/FOSSEE/online_test ↵ | prathamesh | |
into improve-code-server | |||
2017-09-02 | Resolved Conflicts | prathamesh | |
2017-09-01 | Rebase changes | mahesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py | |||
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html | |||
2017-09-01 | Merge pull request #309 from ankitjavalkar/fix-closed-course | Prabhu Ramachandran | |
Fix bug to prevent students from attempting pre-enrolled deactivated course | |||
2017-09-01 | Merge pull request #302 from maheshgudi/add_tag_search | Prabhu Ramachandran | |
Search questions using tag | |||
2017-09-01 | Merge pull request #325 from maheshgudi/maintain_firefox_version | Prabhu Ramachandran | |
Installs Firefox v46.0 on Travis CI | |||
2017-09-01 | Removed all the checkpoints set for selenium tests on travis | prathamesh | |
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-01 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
add_tag_search | |||
2017-09-01 | Adds test case to check if multiple answerpapers for same arguments are not ↵ | mahesh | |
created. | |||
2017-09-01 | User Cannot skip/jump attempt numbers. Forces incremental nature of attempt ↵ | maheshgudi | |
number. | |||
2017-09-01 | updated travis config and added print to debug on travis | prathamesh | |
2017-08-31 | Installs Firefox v46.0 on Travis CI | maheshgudi | |
- 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-30 | Fixes Multiple answerpaper objects returned bug | mahesh | |
2017-08-29 | Fixes 'AnonymousUser' object is not iterable bug. | mahesh | |
2017-08-28 | Add changes to make PEP8 compliant | ankitjavalkar | |
2017-08-28 | Fix bug: Prevent students from attempting pre-enrolled deactivated courses | ankitjavalkar | |
2017-08-25 | Merge pull request #312 from maheshgudi/yaml_questions | Prabhu Ramachandran | |
Yaml serialized questions | |||
2017-08-25 | Fixes order in demo_questions.zip | mahesh | |
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip | |||
2017-08-24 | Merge branch 'yaml_questions' of https://github.com/maheshgudi/online_test ↵ | mahesh | |
into yaml_questions | |||
2017-08-24 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-08-24 | Merge pull request #305 from ankitjavalkar/has-profile-fix | Prabhu Ramachandran | |
Add a has_profile decorator | |||
2017-08-24 | Adds alphabetical order during yaml serializing | maheshgudi | |
2017-08-24 | Add review changes and more tests | ankitjavalkar | |
2017-08-24 | Add a has_profile decorator | ankitjavalkar | |
2017-08-24 | Merge branch 'improve-code-server' of github.com:prathamesh920/online_test ↵ | Prabhu Ramachandran | |
into improve-code-server | |||
2017-08-24 | Merge pull request #311 from ankitjavalkar/show_enrolled_hidden_crs | Prabhu Ramachandran | |
Display all hidden courses with pending enrollment requests | |||
2017-08-24 | Merge pull request #300 from ankitjavalkar/validate-quiz-prerequisite | Prabhu Ramachandran | |
Validate quiz prerequisite field | |||
2017-08-24 | Merge pull request #295 from adityacp/bulk_email | Prabhu Ramachandran | |
Send emails to students enrolled in a course | |||
2017-08-23 | Added custom expected condition class | prathamesh | |
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-22 | Merge branch 'improve-code-server' of https://github.com/FOSSEE/online_test ↵ | prathamesh | |
into improve-code-server | |||
2017-08-22 | Change test_views for send mail test | adityacp | |
2017-08-22 | Change course.js, course_detail.html and views.py | adityacp | |
- Change form submission for send email in js - Change template and view variable for mail status | |||
2017-08-20 | Merge branch 'improve-code-server' of github.com:prathamesh920/online_test ↵ | Prabhu Ramachandran | |
into improve-code-server | |||
2017-08-20 | Safely 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-18 | Adds quit quiz function in selenium | mahesh | |
2017-08-18 | Added 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. |