Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-28 | Fix #530 | CruiseDevice | |
- Fix Create Question Paper CSS and JS. | |||
2019-01-23 | Fix sticky active tab highlight due to stray <li> tag in regrade page | ankitjavalkar | |
2019-01-23 | Fix HTML/CSS alignment for Upload and Download Questions page | ankitjavalkar | |
2019-01-21 | Merge pull request #537 from ankitjavalkar/fix-overall-course-completion | ankitjavalkar | |
[UI] Multiple UI Fixes in New UI | |||
2019-01-21 | Fix Monitor in Moderator interface: | ankitjavalkar | |
- Fix indentation - Add proper corresponding closing <div> tags - Add closing <span> tags - Minor changes in inconsistent HTML tags and commented HTML code | |||
2019-01-16 | Add roll number columns and fix UI | ankitjavalkar | |
2019-01-14 | Fix typo in 500 error page | ankitjavalkar | |
2019-01-14 | Merge pull request #543 from ankitjavalkar/updated-add-code-answer-html-escapes | ankitjavalkar | |
Ensure that the displayed Answers escape special characters | |||
2019-01-11 | Display the question snippet as preformatted text in Preview QuestionPaper mode | ankitjavalkar | |
2019-01-11 | Ensure that the Answers displayed in grade_user.html, user_data.html and ↵ | ankitjavalkar | |
view_answerpaper escape special characters | |||
2019-01-11 | Fixes check marks rendering incorrectly on Unit Completion. | CruiseDevice | |
- This commit fixes check marks rendering incorrectly after unit completion on Start Module Page. | |||
2019-01-10 | Remove unnecessary HTML divider in Logout dropdown | ankitjavalkar | |
2019-01-10 | Remove duplicate progress bars (Units/Lessons should not have progress bars) | ankitjavalkar | |
2019-01-09 | Multiple changes in new UI: | ankitjavalkar | |
- Deprecate usage of 'course_completion_percent' custom template tag - Replace old code in course_detail.html | |||
2019-01-08 | Fix Overall Course Completion percentage in Student interface | ankitjavalkar | |
2018-10-12 | Make changes as per PR review | ankitjavalkar | |
2018-10-09 | Minor UI changes and selenium test fixes | ankitjavalkar | |
2018-09-28 | Fix errors and test cases | ankitjavalkar | |
2018-09-28 | Add Switch To buttons in main menu and minor UI changes | ankitjavalkar | |
2018-09-26 | Remove unnecessary html blocks, add popper.js link, fix error message in ↵ | Shelsy | |
templates | |||
2018-09-26 | Change templates with new UI | Shelsy | |
2018-07-31 | Merge pull request #519 from kumanna/master | King | |
Fix spelling error: choosen to chosen | |||
2018-07-31 | Merge pull request #507 from ankitjavalkar/remove-dead-css-links | King | |
Remove references to non existent static CSS files | |||
2018-07-31 | Remove unused ajax_marks.html file | ankitjavalkar | |
2018-07-31 | Fix spelling error: choosen to chosen | Kumar Appaiah | |
2018-07-25 | Remove unused showusers.html from templates directory | ankitjavalkar | |
2018-07-24 | Remove reference to /static/yaksh/css/course.css in addteacher.html | ankitjavalkar | |
2018-07-24 | Remove reference to /static/yaksh/css/question_quiz.css in add_course, ↵ | ankitjavalkar | |
add_exercise and add_quiz | |||
2018-07-17 | Create assignment upload files for a particular course instead of quiz | adityacp | |
2018-07-13 | Add default video in demo lesson | adityacp | |
2018-07-13 | - Add buttons to Moderator and Student templates | ankitjavalkar | |
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link | |||
2018-07-13 | Allow moderator to switch between student and moderator roles | ankitjavalkar | |
2018-07-12 | Merge pull request #496 from maheshgudi/questions_yaml | King | |
Question upload can take yaml and zip files | |||
2018-07-12 | Merge pull request #487 from adityacp/video_lessons_download | King | |
Download course content for offline view | |||
2018-07-12 | Modify documentation for question upload | maheshgudi | |
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2018-07-10 | Change in file_utils, forms, models, lesson.css, add_lesson.html, views | adityacp | |
- Add new function in the file_utils to render template - Add webm as supported video format in forms - Add help text in video_file field - Add lesson.css file for adding custom styling for lessons - Add static_files dict in download_course views function | |||
2018-07-10 | Changes in file_utils.py, courses.html, index.html, module.html, unit.html, ↵ | adityacp | |
offline.css - Remove unnecessary list from write_templates_to_zip function in file_utils - Remove styling from index.html, module.html, unit.html - Add offline.css for styling in index.html, module.html, unit.html | |||
2018-07-03 | Update to latest changes | adityacp | |
2018-06-26 | Changes in template, templatetags and static files | adityacp | |
- Add new templates index.html, module.html, unit.html for course download - Add links in student and moderator templates for course download - Add video js plugin for rendering uploaded lesson video file - Remove jquery-1.4.2 - Add template tag to get formatted names - Change student and moderator lesson template to view lessons files properly | |||
2018-06-07 | Merge pull request #469 from adityacp/enhance_course_status | Prabhu Ramachandran | |
Enhance course status | |||
2018-05-29 | Change in models, templates, js | adityacp | |
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test | |||
2018-04-06 | Highlight error line in code mirror for python | adityacp | |
2018-04-04 | Change in templates and js | adityacp | |
- Change course status template to view per student course progress - Change student dashboard to show progress for course and modules. - Add ajax to get per student data for course progress | |||
2018-03-22 | Merge branch 'master' into Grades | Prabhu Ramachandran | |
2018-03-22 | Resolve conflicts and update to latest changes | adityacp | |
2018-03-21 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | maheshgudi | |
arrange_options | |||
2018-03-21 | Merge pull request #456 from ankitjavalkar/preview-qp | Prabhu Ramachandran | |
Preview QuestionPaper as an HTML | |||
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran | |
Student Dashboard Changes | |||
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran | |
Fix clone course |