Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-29 | Merge pull request #405 from maheshgudi/local_mathjax | Prabhu Ramachandran | |
Local mathjax | |||
2017-12-29 | Fix assignment upload to work with new code server | maheshgudi | |
2017-12-13 | Remove unecessary js files from TinyMCE | maheshgudi | |
2017-12-13 | Add jquery-ui to repo | maheshgudi | |
2017-12-13 | Add Mathjax to the repo | maheshgudi | |
2017-11-23 | Put page footer outside div container | maheshgudi | |
2017-11-23 | Minor changes in requesthandler.js | maheshgudi | |
2017-11-23 | Render error output with django template instead of javascript | mahesh | |
2017-11-22 | Display error output without reloading. | maheshgudi | |
2017-11-10 | Add textwrap for assertion error table | maheshgudi | |
2017-10-25 | Merge pull request #368 from ankitjavalkar/fix-reset-button | Prabhu Ramachandran | |
Fix the Reset Answer javascript and rename it to Clear Text Area | |||
2017-10-25 | Fix the Reset Answer javascript and rename it to Undo Changes | ankitjavalkar | |
2017-10-17 | Merge pull request #336 from adityacp/new_js_editor | Prabhu Ramachandran | |
New js editor | |||
2017-10-05 | changed div class to avoid conflict with bootstrap | prathamesh | |
2017-10-05 | Show logged in user info in all templates | adityacp | |
2017-09-28 | Add js libraries for tinymce text editor | adityacp | |
2017-09-28 | Add new js text editor for sending emails | adityacp | |
2017-09-08 | Modifications as per comments on PR - II | prathamesh | |
2017-09-08 | Modification as per comments on the PR | prathamesh | |
2017-09-05 | Removed redundancy from request handler JS | prathamesh | |
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 | 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 | updated travis config and added print to debug on travis | prathamesh | |
2017-08-24 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-08-23 | Added custom expected condition class | prathamesh | |
To check if the ontop div display is none. If so then the selenium will proceed ahead else wait for the div property to change. Currently I have not specified the actual exception in try except, will add later Modified JS to handle ontop div | |||
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 | Fixed a bug related to GET request after every 2 seconds | prathamesh | |
Also added a count to limit GET request So now for a given question, maximum GET request is 15. After 15 requests, if server still does not give the desired response then the request loop will break. | |||
2017-08-17 | Change course.js to validate email form details | adityacp | |
2017-08-16 | Adds ruamel.yaml instead of pyyaml | mahesh | |
- Preserves escape characters - Adds ruamel.yaml in requirements | |||
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 | Modifies UI for questions section | mahesh | |
2017-06-14 | searches for tagged questions | mahesh | |
2017-06-12 | Add latest changes after rebase | adityacp | |
2017-06-12 | Add separate form to send emails | adityacp | |
2017-05-16 | added wordwrap for error output table | mahesh | |
2017-05-15 | Change course.js and course_detail.html | adityacp | |
- Allow moderator to send emails to students enrollded in a course - Add validations to check email data in course.js | |||
2017-05-12 | changed stdio output | mahesh | |
2017-04-10 | Change in templates and js and urls | adityacp | |
- Add urls to download quiz assignments in urls.p - Catch Http404 exception message in 404.html template - Add download assignment links for quiz in grade_user.html - Fix javascript validation in add_question.js | |||
2017-03-21 | rebase changes for simple question types | mahesh | |
2017-03-20 | Merge pull request #252 from adityacp/assignment_upload_check | Prabhu Ramachandran | |
Assignment upload Evaluation | |||
2017-03-15 | Change templates and js | adityacp | |
- Support multiple files uploading in assignment - Create new check field to grade assignement based question - Add js changes | |||
2017-03-10 | Allow moderator to select questions in any order required | adityacp | |
2017-03-02 | added string based questions. | maheshgudi | |
2017-01-29 | added bootstrap modal as student info links in course detail page. | maheshgudi | |
2017-01-28 | added select all to remove all trial papers | maheshgudi | |
2017-01-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
UI-modifications-phase-2 |