summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-22ENH: The question description should be valid HTMLPrabhu Ramachandran
2011-11-22Setting STATIC_ROOT to /tmp/static for now.Prabhu Ramachandran
2011-11-21BUG: Update the admin link to use URL_ROOTPrabhu Ramachandran
2011-11-21ENH: Added an active attribute to Questions.Prabhu Ramachandran
2011-11-21ENH: Adding dept/insti/pos fields in profile.Prabhu Ramachandran
2011-11-21Show the question ID as well.Prabhu Ramachandran
2011-11-21Slightly prettier output.Prabhu Ramachandran
2011-11-21ENH: Showing login and IP details of users.Prabhu Ramachandran
2011-11-21Updating README.Prabhu Ramachandran
2011-11-21DOC: Updating readme and moving samples to docs.Prabhu Ramachandran
2011-11-21BUG: usernames are case sensitive.Prabhu Ramachandran
2011-11-21ENH: Adding dump_user_data, results2csv commandsPrabhu Ramachandran
2011-11-21Deactivate old quiz instead of deleting.Prabhu Ramachandran
2011-11-21BUG: Monitor was not showing right quiz.Prabhu Ramachandran
2011-11-21ENH: Better monitor reporting and user_data infoPrabhu Ramachandran
2011-11-20Update the urls.py to use the URL_ROOT.Prabhu Ramachandran
2011-11-20ENH: Adding a URL_ROOT configuration option.Prabhu Ramachandran
2011-11-20ENH: Python server can now run multiple serversPrabhu Ramachandran
2011-11-19BUG: Misc. bug fixes.Prabhu Ramachandran
2011-11-19Changed load_questions to load_examPrabhu Ramachandran
2011-11-19Configure server port and timeout in settings.pyPrabhu Ramachandran
2011-11-19Setting timeout to 2 and refactoring a littlePrabhu Ramachandran
2011-11-19ENH: Fixing login/registration forms and uname/pwdPrabhu Ramachandran
2011-11-19Adding load_questions to load from Python code.Prabhu Ramachandran
2011-11-19Moving load_questions to load_questions_xmlPrabhu Ramachandran
2011-11-18BUG: Submit code when time is donePrabhu Ramachandran
2011-11-17ENH/BUG: Showing number of marks and fixing bug.Prabhu Ramachandran
2011-11-17BUG/ENH: Cleaning up page templates and fixing bugPrabhu Ramachandran
2011-11-17ENH: Added a Quiz model and time based papersPrabhu Ramachandran
2011-11-17ENH: Changing Quiz to QuestionPaper.Prabhu Ramachandran
2011-11-16DOC: Updating README.Prabhu Ramachandran
2011-11-15Submit form and then change page.Prabhu Ramachandran
2011-11-15ENH: Giving user feedback when code is submitted.Prabhu Ramachandran
2011-11-15ENH: Saving the answer before evaluation.Prabhu Ramachandran
2011-11-15BUG: Adding timeout to test code evaluation.Prabhu Ramachandran
2011-11-14Showing all questions instead of only 3.Prabhu Ramachandran
2011-11-14This version works with Apache.Prabhu Ramachandran
2011-11-14ENH: Adding an intro page for usersPrabhu Ramachandran
2011-11-14ENH: Adding wsgi file to serve with Apache.Prabhu Ramachandran
2011-11-14ENH: Prettifying error message and show username.Prabhu Ramachandran
2011-11-13Revert last commit.Prabhu Ramachandran
2011-11-13ENH: Improved traceback reporting from server.Prabhu Ramachandran
2011-11-12DOC: Updating README with user dir info.Prabhu Ramachandran
2011-11-12ENH/BUG: Python server bug and user directoryPrabhu Ramachandran
2011-11-12ENH: Running remote code safely via XMLRPC.Prabhu Ramachandran
2011-11-10Merge pull request #1 from nishi2rock/masterPrabhu Ramachandran
2011-11-10Users will be directed to the exam automatically after they registerNishanth Amuluru
2011-11-10Now the users cannot retake the test once they logout.Nishanth Amuluru
2011-11-10ENH: created user registration and loginNishanth Amuluru
2011-11-10ENH: User registration and loginNishanth Amuluru