summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-26Add tablesorter to sort post tableCruiseDevice
2020-04-26Add search bar in forum to search postsCruiseDevice
2020-04-25Resolve comments, fix tests, add paginationCruiseDevice
2020-04-24Add card-text class to p in card-bodyCruiseDevice
2020-04-24Improve post comments UICruiseDevice
2020-04-22More TestsCruiseDevice
2020-04-21Improve Post list UICruiseDevice
2020-04-21Add MathJax support in discussion forumCruiseDevice
2020-04-16Set post_image, comment_image height, width to 50%CruiseDevice
- img-fluid took more space of a card than required. Made it hard to read the remaining description in a forum.
2020-04-15Improve UI slightlyCruiseDevice
2020-04-15Resolve commentsCruiseDevice
- 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.
2020-04-15Show selected values in the filter formsadityacp
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-13Add feature to hide thread or commentsCruiseDevice
2020-04-13Add feature for uploading imagesCruiseDevice
2020-04-12Fix search coursesadityacp
2020-04-11Discussion forum for a courseCruiseDevice
2020-04-11Fix tabs and show uploaded questions in questions pageadityacp
2020-04-08Change templates, views, forms, modelsadityacp
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions
2020-04-03Merge pull request #671 from ankitjavalkar/fix-stdioankitjavalkar
Allow stdio expected input to be optional and miscellanous UI fixes
2020-04-03Minor fixes based on feedbackankitjavalkar
2020-04-02Merge pull request #670 from prathamesh920/R-tests-N-codemirror-modePalaparthy Adityachandra
Add tests for R evaluator and codemirror R mode
2020-03-31Change course_modules.html and views.pyadityacp
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules
2020-03-30Change templates, js, viewsadityacp
- 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-28Change in course modules template, viewsadityacp
- Remove redirect url from views - Allow to edit module
2020-03-28Fix workflow for creating modules, lessons, quizzesadityacp
2020-03-27Allow stdio expected input to be optional and miscellanous UI fixesankitjavalkar
2020-03-27Add tests for R evaluator and codemirror R modeprathamesh
2020-03-19Resolve conflicts in the courses viewadityacp
2020-03-19button tag changed to attribute tagmanojvaghela
2020-03-18Search bar addedmanojvaghela
2020-03-09Download course progressadityacp
2020-03-04Change settingsadityacp
- Add messages in grading systems page - Add password validator in settings - Fix naming in templates
2020-03-02Merge branch 'master' of https://github.com/FOSSEE/online_test into bump_djangoadityacp
2020-02-28Fix UI for email account verificationadityacp
2020-02-28Fix UI in forgot and change passwordadityacp
2020-02-28Change in views, change password, paginatoradityacp
- 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-28Bump django to the latest versionadityacp
2020-02-20Change complete, grade_user template and add_question jsadityacp
- 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-19Change views, test_views, templatesadityacp
- 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-18Change forms, views, models, templatesadityacp
- 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-17Fix conflictsadityacp
2020-02-13Add list view and grid view options in courses pageadityacp
2020-02-11Change templates, urls, viewsadityacp
- 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-31Change templatesadityacp
- Add legend for question navigator in quiz - Fix button position in add exercise - Fix UI in preview question paper, quit, complete, show questions
2020-01-30Change video, answerpaper, userdata templateadityacp
- show user attempts arranged properly in answerpaper and user data templates - highlight currently viewing module and lesson
2020-01-30Change in js, templatesadityacp
- Replace manual django url pattern in course progress and course js - Add overflow horizontal scroll in quiz side bar - Use bootstrap input text style in quiz
2020-01-30Change js and templatesadityacp
- Show selected files in the file input in lesson.js - Show lesson content properly in students page - Remove unnecessary div for video embed iframe
2020-01-29Add django messages to show enrollment message for studentadityacp