summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-30Fix pep8 in forms and viewsadityacp
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-29Disallow student to enroll if ourse enrollment is closedadityacp
2020-01-29Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_uiadityacp
2020-01-29Add django messages to show enrollment message for studentadityacp
2020-01-28Fix url patternadityacp
2020-01-28Change in views, forms, templates, staticadityacp
- 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-28Merge pull request #643 from ankitjavalkar/fix-javastdio-bugankitjavalkar
Check if file exists before tearing down in JavaStdIOEvaluator
2020-01-28Check if file exists before tearing down in JavaStdIOEvaluatorankitjavalkar
2020-01-24Resolve conflicts in grade user, custom filters etcadityacp
2020-01-24Change in views, forms and templatesadityacp
- 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-21Add messages in clone course viewadityacp
2020-01-21Change url pattern in design question paperadityacp
2020-01-21Fix design question paper UIadityacp
2020-01-20Change views, urls, forms, templates, staticadityacp
- 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-17Change views and urlsadityacp
- Change enroll, reject and course detail views - Add new urls for courses
2020-01-17Revamp course detail and courses page templatesadityacp
2020-01-12Merge pull request #639 from prathamesh920/r-evaluator-initialKing
evaluator for r- Initial
2020-01-12evaluator for r- Initialprathamesh
2020-01-06Merge pull request #634 from ankitjavalkar/fix-gradesankitjavalkar
Fix bug to only allow self created grading systems to show up in the course form
2020-01-03Fix bug to only allow self created grading systems to show up in the course formankitjavalkar
2020-01-03Add fontawesome icons in questions page and change add question button positionadityacp
2020-01-03Remove unncessary break html tags and add bootstrap custom file inputadityacp
2020-01-02Merge pull request #636 from CruiseDevice/revamp_uiAkash Chavan
Fix UI, add Pagination to showquestions.html
2020-01-02set template debug to True to avoid restarting django serverCruiseDevice
2020-01-02Resolve commentsCruiseDevice
2020-01-02Resolve commentsCruiseDevice
- 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-02Resolve conflictsCruiseDevice
2020-01-02Show the grading ranges in a single lineadityacp
2020-01-02Add django messages in template context processorsadityacp
2020-01-02Change courses page with new UIadityacp
2020-01-02Change UI in add grades templateadityacp
2019-12-27Merge pull request #635 from ankitjavalkar/maheshgudi-fix_stdio_spacing_errorankitjavalkar
Allow new line to be added in an stdio testcase
2019-12-27Fix pep8 for stdio spacing errormaheshgudi
2019-12-27Add testcase for highlight spacesmaheshgudi
2019-12-27Allow new line to be added in an stdio testcasemaheshgudi
2019-12-26Merge pull request #633 from ↵ankitjavalkar
ankitjavalkar/maheshgudi-pygmentise_answerpaper-merger Add syntax highlight for code answers in answerpaper
2019-12-20Use reverse url instead of traditional url in templatesadityacp
2019-12-20Change forms.py and views.pyadityacp
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py
2019-12-20Change in moderator dashboard templatesadityacp
- Add paginator template for pagination - Change moderator dashboard, edit profile and complete template
2019-12-20Change the password reset page and change password pageadityacp
2019-12-20Change base templates for moderator side pagesadityacp
2019-12-20Replace existing bootstrap css and add new custom cssadityacp
2019-12-18Fix conflicts for pygmentized answer paperankitjavalkar
2019-09-27Merge pull request #630 from FOSSEE/release_0_11_0ankitjavalkar
Release 0.11.0 related changes
2019-09-27Release 0.11.0 related changesankitjavalkar