Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-14 | Add one command to create moderator group and add users to the group | ankitjavalkar | |
2018-03-05 | Add an else statement instead of continue keyword | ankitjavalkar | |
2018-03-05 | Update CHANGELOG | ankitjavalkar | |
2018-03-05 | Add a management command to add users to moderator group | ankitjavalkar | |
2018-02-20 | Merge pull request #444 from adityacp/fix_readme | Mahesh Gudi | |
Fix README.rst | |||
2018-02-20 | Change production deployment link from md to rst | adityacp | |
2018-02-15 | Merge pull request #436 from adityacp/fixes_lesson_feature | Prabhu Ramachandran | |
Additions and fixes for lesson feature | |||
2018-02-15 | Merge pull request #430 from maheshgudi/multiple_answerpaper | Prabhu Ramachandran | |
Fix multiple Answerpaper objects returned error | |||
2018-02-15 | Merge pull request #417 from ankitjavalkar/time-between-attempts | Prabhu Ramachandran | |
Change time_between_attempts field unit Hours | |||
2018-02-15 | Change in models, test_models and views | adityacp | |
- Change learning module test to remove units from course status after successful test run - Remove unnecessary comments from views - Remove unnecessary condition from module get_status method | |||
2018-02-13 | Add test case | ankitjavalkar | |
2018-02-08 | Change Selenium tests | adityacp | |
2018-02-08 | Change in test_views and test_models | adityacp | |
- Add views test to check active status for lesson and learning module - Change models test for module get_status method | |||
2018-02-08 | Change in templates | adityacp | |
- Show error messages properly in 404.html - Show Lesson and LearningModule active/deactive status in courses.html - Disable home button for student - Add proper redirections and form submissions to edit/view question paper | |||
2018-02-08 | Change in forms.py, views.py and models.py | adityacp | |
- Add new attribute active in lesson and learningmodule model - Change learningmodule get_status method - Add condition in lesson, quiz and module views to check if module is active or not | |||
2018-02-07 | Add course as a unique constraint | mahesh | |
2018-01-30 | Add test cases to check for duplicate answerpapers | mahesh | |
2018-01-30 | Fix bug in make_answerpaper | mahesh | |
2018-01-19 | Merge pull request #426 from adityacp/fix_lessons_redirect | Prabhu Ramachandran | |
Fix lessons related bug | |||
2018-01-19 | Merge pull request #424 from adityacp/fix_question_paper_edit | Prabhu Ramachandran | |
Fix Question Paper and Course related issue | |||
2018-01-19 | Change in views and templates | adityacp | |
- Add active field for exercise form - Fix views test case for creating exercise - Show question paper for exercise | |||
2018-01-19 | Improve views test cases for lessons bug | adityacp | |
2018-01-19 | Improve views test case for questionpaper | adityacp | |
2018-01-18 | Add docstring to update course status view function | adityacp | |
2018-01-18 | Add test to check if module is completed at unit level | adityacp | |
2018-01-18 | Update to latest changes from master | adityacp | |
2018-01-18 | Change in views.py and models.py | adityacp | |
- Fetch all the answerpapers using questionpaper and course instead of only questionpaper | |||
2018-01-17 | Change views.py and test_views.py | adityacp | |
- Add a condition to disallow a teacher to become course creator - Add test to check if a teacher does not become course creator | |||
2018-01-16 | Change template, urls.py, views.py | adityacp | |
- Change show_video.html to empty module - Add condition to check if module is completed for the corresponding unit | |||
2018-01-16 | Change in template, test_views, urls and views | adityacp | |
- Allow teacher to edit questionpaper for a quiz - Add test to check if teacher is allowed to edit questionpaper for a quiz | |||
2018-01-15 | Merge pull request #422 from adityacp/show_course_status | Prabhu Ramachandran | |
Show course status | |||
2018-01-14 | Change in models.py, course.js and course_detail.html | adityacp | |
- Merge future imports in models into one - Add table sorter in course.js and course_detail.html | |||
2018-01-13 | Format column for csv download | adityacp | |
2018-01-13 | Remove unnecessary function from custom_filters.py | adityacp | |
2018-01-12 | Add views and models tests for course status | adityacp | |
2018-01-12 | Change in js, templates and custom_filters | adityacp | |
- Add js function to download csv data for course status - Show course status - Add new custom functions to view student status for a course | |||
2018-01-12 | Change in models.py, views.py and urls.py | adityacp | |
- Add new model methods to calculate percent of module and course completion - Add new view function for displaying course status - Add new url to redirect to course status | |||
2018-01-11 | - Change time_between_attempts field unit Hours | ankitjavalkar | |
- Fix bug causing exception when only a single quiz exists with no questionpaper | |||
2018-01-08 | Merge pull request #416 from adityacp/enhance_yaksh_ui | Prabhu Ramachandran | |
Enhance yaksh design | |||
2018-01-08 | Merge pull request #415 from maheshgudi/yaksh_ui_changes | Prabhu Ramachandran | |
See previous questions in exercise and other bug fixes | |||
2018-01-08 | Change in css and templates | adityacp | |
- Allow horizontal scroll for sidebar in dashboard.css - Change templates to display all modules - Change error messages in course template | |||
2018-01-08 | Change in models.py and views.py | adityacp | |
- Add new model method for course to check last unit and get next module - Change views to allow student to redirect to next module | |||
2018-01-08 | Separate solution div from question description div | maheshgudi | |
2018-01-08 | Allow access to previous completed questions in exercises | maheshgudi | |
2018-01-08 | Merge pull request #414 from adityacp/fix_oauth_login | Prabhu Ramachandran | |
Fix Oauth email verification | |||
2018-01-08 | Fix assignment upload question | maheshgudi | |
2018-01-08 | Add instructions for demo quiz | maheshgudi | |
2018-01-08 | Change user.py to set email_verified to True for oauth based login | adityacp | |
2018-01-05 | Merge pull request #404 from ankitjavalkar/add-docker-compose-test | Prabhu Ramachandran | |
Add docker compose deployment | |||
2018-01-04 | Replace hardcoded codeserver URL in regrade method within models | ankitjavalkar | |