Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-14 | added more documentation. | maheshgudi | |
2016-07-13 | first draft of the Yaksh read the docs documentation. | maheshgudi | |
2016-07-12 | Merge pull request #115 from maheshgudi/master | Prabhu Ramachandran | |
minor changes in timezone and change password templates | |||
2016-07-11 | changed templates for forgot password and change password | maheshgudi | |
2016-07-11 | made minor changes in creating test quiz | maheshgudi | |
2016-07-11 | corrected minor change | maheshgudi | |
2016-07-11 | minor timezone related changes in models and test cases | maheshgudi | |
2016-07-09 | Merge pull request #112 from prathamesh920/oauth-implementation | Prabhu Ramachandran | |
oauth implemented | |||
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 | |
User can login via google and facebook. If user logs in from google and then later the same user logs in from facebook, then he will be considered as the same user if the email registered on facebook is of gmail. User profile will be created when user logs in via facebook or google. In yaksh pipeline, user.py is used to create profile. Pipeline settings is defined that defines the functions to be executed during oauth. Used bootstrap social and Font Awesome for UI design | |||
2016-07-08 | Merge pull request #114 from ankitjavalkar/login-redirect-url-fix | Prabhu Ramachandran | |
Minor Change: Fix login redirect urls in settings.py | |||
2016-07-08 | Merge pull request #104 from ankitjavalkar/view-tests | Prabhu Ramachandran | |
Add tests for views | |||
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 | |
While running the command `pip install -r requirements.txt` the following error is observed: "InvalidRequirement: Invalid requirement, parse error at "u',' " Fix: Removed ',' after each module name in requirements.txt to fix the error. | |||
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 | |
Display reset button only if it is code question | |||
2016-07-07 | Merge pull request #110 from manish-kr/patch-1 | Prabhu Ramachandran | |
Minor change in requirements.txt | removed comma (,) | |||
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 | |
While running the command `pip install -r requirements.txt` the following error is observed: "InvalidRequirement: Invalid requirement, parse error at "u',' " Fix: Removed ',' after each module name in requirements.txt to fix the error. | |||
2016-07-05 | Merge pull request #108 from adityacp/fix_questions_upload | Prabhu Ramachandran | |
Fix load and dump questions | |||
2016-07-05 | Merge pull request #107 from ankitjavalkar/codemirror | Prabhu Ramachandran | |
Add CodeMirror to Code questions | |||
2016-07-05 | Merge pull request #101 from maheshgudi/test_modes | Prabhu Ramachandran | |
Test modes | |||
2016-07-05 | Merge pull request #106 from adityacp/fix_timezone | Prabhu Ramachandran | |
Fix timezone | |||
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 | |