summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-29Merge pull request #410 from maheshgudi/yaksh_add_logoMahesh Gudi
Add updated logo on exam page
2017-12-29Add updated logo on exam pagemaheshgudi
2017-12-29Merge pull request #407 from maheshgudi/yaksh_add_logoPrabhu Ramachandran
Add logo on Yaksh
2017-12-29Include updted logo on navbarmaheshgudi
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-24Modify Moderator side UImahesh
- Add icon to navbar - Adjust links on navbar - Add yaksh_text image on quit and complete page
2017-12-24Modify Student side UImahesh
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar
2017-12-19Add coverage badge on readme using codecovmaheshgudi
2017-12-19Add version badge on readmemaheshgudi
2017-12-19Add Yaksh logo to the websitemahesh
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