Age | Commit message (Expand) | Author |
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 |
2016-05-27 | added urls for test_modes | maheshgudi |
2016-05-27 | excludes is_trial in course, quiz forms | maheshgudi |
2016-05-27 | added model manager methods for creating trial_course,quiz and questionpaper | maheshgudi |
2016-05-27 | added view functions for godmode, usermode and test_questions | maheshgudi |
2016-05-27 | Merge pull request #103 from ankitjavalkar/new-django-travis | Prabhu Ramachandran |
2016-05-27 | Merge pull request #102 from ankitjavalkar/bootstrap3 | Prabhu Ramachandran |
2016-05-18 | Fix language registry error | ankitjavalkar |
2016-05-17 | comment changes | adityacp |
2016-05-12 | Add bootstrap 3 files | ankitjavalkar |
2016-05-12 | rebase changes and comments changes | adityacp |
2016-05-12 | changes in travis.yml | adityacp |
2016-05-12 | display datetime as per user timezone | adityacp |
2016-05-10 | - Adhere to 80 columns | ankitjavalkar |
2016-05-09 | - Fix tests | ankitjavalkar |
2016-05-05 | Remove commented code and cleanup | ankitjavalkar |
2016-05-05 | - Fix redirections after saving Question | ankitjavalkar |
2016-05-05 | - Modify question - answer validation in views | ankitjavalkar |
2016-05-05 | - Add formsets to Add question templates | ankitjavalkar |
2016-05-05 | Modify get_form_object method in forms.py | ankitjavalkar |
2016-05-05 | Add views, forms and templates (with JS) for new test cases: | ankitjavalkar |
2016-05-05 | Post review improvements: | ankitjavalkar |
2016-05-05 | add compile_code function to compile before checking | ankitjavalkar |
2016-05-05 | Multiple test cases passed as dicts, check_code() is iterated based on no. of... | ankitjavalkar |
2016-05-05 | Add testcase addition templates, views and forms | ankitjavalkar |
2016-05-05 | - Fix django model test cases for Questions and TestCases | ankitjavalkar |
2016-05-05 | - Refactor Scilab, Bash, Java and C | ankitjavalkar |
2016-05-05 | Add anti-cheating for python stdout evaluator and modify test | ankitjavalkar |
2016-05-05 | Refactor C/CPP code evaluator and add test cases | ankitjavalkar |
2016-05-05 | - Add test cases for multiple python evaluators | ankitjavalkar |