summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2019-02-18Remove stray print statement and add additional check during tearDownCruiseDevice
2019-02-18Fix TestCasesCruiseDevice
2019-02-18Remove the duplicate condition to check if user is quiz creator in ↵CruiseDevice
preview_questionpaper view
2019-02-18Mulitple UI changes in Quiz Edit Page:CruiseDevice
- Remove extra conditions - Rename View Questionpaper button to Edit Questionpaper button
2019-02-18Add Preview Question Paper button in add_quiz templateCruiseDevice
2019-02-18Add Preview QuestionPaper button in Quiz view pageCruiseDevice
2019-02-18Merge pull request #575 from CruiseDevice/file_download_issue_in_quizankitjavalkar
Fix download file for a question in quiz
2019-02-18Reduce button size.CruiseDevice
2019-02-18Add TestCase for get_filename() of FileUpload modelCruiseDevice
2019-02-18Change alert messageCruiseDevice
2019-02-18Fix download file for a question in quizCruiseDevice
2019-02-08Show alert on clicking Undo Changes buttonCruiseDevice
2019-02-07Release 0.9.1 related changesankitjavalkar
- Added Changelog for version 0.9.1 - Added migrations - Changed version number in __init__.py
2019-02-04Upgrade jquery-ui.js and jquery-ui.css only in add_lesson.html templateCruiseDevice
2019-01-30Use updated jQuery-ui instead of jQuery-migrations.CruiseDevice
2019-01-30Fixes Embed video link issueCruiseDevice
- 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-29Merge pull request #528 from CruiseDevice/fix-legendankitjavalkar
Fix legend on Quiz interface
2019-01-29Fix PEP8 issuesCruiseDevice
2019-01-28Resolve commentsCruiseDevice
2019-01-28Fix PEP8 issuesCruiseDevice
2019-01-28Resolve commentsCruiseDevice
- Removes redundant code.
2019-01-28More test cases for model method get_categorized_question_indicesCruiseDevice
2019-01-28Made requested changes in models.py and test_models.pyCruiseDevice
- 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-28Fix PEP8 errors in views.pyCruiseDevice
2019-01-28Remove unused variables and importsCruiseDevice
2019-01-28Add test for new model functionCruiseDevice
- Adds test for get_categorized_question_indices function in models.
2019-01-28Code refactor and resolves requested changes.CruiseDevice
2019-01-28Code refactorCruiseDevice
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names.
2019-01-28Fix #525CruiseDevice
- Categorize questions into objectives, blanks, upload and programming.
2019-01-28Resolve commentsCruiseDevice
2019-01-28Multiple Frontend changes:CruiseDevice
- Remove bootstrap-tabs.js - Minor UI changes in some templates
2019-01-28Remove empty class from tagCruiseDevice
2019-01-28Change text color of button and nav-tab to nav-pillsCruiseDevice
- Change text color of next and previous button to white. - Change nav-tab to nav-pills in design_questionpaper.html .
2019-01-28Fix nav-tab issue in design_questionpaper.htmlCruiseDevice
- Fixes nav-tab active status. - Fixes nav-tab flickering on hover over tab.
2019-01-28Fix #530CruiseDevice
- Fix Create Question Paper CSS and JS.
2019-01-24Add Test Casesankitjavalkar
2019-01-23Fix sticky active tab highlight due to stray <li> tag in regrade pageankitjavalkar
2019-01-23Fix HTML/CSS alignment for Upload and Download Questions pageankitjavalkar
2019-01-21Remove user as teacher of any course if is_moderator is set to Falseankitjavalkar
2019-01-21Merge pull request #537 from ankitjavalkar/fix-overall-course-completionankitjavalkar
[UI] Multiple UI Fixes in New UI
2019-01-21Fix 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-16Add roll number columns and fix UIankitjavalkar
2019-01-14Fix PEP8 issue - Line more than 80 columns in views.pyankitjavalkar
2019-01-14Fix typo in 500 error pageankitjavalkar
2019-01-14Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacherankitjavalkar
2019-01-14Merge pull request #543 from ankitjavalkar/updated-add-code-answer-html-escapesankitjavalkar
Ensure that the displayed Answers escape special characters
2019-01-11Display the question snippet as preformatted text in Preview QuestionPaper modeankitjavalkar
2019-01-11Ensure that the Answers displayed in grade_user.html, user_data.html and ↵ankitjavalkar
view_answerpaper escape special characters
2019-01-11Fixes check marks rendering incorrectly on Unit Completion.CruiseDevice
- This commit fixes check marks rendering incorrectly after unit completion on Start Module Page.
2019-01-10Remove unnecessary HTML divider in Logout dropdownankitjavalkar