summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2020-05-06Fix testsCruiseDevice
2020-05-06Add Reject button to reject selected studentsCruiseDevice
- A reject button to reject selected students in Enroll Students page on a Requested Students tab. - Improve the views and urls for enrolling and rejecting students in the course.
2020-05-04Show question topic and language in quizCruiseDevice
2020-04-30Merge branch 'master' into APIPalaparthy Adityachandra
2020-04-29Fix: #696CruiseDevice
2020-04-27Resolve conflicts in travis, requirements and viewsadityacp
2020-04-27Resolve conflictadityacp
2020-04-27Fix pagination for forum post searchadityacp
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-26Add tablesorter to sort post tableCruiseDevice
2020-04-26Add search bar in forum to search postsCruiseDevice
2020-04-25Fix testsCruiseDevice
2020-04-25Resolve comments, fix tests, add paginationCruiseDevice
2020-04-25Add a search bar to search usersadityacp
2020-04-24Add card-text class to p in card-bodyCruiseDevice
2020-04-24Improve post comments UICruiseDevice
2020-04-22More TestsCruiseDevice
2020-04-21Improve Post list UICruiseDevice
2020-04-21Replace students list of names with a drop downadityacp
2020-04-21Add MathJax support in discussion forumCruiseDevice
2020-04-21Resolve conflicts in urlsadityacp
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-16PEP8 fixCruiseDevice
2020-04-16Resolve commentsCruiseDevice
2020-04-16Fix testsCruiseDevice
2020-04-16Set post_image, comment_image height, width to 50%CruiseDevice
- img-fluid took more space of a card than required. Made it hard to read the remaining description in a forum.
2020-04-15Improve UI slightlyCruiseDevice
2020-04-15Resolve commentsCruiseDevice
- Fix "'image' attribute has no file associated with it" issue. - Don't allow users who are not part of a course to see the discussion forum of that course. - Add Discussion forum link in moderator interface under course_details page. - Remove custom css for post and comments in Discussion forum. Use bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and width of the card. - Use instance.uid instead of just instance in get_image_dir.
2020-04-15Show selected values in the filter formsadityacp
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-13Add feature to hide thread or commentsCruiseDevice
2020-04-13Add feature for uploading imagesCruiseDevice
2020-04-12Fix search coursesadityacp
2020-04-11Discussion forum for a courseCruiseDevice
2020-04-11Fix tabs and show uploaded questions in questions pageadityacp
2020-04-08Fix and Add tests for questions viewadityacp
2020-04-08Change templates, views, forms, modelsadityacp
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions
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