Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | 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 | 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 | Fix PEP8 and improve formatting | CruiseDevice | |
2019-01-03 | Create_moderator command sets is_moderator to True | CruiseDevice | |
- Fixes #513. | |||
2018-10-12 | Make changes as per PR review | ankitjavalkar | |
2018-10-09 | Minor UI changes and selenium test fixes | ankitjavalkar | |
2018-09-28 | Fix errors and test cases | ankitjavalkar | |
2018-09-28 | Add Switch To buttons in main menu and minor UI changes | ankitjavalkar | |
2018-09-26 | Remove unnecessary html blocks, add popper.js link, fix error message in ↵ | Shelsy | |
templates | |||
2018-09-26 | Add templatetag to get question numbers by type | Shelsy | |
2018-09-26 | Add new/modified static files | Shelsy | |
2018-09-26 | Change templates with new UI | Shelsy | |
2018-09-25 | Remove older bootstrap static files | Shelsy | |
2018-07-31 | Merge pull request #519 from kumanna/master | King | |
Fix spelling error: choosen to chosen | |||
2018-07-31 | Merge pull request #507 from ankitjavalkar/remove-dead-css-links | King | |
Remove references to non existent static CSS files |