summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04Merge pull request #680 from adityacp/update_documentationPalaparthy Adityachandra
Update documentation with latest changes
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-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-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
2020-03-19Merge pull request #665 from manojvaghela/searchbarfinalPalaparthy Adityachandra
Search bar added
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-17Merge pull request #660 from adityacp/fix_course_progress_download_csvPalaparthy Adityachandra
Add a button to download course progress in a CSV
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-11Merge pull request #661 from ankitjavalkar/release_0_13_0_changesPalaparthy Adityachandra
Release 0.13.0 related changes
2020-03-11Release 0.13.0 related changesankitjavalkar
2020-03-09Add tests to check download course progressadityacp
2020-03-09Download course progressadityacp
2020-03-09Resolve conflictsadityacp
2020-03-09Merge pull request #659 from ankitjavalkar/bug_fixes_26_feb_2020Palaparthy Adityachandra
Multiple Changes
2020-03-06Show specific fields for answerpaper in adminadityacp
Signed-off-by: ankitjavalkar <ankit@fossee.in>
2020-03-06Fix exception that occurs when pre existing tags with first caps letter are usedankitjavalkar
2020-03-05Use xenial dist for latest sqliteadityacp
2020-03-05Remove deprecated sudo, add migrate commandadityacp
2020-03-05Add migrations command for auth onlyadityacp
2020-03-05Add migrations command in travisadityacp