summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
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-14Fix PEP8 issue - Line more than 80 columns in views.pyankitjavalkar
2019-01-14Fix typo in 500 error pageankitjavalkar
2019-01-14Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacherankitjavalkar
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-04Fix PEP8 and improve formattingCruiseDevice
2019-01-03Create_moderator command sets is_moderator to TrueCruiseDevice
- Fixes #513.
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-26Add templatetag to get question numbers by typeShelsy
2018-09-26Add new/modified static filesShelsy
2018-09-26Change templates with new UIShelsy
2018-09-25Remove older bootstrap static filesShelsy
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-31Merge pull request #509 from maheshgudi/remove_yaksh_cliKing
Remove yaksh-cli
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-25Remove yaksh climaheshgudi
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-20Raise 404 error if course and question paper are not availableadityacp
2018-07-20Make course_id compulsory argument in download_assignment_file view function ↵adityacp
and format error message
2018-07-17Fix failing tests for models and viewsadityacp
2018-07-17Change views tests for assignment uploadsadityacp
2018-07-17Create assignment upload files for a particular course instead of quizadityacp
2018-07-13Add default video in demo lessonadityacp
2018-07-13Update migrations to fix order errormaheshgudi
2018-07-13Fix minor issue in seleniumprathamesh
2018-07-13pep8 cleanup for release v0.9maheshgudi
2018-07-13Add migration files for release v0.9maheshgudi
2018-07-13Fix unit and selenium tests for simple questionsmaheshgudi
2018-07-13Modify demo questions to make them simplermaheshgudi
- Update default timeout to 6 seconds for Java related code
2018-07-13Fix import changes for file_utilsmaheshgudi
2018-07-13Fix bug that changes moderator-student view on every profile saveankitjavalkar
2018-07-13Add more testsankitjavalkar
2018-07-13Fix testsankitjavalkar
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 #491 from maheshgudi/catch_compilation_errorKing
Raise appropriate exceptions for C and Java language to the Grader
2018-07-12Merge pull request #496 from maheshgudi/questions_yamlKing
Question upload can take yaml and zip files
2018-07-12Fix multiple testcase errormaheshgudi
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view