Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-20 | Change views, urls, forms, templates, static | adityacp | |
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css | |||
2020-01-17 | Change views and urls | adityacp | |
- Change enroll, reject and course detail views - Add new urls for courses | |||
2020-01-03 | Remove unncessary break html tags and add bootstrap custom file input | adityacp | |
2020-01-02 | Resolve comments | CruiseDevice | |
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object | |||
2020-01-02 | Resolve conflicts | CruiseDevice | |
2020-01-02 | Change courses page with new UI | adityacp | |
2019-12-20 | Change forms.py and views.py | adityacp | |
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py | |||
2019-07-30 | Merge pull request #622 from CruiseDevice/offline_yaksh | Akash Chavan | |
Download course from yaksh for offline purpose. | |||
2019-07-23 | Fix course filter query to display only non trial courses on the dashboard | ankitjavalkar | |
2019-07-03 | Minor changes | CruiseDevice | |
- Remove commented code. - Add active class to the tab selected on sidebar. | |||
2019-06-27 | Fix Nonetype error due to incorrect if-else during course_code search | ankitjavalkar | |
2019-06-07 | Improve UI in offline Yaksh | CruiseDevice | |
2019-05-31 | Add templates and more features | CruiseDevice | |
2019-04-24 | Upgrade Jquery version from 1.9.1 to 3.3.1 in all templates | CruiseDevice | |
2019-04-23 | Merge pull request #599 from prathamesh920/csv-upload-fix | ankitjavalkar | |
Fix user CSV upload issue | |||
2019-04-17 | Fix PEP8 issue | King | |
2019-04-17 | Fix user CSV upload issue | King | |
2019-04-09 | Merge pull request #592 from ankitjavalkar/add-prereq-passing-check | King | |
Add functionality to restrict access to next module based on passing previous module | |||
2019-04-09 | Fix PEP8 issues | ankitjavalkar | |
2019-03-25 | Fix PEP8 issues and variable names | ankitjavalkar | |
2019-03-12 | Add functionality to restrict access to next module based on passing ↵ | ankitjavalkar | |
previous module | |||
2019-03-06 | Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fix | King | |
Allow student to open a quiz if status is inprogress | |||
2019-02-26 | Merge pull request #566 from ankitjavalkar/toggle-view-grade | King | |
Toggle view grade and other UI improvements | |||
2019-02-26 | Multiple changes | ankitjavalkar | |
- Fix failing test cases and make changes based on feedback - Fix PEP8 | |||
2019-02-18 | Remove the duplicate condition to check if user is quiz creator in ↵ | CruiseDevice | |
preview_questionpaper view | |||
2019-02-18 | Add Preview Question Paper button in add_quiz template | CruiseDevice | |
2019-02-18 | Add Preview QuestionPaper button in Quiz view page | CruiseDevice | |
2019-02-01 | Change Course Listing UI on Student Dashboard | ankitjavalkar | |
2019-01-30 | Allow student to open a quiz if status is inprogress and redirect to ↵ | ankitjavalkar | |
completion page if attempts are exceeded | |||
2019-01-28 | Fix PEP8 errors in views.py | CruiseDevice | |
2019-01-28 | Remove unused variables and imports | CruiseDevice | |
2019-01-28 | Code refactor and resolves requested changes. | CruiseDevice | |
2019-01-28 | Code refactor | CruiseDevice | |
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names. | |||
2019-01-28 | Fix #525 | CruiseDevice | |
- Categorize questions into objectives, blanks, upload and programming. | |||
2019-01-14 | Fix PEP8 issue - Line more than 80 columns in views.py | ankitjavalkar | |
2019-01-14 | Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacher | ankitjavalkar | |
2018-09-28 | Fix errors and test cases | ankitjavalkar | |
2018-09-26 | Add templatetag to get question numbers by type | Shelsy | |
2018-07-31 | Merge pull request #519 from kumanna/master | King | |
Fix spelling error: choosen to chosen | |||
2018-07-31 | Fix spelling error: choosen to chosen | Kumar Appaiah | |
2018-07-20 | Raise 404 error if course and question paper are not available | adityacp | |
2018-07-20 | Make course_id compulsory argument in download_assignment_file view function ↵ | adityacp | |
and format error message | |||
2018-07-17 | Create assignment upload files for a particular course instead of quiz | adityacp | |
2018-07-13 | Fix tests | ankitjavalkar | |
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-10 | Can directly upload yaml questions without zip | 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 |