Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | Search bar added | manojvaghela | |
2020-03-09 | Download course progress | adityacp | |
2020-02-28 | Fix UI for email account verification | 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-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 | 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 | Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_ui | 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-01-30 | Fix pep8 in forms and views | adityacp | |
2020-01-29 | Disallow student to enroll if ourse enrollment is closed | adityacp | |
2020-01-29 | Add django messages to show enrollment message for student | adityacp | |
2020-01-28 | Change in views, forms, templates, static | adityacp | |
- Revamp UI in student dashboard - Fix course form to get bootstrap form class - Add custom css for sidebar in course module page for student - Use django url pattern | |||
2020-01-24 | deleted question now does not reflect in search | manojvaghela | |
2020-01-24 | Resolve conflicts in grade user, custom filters etc | adityacp | |
2020-01-24 | Change in views, forms and templates | adityacp | |
- Add django messages for showing success, warning messages - Add pagination in monitor and grade user - Remove unnecessary template blocks - Show add and view options for quizzes, lessons, modules - Add form-control bootstrap class for multiple forms - Fix the UI in grade user and monitor pages - Add font awesome icons in the login page | |||
2020-01-21 | Add messages in clone course view | adityacp | |
2020-01-21 | Fix design question paper UI | adityacp | |
2020-01-20 | Change views, urls, forms, templates, static | adityacp | |
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css | |||
2020-01-17 | Change views and urls | adityacp | |
- Change enroll, reject and course detail views - Add new urls for courses | |||
2020-01-06 | Fix issue in add_question.html template | CruiseDevice | |
- Test case select dropdown now shows only testcase type based on the question type. - Fix blank question created issue in add_question template. | |||
2020-01-06 | Merge pull request #634 from ankitjavalkar/fix-grades | ankitjavalkar | |
Fix bug to only allow self created grading systems to show up in the course form | |||
2020-01-03 | Fix bug to only allow self created grading systems to show up in the course form | ankitjavalkar | |
2020-01-03 | Remove unncessary break html tags and add bootstrap custom file input | adityacp | |
2020-01-02 | Resolve comments | CruiseDevice | |
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object | |||
2020-01-02 | Resolve conflicts | CruiseDevice | |
2020-01-02 | Change courses page with new UI | adityacp | |
2019-12-27 | Fix pep8 for stdio spacing error | maheshgudi | |
2019-12-27 | Allow new line to be added in an stdio testcase | maheshgudi | |
2019-12-20 | Change forms.py and views.py | adityacp | |
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py | |||
2019-07-30 | Merge pull request #622 from CruiseDevice/offline_yaksh | Akash Chavan | |
Download course from yaksh for offline purpose. | |||
2019-07-23 | Fix course filter query to display only non trial courses on the dashboard | ankitjavalkar | |
2019-07-03 | Minor changes | CruiseDevice | |
- Remove commented code. - Add active class to the tab selected on sidebar. | |||
2019-06-27 | Fix Nonetype error due to incorrect if-else during course_code search | ankitjavalkar | |
2019-06-07 | Improve UI in offline Yaksh | CruiseDevice | |
2019-05-31 | Add templates and more features | CruiseDevice | |
2019-04-24 | Upgrade Jquery version from 1.9.1 to 3.3.1 in all templates | CruiseDevice | |
2019-04-23 | Merge pull request #599 from prathamesh920/csv-upload-fix | ankitjavalkar | |
Fix user CSV upload issue | |||
2019-04-17 | Fix PEP8 issue | King | |
2019-04-17 | Fix user CSV upload issue | King | |
2019-04-09 | Merge pull request #592 from ankitjavalkar/add-prereq-passing-check | King | |
Add functionality to restrict access to next module based on passing previous module | |||
2019-04-09 | Fix PEP8 issues | ankitjavalkar | |
2019-03-25 | Fix PEP8 issues and variable names | ankitjavalkar | |
2019-03-12 | Add functionality to restrict access to next module based on passing ↵ | ankitjavalkar | |
previous module | |||
2019-03-06 | Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fix | King | |
Allow student to open a quiz if status is inprogress | |||
2019-02-26 | Merge pull request #566 from ankitjavalkar/toggle-view-grade | King | |
Toggle view grade and other UI improvements | |||
2019-02-26 | Multiple changes | ankitjavalkar | |
- Fix failing test cases and make changes based on feedback - Fix PEP8 | |||
2019-02-18 | Remove the duplicate condition to check if user is quiz creator in ↵ | CruiseDevice | |
preview_questionpaper view |