summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-19button tag changed to attribute tagmanojvaghela
2020-03-18Search bar - related testing views addedmanojvaghela
2020-03-18Search bar addedmanojvaghela
2020-03-17Merge pull request #660 from adityacp/fix_course_progress_download_csvPalaparthy Adityachandra
Add a button to download course progress in a CSV
2020-03-12Fix test to get lesson or quiz for a unitadityacp
2020-03-12Avoid conditional check on foreign keyadityacp
2020-03-11Merge pull request #661 from ankitjavalkar/release_0_13_0_changesPalaparthy Adityachandra
Release 0.13.0 related changes
2020-03-11Release 0.13.0 related changesankitjavalkar
2020-03-09Add tests to check download course progressadityacp
2020-03-09Download course progressadityacp
2020-03-09Merge pull request #659 from ankitjavalkar/bug_fixes_26_feb_2020Palaparthy Adityachandra
Multiple Changes
2020-03-06Show specific fields for answerpaper in adminadityacp
Signed-off-by: ankitjavalkar <ankit@fossee.in>
2020-03-06Fix exception that occurs when pre existing tags with first caps letter are usedankitjavalkar
2020-02-28Merge pull request #654 from adityacp/fix_email_activationPalaparthy Adityachandra
Fix UI for email account verification
2020-02-28Fix UI for email account verificationadityacp
2020-02-28Merge pull request #653 from adityacp/fix_forgot_password_formPalaparthy Adityachandra
Fix UI in forgot and change password
2020-02-28Fix UI in forgot and change passwordadityacp
2020-02-28Merge pull request #652 from adityacp/revamp_uiPalaparthy Adityachandra
Revamp UI in moderator and student dashboard
2020-02-28Order courses by active coursesadityacp
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-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-19Fix pep style and add test case in test_modelsadityacp
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-18Preview question description and solutionadityacp
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-13Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_uiadityacp
2020-02-13Merge pull request #647 from adityacp/register_admin_modelsPalaparthy Adityachandra
Register models in admin and add filters
2020-02-12Fix indentationadityacp
2020-02-12Fix selenium testadityacp
2020-02-12Fix views testsadityacp
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-02-11Register lesson and learning module in adminadityacp
2020-02-10Fix pep8 issuesadityacp
2020-02-10Change models.py and admin.pyadityacp
- Register course status model in admin - Add object str name in CourseStatus model - Add filter in the admin for filtering courses
2020-02-05Merge pull request #644 from ankitjavalkar/release_0_12_0ankitjavalkar
Release 0.12.0 related changes
2020-02-05Release 0.12.0 related changesankitjavalkar
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-29Merge pull request #642 from manojvaghela/deleted_questionankitjavalkar
deleted question now does not reflect in search
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