summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2019-03-12Add functionality to restrict access to next module based on passing ↵ankitjavalkar
previous module
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-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-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-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 typo in 500 error pageankitjavalkar
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
2019-01-10Remove duplicate progress bars (Units/Lessons should not have progress bars)ankitjavalkar
2019-01-09Multiple changes in new UI:ankitjavalkar
- Deprecate usage of 'course_completion_percent' custom template tag - Replace old code in course_detail.html
2019-01-08Fix Overall Course Completion percentage in Student interfaceankitjavalkar
2018-10-12Make changes as per PR reviewankitjavalkar
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-09-28Fix errors and test casesankitjavalkar
2018-09-28Add Switch To buttons in main menu and minor UI changesankitjavalkar
2018-09-26Remove unnecessary html blocks, add popper.js link, fix error message in ↵Shelsy
templates
2018-09-26Change templates with new UIShelsy
2018-07-31Merge pull request #519 from kumanna/masterKing
Fix spelling error: choosen to chosen
2018-07-31Merge pull request #507 from ankitjavalkar/remove-dead-css-linksKing
Remove references to non existent static CSS files
2018-07-31Remove unused ajax_marks.html fileankitjavalkar
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-25Remove unused showusers.html from templates directoryankitjavalkar
2018-07-24Remove reference to /static/yaksh/css/course.css in addteacher.htmlankitjavalkar
2018-07-24Remove reference to /static/yaksh/css/question_quiz.css in add_course, ↵ankitjavalkar
add_exercise and add_quiz
2018-07-17Create assignment upload files for a particular course instead of quizadityacp
2018-07-13Add default video in demo lessonadityacp
2018-07-13- Add buttons to Moderator and Student templatesankitjavalkar
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link
2018-07-13Allow moderator to switch between student and moderator rolesankitjavalkar
2018-07-12Merge pull request #496 from maheshgudi/questions_yamlKing
Question upload can take yaml and zip files
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view
2018-07-12Modify documentation for question uploadmaheshgudi
2018-07-11Support for multiple yaml filesmaheshgudi
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