Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-18 | Change in views.py and models.py | adityacp | |
- Fetch all the answerpapers using questionpaper and course instead of only questionpaper | |||
2018-01-17 | Change views.py and test_views.py | adityacp | |
- Add a condition to disallow a teacher to become course creator - Add test to check if a teacher does not become course creator | |||
2018-01-16 | Change in template, test_views, urls and views | adityacp | |
- Allow teacher to edit questionpaper for a quiz - Add test to check if teacher is allowed to edit questionpaper for a quiz | |||
2018-01-08 | Merge pull request #416 from adityacp/enhance_yaksh_ui | Prabhu Ramachandran | |
Enhance yaksh design | |||
2018-01-08 | Merge pull request #415 from maheshgudi/yaksh_ui_changes | Prabhu Ramachandran | |
See previous questions in exercise and other bug fixes | |||
2018-01-08 | Change in css and templates | adityacp | |
- Allow horizontal scroll for sidebar in dashboard.css - Change templates to display all modules - Change error messages in course template | |||
2018-01-08 | Change in models.py and views.py | adityacp | |
- Add new model method for course to check last unit and get next module - Change views to allow student to redirect to next module | |||
2018-01-08 | Separate solution div from question description div | maheshgudi | |
2018-01-08 | Allow access to previous completed questions in exercises | maheshgudi | |
2018-01-08 | Merge pull request #414 from adityacp/fix_oauth_login | Prabhu Ramachandran | |
Fix Oauth email verification | |||
2018-01-08 | Fix assignment upload question | maheshgudi | |
2018-01-08 | Add instructions for demo quiz | maheshgudi | |
2018-01-08 | Change user.py to set email_verified to True for oauth based login | adityacp | |
2018-01-05 | Merge pull request #404 from ankitjavalkar/add-docker-compose-test | Prabhu Ramachandran | |
Add docker compose deployment | |||
2018-01-04 | Replace hardcoded codeserver URL in regrade method within models | ankitjavalkar | |
2018-01-04 | - Update README_production.rst to fix incorrect commands, links and formatting | ankitjavalkar | |
- Remove README inside docker folder | |||
2018-01-04 | Add changes as requested in review | ankitjavalkar | |
2018-01-04 | Add sample environment file | ankitjavalkar | |
2018-01-04 | Change README and tasks.py | ankitjavalkar | |
2018-01-04 | Add docker related changes | ankitjavalkar | |
2018-01-04 | - Modify code server docker file to remove Oracle JDK, JRE | ankitjavalkar | |
- Add decorator to tasks | |||
2018-01-04 | Modify README for production | ankitjavalkar | |
2018-01-04 | Change as per review suggestions | ankitjavalkar | |
2018-01-04 | Remove makefile | ankitjavalkar | |
2018-01-04 | Multiple changes: | ankitjavalkar | |
- Modify JDK & JRE installation command - Remove vim installation command | |||
2018-01-04 | Modify README_production and reformat as RST | ankitjavalkar | |
2018-01-04 | Fix bug to allow tests to run successfully | ankitjavalkar | |
2018-01-04 | Multiple changes: | ankitjavalkar | |
- Remove requirement files placed in docker/Files - Modify tasks to dynamically copy requirement files into docker directory - Add java installation to Docker files | |||
2018-01-04 | Multiple changes: | ankitjavalkar | |
- Add deployment commands to tasks.py - Add deployment commands to README_production.md | |||
2018-01-04 | Added docker compose configuration | rohmhatre | |
2018-01-04 | Multiple Changes: | ankitjavalkar | |
- Add python-decouple package to requirements - use sane defaults and python-decouple in yaksh.settings and online_test.settings module - Replace hardcoded localhost domain name referring to code server with dynamic - Move Dockerfile to dedicated directory - Add dynamic run-as-admin commands to the base command depending on OS - Replace linux specific commands like cp with Python functions | |||
2018-01-04 | Add dynamic run-as-admin commands to the base command depending on OS | ankitjavalkar | |
2018-01-04 | Move Dockerfile to dedicated directory | ankitjavalkar | |
2018-01-04 | - Add python-decouple package to requirements | ankitjavalkar | |
- Use sane defaults and python-decouple in yaksh.settings module - Replace hard coded localhost domain name referring to code server with dynamic settings variable | |||
2018-01-03 | Merge pull request #408 from prathamesh920/exercise | Prabhu Ramachandran | |
Exercise feature in video lessons | |||
2018-01-03 | Made UI changes as per suggestion | prathamesh | |
Added view answerpaper option to exercise form. | |||
2018-01-02 | Merge branch 'master' of https://github.com/FOSSEE/online_test into exercise | prathamesh | |
Conflicts Resolved: yaksh/templates/yaksh/courses.html yaksh/templates/yaksh/question.html | |||
2018-01-02 | Merge pull request #401 from FOSSEE/yaksh_video_lessons | Prabhu Ramachandran | |
Yaksh Learning Module | |||
2018-01-02 | Rename Learning Units to Lessons/Quizzes in design course | adityacp | |
2018-01-02 | Merge pull request #412 from maheshgudi/update_travis | Prabhu Ramachandran | |
Change travis build distribution from precise to trusty | |||
2018-01-02 | Allowed user to skip and view solution if the answer is correct. | prathamesh | |
Added solution attribute to the Question model. | |||
2018-01-02 | Change travis build distribution from precise to trusty | maheshgudi | |
2018-01-02 | Changes in views, models, templates and js | adityacp | |
- Rename learning_type to type in Lesson model - Change error message in views and change redirection - Change templates to rename learning_type to type for unit - Add new dialog for embedding Video URL | |||
2018-01-02 | Update to latest changes | adityacp | |
2017-12-29 | Merge pull request #410 from maheshgudi/yaksh_add_logo | Mahesh Gudi | |
Add updated logo on exam page | |||
2017-12-29 | Add updated logo on exam page | maheshgudi | |
2017-12-29 | Merge pull request #407 from maheshgudi/yaksh_add_logo | Prabhu Ramachandran | |
Add logo on Yaksh | |||
2017-12-29 | Include updted logo on navbar | maheshgudi | |
2017-12-29 | Merge pull request #405 from maheshgudi/local_mathjax | Prabhu Ramachandran | |
Local mathjax | |||
2017-12-29 | Merge pull request #406 from maheshgudi/fix_assignment | Prabhu Ramachandran | |
Fix assignment upload to work with new code server |