Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-04 | Merge pull request #545 from CruiseDevice/embed_video_link_issue_in_add_lesson | ankitjavalkar | |
Fix Embed video link issue | |||
2019-02-04 | Upgrade jquery-ui.js and jquery-ui.css only in add_lesson.html template | CruiseDevice | |
2019-01-30 | Use updated jQuery-ui instead of jQuery-migrations. | CruiseDevice | |
2019-01-30 | Fixes Embed video link issue | CruiseDevice | |
- Fixes Embed video link issue in LessonForm of Add New Lesson. - It breaks because of compatibility issues between jQuery 3.3.1 and jQuery UI 1.9.1 . Using jQuery UI with the jQuery Migrate plugin fixes this issue. | |||
2019-01-29 | Merge pull request #528 from CruiseDevice/fix-legend | ankitjavalkar | |
Fix legend on Quiz interface | |||
2019-01-29 | Fix PEP8 issues | CruiseDevice | |
2019-01-29 | Merge pull request #532 from CruiseDevice/ui-create-question-paper | ankitjavalkar | |
Fix Create Question Paper CSS and JS | |||
2019-01-28 | Resolve comments | CruiseDevice | |
2019-01-28 | Fix PEP8 issues | CruiseDevice | |
2019-01-28 | Resolve comments | CruiseDevice | |
- Removes redundant code. | |||
2019-01-28 | More test cases for model method get_categorized_question_indices | CruiseDevice | |
2019-01-28 | Made requested changes in models.py and test_models.py | CruiseDevice | |
- Remove 'category' key from legend_display_types dictionary. - Add a condition to check if question type exists before creating category_question_map. - Add test. - Change lambda to list in defaultdict. | |||
2019-01-28 | Fix PEP8 errors in views.py | CruiseDevice | |
2019-01-28 | Remove unused variables and imports | CruiseDevice | |
2019-01-28 | Add test for new model function | CruiseDevice | |
- Adds test for get_categorized_question_indices function in models. | |||
2019-01-28 | Code refactor and resolves requested changes. | CruiseDevice | |
2019-01-28 | Code refactor | CruiseDevice | |
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names. | |||
2019-01-28 | Fix #525 | CruiseDevice | |
- Categorize questions into objectives, blanks, upload and programming. | |||
2019-01-28 | Resolve comments | CruiseDevice | |
2019-01-28 | Multiple Frontend changes: | CruiseDevice | |
- Remove bootstrap-tabs.js - Minor UI changes in some templates | |||
2019-01-28 | Remove empty class from tag | CruiseDevice | |
2019-01-28 | Change text color of button and nav-tab to nav-pills | CruiseDevice | |
- Change text color of next and previous button to white. - Change nav-tab to nav-pills in design_questionpaper.html . | |||
2019-01-28 | Fix nav-tab issue in design_questionpaper.html | CruiseDevice | |
- Fixes nav-tab active status. - Fixes nav-tab flickering on hover over tab. | |||
2019-01-28 | Fix #530 | CruiseDevice | |
- Fix Create Question Paper CSS and JS. | |||
2019-01-28 | Merge pull request #551 from ankitjavalkar/remove-mod-from-teacher | ankitjavalkar | |
Remove user as teacher of any course if is_moderator is set to False | |||
2019-01-24 | Add Test Cases | ankitjavalkar | |
2019-01-23 | Fix sticky active tab highlight due to stray <li> tag in regrade page | ankitjavalkar | |
2019-01-23 | Fix HTML/CSS alignment for Upload and Download Questions page | ankitjavalkar | |
2019-01-21 | Remove user as teacher of any course if is_moderator is set to False | ankitjavalkar | |
2019-01-21 | Merge pull request #537 from ankitjavalkar/fix-overall-course-completion | ankitjavalkar | |
[UI] Multiple UI Fixes in New UI | |||
2019-01-21 | Merge pull request #538 from ankitjavalkar/fix-monitor-page-final | ankitjavalkar | |
[UI] Fix Monitor in Moderator interface: | |||
2019-01-21 | Fix Monitor in Moderator interface: | ankitjavalkar | |
- Fix indentation - Add proper corresponding closing <div> tags - Add closing <span> tags - Minor changes in inconsistent HTML tags and commented HTML code | |||
2019-01-16 | Add roll number columns and fix UI | ankitjavalkar | |
2019-01-14 | Merge pull request #510 from ankitjavalkar/fix-mod-dash-query | ankitjavalkar | |
Fetch only distinct values for courses where User is Creator OR Teacher | |||
2019-01-14 | Fix PEP8 issue - Line more than 80 columns in views.py | ankitjavalkar | |
2019-01-14 | Fix typo in 500 error page | ankitjavalkar | |
2019-01-14 | Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacher | ankitjavalkar | |
2019-01-14 | Merge pull request #543 from ankitjavalkar/updated-add-code-answer-html-escapes | ankitjavalkar | |
Ensure that the displayed Answers escape special characters | |||
2019-01-11 | Merge pull request #542 from CruiseDevice/unit-check-mark | ankitjavalkar | |
[UI] Fixes check marks rendering incorrectly on Unit Completion. | |||
2019-01-11 | Merge pull request #1 from ankitjavalkar/fix-dep-issue-11-02-2019 | Akash Chavan | |
Fix dependency version incompatibility | |||
2019-01-11 | Fix dependency version incompatibility | ankitjavalkar | |
2019-01-11 | Display the question snippet as preformatted text in Preview QuestionPaper mode | ankitjavalkar | |
2019-01-11 | Ensure that the Answers displayed in grade_user.html, user_data.html and ↵ | ankitjavalkar | |
view_answerpaper escape special characters | |||
2019-01-11 | Fixes check marks rendering incorrectly on Unit Completion. | CruiseDevice | |
- This commit fixes check marks rendering incorrectly after unit completion on Start Module Page. | |||
2019-01-10 | Remove unnecessary HTML divider in Logout dropdown | ankitjavalkar | |
2019-01-10 | Remove duplicate progress bars (Units/Lessons should not have progress bars) | ankitjavalkar | |
2019-01-09 | Multiple changes in new UI: | ankitjavalkar | |
- Deprecate usage of 'course_completion_percent' custom template tag - Replace old code in course_detail.html | |||
2019-01-08 | Fix Overall Course Completion percentage in Student interface | ankitjavalkar | |
2019-01-04 | Merge pull request #533 from CruiseDevice/update_create_moderator | Akash Chavan | |
Create_moderator command sets is_moderator to True | |||
2019-01-04 | Fix PEP8 and improve formatting | CruiseDevice | |