summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2020-04-20Change celery.py, settings.py, requirements-common.txt test_views.pyadityacp
- Add ping task in celery.py - Add celery result backend in settings.py - Add celery related packages in common requirements - Add celery worker in regrade test class to run the worker with the test
2020-04-20Change tasks, test_views, templatesadityacp
- Change notification message in celery task - Fix views test for regrade - Change name from Grader to Quizzes in manage.html navbar
2020-04-17Merge monitor, grade user and regrade intosingle dashboardadityacp
2020-04-07Merge pull request #687 from adityacp/release_0.14.00.14.0Palaparthy Adityachandra
Release 0.14.0 related changes
2020-04-07Release 0.14.0 related changesadityacp
2020-04-07Merge pull request #678 from prathamesh920/r-clean-error-messagesPalaparthy Adityachandra
Show prettified R error messages and fix filter
2020-04-07Add R language standard testcase informationadityacp
2020-04-04Update documentation with latest changesadityacp
2020-04-03Merge pull request #671 from ankitjavalkar/fix-stdioankitjavalkar
Allow stdio expected input to be optional and miscellanous UI fixes
2020-04-03Minor fixes based on feedbackankitjavalkar
2020-04-02Show prettified R error messages and fix filterprathamesh
R language available in filter form. Values taken from models. R messages are prettified like python assertion messages. Text up to first colon in the R error message removed, as it is simply a filename or unwanted text.
2020-04-02Merge pull request #670 from prathamesh920/R-tests-N-codemirror-modePalaparthy Adityachandra
Add tests for R evaluator and codemirror R mode
2020-04-02Merge pull request #673 from adityacp/fix_course_design_workflowPalaparthy Adityachandra
Fix UI/UX for creating course modules, lessons, quizzes
2020-04-02Optimize code to add unit to module only on creationadityacp
2020-04-01Fix custom middleware according to django 3adityacp
2020-03-31Change course_modules.html and views.pyadityacp
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules
2020-03-31Update the units and modules order on creationadityacp
2020-03-30Change templates, js, viewsadityacp
- Show module name in design module page - Fix tooltip in design course and design module page - Change order of sidebar menu in course detail page
2020-03-28Change in course modules template, viewsadityacp
- Remove redirect url from views - Allow to edit module
2020-03-28Fix workflow for creating modules, lessons, quizzesadityacp
2020-03-27Allow stdio expected input to be optional and miscellanous UI fixesankitjavalkar
2020-03-27Add R installation for travisprathamesh
2020-03-27Add tests for R evaluator and codemirror R modeprathamesh
2020-03-19Resolve conflicts in the courses viewadityacp
2020-03-19Remove usage of module sixadityacp
2020-03-19button tag changed to attribute tagmanojvaghela
2020-03-18Search bar - related testing views addedmanojvaghela
2020-03-18Search bar addedmanojvaghela
2020-03-13Show success or failure message design course pageadityacp
2020-03-13Fix redirection while saving exerciseadityacp
2020-03-12Fix test to get lesson or quiz for a unitadityacp
2020-03-12Avoid conditional check on foreign keyadityacp
2020-03-09Add tests to check download course progressadityacp
2020-03-09Download course progressadityacp
2020-03-06Show specific fields for answerpaper in adminadityacp
Signed-off-by: ankitjavalkar <ankit@fossee.in>
2020-03-05Change in decorators, tests, travisadityacp
- Remove python 2.7 from travis - Fix url reverse function import in views tests - Fix error in is_email_verified decorator for user is_authenticated
2020-03-04Change settingsadityacp
- Add messages in grading systems page - Add password validator in settings - Fix naming in templates
2020-03-03Show specific fields for answerpaper in adminadityacp
2020-03-02Merge branch 'master' of https://github.com/FOSSEE/online_test into bump_djangoadityacp
2020-02-28Fix UI for email account verificationadityacp
2020-02-28Fix UI in forgot and change passwordadityacp
2020-02-28Order courses by active coursesadityacp
2020-02-28Change in views, change password, paginatoradityacp
- Add bootstrap form control class in change password - Show alert messages in change password - Increase number of pages in paginator - Reduce number of course pages in moderator dashboard
2020-02-28Bump django to the latest versionadityacp
2020-02-20Change complete, grade_user template and add_question jsadityacp
- Add tinymce js editor for question description - Add safe option in grade user while showing question description - Add generice title in the complete template
2020-02-19Fix pep style and add test case in test_modelsadityacp
2020-02-19Change views, test_views, templatesadityacp
- Change message text in duplicate course view function - Remove clone course option from course detail page and show it in courses page - Show download course option in courses page - Show message for search results in student dashboard - Fix views tests - Show collapse requested students list
2020-02-18Preview question description and solutionadityacp
2020-02-18Change forms, views, models, templatesadityacp
- Fix UI in add question page - Add test case form for question formset with custom attributes - Add a model method in question class to get question test cases based on type and language of the question - Retain the state of the list view and grid view in courses page - Requested students list will be shown on top in the course detail page
2020-02-17Fix conflictsadityacp