summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-02Change courses page with new UIadityacp
2020-01-02Change UI in add grades templateadityacp
2019-12-27Merge pull request #635 from ankitjavalkar/maheshgudi-fix_stdio_spacing_errorankitjavalkar
Allow new line to be added in an stdio testcase
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-26Merge pull request #633 from ↵ankitjavalkar
ankitjavalkar/maheshgudi-pygmentise_answerpaper-merger Add syntax highlight for code answers in answerpaper
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-12-18Fix conflicts for pygmentized answer paperankitjavalkar
2019-09-27Merge pull request #630 from FOSSEE/release_0_11_0ankitjavalkar
Release 0.11.0 related changes
2019-09-27Release 0.11.0 related changesankitjavalkar
2019-09-27Merge pull request #624 from CruiseDevice/overflow-xankitjavalkar
Fix #574 Prevent browser from horizontal scrolling
2019-09-27Merge pull request #627 from ankitjavalkar/course-download-cleanankitjavalkar
Move all download related templates to a new subfolder and add homepage link to navbar logo
2019-09-12Merge pull request #621 from pllvsis/masterAkash Chavan
Fixing Python version used in command line executions
2019-08-20Fixed Python version reference in command linepllvsis
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-26Merge pull request #610 from ankitjavalkar/fix-nonetype-errorankitjavalkar
Fix Nonetype error due to incorrect if-else during course_code search
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-07-02Fixing Python version used in command line executionsPallavi
2019-06-27Fix Nonetype error due to incorrect if-else during course_code searchankitjavalkar
2019-06-27Upgrade Django versionankitjavalkar
2019-06-21Add API to get complete course details and AnswerPaper for the quizprathamesh
Courses are retrieved in which the user is a student. Complete course info is made available. Answerpaper is created if does not exists on start quiz. AnswerPaper detail info is made available. If attempts are not allowed then the message is retrieved.
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-05-20Merge pull request #601 from ankitjavalkar/migrate-social-authankitjavalkar
Upgrade python-social-auth 0.2.19 to social-auth-app-django 3.1.0
2019-05-14Upgrade python-social-auth 0.2.19 to social-auth-app-django 3.1.0 and make ↵ankitjavalkar
relevant changes in settings and urls
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-24Merge pull request #552 from CruiseDevice/embed_video_link_fix_squashankitjavalkar
Fix Embed video link issue and Upgrade jQuery-ui.
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-24Merge pull request #562 from prathamesh920/upgrade-django1_11_18ankitjavalkar
Upgrade django 1.11.18
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