Age | Commit message (Collapse) | Author |
|
|
|
- Fix "'image' attribute has no file associated with it" issue.
- Don't allow users who are not part of a course to see the discussion
forum of that course.
- Add Discussion forum link in moderator interface under course_details
page.
- Remove custom css for post and comments in Discussion forum. Use
bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and
width of the card.
- Use instance.uid instead of just instance in get_image_dir.
|
|
- Thread class from threading conflicts with the forum Thread model.
- Tests for models and views.
- PEP8 fix.
|
|
|
|
|
|
|
|
Allow stdio expected input to be optional and miscellanous UI fixes
|
|
|
|
- Get distinct courses in student dashboard
- Add condition to check if question paper exists for a quiz in course modules
|
|
|
|
- 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
|
|
- Remove redirect url from views
- Allow to edit module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add messages in grading systems page
- Add password validator in settings
- Fix naming in templates
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- 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
|
|
- 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
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- Change course, quiz, module, lesson forms
- Add messages for success and warning
- Add proper redirections to the specifc urls
- Remove unnecessary custom css
|
|
- Change enroll, reject and course detail views
- Add new urls for courses
|
|
- Test case select dropdown now shows only testcase
type based on the question type.
- Fix blank question created issue in add_question template.
|
|
Fix bug to only allow self created grading systems to show up in the course form
|
|
|
|
|
|
- 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
|
|
|
|
|