Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-13 | Add migration files for release v0.9 | maheshgudi | |
2018-07-13 | Fix unit and selenium tests for simple questions | maheshgudi | |
2018-07-13 | Modify demo questions to make them simpler | maheshgudi | |
- Update default timeout to 6 seconds for Java related code | |||
2018-07-13 | Fix import changes for file_utils | maheshgudi | |
2018-07-13 | Fix bug that changes moderator-student view on every profile save | ankitjavalkar | |
2018-07-13 | Add more tests | ankitjavalkar | |
2018-07-13 | Fix tests | ankitjavalkar | |
2018-07-13 | - Add buttons to Moderator and Student templates | ankitjavalkar | |
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link | |||
2018-07-13 | Allow moderator to switch between student and moderator roles | ankitjavalkar | |
2018-07-12 | Merge pull request #491 from maheshgudi/catch_compilation_error | King | |
Raise appropriate exceptions for C and Java language to the Grader | |||
2018-07-12 | Merge pull request #496 from maheshgudi/questions_yaml | King | |
Question upload can take yaml and zip files | |||
2018-07-12 | Fix multiple testcase error | maheshgudi | |
2018-07-12 | Merge pull request #487 from adityacp/video_lessons_download | King | |
Download course content for offline view | |||
2018-07-12 | Fix unicode issue in grader | maheshgudi | |
2018-07-12 | Make pep8 changes | maheshgudi | |
2018-07-12 | Raise appropriate exceptions for C and Java language to the Grader | maheshgudi | |
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation and testcase compilation errors respectively. - Add test case for C/C++ and Java | |||
2018-07-12 | Modify documentation for question upload | maheshgudi | |
2018-07-12 | Make pep9 changes for question-yaml features | maheshgudi | |
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2018-07-10 | Can directly upload yaml questions without zip | maheshgudi | |
2018-07-10 | Imporve download course offline views test to check files inside zip file | adityacp | |
2018-07-10 | Change in file_utils, forms, models, lesson.css, add_lesson.html, views | adityacp | |
- Add new function in the file_utils to render template - Add webm as supported video format in forms - Add help text in video_file field - Add lesson.css file for adding custom styling for lessons - Add static_files dict in download_course views function | |||
2018-07-10 | Changes in file_utils.py, courses.html, index.html, module.html, unit.html, ↵ | adityacp | |
offline.css - Remove unnecessary list from write_templates_to_zip function in file_utils - Remove styling from index.html, module.html, unit.html - Add offline.css for styling in index.html, module.html, unit.html | |||
2018-07-03 | Add tests to add and remove questions in design question paper | adityacp | |
2018-07-03 | Set marks field as not required in QuestionFilterForm | adityacp | |
2018-07-03 | Update to latest changes | adityacp | |
2018-06-26 | Fix course download to support Python 2 and 3 | adityacp | |
2018-06-26 | Add views test for course download | adityacp | |
2018-06-26 | Changes in template, templatetags and static files | adityacp | |
- Add new templates index.html, module.html, unit.html for course download - Add links in student and moderator templates for course download - Add video js plugin for rendering uploaded lesson video file - Remove jquery-1.4.2 - Add template tag to get formatted names - Change student and moderator lesson template to view lessons files properly | |||
2018-06-26 | Changes in views, models, forms, urls, file_utils | adityacp | |
- Add new view function to download course content - Add new attribute to Lesson model - Add new model methods to add course, module and lesson content - Add validation in forms to check for lesson video file format - Add functions in file_utils to add static files and templates to the zip file | |||
2018-06-18 | Release 0.8.1 changes | adityacp | |
- Add information about feature additions and changes in CHANGELOG.txt - Add migrations for model changes - Change version number in __init__.py | |||
2018-06-07 | Fix test for course status and format error message properly | adityacp | |
2018-06-07 | Format email attachment file path properly | adityacp | |
2018-06-07 | Add tests for bash evaluator | adityacp | |
2018-06-07 | Add tests for views | adityacp | |
2018-06-07 | One more round of pep8 changes | adityacp | |
2018-06-07 | Add tests for models and cpp, java evaluators | adityacp | |
2018-06-07 | Further pep8 changes | adityacp | |
2018-06-07 | Pep8 changes | adityacp | |
2018-06-07 | Merge pull request #469 from adityacp/enhance_course_status | Prabhu Ramachandran | |
Enhance course status | |||
2018-06-07 | Merge pull request #461 from adityacp/fix_quiz_completion | Prabhu Ramachandran | |
Quiz Completion Status | |||
2018-06-07 | Merge pull request #477 from ankitjavalkar/mail-to-bcc | Prabhu Ramachandran | |
Add recipients to BCC field in send_bulk_mail function | |||
2018-05-29 | Change in models, templates, js | adityacp | |
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test | |||
2018-05-14 | Add recipients to BCC field in send_bulk_mail function | ankitjavalkar | |
2018-05-09 | Merge pull request #471 from adityacp/fix_error_messages | Prabhu Ramachandran | |
Python Assertion Evaluation additions and changes | |||
2018-05-09 | Merge pull request #466 from ankitjavalkar/remove-ctx-instance | Prabhu Ramachandran | |
Remove the context instance argument in views.py | |||
2018-04-18 | Add test cases | ankitjavalkar | |
2018-04-17 | Multiple changes in models | ankitjavalkar | |
- Add error message to can_attempt_now Questionpaper model method - Add default value to Quiz time_between_attempt field | |||
2018-04-13 | Change in python test, grader and request handler | adityacp | |
- Add try except in grader to get exceptions for python stdio and python assertion evaluation - Add additional tests - Add condition in request handler to avoid error if codemirror is not instantiated | |||
2018-04-10 | Get answerpaper status for quiz completion | adityacp | |