]> git.parisson.com Git - django_quiz.git/shortlog
django_quiz.git
2014-11-28 Tom Walkerupdating the README with recent contributors (thanks...
2014-11-28 Tom Walkernicer tox.ini layout
2014-11-28 Tom Walkerupdated tox to run with python 2.7, 3.3 and 3.4. Tests...
2014-11-26 Tom Walkersmall cleanup, mostly pep8 related modifications
2014-11-25 Tom WalkerMerge pull request #30 from d0ugal/tox
2014-11-25 Dougal MatthewsFix tests under Python 3
2014-11-25 Tom WalkerMerge pull request #29 from d0ugal/tox
2014-11-25 Dougal MatthewsDrop six back out, we get it with Django
2014-11-25 Tom WalkerMerge pull request #28 from d0ugal/tox
2014-11-25 Dougal MatthewsAdd six, the Python 2 and 3 comabitability utility
2014-11-25 Dougal MatthewsUsing tox can leave eggs in your CWD, ignore them
2014-11-25 Devon YoungAdded code to the models.py files, to make everything...
2014-11-25 Dougal MatthewsInitial Tox and Travis setup
2014-10-08 tomwalkerMerge branch 'master' of github.com:tomwalker/django_quiz
2014-10-08 tomwalkerupdated readme to reflect
2014-10-08 tomwalkerTested the app with Django==1.7 and only change was...
2014-10-04 Tom WalkerMerge pull request #23 from rkashapov/master
2014-10-03 Рустам Кашаповdistribution building is changed from egg to source
2014-10-03 Рустам Кашаповforgotten essay app translation
2014-10-03 Рустам Кашаповegg building and installation is added to travis.yml
2014-10-03 Рустам Кашаповfix manifest
2014-10-02 tomwalkerpep8
2014-10-02 tomwalkerupdated credits to include rkashapov
2014-10-02 Tom WalkerMerge pull request #22 from rkashapov/master
2014-10-02 Рустам Кашаповcleaned up my garbage
2014-10-02 Рустам Кашаповfix base template.
2014-10-02 Рустам Кашаповi18n support and Russian language translation is added.
2014-10-02 Рустам Кашаповsome code improvements
2014-09-25 tomwalkercleaned up an 'any()' check, extending tests for quiz...
2014-09-21 Tom Walkerpep8
2014-09-21 Tom Walkeradded tests for the new 'draft' option kindly added...
2014-09-19 Tom WalkerMerge pull request #19 from trident-systems/master
2014-09-19 Richard MansfieldAllow quizzes to be marked as draft and hidden from...
2014-08-20 tomwalkerpep8
2014-08-20 tomwalkerMerge: Allow the display order of multichoice options...
2014-08-12 tomwalkermostly pep8
2014-08-11 Tom WalkerMerge pull request #16 from trident-systems/master
2014-08-10 Richard MansfieldDisplay user answers on the results page
2014-08-10 Richard MansfieldDisplay questions in order on the marking page
2014-08-10 Richard MansfieldIncorporate user answers in Sitting.get_questions
2014-08-10 Richard MansfieldDisplay question figure on marking page
2014-08-07 tomwalkertests for sitting.progress in user and anon views
2014-08-07 tomwalkerMerge branch 'master' of https://github.com/tomwalker...
2014-08-07 Tom WalkerMerge pull request #15 from trident-systems/master
2014-08-07 tomwalkerchanged request.POST object to empty dict rather than...
2014-08-07 Richard MansfieldDisplay the number of questions answered so far & the...
2014-08-06 Richard MansfieldInstall templatetags
2014-08-06 Richard MansfieldDon't wipe post data during form validation
2014-08-06 tomwalkertests for the new features
2014-08-06 tomwalkermissed a bracket
2014-08-06 tomwalkerupdated feature list
2014-08-06 tomwalkerupdated contributors
2014-08-06 tomwalkerupdated tests to work alongside pull request from Richa...
2014-08-06 Tom WalkerMerge pull request #14 from trident-systems/max_questions
2014-08-06 Richard MansfieldDisplay answer in readable format on marking detail...
2014-08-06 Richard MansfieldShow completed date on marking detail page
2014-08-06 Richard MansfieldAdd start, end times to a sitting; display completion...
2014-08-06 Richard MansfieldHandle incorrect question toggle via post
2014-08-06 Richard MansfieldShow max_score for each attempt in progress template
2014-08-05 Richard MansfieldStore session info for anonymous users taking max_quest...
2014-08-05 Richard MansfieldAdd option to take a subset of the questions in a quiz
2014-08-04 tomwalkermade quiz.progress.list_all_cat_scores a property,...
2014-08-01 tomwalkersmall fix for errors in admin, also added ability to...
2014-07-31 tomwalkerMerge branch 'master' of https://github.com/tomwalker...
2014-07-31 tomwalkerunit test that image with the question content as its...
2014-07-31 tomwalkertests for image field
2014-07-31 tomwalkerMerge branch 'dev' of https://github.com/tomwalker...
2014-07-31 tomwalkerupdated readme with contributors section and updated...
2014-07-31 Tom WalkerMerge pull request #11 from certifiedloud/dev
2014-07-31 tomwalkeradjusted Sub_Category class to SubCategory, included...
2014-07-31 Cody Heimbergerfixed invalid html in question.html template
2014-07-31 Tom WalkerMerge pull request #10 from certifiedloud/dev
2014-07-31 certifiedloudMerge pull request #1 from certifiedloud/master
2014-07-31 Cody Heimbergeradded sub_categories to questions
2014-07-31 Tom WalkerMerge pull request #7 from certifiedloud/master
2014-07-30 certifiedloudwhite space change
2014-07-30 Cody HeimbergerMerge branch 'master' of https://github.com/certifiedlo...
2014-07-30 Cody Heimbergeradded pillow to the requirements.txt file for image...
2014-07-30 certifiedloudUpdate models.py
2014-07-30 Cody Heimbergeradded support for figures in true_false and multiple...
2014-07-30 tomwalkerupdate to 0.5.0
2014-07-29 tomwalkermore cleaning up of the main view
2014-07-28 Tom Walkermore slimming down of the views
2014-07-28 Tom Walkerslimming down the views
2014-07-28 Tom WalkerAdded a new manager for the sitting object to load...
2014-07-27 Tom Walkercleaning up code, improving the default template
2014-07-27 Tom Walkerremoving unused files
2014-07-27 Tom Walkerreadme readme
2014-07-27 Tom Walkeradded travis build image to readme
2014-07-27 Tom Walkersetup, not manage
2014-07-27 Tom Walkertrying to get travis to work....
2014-07-27 Tom Walkertravis...
2014-07-27 Tom Walkersmall update to readme
2014-07-27 Tom Walkeradded travis file
2014-07-27 Tom Walkerlining up a bracker in urls.py
2014-07-27 Tom Walkercode cleanup and extra tests
2014-07-27 Tom Walkerfinalised essay question type, added it to admin and...
2014-07-25 Tom Walkerremoving commented out line
2014-07-25 Tom Walkeradded Essay question to admin, changed templates so...
2014-07-25 tomwalkerbig commit, added a new method to questions to return...
next