summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2020-01-12evaluator for r- Initialprathamesh
2020-01-06Merge pull request #634 from ankitjavalkar/fix-gradesankitjavalkar
Fix bug to only allow self created grading systems to show up in the course form
2020-01-03Fix bug to only allow self created grading systems to show up in the course formankitjavalkar
2019-12-27Fix pep8 for stdio spacing errormaheshgudi
2019-12-27Add testcase for highlight spacesmaheshgudi
2019-12-27Allow new line to be added in an stdio testcasemaheshgudi
2019-12-18Fix conflicts for pygmentized answer paperankitjavalkar
2019-09-27Merge pull request #624 from CruiseDevice/overflow-xankitjavalkar
Fix #574 Prevent browser from horizontal scrolling
2019-08-19Move all download related templates to a new subfolder and add homepage link ↵ankitjavalkar
to navbar logo
2019-07-30Merge pull request #622 from CruiseDevice/offline_yakshAkash Chavan
Download course from yaksh for offline purpose.
2019-07-29Fix #574 Prevent browser from horizontal scrollingCruiseDevice
2019-07-26Move Download Course button on first page under "Enrolled Courses"CruiseDevice
2019-07-23Fix course filter query to display only non trial courses on the dashboardankitjavalkar
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-07-03Minor changesCruiseDevice
- Remove commented code. - Add active class to the tab selected on sidebar.
2019-06-27Fix Nonetype error due to incorrect if-else during course_code searchankitjavalkar
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-05-31Add templates and more featuresCruiseDevice
2019-04-25Merge pull request #600 from FOSSEE/release_0_10_00.10.0ankitjavalkar
Release 0.10.0 related changes
2019-04-24Release 0.10.0 related changesankitjavalkar
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-04-24Upgrade Jquery version from 1.9.1 to 3.3.1 in all templatesCruiseDevice
2019-04-23Merge pull request #599 from prathamesh920/csv-upload-fixankitjavalkar
Fix user CSV upload issue
2019-04-17Fix PEP8 issueKing
2019-04-17Fix user CSV upload issueKing
2019-04-15Merge pull request #596 from ankitjavalkar/fix-in-dir-unicodeKing
Change in_dir directory nomenclature for code server
2019-04-09Merge pull request #592 from ankitjavalkar/add-prereq-passing-checkKing
Add functionality to restrict access to next module based on passing previous module
2019-04-09Fix PEP8 issuesankitjavalkar
2019-04-08Add Test Caseankitjavalkar
2019-04-05Change in_dir directory nomenclature for code serverankitjavalkar
2019-04-02Change AnswerPaper passing condition checkankitjavalkar
2019-03-25Fix PEP8 issues and variable namesankitjavalkar
2019-03-13Fix failing Test Caseankitjavalkar
2019-03-12Add functionality to restrict access to next module based on passing ↵ankitjavalkar
previous module
2019-03-06Merge pull request #585 from CruiseDevice/course_status_uiKing
Multiple UI Changes
2019-03-06Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fixKing
Allow student to open a quiz if status is inprogress
2019-03-04Fix PEP8 issuesankitjavalkar
2019-02-28Use built-in django url tag inplace of hard-code URL in templateCruiseDevice
2019-02-28Add Download Course button in Course Module templateCruiseDevice
2019-02-27Fix table alignment, change completed paper to green.CruiseDevice
2019-02-27Fix Export to CSV button aligmentCruiseDevice
2019-02-27Multiple UI Changes:CruiseDevice
- Change Course Status page UI - Fix breaking alignment in Monitor Page summary table
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-27Merge pull request #588 from CruiseDevice/change_fontKing
Use default Bootstrap 4 font-family.
2019-02-26Merge pull request #576 from CruiseDevice/link_to_questionKing
Add link to the Question in Design QuestionPaper.
2019-02-26Merge pull request #566 from ankitjavalkar/toggle-view-gradeKing
Toggle view grade and other UI improvements
2019-02-26Multiple changesankitjavalkar
- Fix failing test cases and make changes based on feedback - Fix PEP8
2019-02-26Use default Bootstrap 4 font-family.CruiseDevice