summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-09Moved all the apps to testapp folderparth
2011-12-04The answer needs to be HTML escaped.Prabhu Ramachandran
2011-12-01Clean up question template and speed up monitorPrabhu Ramachandran
2011-11-27BUG: Was not selecting QP for active Quiz.Prabhu Ramachandran
2011-11-26BUG: Encoding to ascii produces errors.Prabhu Ramachandran
2011-11-26BUG: Monitor was not showing sorted results.Prabhu Ramachandran
2011-11-26Fixing incorrect path.Prabhu Ramachandran
2011-11-26Updating README.Prabhu Ramachandran
2011-11-26Updating settings to add URL_ROOT for admin media.Prabhu Ramachandran
2011-11-26BUG: Fix bugs.Prabhu Ramachandran
2011-11-25ENH: Fixing bash support, tests for code server.Prabhu Ramachandran
2011-11-25ENH: Using south to enable easy db migrations.Prabhu Ramachandran
2011-11-25ENH: Adding support for Multiple Choice QuestionsPrabhu Ramachandran
2011-11-25ENH: First cut of CSS for pages.Prabhu Ramachandran
2011-11-25ENH: Adding a convenient grading interface.Prabhu Ramachandran
2011-11-24Configuring logging to be a tad more useful.Prabhu Ramachandran
2011-11-24ENH: Creating a ServerPool for code checksPrabhu Ramachandran
2011-11-24BUG: Set effective UID. Set execute bit for scriptPrabhu Ramachandran
2011-11-24ENH/TMP: Preliminary support for bash scripts.Prabhu Ramachandran
2011-11-23ENH: Cleanup and adding error/comments for answersPrabhu Ramachandran
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