summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2020-01-17Revamp course detail and courses page templatesadityacp
2020-01-03Add fontawesome icons in questions page and change add question button positionadityacp
2020-01-03Remove unncessary break html tags and add bootstrap custom file inputadityacp
2020-01-02Resolve commentsCruiseDevice
2020-01-02Resolve commentsCruiseDevice
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object
2020-01-02Resolve conflictsCruiseDevice
2020-01-02Show the grading ranges in a single lineadityacp
2020-01-02Change courses page with new UIadityacp
2019-12-20Use reverse url instead of traditional url in templatesadityacp
2019-12-20Change forms.py and views.pyadityacp
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py
2019-12-20Change in moderator dashboard templatesadityacp
- Add paginator template for pagination - Change moderator dashboard, edit profile and complete template
2019-12-20Change the password reset page and change password pageadityacp
2019-12-20Change base templates for moderator side pagesadityacp
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-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