summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2017-11-10Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
beautify_assertions
2017-11-10Pretty exceptions for hook code.mahesh
2017-11-10No tracebacks if longer than 5 lines.mahesh
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change.
2017-11-09- Add explicit write permissions to output dirankitjavalkar
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback
2017-11-08- Add pytest as a requirement to the requirements fileankitjavalkar
- Modify image name in tasks.py
2017-11-08Fix test casesankitjavalkar
2017-11-08Add further changes to invoke script and yaksh-scriptankitjavalkar
2017-11-08- Add a pyinvoke based script for running the django server and code serverankitjavalkar
- Modify the requirements to separate the requirements for code server - Modify the docker file - Add a script that runs within the docker instance
2017-11-07Merge pull request #373 from prathamesh920/detailed_csv_download_quizPrabhu Ramachandran
Detailed csv download quiz
2017-11-07Modify answerpaper wrt to changes in assertion error outputmaheshgudi
2017-11-07Modify testcases wrt changes in assertion error outputmaheshgudi
2017-11-07Change module compare_stdio to error_messagesmaheshgudi
2017-11-07Add traceback for exceptionsmahesh
2017-11-07Beautiful error outputsmaheshgudi
2017-11-07Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz Resolved Conflicts: CHANGELOG.txt
2017-11-07Fix Conflicts in CHANGELOG.txtAkshen
2017-11-07Made changes as per suggestionsprathamesh
2017-11-06Merge pull request #376 from Akshen/developPrabhu Ramachandran
Fix Course Ordering in Courses Page
2017-11-06Remove extra jQuery file from add_course.htmlAkshen
-Since jquery-1.9.1.min.js is already present in base, it was removed from add_course.html's script tag
2017-11-06Show Latest Active Course on top of Courses PageAkshen
2017-11-06Update CHANGELOGAkshen
updates change and required fix i.e Add Course to Save Button in add_course.html
2017-11-04Show Active Course on top of Courses PageAkshen
2017-11-03Adds DateTimePicker to Add_CourseAkshen
Adds DatetimePicker to start_enroll_time and end_enroll_time fields
2017-10-31Fix Course Ordering in Courses PageAkshen
Latest Course will be shown on Top in Courses Page
2017-10-27Edit Profile Bug Fixprathamesh
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-27Excluded teachers and creator form the enrolled users listprathamesh
Changed the HTML select id attribute to name, necessary to track in POST request
2017-10-26Removed a testcase check for nowprathamesh
As the questions are not assigned in a cleaner way in the setup. Will modify and add the PR improved testcases
2017-10-26test models bug fixprathamesh
2017-10-26Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py
2017-10-26CSV download for quiz enhancedprathamesh
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-25Merge pull request #368 from ankitjavalkar/fix-reset-buttonPrabhu Ramachandran
Fix the Reset Answer javascript and rename it to Clear Text Area
2017-10-25Fix the Reset Answer javascript and rename it to Undo Changesankitjavalkar
2017-10-25Merge pull request #369 from maheshgudi/0.7_bugfixPrabhu Ramachandran
Grade User bugfix
2017-10-25Merge pull request #367 from ankitjavalkar/fix-revisit-with-one-qPrabhu Ramachandran
Fix revisit with one question
2017-10-25Merge branch '0.7_bugfix' of https://github.com/maheshgudi/online_test into ↵maheshgudi
0.7_bugfix
2017-10-25- Fix and add test casesankitjavalkar
- Fix god-mode/user-mode url pattern
2017-10-20Add bash command instead of shebangmahesh
2017-10-20Add shebang to bash code evaluatormaheshgudi
2017-10-20Yaml fields are sorted according to relevancemaheshgudi
2017-10-20Sort students' name in grade user in alphabetical ordermaheshgudi
2017-10-17Merge pull request #351 from maheshgudi/yaml_fixesPrabhu Ramachandran
Yaml fixes
2017-10-17Add tests to verify the changeankitjavalkar
2017-10-17Merge pull request #350 from ankitjavalkar/checkpip07Prabhu Ramachandran
Fix quickstart demo execution
2017-10-17Merge pull request #336 from adityacp/new_js_editorPrabhu Ramachandran
New js editor
2017-10-17Add shebang to bash code evaluatormaheshgudi
2017-10-17Yaml fields are sorted according to relevancemaheshgudi
2017-10-13Sort students' name in grade user in alphabetical ordermaheshgudi
2017-10-12Fix User data UI bug and auto-updates demo course total marksmaheshgudi
2017-10-09- Add dependencies to setup.py fileankitjavalkar
- Modify demo_settings.py and add new production settings variables
2017-10-09Fix expected input as None bugmaheshgudi