Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-08-17 | Change views.py | adityacp | |
- Pep8 changes - Remove redundant check from send mail function - Move validation send mail validation to js | |||
2017-08-14 | Changes related to front-end | prathamesh | |
Removed snippet append in the check view as snippet is not posted in request. Added an overlay when an user submits a code, with a status text on it. This is to block user from triggering any other event when JS is running. Overlay disappears when JS complete its execution. On time out a request is posted via JS, it receives a JSON response but cannot display user the error as time is over. So in such case, the django itself handles the result and does not return JSONv response. | |||
2017-08-14 | To handle unknown status response from code server | prathamesh | |
2017-08-14 | Front-end modification for improved code server | prathamesh | |
Added JQuery to handle request. Sends ajax request and gets json as response. json contains token i.e uid which is answer id. Using uid, an ajax request is sent after every 2 secs till the server gives the desire result. If the code result has error then html is written on the document. If the result has correct answer then next question is displayed. *includes function for string will not work for older browers. Will substitute with a different function in next commit. | |||
2017-08-03 | Display all hidden courses with pending enrollment requests and rejections | ankitjavalkar | |
2017-08-03 | Modifies UI for questions section | mahesh | |
2017-07-31 | Adds yaml serialization to download and upload questions | mahesh | |
2017-06-14 | removes Question queryset from tag searching | mahesh | |
2017-06-14 | searches for tagged questions | mahesh | |
2017-06-14 | added search tag feature in showquestions | mahesh | |
2017-06-13 | Resolve conflicts with latest changes | adityacp | |
2017-06-13 | Merge pull request #298 from adityacp/views_test | Prabhu Ramachandran | |
Views test | |||
2017-06-12 | Add latest changes after rebase | adityacp | |
2017-06-12 | Change views.py and urls.py | ||
- Add new url for sending email - Add new view function to send email to students | |||
2017-05-31 | Validate quiz prerequisite field | ankitjavalkar | |
2017-05-25 | Add check for verifying moderator | ||
2017-05-19 | Change attachment response in views.py | adityacp | |
2017-05-16 | Change forms.py, views.py, send_emails.py, models.py | adityacp | |
- Alter activation_key field in Profile model - Change get_activation_key function in send_mail to create secret_key of fixed length - Change forms.py to get updated activation_key - Change views.py to save activation_key | |||
2017-05-15 | Change urls.py and views.py | adityacp | |
- Change views to send mails to students enrolled in a course - Add reverse resolution in urls.py | |||
2017-05-03 | Change forms.py, views.py and urls.py | adityacp | |
- Store activation key expiry time according to timezone for email verification and activation - Add reverse resolution in urls.py | |||
2017-04-28 | Redirect users to error page if they are not allowed to clone a course | ankitjavalkar | |