Age | Commit message (Expand) | Author |
2016-07-09 | Merge pull request #112 from prathamesh920/oauth-implementation | Prabhu Ramachandran |
2016-07-09 | Changed url pattern in views test to pass the test | prathamesh |
2016-07-09 | conflict resolved | prathamesh |
2016-07-09 | next query string not required | prathamesh |
2016-07-09 | updated travis settings | prathamesh |
2016-07-09 | oauth implemented | prathamesh |
2016-07-08 | Merge pull request #114 from ankitjavalkar/login-redirect-url-fix | Prabhu Ramachandran |
2016-07-08 | Merge pull request #104 from ankitjavalkar/view-tests | Prabhu Ramachandran |
2016-07-08 | Add timezones while creating quizzes in view tests | ankitjavalkar |
2016-07-08 | Fix Django versions in travis.yml and minor test errors | ankitjavalkar |
2016-07-08 | Add further tests for views | ankitjavalkar |
2016-07-08 | Add tests for views | ankitjavalkar |
2016-07-08 | Minor change: Display reset button only if it is code question | ankitjavalkar |
2016-07-08 | Minor change in requirements.txt | manish-kr |
2016-07-08 | Fix login redirect urls in settings.py | ankitjavalkar |
2016-07-07 | Merge pull request #111 from ankitjavalkar/reset-button-fix | Prabhu Ramachandran |
2016-07-07 | Merge pull request #110 from manish-kr/patch-1 | Prabhu Ramachandran |
2016-07-07 | Minor change: Display reset button only if it is code question | ankitjavalkar |
2016-07-06 | Minor change in requirements.txt | manish-kr |
2016-07-05 | Merge pull request #108 from adityacp/fix_questions_upload | Prabhu Ramachandran |
2016-07-05 | Merge pull request #107 from ankitjavalkar/codemirror | Prabhu Ramachandran |
2016-07-05 | Merge pull request #101 from maheshgudi/test_modes | Prabhu Ramachandran |
2016-07-05 | Merge pull request #106 from adityacp/fix_timezone | Prabhu Ramachandran |
2016-07-05 | will not create trial paper object if the quiz has expired or is inactive | maheshgudi |
2016-07-05 | changed tests for questions upload | adityacp |
2016-07-05 | changed questions upload, testcases can also be uploaded | adityacp |
2016-07-05 | moderator can now select and delete trial papers | maheshgudi |
2016-06-07 | Escape quotes in codemirror | ankitjavalkar |
2016-06-06 | changes as per pep8 in models | adityacp |
2016-06-06 | changed naive datetime to aware datetime in models.py, views.py, tests.py | adityacp |
2016-06-03 | Add codemirror | ankitjavalkar |
2016-06-01 | changed mode argument to bool type | maheshgudi |
2016-06-01 | changed mode argument to bool type | maheshgudi |
2016-06-01 | removed some is_trial parameter | maheshgudi |
2016-05-27 | modified to make code pep8 compliant | maheshgudi |
2016-05-27 | removed HttpRequest from imports in views | maheshgudi |
2016-05-27 | removed exclude from course form | maheshgudi |
2016-05-27 | home button will redirect moderators to exam/manage instead of exam/quizzes | maheshgudi |
2016-05-27 | added no prerequisite required condition | maheshgudi |
2016-05-27 | fixed model manager method name changes in testcases | maheshgudi |
2016-05-27 | fixed model manager method name changes in testcases | maheshgudi |
2016-05-27 | added docstrings to manager methods | maheshgudi |
2016-05-27 | added help for user mode and god mode | maheshgudi |
2016-05-27 | added js function to alert user for prerequisites | maheshgudi |
2016-05-27 | minor changes in test_mode function | maheshgudi |
2016-05-27 | changed model manager names | maheshgudi |
2016-05-27 | added tests to usermode, godmode and test questions | maheshgudi |
2016-05-27 | minor changes in redirection for test_mode | maheshgudi |
2016-05-27 | added test selected button in showquestions | maheshgudi |
2016-05-27 | added test mode buttons in addquiz | maheshgudi |