Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-02 | Rename Learning Units to Lessons/Quizzes in design course | adityacp | |
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 | 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 | Fix assignment upload to work with new code server | maheshgudi | |
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 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 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 | |
2017-12-13 | Add jquery-ui to repo | maheshgudi | |
2017-12-13 | Add Mathjax to the repo | maheshgudi | |
2017-12-05 | Merge branch 'yaksh_video_lessons' of https://github.com/FOSSEE/online_test ↵ | prathamesh | |
into yaksh_video_lessons | |||
2017-12-05 | Added basic model testcases. | prathamesh | |
2017-11-28 | Add views tests | adityacp | |
2017-11-28 | Change template to display error messages and change design and urls redirection | adityacp | |
2017-11-28 | Change in views.py and urls.py | adityacp | |
- Change view function name from show_video to show_lesson - Change add quiz, lesson, module view function | |||
2017-11-28 | Add comments in lesson model and remove unwanted method | adityacp | |
2017-11-24 | Merge branch 'yaksh_video_lessons' of https://github.com/fossee/online_test ↵ | mahesh | |
into yaksh_video_lessons | |||
2017-11-23 | Merge pull request #400 from maheshgudi/ajax_questions | Prabhu Ramachandran | |
Display error output without page reloading | |||
2017-11-23 | Put page footer outside div container | maheshgudi | |
2017-11-23 | Fix regrading test cases | adityacp | |
2017-11-23 | Fix selenium tests | adityacp | |
2017-11-23 | Change template to avoid overlapping of html body with sidebar | adityacp | |
2017-11-23 | Change urls, views, template, test_views | adityacp | |
- Fix view answer paper for student - Fix existing views test cases | |||
2017-11-23 | Minor changes in requesthandler.js | maheshgudi | |
2017-11-23 | Render error output with django template instead of javascript | mahesh | |
2017-11-22 | Display error output without reloading. | maheshgudi | |
2017-11-22 | Fixed existing model tests | prathamesh | |
Also, added "markdown" to requirements | |||
2017-11-22 | Change forms.py, models.py, views.py, templates, templatetags | adityacp | |
- Add start_time, end_time enrollement in course form - Change get_quiz_details in course model - Add validation to check if course is active and not expired - Template changes for cleaner dashboard | |||
2017-11-21 | Change in templates, js, template tag | adityacp | |
- Add new template tag to fetch course module completion status - View all lessons/quizzes during quiz - Change button values - Change user mode and god mode | |||
2017-11-21 | Change in models.py and views.py | adityacp | |
- Add validation to check if prerequisite module is completed - Fix User mode and God mode for quiz - View proper message to user on failure | |||
2017-11-21 | Fix buttons on courses.html | maheshgudi | |
2017-11-20 | Change complete.html and change download quiz csv in views | adityacp | |
2017-11-20 | Change in js and css | adityacp | |
- Add new js for sending data to views - Change existing js content | |||
2017-11-20 | Change in templates | adityacp | |
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface | |||
2017-11-20 | Add new custom template tag to get learning unit status | adityacp | |
2017-11-20 | Change in views.py | adityacp | |
- View function for creating new lesson - View function for creating new learning modules - View function for adding modules to course - View function for controlling and viewing learning modules | |||
2017-11-20 | Change in urls.py | adityacp | |
- Add new urls for creating course with module and units - Fix existing urls | |||
2017-11-20 | Change in forms.py | adityacp | |
- Add model forms for Lesson, LearningModule - Add forms for LessonFile | |||
2017-11-20 | Change in models.py | adityacp | |
- Add new models LearningModule, LearningUnit, CourseStatus, Lesson, LessonFile - Change model associations - Add new model methods | |||
2017-11-17 | Position cursor automatically on text area during quiz | maheshgudi | |
2017-11-15 | Update Migration files and version for release version 0.7. | maheshgudi | |