summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Merge pull request #686 from adityacp/add_r_info_docsPalaparthy Adityachandra
Add R language standard testcase information in documentation
2020-04-07Add R language standard testcase informationadityacp
2020-04-07Merge pull request #682 from adityacp/update_readmePalaparthy Adityachandra
Update README
2020-04-07Update READMEadityacp
2020-04-06Add mysqlclient to requirements-production.txtCruiseDevice
2020-04-06Remove print statementCruiseDevice
2020-04-04Merge pull request #680 from adityacp/update_documentationPalaparthy Adityachandra
Update documentation with latest changes
2020-04-04Update documentation with latest changesadityacp
2020-04-03Get user_answer based on question typeCruiseDevice
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-01Update ruamel version, change view nameCruiseDevice
- Update ruamel version to 0.16.10. - Change view name from ICourse to GetCourse.
2020-04-01Merge pull request #676 from adityacp/fix_middlewarePalaparthy Adityachandra
Fix custom middleware according to django 3
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-30Update .travis.ymlCruiseDevice
2020-03-30Add Login endpoint, quit quiz endpointCruiseDevice
2020-03-30Show question test_cases, exclude unncessary fields from APICruiseDevice
2020-03-30Add corsheaders to INSTALLED_APPSCruiseDevice
2020-03-30Remove unnecessary requirements, update DRF to 3.11.0CruiseDevice
- Update DRF to 3.11.0 compatible with Django 3. - Add mysqlclient to requirements.
2020-03-30Fix ImproperlyConfigured URL issueCruiseDevice
2020-03-30Resolve ConflictsCruiseDevice
Merge branch 'api' of https://github.com/prathamesh920/online_test into API
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-20Merge pull request #655 from adityacp/bump_djangoPalaparthy Adityachandra
Bump django version to 3.0.3
2020-03-19Resolve conflicts in the courses viewadityacp