summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-29Merge pull request #405 from maheshgudi/local_mathjaxPrabhu Ramachandran
Local mathjax
2017-12-29Merge pull request #406 from maheshgudi/fix_assignmentPrabhu Ramachandran
Fix assignment upload to work with new code server
2017-12-29Fix assignment upload to work with new code servermaheshgudi
2017-12-13Remove unecessary js files from TinyMCEmaheshgudi
2017-12-13Add jquery-ui to repomaheshgudi
2017-12-13Add Mathjax to the repomaheshgudi
2017-11-23Merge pull request #400 from maheshgudi/ajax_questionsPrabhu Ramachandran
Display error output without page reloading
2017-11-23Merge pull request #398 from maheshgudi/cursor_on_textareaPrabhu Ramachandran
Position cursor automatically on text area during quiz
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-17Position cursor automatically on text area during quizmaheshgudi
2017-11-15Merge pull request #394 from FOSSEE/release-0.7v0.7.0Prabhu Ramachandran
Release 0.7
2017-11-15Update setup.py for PyPI release.maheshgudi
- Update release date on changelog.txt
2017-11-15Convert README.md to README.rstmaheshgudi
2017-11-15Update Migration files and version for release version 0.7.maheshgudi
2017-11-15Updated changelog for 0.7 releasemaheshgudi
2017-11-15Merge pull request #395 from maheshgudi/update_docsPrabhu Ramachandran
Update docs for release 0.7
2017-11-15Merge pull request #397 from maheshgudi/fix_mathjaxPrabhu Ramachandran
Change mathajax cdn source due to deprication.
2017-11-15Merge pull request #396 from maheshgudi/regrade_fixPrabhu Ramachandran
Test for regrade fix
2017-11-15Add test case for regrade.maheshgudi
- Answerpaper method validate_validate takes server port as an argument. - Added tests for all question types
2017-11-15Change mathajax cdn source due to deprication.maheshgudi
2017-11-15Update docs for release 0.7mahesh
2017-11-15Remove depricated xmlrpc_clients.py module.maheshgudi
2017-11-14Merge pull request #391 from adityacp/release_test_scheduleKing
Release test schedule
2017-11-14Add more steps to release test scheduleadityacp
2017-11-14Merge pull request #390 from maheshgudi/regrade_fixPrabhu Ramachandran
Regrade fix
2017-11-14Merge pull request #378 from prathamesh920/upload_users_csvPrabhu Ramachandran
Upload users csv
2017-11-14Merge pull request #389 from ankitjavalkar/fix-installer-docsPrabhu Ramachandran
Multiple minor fixes (Listed in description)
2017-11-14Fix regrader for new code servermaheshgudi
2017-11-14Added ',' as the specific delimiter for the csv uploadprathamesh
2017-11-14Add release test scheduleadityacp
- Check if all the mentioned steps in the test schedule are working
2017-11-14Added sample csv for user to download and upload.prathamesh
2017-11-14Add installation and deployment instructionsmaheshgudi
2017-11-14Add Release testing guide basic layout.maheshgudi
2017-11-14Multiple minor fixes :ankitjavalkar
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server
2017-11-13Added testcase fileprathamesh
2017-11-13set_password to convert into hashprathamesh
2017-11-13Added test case for add, update and removeprathamesh
2017-11-13if password is empty then defaults to emailprathamesh
2017-11-13csv can now take extra fields related to profile.prathamesh
Updates if the username is same. Additional csv header "remove" added, to remove user from the course.
2017-11-13Fix Error table layout in grade_user, view_answerpaper, user_datamaheshgudi
2017-11-10Merge pull request #384 from ankitjavalkar/fix-extra-field-testcasePrabhu Ramachandran
Prepopulate the test case type field when adding test cases to questions
2017-11-10Merge pull request #380 from maheshgudi/beautify_assertionsPrabhu Ramachandran
Prettify assertion error output
2017-11-10Remove traceback for recursion and/or runtime errors.maheshgudi
2017-11-10Add textwrap for assertion error tablemaheshgudi
2017-11-10Optimised the code and added dialect while reading to handle differentprathamesh
delimiters
2017-11-10Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
upload_users_csv
2017-11-10Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
beautify_assertions