Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-05 | changed questions upload, testcases can also be uploaded | adityacp | |
2016-05-27 | Merge pull request #103 from ankitjavalkar/new-django-travis | Prabhu Ramachandran | |
Update django version in .travis.yml | |||
2016-05-27 | Merge pull request #102 from ankitjavalkar/bootstrap3 | Prabhu Ramachandran | |
Add bootstrap 3 files | |||
2016-05-27 | Merge pull request #99 from adityacp/fix_timezone | Prabhu Ramachandran | |
Fix timezone | |||
2016-05-18 | Fix language registry error | ankitjavalkar | |
2016-05-18 | Update django version in .travis.yml | 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 | added pytz in setup.py | adityacp | |
2016-05-12 | display datetime as per user timezone | adityacp | |
2016-05-10 | Merge pull request #96 from ankitjavalkar/code-eval-refactor-clean2 | Prabhu Ramachandran | |
Code evaluator refactor | |||
2016-05-10 | - Adhere to 80 columns | ankitjavalkar | |
- add docstrings - Fix further tests | |||
2016-05-09 | - Fix tests | ankitjavalkar | |
- Fix minor views.py - Fix minor errors caused due to conflict resolution, rebasing - Fix errors in forms, views - Minor Button label change in addquestion.html - Add snippet to question - Remove commented code | |||
2016-05-05 | Remove commented code and cleanup | ankitjavalkar | |
2016-05-05 | - Fix redirections after saving Question | ankitjavalkar | |
- Rename Cancel button to 'Back to QUestions' in Add Questions page | |||
2016-05-05 | - Modify question - answer validation in views | ankitjavalkar | |
- Modify show_question to include test_cases in template context - Modify question display template - Minor changes in forms and urls for proper rebasing | |||
2016-05-05 | - Add formsets to Add question templates | ankitjavalkar | |
- add/modify test cases in place when adding questions | |||
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 | |
- Add a view and template to list out test cases for particular question - Add a view and template to add/edit test cases | |||
2016-05-05 | Post review improvements: | ankitjavalkar | |
- compiled_output is set during setup - python exec context renamed - _compile_command deprecated | |||
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. ↵ | ankitjavalkar | |
of test cases | |||
2016-05-05 | Add testcase addition templates, views and forms | ankitjavalkar | |
2016-05-05 | - Fix django model test cases for Questions and TestCases | ankitjavalkar | |
- Remove unrequired fields from Question in its models, views and forms | |||
2016-05-05 | - Refactor Scilab, Bash, Java and C | ankitjavalkar | |
- Add Test Cases to reflect refactoring changes - Fix language registry - Add test case for language registry - Fix register in settings - Keep snippet field for now | |||
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 | |
- Change name from python_standard_evaluator to python_assertion_evaluator | |||
2016-05-05 | - Connect test case type models to backend code server | ankitjavalkar | |
- Support for Stdout test case and Standard assertion test case - Add MCQ Test case and support for validations - Remove tester dir | |||
2016-05-05 | Add a python standard out evaluator | ankitjavalkar | |
2016-05-05 | add test case selection | ankitjavalkar | |
2016-05-05 | Language registry altered, Name cleanup: | ankitjavalkar | |
- set_registry will only act when registry is None - _setup, _teardown and _check_code are setup,teardown,check_code - Corresponding name changes in evaluator modules | |||
2016-05-05 | Revert testcase formsets | ankitjavalkar | |
2016-05-05 | Merge pull request #93 from adityacp/load_dump_questions | King | |
Load dump questions | |||
2016-05-05 | change dump json function | adityacp | |
2016-05-05 | model function change | adityacp | |
2016-05-05 | changes for download questions | adityacp | |
2016-05-04 | rebase changes and changes as per comments | adityacp | |
2016-05-04 | test case changes | adityacp | |
2016-05-04 | rebase changes and function name changes | adityacp | |
2016-05-04 | small test case change | adityacp | |
2016-05-04 | added test cases for loading and dumping questions | adityacp | |
2016-05-04 | models testcase changes | adityacp | |
2016-05-04 | further rebase changes | adityacp | |
2016-05-04 | rebase changes | adityacp | |
2016-05-04 | Merge pull request #97 from maheshgudi/grade_user_2 | Prabhu Ramachandran | |
Grade User | |||
2016-05-04 | teachers added to course can grade user | mahesh | |
2016-05-04 | minor changes in views | mahesh | |