Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | Change templates, views, forms, models | adityacp | |
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions | |||
2020-04-07 | Merge pull request #687 from adityacp/release_0.14.00.14.0 | Palaparthy Adityachandra | |
Release 0.14.0 related changes | |||
2020-04-07 | Release 0.14.0 related changes | adityacp | |
2020-04-07 | Merge pull request #678 from prathamesh920/r-clean-error-messages | Palaparthy Adityachandra | |
Show prettified R error messages and fix filter | |||
2020-04-07 | Merge pull request #686 from adityacp/add_r_info_docs | Palaparthy Adityachandra | |
Add R language standard testcase information in documentation | |||
2020-04-07 | Add R language standard testcase information | adityacp | |
2020-04-07 | Merge pull request #682 from adityacp/update_readme | Palaparthy Adityachandra | |
Update README | |||
2020-04-07 | Update README | adityacp | |
2020-04-04 | Merge pull request #680 from adityacp/update_documentation | Palaparthy Adityachandra | |
Update documentation with latest changes | |||
2020-04-04 | Update documentation with latest changes | adityacp | |
2020-04-03 | Merge pull request #671 from ankitjavalkar/fix-stdio | ankitjavalkar | |
Allow stdio expected input to be optional and miscellanous UI fixes | |||
2020-04-03 | Minor fixes based on feedback | ankitjavalkar | |
2020-04-02 | Show prettified R error messages and fix filter | prathamesh | |
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-02 | Merge pull request #670 from prathamesh920/R-tests-N-codemirror-mode | Palaparthy Adityachandra | |
Add tests for R evaluator and codemirror R mode | |||
2020-04-02 | Merge pull request #673 from adityacp/fix_course_design_workflow | Palaparthy Adityachandra | |
Fix UI/UX for creating course modules, lessons, quizzes | |||
2020-04-02 | Optimize code to add unit to module only on creation | adityacp | |
2020-04-01 | Merge pull request #676 from adityacp/fix_middleware | Palaparthy Adityachandra | |
Fix custom middleware according to django 3 | |||
2020-04-01 | Fix custom middleware according to django 3 | adityacp | |
2020-03-31 | Change course_modules.html and views.py | adityacp | |
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules | |||
2020-03-31 | Update the units and modules order on creation | adityacp | |
2020-03-30 | Change templates, js, views | adityacp | |
- 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-28 | Change in course modules template, views | adityacp | |
- Remove redirect url from views - Allow to edit module | |||
2020-03-28 | Fix workflow for creating modules, lessons, quizzes | adityacp | |
2020-03-27 | Allow stdio expected input to be optional and miscellanous UI fixes | ankitjavalkar | |
2020-03-27 | Add R installation for travis | prathamesh | |
2020-03-27 | Add tests for R evaluator and codemirror R mode | prathamesh | |
2020-03-20 | Merge pull request #655 from adityacp/bump_django | Palaparthy Adityachandra | |
Bump django version to 3.0.3 | |||
2020-03-19 | Resolve conflicts in the courses view | adityacp | |
2020-03-19 | Merge pull request #665 from manojvaghela/searchbarfinal | Palaparthy Adityachandra | |
Search bar added | |||
2020-03-19 | Remove usage of module six | adityacp | |
2020-03-19 | button tag changed to attribute tag | manojvaghela | |
2020-03-18 | Search bar - related testing views added | manojvaghela | |
2020-03-18 | Search bar added | manojvaghela | |
2020-03-17 | Merge pull request #660 from adityacp/fix_course_progress_download_csv | Palaparthy Adityachandra | |
Add a button to download course progress in a CSV | |||
2020-03-13 | Show success or failure message design course page | adityacp | |
2020-03-13 | Fix redirection while saving exercise | adityacp | |
2020-03-12 | Fix test to get lesson or quiz for a unit | adityacp | |
2020-03-12 | Avoid conditional check on foreign key | adityacp | |
2020-03-11 | Merge pull request #661 from ankitjavalkar/release_0_13_0_changes | Palaparthy Adityachandra | |
Release 0.13.0 related changes | |||
2020-03-11 | Release 0.13.0 related changes | ankitjavalkar | |
2020-03-09 | Add tests to check download course progress | adityacp | |
2020-03-09 | Download course progress | adityacp | |
2020-03-09 | Resolve conflicts | adityacp | |
2020-03-09 | Merge pull request #659 from ankitjavalkar/bug_fixes_26_feb_2020 | Palaparthy Adityachandra | |
Multiple Changes | |||
2020-03-06 | Show specific fields for answerpaper in admin | adityacp | |
Signed-off-by: ankitjavalkar <ankit@fossee.in> | |||
2020-03-06 | Fix exception that occurs when pre existing tags with first caps letter are used | ankitjavalkar | |
2020-03-05 | Use xenial dist for latest sqlite | adityacp | |
2020-03-05 | Remove deprecated sudo, add migrate command | adityacp | |
2020-03-05 | Add migrations command for auth only | adityacp | |
2020-03-05 | Add migrations command in travis | adityacp | |