Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Remove stray print statement and add additional check during tearDown | CruiseDevice | |
2019-02-18 | Fix TestCases | CruiseDevice | |
2019-02-18 | Remove the duplicate condition to check if user is quiz creator in ↵ | CruiseDevice | |
preview_questionpaper view | |||
2019-02-18 | Mulitple UI changes in Quiz Edit Page: | CruiseDevice | |
- Remove extra conditions - Rename View Questionpaper button to Edit Questionpaper button | |||
2019-02-18 | Add Preview Question Paper button in add_quiz template | CruiseDevice | |
2019-02-18 | Add Preview QuestionPaper button in Quiz view page | CruiseDevice | |
2019-02-18 | Merge pull request #575 from CruiseDevice/file_download_issue_in_quiz | ankitjavalkar | |
Fix download file for a question in quiz | |||
2019-02-18 | Reduce button size. | CruiseDevice | |
2019-02-18 | Add TestCase for get_filename() of FileUpload model | CruiseDevice | |
2019-02-18 | Change alert message | CruiseDevice | |
2019-02-18 | Fix download file for a question in quiz | CruiseDevice | |
2019-02-08 | Show alert on clicking Undo Changes button | CruiseDevice | |
2019-02-07 | Release 0.9.1 related changes | ankitjavalkar | |
- Added Changelog for version 0.9.1 - Added migrations - Changed version number in __init__.py | |||
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-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 | |