summaryrefslogtreecommitdiff
path: root/yaksh/views.py
AgeCommit message (Collapse)Author
2017-09-05Fixes minor mistake.maheshgudi
2017-09-01Rebase changesmahesh
2017-09-01Merge pull request #309 from ankitjavalkar/fix-closed-coursePrabhu Ramachandran
Fix bug to prevent students from attempting pre-enrolled deactivated course
2017-09-01Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
add_tag_search
2017-09-01User Cannot skip/jump attempt numbers. Forces incremental nature of attempt ↵maheshgudi
number.
2017-08-30Fixes Multiple answerpaper objects returned bugmahesh
2017-08-29Fixes 'AnonymousUser' object is not iterable bug.mahesh
2017-08-28Add changes to make PEP8 compliantankitjavalkar
2017-08-28Fix bug: Prevent students from attempting pre-enrolled deactivated coursesankitjavalkar
2017-08-25Fixes order in demo_questions.zipmahesh
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip
2017-08-24Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
yaml_questions
2017-08-24Add a has_profile decoratorankitjavalkar
2017-08-24Merge pull request #311 from ankitjavalkar/show_enrolled_hidden_crsPrabhu Ramachandran
Display all hidden courses with pending enrollment requests
2017-08-24Merge pull request #300 from ankitjavalkar/validate-quiz-prerequisitePrabhu Ramachandran
Validate quiz prerequisite field
2017-08-22Change course.js, course_detail.html and views.pyadityacp
- Change form submission for send email in js - Change template and view variable for mail status
2017-08-17Change views.pyadityacp
- Pep8 changes - Remove redundant check from send mail function - Move validation send mail validation to js
2017-08-03Display all hidden courses with pending enrollment requests and rejectionsankitjavalkar
2017-08-03Modifies UI for questions sectionmahesh
2017-07-31Adds yaml serialization to download and upload questionsmahesh
2017-06-14removes Question queryset from tag searchingmahesh
2017-06-14searches for tagged questionsmahesh
2017-06-14added search tag feature in showquestionsmahesh
2017-06-13Resolve conflicts with latest changesadityacp
2017-06-13Merge pull request #298 from adityacp/views_testPrabhu Ramachandran
Views test
2017-06-12Add latest changes after rebaseadityacp
2017-06-12Change views.py and urls.py
- Add new url for sending email - Add new view function to send email to students
2017-05-31Validate quiz prerequisite fieldankitjavalkar
2017-05-25Add check for verifying moderator
2017-05-19Change attachment response in views.pyadityacp
2017-05-16Change forms.py, views.py, send_emails.py, models.pyadityacp
- 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-15Change urls.py and views.pyadityacp
- Change views to send mails to students enrolled in a course - Add reverse resolution in urls.py
2017-05-03Change forms.py, views.py and urls.pyadityacp
- Store activation key expiry time according to timezone for email verification and activation - Add reverse resolution in urls.py
2017-04-28Redirect users to error page if they are not allowed to clone a courseankitjavalkar
2017-04-28Add feature to allow cloning a courseankitjavalkar
2017-04-27Remove conflicts from views after rebaseadityacp
2017-04-27Add course_code field allows access only to users with relevant course code ↵ankitjavalkar
string
2017-04-27Merge pull request #276 from ankitjavalkar/fix-login-redirect2Prabhu Ramachandran
Allow redirection to desired page after logging in
2017-04-27Changes in email_verification.py, views.py, forms.pyadityacp
- Updation of user email if multiple users found with same email - Update user registration form - Change email_verification.py to send email
2017-04-26Merge https://github.com/fossee/online_test into email_verificationadityacp
2017-04-24Change views and grade user for assignments downloadadityacp
2017-04-23Merge pull request #271 from adityacp/fix_course_templatesPrabhu Ramachandran
Fix Grade User, Monitor Templates
2017-04-19Change views to get distinct quizzes in dashboardadityacp
2017-04-19Change urls, models, viewsadityacp
- Add Assignment upload model manager - Change views to update marks for user if updated manually - Change variable names in views - Add url to provide assignment download for student
2017-04-19Allow redirection to desired page after logging inankitjavalkar
2017-04-10Change download assignemnts to get files using quizadityacp
2017-04-10Add download assignment feature for assignment based questionsadityacp
- Add method in AssignmentUpload to get assignments - Add function in views to serve assignment files
2017-04-07Change in forms, models, urls, viewsadityacp
- Add is_email_expired, activation_key, key_expiry_time in Profile model - Add new functions activate_user and new_activation in views for verifying and activating user via email - Change user_login and user_register functions in views for email verification - Change in forms.py to verify email during registration - Add activation urls in urls.py
2017-04-06Merge pull request #267 from ankitjavalkar/course-time-windowPrabhu Ramachandran
Multiple changes to Course:
2017-04-05Add multiple fixes based on code reviewankitjavalkar
2017-04-04Change in views and urlsadityacp
- Change monitor and grade_user function in views - Change url to get quiz id instead of question paper id