summaryrefslogtreecommitdiff
path: root/yaksh/static
AgeCommit message (Collapse)Author
2020-01-02Resolve conflictsCruiseDevice
2020-01-02Change courses page with new UIadityacp
2019-12-20Replace existing bootstrap css and add new custom cssadityacp
2019-09-27Merge pull request #624 from CruiseDevice/overflow-xankitjavalkar
Fix #574 Prevent browser from horizontal scrolling
2019-07-29Fix #574 Prevent browser from horizontal scrollingCruiseDevice
2019-07-12Resolve commentsCruiseDevice
- Remove print statements. - Remove commented css from offline.css. - Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application.
2019-06-20UI improvementsCruiseDevice
- show lessons in tree structure on sidebar menu. - Use div inplace of table in index.html to show modules and lessons.
2019-06-07Improve UI in offline YakshCruiseDevice
2019-04-24Fix Embed video link issue and Upgrade jQuery-ui.CruiseDevice
- Upgrade jQuery-ui.js and jQuery-ui.css from 1.9.1 to 1.12.1. - Resolves jQuery breaking jQuery-ui. - Fixes #549 and #540
2019-03-06Merge pull request #585 from CruiseDevice/course_status_uiKing
Multiple UI Changes
2019-02-28Add Download Course button in Course Module templateCruiseDevice
2019-02-27Fix table alignment, change completed paper to green.CruiseDevice
2019-02-27Merge pull request #565 from ankitjavalkar/fix-review-module-pageKing
Make changes to View Module screen and Quiz screen interface for students
2019-02-27Remove commented code and inline stylingankitjavalkar
2019-02-26Use default Bootstrap 4 font-family.CruiseDevice
2019-02-08Show alert on clicking Undo Changes buttonCruiseDevice
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-28Code refactor and resolves requested changes.CruiseDevice
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-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.
2018-10-12Make changes as per PR reviewankitjavalkar
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-09-26Add new/modified static filesShelsy
2018-09-25Remove older bootstrap static filesShelsy
2018-07-31Merge pull request #519 from kumanna/masterKing
Fix spelling error: choosen to chosen
2018-07-31Remove unused ajax_marks.html fileankitjavalkar
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view
2018-07-10Change in file_utils, forms, models, lesson.css, add_lesson.html, viewsadityacp
- Add new function in the file_utils to render template - Add webm as supported video format in forms - Add help text in video_file field - Add lesson.css file for adding custom styling for lessons - Add static_files dict in download_course views function
2018-07-10Changes in file_utils.py, courses.html, index.html, module.html, unit.html, ↵adityacp
offline.css - Remove unnecessary list from write_templates_to_zip function in file_utils - Remove styling from index.html, module.html, unit.html - Add offline.css for styling in index.html, module.html, unit.html
2018-07-03Update to latest changesadityacp
2018-06-26Changes in template, templatetags and static filesadityacp
- Add new templates index.html, module.html, unit.html for course download - Add links in student and moderator templates for course download - Add video js plugin for rendering uploaded lesson video file - Remove jquery-1.4.2 - Add template tag to get formatted names - Change student and moderator lesson template to view lessons files properly
2018-06-07Merge pull request #469 from adityacp/enhance_course_statusPrabhu Ramachandran
Enhance course status
2018-05-29Change in models, templates, jsadityacp
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test
2018-04-13Change in python test, grader and request handleradityacp
- Add try except in grader to get exceptions for python stdio and python assertion evaluation - Add additional tests - Add condition in request handler to avoid error if codemirror is not instantiated
2018-04-06Highlight error line in code mirror for pythonadityacp
2018-04-04Change in templates and jsadityacp
- Change course status template to view per student course progress - Change student dashboard to show progress for course and modules. - Add ajax to get per student data for course progress
2018-03-16Add jumble question typemahesh
2018-03-16Add shuffle_testcases to QuestionPaper model instead of Questionmahesh
2018-03-16Disable/enable shuffle testcase option based on question typemahesh
2018-03-08Allow to search the questions in design question paperadityacp
2018-01-14Change in models.py, course.js and course_detail.htmladityacp
- Merge future imports in models into one - Add table sorter in course.js and course_detail.html
2018-01-13Format column for csv downloadadityacp