Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-12-29 | Fix assignment upload to work with new code server | maheshgudi | |
2017-12-27 | cleaned add exercise HTML | prathamesh | |
2017-12-27 | Exercise feature in video lessons | prathamesh | |
Exercise is same as quiz except for following differences: - no time limit - no marks weightage - no instruction page - skip denied for a particular time An attribute 'is_exercise' in Quiz determines whether the quiz is exercise or not. Questions contains 'min_time' attribute. For an exercise a question cannot be skipped for an allotted minimum time, after which either django or JavaScript makes Next button available. Implementation is as such due to complexity of our existing views and templates. Also, after min_time, same question with Next button is available to move on, assuming that solution is present in the video. | |||
2017-12-24 | Modify Moderator side UI | mahesh | |
- Add icon to navbar - Adjust links on navbar - Add yaksh_text image on quit and complete page | |||
2017-12-24 | Modify Student side UI | mahesh | |
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar | |||
2017-12-19 | Add coverage badge on readme using codecov | maheshgudi | |
2017-12-19 | Add version badge on readme | maheshgudi | |
2017-12-19 | Add Yaksh logo to the website | mahesh | |
2017-12-14 | Change in test_views and views | adityacp | |
- Add new tests for views - Pep8 changes in views | |||
2017-12-14 | Update to latest changes | adityacp | |
2017-12-14 | Change .coveragerc to omit untested files | adityacp | |
2017-12-14 | Change test files | adityacp | |
- Add new views test - Fix Selenium tests | |||
2017-12-14 | Change templates | adityacp | |
- Add new template to view course modules - Change glyphicon in question.html and show_video.html - Change button name in add_module.html - Remove unnecessary js file - Change button in intro.html - Change quizzes_user.html to display only courses | |||
2017-12-14 | Change views.py and urls.py | adityacp | |
- Add new views function to view course modules - Add new url to view course modules | |||
2017-12-13 | Remove unecessary js files from TinyMCE | maheshgudi | |