Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-20 | Change complete.html and change download quiz csv in views | 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-14 | Merge pull request #378 from prathamesh920/upload_users_csv | Prabhu Ramachandran | |
Upload users csv | |||
2017-11-14 | Added sample csv for user to download and upload. | prathamesh | |
2017-11-13 | set_password to convert into hash | prathamesh | |
2017-11-13 | Added test case for add, update and remove | prathamesh | |
2017-11-13 | if password is empty then defaults to email | prathamesh | |
2017-11-13 | csv can now take extra fields related to profile. | prathamesh | |
Updates if the username is same. Additional csv header "remove" added, to remove user from the course. | |||
2017-11-10 | Optimised the code and added dialect while reading to handle different | prathamesh | |
delimiters | |||
2017-11-10 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
upload_users_csv | |||
2017-11-09 | Prepopulate the test case type field when adding test cases to questions | ankitjavalkar | |
2017-11-07 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
detailed_csv_download_quiz Resolved Conflicts: CHANGELOG.txt | |||
2017-11-07 | Made changes as per suggestions | prathamesh | |
2017-11-06 | Merge pull request #376 from Akshen/develop | Prabhu Ramachandran | |
Fix Course Ordering in Courses Page | |||
2017-11-06 | Show Latest Active Course on top of Courses Page | Akshen | |
2017-11-06 | Upload user to the course via csv. | prathamesh | |
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv | |||
2017-11-04 | Show Active Course on top of Courses Page | Akshen | |
2017-10-31 | Fix Course Ordering in Courses Page | Akshen | |
Latest Course will be shown on Top in Courses Page | |||
2017-10-27 | Edit Profile Bug Fix | prathamesh | |
edit_profile view had a decorator has_profile. So, has_profile will redirect to edit_profile if no profile. But then if I submit my profile form then the has_profile will again redirect to edit_profile, instead of updating my profile. So this cycle will continue endlessly for a user with no profile, and will never be able to create/update his profile! Will face this when user is created via csv upload, django admin or oauth login without pipeline. Also, profile instance is passed to the profile form via get query, which will fail if no profile. Added a views test for the above. Fixed. Additionally that can be thought of later: The has_profile decorator is used for few views only, so one can access views if they know the url, even if they do not have a profile. email edit option for users | |||
2017-10-27 | Excluded teachers and creator form the enrolled users list | prathamesh | |
Changed the HTML select id attribute to name, necessary to track in POST request | |||
2017-10-26 | CSV download for quiz enhanced | prathamesh | |
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user. | |||
2017-10-06 | Pep8 change in views.py | adityacp | |
2017-10-05 | Update grade user UI | mahesh | |
2017-10-04 | Update non-code and non-upload answers instead of creating a new one | maheshgudi | |
2017-10-04 | Fix bug to prevent saving a code question answer on skip | ankitjavalkar | |
2017-09-19 | Fixes Nonetype object has attribute 'encode' error | maheshgudi | |
2017-09-12 | Change in variable name | prathamesh | |
2017-09-08 | Modification as per comments on the PR | prathamesh | |
2017-09-05 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/views.py | |||
2017-09-05 | Fixes minor mistake. | maheshgudi | |
2017-09-02 | Issue after merge resolved | prathamesh | |
2017-09-02 | Resolved Conflicts | prathamesh | |
2017-09-01 | Rebase changes | mahesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py | |||
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html | |||
2017-09-01 | Merge pull request #309 from ankitjavalkar/fix-closed-course | Prabhu Ramachandran | |
Fix bug to prevent students from attempting pre-enrolled deactivated course | |||
2017-09-01 | Removed all the checkpoints set for selenium tests on travis | prathamesh | |
javascript strings includes method changed to indexOf, as includes belongs to ES6. This was the main reason for failure of selenium tests on travis. | |||
2017-09-01 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
add_tag_search | |||
2017-09-01 | User Cannot skip/jump attempt numbers. Forces incremental nature of attempt ↵ | maheshgudi | |
number. | |||
2017-09-01 | updated travis config and added print to debug on travis | prathamesh | |
2017-08-30 | Fixes Multiple answerpaper objects returned bug | mahesh | |
2017-08-29 | Fixes 'AnonymousUser' object is not iterable bug. | mahesh | |
2017-08-28 | Add changes to make PEP8 compliant | ankitjavalkar | |
2017-08-28 | Fix bug: Prevent students from attempting pre-enrolled deactivated courses | ankitjavalkar | |
2017-08-25 | Fixes order in demo_questions.zip | mahesh | |
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip | |||
2017-08-24 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-08-24 | Add a has_profile decorator | ankitjavalkar | |
2017-08-24 | Merge pull request #311 from ankitjavalkar/show_enrolled_hidden_crs | Prabhu Ramachandran | |
Display all hidden courses with pending enrollment requests | |||
2017-08-24 | Merge pull request #300 from ankitjavalkar/validate-quiz-prerequisite | Prabhu Ramachandran | |
Validate quiz prerequisite field | |||
2017-08-22 | Change course.js, course_detail.html and views.py | adityacp | |
- Change form submission for send email in js - Change template and view variable for mail status |