Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | Merge pull request #509 from maheshgudi/remove_yaksh_cli | King | |
Remove yaksh-cli | |||
2018-07-31 | Merge pull request #502 from adityacp/fix_assignment_upload | King | |
Fix assignment upload | |||
2018-07-25 | Make pep8 changes in setup.py | maheshgudi | |
2018-07-25 | Remove yaksh cli | maheshgudi | |
2018-07-20 | Raise 404 error if course and question paper are not available | adityacp | |
2018-07-20 | Make course_id compulsory argument in download_assignment_file view function ↵ | adityacp | |
and format error message | |||
2018-07-20 | Merge pull request #503 from ankitjavalkar/add-home-redirect | ankitjavalkar | |
Add a redirect from url / to /exam | |||
2018-07-18 | Add a redirect from url / to /exam | ankitjavalkar | |
2018-07-17 | Fix failing tests for models and views | adityacp | |
2018-07-17 | Change views tests for assignment uploads | adityacp | |
2018-07-17 | Create assignment upload files for a particular course instead of quiz | adityacp | |
2018-07-13 | Merge pull request #501 from adityacp/default_video_in_lessson | King | |
Add default video in demo lesson | |||
2018-07-13 | Add default video in demo lesson | adityacp | |
2018-07-13 | Merge pull request #500 from maheshgudi/release-0.9 | Mahesh Gudi | |
Update migrations to fix order error | |||
2018-07-13 | Update migrations to fix order error | maheshgudi | |
2018-07-13 | Merge pull request #499 from FOSSEE/release-0.9 | King | |
Add is_moderator in fixtures | |||
2018-07-13 | Fix minor issue in selenium | prathamesh | |
2018-07-13 | Merge pull request #498 from maheshgudi/release-0.9v0.9.0 | King | |
release v0.9 | |||
2018-07-13 | Fix minor issue in selenium | prathamesh | |
2018-07-13 | pep8 cleanup for release v0.9 | maheshgudi | |
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 | Update changelog for release v0.9 | mahesh | |
2018-07-13 | Merge pull request #480 from ankitjavalkar/toggle-mod | King | |
[Role based implementation] Allow moderator to switch between student and moderator roles | |||
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 | Merge pull request #497 from adityacp/change_readme | King | |
Change README | |||
2018-07-12 | Fix multiple testcase error | maheshgudi | |
2018-07-12 | Remove makemigrations command from production readme instructions | adityacp | |
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 | Merge pull request #489 from adityacp/search_tags_in_design_qp | King | |
Get questions using tags during question paper setup | |||
2018-07-12 | Change README for local and production deployment | adityacp | |
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 | |