Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-20 | Change in models.py, views.py and ursl.py | adityacp | |
- Change urls to take two types of course clone - Change view duplicate_course to copy or clone depending on type - Change view function prof_manage to avoid error while deleting trial answerpapers - Add new model methods for course, module, unit, lesson and quiz to create copies | |||
2018-01-19 | Merge pull request #426 from adityacp/fix_lessons_redirect | Prabhu Ramachandran | |
Fix lessons related bug | |||
2018-01-19 | Merge pull request #424 from adityacp/fix_question_paper_edit | Prabhu Ramachandran | |
Fix Question Paper and Course related issue | |||
2018-01-19 | Change in views and templates | adityacp | |
- Add active field for exercise form - Fix views test case for creating exercise - Show question paper for exercise | |||
2018-01-19 | Improve views test cases for lessons bug | adityacp | |
2018-01-19 | Improve views test case for questionpaper | adityacp | |
2018-01-18 | Add docstring to update course status view function | adityacp | |
2018-01-18 | Add test to check if module is completed at unit level | adityacp | |
2018-01-18 | Update to latest changes from master | adityacp | |
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 template, urls.py, views.py | adityacp | |
- Change show_video.html to empty module - Add condition to check if module is completed for the corresponding unit | |||
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-15 | Merge pull request #422 from adityacp/show_course_status | Prabhu Ramachandran | |
Show course status | |||
2018-01-14 | Change in models.py, course.js and course_detail.html | adityacp | |
- Merge future imports in models into one - Add table sorter in course.js and course_detail.html | |||
2018-01-13 | Format column for csv download | adityacp | |
2018-01-13 | Remove unnecessary function from custom_filters.py | adityacp | |
2018-01-12 | Add views and models tests for course status | adityacp | |
2018-01-12 | Change in js, templates and custom_filters | adityacp | |
- Add js function to download csv data for course status - Show course status - Add new custom functions to view student status for a course | |||
2018-01-12 | Change in models.py, views.py and urls.py | adityacp | |
- Add new model methods to calculate percent of module and course completion - Add new view function for displaying course status - Add new url to redirect to course status | |||
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 | |