summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-28added urls and files pathadityacp
2016-07-28added files upload for questionsadityacp
2016-07-28java file based scriptadityacp
2016-07-28cpp file based scriptadityacp
2016-07-28bash file based scriptadityacp
2016-07-27Merge pull request #118 from ankitjavalkar/fix-codemirror-syntaxPrabhu Ramachandran
Minor changes in codemirror and setup.py
2016-07-25- Fix syntax highlighting for c, java, shell and scilabankitjavalkar
- Add social-auth to setup.py
2016-07-15Merge pull request #116 from maheshgudi/documentationKing
Documentation
2016-07-15mentioned read the docs and added readthedocs badge in readmemaheshgudi
2016-07-15mentioned read the docs and added readthedocs badge in readmemaheshgudi
2016-07-15made minor changes in docsmaheshgudi
2016-07-15made changes in conf.pymaheshgudi
2016-07-14added more documentation.maheshgudi
2016-07-13first draft of the Yaksh read the docs documentation.maheshgudi
2016-07-12Merge pull request #115 from maheshgudi/masterPrabhu Ramachandran
minor changes in timezone and change password templates
2016-07-11changed templates for forgot password and change passwordmaheshgudi
2016-07-11made minor changes in creating test quizmaheshgudi
2016-07-11corrected minor changemaheshgudi
2016-07-11minor timezone related changes in models and test casesmaheshgudi
2016-07-09Merge pull request #112 from prathamesh920/oauth-implementationPrabhu Ramachandran
oauth implemented
2016-07-09Changed url pattern in views test to pass the testprathamesh
2016-07-09conflict resolvedprathamesh
2016-07-09next query string not requiredprathamesh
2016-07-09updated travis settingsprathamesh
2016-07-09oauth implementedprathamesh
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-08Merge pull request #114 from ankitjavalkar/login-redirect-url-fixPrabhu Ramachandran
Minor Change: Fix login redirect urls in settings.py
2016-07-08Merge pull request #104 from ankitjavalkar/view-testsPrabhu Ramachandran
Add tests for views
2016-07-08Add timezones while creating quizzes in view testsankitjavalkar
2016-07-08Fix Django versions in travis.yml and minor test errorsankitjavalkar
2016-07-08Add further tests for viewsankitjavalkar
2016-07-08Add tests for viewsankitjavalkar
2016-07-08Minor change: Display reset button only if it is code questionankitjavalkar
2016-07-08Minor 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-08Fix login redirect urls in settings.pyankitjavalkar
2016-07-07Merge pull request #111 from ankitjavalkar/reset-button-fixPrabhu Ramachandran
Display reset button only if it is code question
2016-07-07Merge pull request #110 from manish-kr/patch-1Prabhu Ramachandran
Minor change in requirements.txt | removed comma (,)
2016-07-07Minor change: Display reset button only if it is code questionankitjavalkar
2016-07-06Minor 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-05Merge pull request #108 from adityacp/fix_questions_uploadPrabhu Ramachandran
Fix load and dump questions
2016-07-05Merge pull request #107 from ankitjavalkar/codemirrorPrabhu Ramachandran
Add CodeMirror to Code questions
2016-07-05Merge pull request #101 from maheshgudi/test_modesPrabhu Ramachandran
Test modes
2016-07-05Merge pull request #106 from adityacp/fix_timezonePrabhu Ramachandran
Fix timezone
2016-07-05will not create trial paper object if the quiz has expired or is inactivemaheshgudi
2016-07-05changed tests for questions uploadadityacp
2016-07-05changed questions upload, testcases can also be uploadedadityacp
2016-07-05moderator can now select and delete trial papersmaheshgudi
2016-06-07Escape quotes in codemirrorankitjavalkar
2016-06-06changes as per pep8 in modelsadityacp
2016-06-06changed naive datetime to aware datetime in models.py, views.py, tests.pyadityacp
2016-06-03Add codemirrorankitjavalkar