Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-03 | Merge pull request #671 from ankitjavalkar/fix-stdio | ankitjavalkar | |
Allow stdio expected input to be optional and miscellanous UI fixes | |||
2020-04-03 | Minor fixes based on feedback | ankitjavalkar | |
2020-04-02 | Merge pull request #670 from prathamesh920/R-tests-N-codemirror-mode | Palaparthy Adityachandra | |
Add tests for R evaluator and codemirror R mode | |||
2020-04-02 | Merge pull request #673 from adityacp/fix_course_design_workflow | Palaparthy Adityachandra | |
Fix UI/UX for creating course modules, lessons, quizzes | |||
2020-04-02 | Optimize code to add unit to module only on creation | adityacp | |
2020-04-01 | Fix custom middleware according to django 3 | adityacp | |
2020-03-31 | Change course_modules.html and views.py | adityacp | |
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules | |||
2020-03-31 | Update the units and modules order on creation | adityacp | |
2020-03-30 | Change templates, js, views | adityacp | |
- Show module name in design module page - Fix tooltip in design course and design module page - Change order of sidebar menu in course detail page | |||
2020-03-28 | Change in course modules template, views | adityacp | |
- Remove redirect url from views - Allow to edit module | |||
2020-03-28 | Fix workflow for creating modules, lessons, quizzes | adityacp | |
2020-03-27 | Allow stdio expected input to be optional and miscellanous UI fixes | ankitjavalkar | |
2020-03-27 | Add R installation for travis | prathamesh | |
2020-03-27 | Add tests for R evaluator and codemirror R mode | prathamesh | |
2020-03-19 | Resolve conflicts in the courses view | adityacp | |
2020-03-19 | Remove usage of module six | adityacp | |
2020-03-19 | button tag changed to attribute tag | manojvaghela | |
2020-03-18 | Search bar - related testing views added | manojvaghela | |
2020-03-18 | Search bar added | manojvaghela | |
2020-03-13 | Show success or failure message design course page | adityacp | |
2020-03-13 | Fix redirection while saving exercise | adityacp | |
2020-03-12 | Fix test to get lesson or quiz for a unit | adityacp | |
2020-03-12 | Avoid conditional check on foreign key | adityacp | |
2020-03-09 | Add tests to check download course progress | adityacp | |
2020-03-09 | Download course progress | adityacp | |
2020-03-06 | Show specific fields for answerpaper in admin | adityacp | |
Signed-off-by: ankitjavalkar <ankit@fossee.in> | |||
2020-03-05 | Change in decorators, tests, travis | adityacp | |
- Remove python 2.7 from travis - Fix url reverse function import in views tests - Fix error in is_email_verified decorator for user is_authenticated | |||
2020-03-04 | Change settings | adityacp | |
- Add messages in grading systems page - Add password validator in settings - Fix naming in templates | |||
2020-03-03 | Show specific fields for answerpaper in admin | adityacp | |
2020-03-02 | Merge branch 'master' of https://github.com/FOSSEE/online_test into bump_django | adityacp | |
2020-02-28 | Fix UI for email account verification | adityacp | |
2020-02-28 | Fix UI in forgot and change password | adityacp | |
2020-02-28 | Order courses by active courses | adityacp | |
2020-02-28 | Change in views, change password, paginator | adityacp | |
- Add bootstrap form control class in change password - Show alert messages in change password - Increase number of pages in paginator - Reduce number of course pages in moderator dashboard | |||
2020-02-28 | Bump django to the latest version | adityacp | |
2020-02-20 | Change complete, grade_user template and add_question js | adityacp | |
- Add tinymce js editor for question description - Add safe option in grade user while showing question description - Add generice title in the complete template | |||
2020-02-19 | Fix pep style and add test case in test_models | adityacp | |
2020-02-19 | Change views, test_views, templates | adityacp | |
- Change message text in duplicate course view function - Remove clone course option from course detail page and show it in courses page - Show download course option in courses page - Show message for search results in student dashboard - Fix views tests - Show collapse requested students list | |||
2020-02-18 | Preview question description and solution | adityacp | |
2020-02-18 | Change forms, views, models, templates | adityacp | |
- Fix UI in add question page - Add test case form for question formset with custom attributes - Add a model method in question class to get question test cases based on type and language of the question - Retain the state of the list view and grid view in courses page - Requested students list will be shown on top in the course detail page | |||
2020-02-17 | Fix conflicts | adityacp | |
2020-02-13 | Add list view and grid view options in courses page | adityacp | |
2020-02-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_ui | adityacp | |
2020-02-13 | Merge pull request #647 from adityacp/register_admin_models | Palaparthy Adityachandra | |
Register models in admin and add filters | |||
2020-02-12 | Fix indentation | adityacp | |
2020-02-12 | Fix selenium test | adityacp | |
2020-02-12 | Fix views tests | adityacp | |
2020-02-11 | Change templates, urls, views | adityacp | |
- Remove separate tab for allotted courses in moderator dashboard - Remove separate tab for enrolled courses in student dashboard - Increase pagination items for courses - Remove view function for allotted courses | |||
2020-02-11 | Register lesson and learning module in admin | adityacp | |
2020-02-10 | Fix pep8 issues | adityacp | |