summaryrefslogtreecommitdiff
path: root/yaksh/static
AgeCommit message (Collapse)Author
2017-11-23Put page footer outside div containermaheshgudi
2017-11-23Minor changes in requesthandler.jsmaheshgudi
2017-11-23Render error output with django template instead of javascriptmahesh
2017-11-22Display error output without reloading.maheshgudi
2017-11-10Add textwrap for assertion error tablemaheshgudi
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-17Merge pull request #336 from adityacp/new_js_editorPrabhu Ramachandran
New js editor
2017-10-05changed div class to avoid conflict with bootstrapprathamesh
2017-10-05Show logged in user info in all templatesadityacp
2017-09-28Add js libraries for tinymce text editoradityacp
2017-09-28Add new js text editor for sending emailsadityacp
2017-09-08Modifications as per comments on PR - IIprathamesh
2017-09-08Modification as per comments on the PRprathamesh
2017-09-05Removed redundancy from request handler JSprathamesh
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html
2017-09-01Removed all the checkpoints set for selenium tests on travisprathamesh
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-01Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
add_tag_search
2017-09-01updated travis config and added print to debug on travisprathamesh
2017-08-24Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
yaml_questions
2017-08-23Added custom expected condition classprathamesh
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-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-17Fixed a bug related to GET request after every 2 secondsprathamesh
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-17Change course.js to validate email form detailsadityacp
2017-08-16Adds ruamel.yaml instead of pyyamlmahesh
- Preserves escape characters - Adds ruamel.yaml in requirements
2017-08-14Changes related to front-endprathamesh
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-14To handle unknown status response from code serverprathamesh
2017-08-14Front-end modification for improved code serverprathamesh
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-03Modifies UI for questions sectionmahesh
2017-06-14searches for tagged questionsmahesh
2017-06-12Add latest changes after rebaseadityacp
2017-06-12Add separate form to send emailsadityacp
2017-05-16added wordwrap for error output tablemahesh
2017-05-15Change course.js and course_detail.htmladityacp
- Allow moderator to send emails to students enrollded in a course - Add validations to check email data in course.js
2017-05-12changed stdio outputmahesh
2017-04-10Change in templates and js and urlsadityacp
- 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-21rebase changes for simple question typesmahesh
2017-03-20Merge pull request #252 from adityacp/assignment_upload_checkPrabhu Ramachandran
Assignment upload Evaluation
2017-03-15Change templates and jsadityacp
- Support multiple files uploading in assignment - Create new check field to grade assignement based question - Add js changes
2017-03-10Allow moderator to select questions in any order requiredadityacp
2017-03-02added string based questions.maheshgudi
2017-01-29added bootstrap modal as student info links in course detail page.maheshgudi
2017-01-28added select all to remove all trial papersmaheshgudi
2017-01-13Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
UI-modifications-phase-2
2017-01-13removed unwanted css. Modified test.prathamesh
2017-01-12Exam interface improvedprathamesh
2017-01-04Student UI modification.prathamesh
Added side navigation bar. Edit and view Profile base template set properly. Added a tab "Enrolled Courses" for students to only view the courses they are enrolled in.
2017-01-02Add minor template change in questionsadityacp
2016-12-01removed extra html tag and changed alignment of rendered textadityacp