Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | Merge pull request #780 from ankitjavalkar/release_0_27 | ankitjavalkar | |
Release related changes | |||
2020-10-08 | Add release migrations | ankitjavalkar | |
2020-10-08 | Release related changes | ankitjavalkar | |
2020-10-08 | Merge pull request #779 from ankitjavalkar/fix-foot | ankitjavalkar | |
Add footer and CSS | |||
2020-10-08 | Add footer and CSS | ankitjavalkar | |
2020-10-08 | Merge pull request #778 from ankitjavalkar/cruise-comments-under-video | ankitjavalkar | |
[Rebased] Comments under video lesson | |||
2020-10-08 | Add tinymce to forum | CruiseDevice | |
2020-10-08 | User can create anonymous post and comment | CruiseDevice | |
2020-10-08 | Fix tests | CruiseDevice | |
2020-10-08 | Show trash icon in forum only to course creator and teacher | CruiseDevice | |
2020-10-08 | Fix tests and minor changes | CruiseDevice | |
2020-10-08 | Show Lesson post and comments in discussion forum | CruiseDevice | |
- Use trash icon instead of DELETE button - Sidebar to navigate between course forum and lesson forum - Course forum displays all the questions (posts) linked with the course model, and Lesson forum displays all the questions (posts) linked with the Lesson model. | |||
2020-10-08 | Fix API failing test case | CruiseDevice | |
2020-10-08 | Fix search in forum | CruiseDevice | |
- Also searches in post description. | |||
2020-10-08 | Fix breaking tests in test_models | CruiseDevice | |
2020-10-08 | Remove generic relation to Post from Course and Lesson. | CruiseDevice | |
- Fixes breaking tests. | |||
2020-10-08 | Fix Tests | CruiseDevice | |
2020-10-08 | Comments feature for video lesson | CruiseDevice | |
2020-10-08 | Make Post model generic. | CruiseDevice | |
- Fix breaking links in forum after change in models. | |||
2020-10-07 | Merge pull request #777 from ankitjavalkar/release_0_26 | ankitjavalkar | |
Release related changes for v0.26.0 | |||
2020-10-07 | Release related changes for v0.26.0 | ankitjavalkar | |
2020-10-07 | Merge pull request #775 from ankitjavalkar/def-false-prereq | ankitjavalkar | |
Set prereqs to False by default | |||
2020-10-07 | Fix tests | ankitjavalkar | |
2020-10-07 | Set prereqs to False by default | ankitjavalkar | |
2020-10-07 | Merge pull request #774 from adityacp/upload_toc | ankitjavalkar | |
Add table of contents for the lessons | |||
2020-09-30 | Change multiple files | adityacp | |
- Add download sample yaml for toc in the lesson - Add validation for upload toc yaml - Add tests for download sample yaml toc | |||
2020-09-30 | Add table of contents for lesson with yaml upload | adityacp | |
2020-09-30 | Resolve Conflicts | adityacp | |
2020-09-29 | Merge pull request #773 from adityacp/minor_fix | Palaparthy Adityachandra | |
Show assignment upload file in view answerpaper | |||
2020-09-29 | Show assignment upload file in view answerpaper | adityacp | |
2020-09-29 | Merge pull request #770 from ankitjavalkar/add_file_namer | ankitjavalkar | |
Display file names of uploaded files in question files | |||
2020-09-29 | Merge pull request #772 from ankitjavalkar/release_0_25 | ankitjavalkar | |
Release related changes | |||
2020-09-29 | Release related changes | ankitjavalkar | |
2020-09-29 | Merge pull request #771 from ankitjavalkar/recalc-paper-marks | ankitjavalkar | |
Re calculate and save total marks of paper | |||
2020-09-29 | Fix tests | ankitjavalkar | |
2020-09-28 | Re calculate and save total marks of paper | ankitjavalkar | |
2020-09-28 | Display file names of uploaded files in question files | ankitjavalkar | |
2020-09-25 | Merge pull request #768 from ankitjavalkar/add_katex | ankitjavalkar | |
Add katex CDN and remove MathJax references | |||
2020-09-25 | Add condition to check for course teacher | adityacp | |
2020-09-25 | Fix tests | adityacp | |
2020-09-25 | Change forms, models, settings and template | adityacp | |
- Add max_upload_size in settings for video file - Change error messages in forms - Set the video_file field max_length - Fix add_lesson template for uploading video file | |||
2020-09-24 | Remove comments | ankitjavalkar | |
2020-09-24 | Add katex CDN | ankitjavalkar | |
2020-09-23 | Fix conflicts | adityacp | |
2020-09-23 | Merge pull request #766 from prathamesh920/allow-additional-quiz-time | Palaparthy Adityachandra | |
Allow to extend time even if the paper is completed. | |||
2020-09-23 | Add more tests | adityacp | |
2020-09-22 | Add initial tests for lesson contents | adityacp | |
2020-09-21 | Add pagination in the lesson statistics | adityacp | |
2020-09-17 | Allow to extend time even if the paper is completed. | prathamesh | |
2020-09-17 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
add_in_video_questions |