Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-21 | Merge pull request #452 from ankitjavalkar/change-mgmt-command | Prabhu Ramachandran | |
Add a management command to add users to moderator group | |||
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran | |
Student Dashboard Changes | |||
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran | |
Fix clone course | |||
2018-03-21 | Merge pull request #448 from adityacp/update_docs | Prabhu Ramachandran | |
Update documentation | |||
2018-03-20 | Fix models test case | adityacp | |
2018-03-16 | TestCaseOrder created only mcc/mcq questions | mahesh | |
2018-03-16 | Add shuffle_testcases to QuestionPaper model instead of Question | mahesh | |
2018-03-16 | Improve test cases for TestCaseOrder model | mahesh | |
2018-03-16 | Change TestcaseOrder to TestCaseOrder | mahesh | |
2018-03-16 | Disable/enable shuffle testcase option based on question type | mahesh | |
2018-03-16 | Add test cases for shuffle testcase | mahesh | |
2018-03-16 | Add test case order in view_answerpaper | mahesh | |
2018-03-16 | Add shuffle testcases option to questions | mahesh | |
2018-03-14 | Add one command to create moderator group and add users to the group | ankitjavalkar | |
2018-03-08 | Change model method name in course model | adityacp | |
2018-03-08 | Add additional points for topics | adityacp | |
2018-03-05 | Add an else statement instead of continue keyword | ankitjavalkar | |
2018-03-05 | Add a management command to add users to moderator group | ankitjavalkar | |
2018-02-28 | Change forms.py, models.py, test_models.py and templates | adityacp | |
- Add help text for timezone field in user registration form - Add new method in course model to get days remaining to start a course - Show start time and end time of a course to the students - Disallow to enroll to a course which is not active - Add model test for the new course method | |||
2018-02-27 | Change in models.py, views.py, urls.py, test_views.py, courses.html | adityacp | |
- Allow only deep cloning of a course - Remove tests for shallow course clone | |||
2018-02-27 | Change documentation for courses, modules and quizzes | adityacp | |
2018-02-22 | Change templates, test_views.py, urls.py, views.py | adityacp | |
- Change copy_type to shallow and deep | |||
2018-02-22 | Change version and copyright year | adityacp | |
2018-02-22 | Change in rst | adityacp | |
- Add new documentation according to latest changes - Change existing documentation - Add production deployment in installation section | |||
2018-02-22 | Add new images and change exisiting images as per latest design | adityacp | |
2018-02-20 | Update to latest changes | adityacp | |
2018-02-20 | Add additional tests for clone course | adityacp | |
2018-02-20 | Change in complete.html and courses.html | adityacp | |
- Remove message from complete.html - Add/Change link for clone course | |||
2018-02-20 | Change in models.py, views.py and ursl.py | adityacp | |
- Change urls to take two types of course clone - Change view duplicate_course to copy or clone depending on type - Change view function prof_manage to avoid error while deleting trial answerpapers - Add new model methods for course, module, unit, lesson and quiz to create copies | |||
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 | 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 |