summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-20changes to manage questionshardythe1
2012-02-20New file to manage questionshardythe1
2012-02-17minor changes for URLsjayparikh111
2012-02-17Minor changes for Resolution settingsjayparikh111
2012-02-17minor url changesjayparikh111
2012-02-16minor correction on views.pyjayparikh111
2012-02-16minor correction in views.pyhardythe1
2012-02-16Form to add a new questionhardythe1
2012-02-16Form to add New Quizjayparikh111
2012-02-16Form to add New Questionjayparikh111
2012-02-16Form to Add New Quizjayparikh111
2012-02-16The new html fileshardythe1
2012-02-15New views to manage/moderate Quizhardythe1
2012-02-07changes in question.htmlhardythe1
2012-02-06removed <html> & <body> tagshardythe1
2012-02-06Merge branch 'visual_changes' of github.com:hardythe1/online_test into ↵hardythe1
visual_changes
2012-02-06removed <html> & <body> tags from the formshardythe1
2012-02-02Updated Views.py, monitor.html and login.html with new changesjayparikh111
2012-02-02Updated user_data and grade_user forms (new UI)hardythe1
2012-02-01Merge branch 'visual_changes' of github.com:hardythe1/online_test into ↵jayparikh111
visual_changes
2012-02-01Updated Introduction form with new lookhardythe1
2012-02-01Updated html file with new lookjayparikh111
2012-01-31Updated forms.py to handle and exception when username or password fields ↵jayparikh111
are kept blank
2012-01-31Updated Question.html with new looksjayparikh111
2012-01-31Updated register.html with new lookjayparikh111
2012-01-31updated base.css (for the new look)Hardik Ghaghada
2012-01-31updated login form (new UI) with forgot password linkHardik Ghaghada
2012-01-31updated base.html (for new look)Hardik Ghaghada
2011-12-24Merge pull request #2 from parth115/masterPrabhu Ramachandran
Changed to Buildout
2011-12-23Removed PIL from buildout as it was not currently requiredparth
2011-12-23Made changes to README to include detailed instructions for mysql ↵parth
installation and URL_ROOT as per Prof. Prabhu Ramachandran's sugestions
2011-12-09made some modifications to the readme fileparth
2011-12-09made some modifications to the readme fileparth
2011-12-09made some modifications to the readme fileparth
2011-12-09made some modifications to the readme fileparth
2011-12-09made some modifications to the readme fileparth
2011-12-09made some modifications to the readme fileparth
2011-12-09Changed README.txt to README.rstparth
2011-12-09Modified the README.txt file to give information on buildoutparth
2011-12-09Added separate production.cfg and production.py files for easy developmentparth
2011-12-09Removed Werkzeugparth
2011-12-09Moved the README file to the root dirparth
2011-12-09Removed the apache directory as the wsgi script is automatically made by ↵parth
buildout in /bin/django.wsgi
2011-12-09modified the bootstrap to get the setup toolsparth
2011-12-09Modified the .gitignore to not track buildout filesparth
2011-12-09Added bootstrap and buildoutparth
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
For a bash question we now put a #!/bin/bash at the top. We now use annotations to speed up the monitor page rendering rather than doing the sort in Python which ends up being inefficient due to the db calls. I get a roughly 5x improvement in speed.
2011-11-27BUG: Was not selecting QP for active Quiz.Prabhu Ramachandran