]> git.parisson.com Git - django_quiz.git/shortlog
django_quiz.git
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...
2014-07-24 tomwalkeradd_user_answer added to the sitting model
2014-07-24 tomwalkerstarting on new field in Sitting model to store all...
2014-07-24 tomwalkersmall code cleanup
2014-07-24 tomwalkeradded a new app called essay, which allows essay style...
2014-07-24 tomwalkertemplate changed to show quiz score as percentage rathe...
2014-07-24 Tom Walkerremoved a check to see if matching user or quiz existed...
2014-07-23 Tom Walkerremoved unused class from admin, added in filter for...
2014-07-22 Tom Walkeradded a permission (view_sittings) which allows users...
2014-07-21 Tom Walkeradded a new view which lists all completed exams, to...
2014-07-21 Tom Walkeradded two new fields to the quiz model which are used...
2014-07-20 Tom Walkerunused import
2014-07-20 Tom Walkerallowed ability to set pass mark
2014-07-20 Tom Walkercleaning up templates
2014-07-19 Tom Walkerfixed small bug that meant selected questions were...
2014-07-18 Tom Walkercleaning up tests for all CBV based version
2014-07-17 Tom Walkerrejigged the quiz processing view - now its class based!
2014-07-15 Tom Walkerfinally getting round to properly implementing forms...
2014-07-14 Tom Walkerremoving unused imports
2014-07-14 Tom Walkertests for quiz.views.anon_session_score which were...
2014-07-13 Tom Walkerpep8 related clean ups, updated for new push to pypi
2014-07-13 Tom Walkercleaning up quiz/models to remove cruft!
2014-07-13 Tom Walkerremoved the template tag user_previous_exam
2014-07-12 Tom WalkerRemoving everything I can from template tags, putting...
2014-07-11 Tom Walkerworking to improve code for processing of anon users.
2014-07-10 Tom Walkerslimming down template tags, moved another function...
2014-07-09 Tom Walkermoved another function from templatetags by adding...
2014-07-09 Tom Walkerremoving logic from templates, reducing the complexity...
2014-07-08 Tom Walkerchanged order of view functions to see user and anon...
2014-07-08 Tom Walkerremoved some unnecessary view functions, removed page...
2014-07-07 Tom Walkertrimming down bloat from quiz/views.py, used CBV as...
2014-07-04 Tom Walkerforgot a file
2014-07-04 Tom Walkermoved towards CBVs for simples views, next step is...
2014-07-02 Tom Walkerreading 2scoops of django, making changes! Relative...
2014-07-02 Tom Walkerpep8 everything
2014-07-01 Tom Walkerfiddles...
2014-07-01 Tom Walkeradded readme.rst for Pypi
2014-07-01 Tom Walker.gitignore updates
2014-06-30 Tom Walkerfiddling really
2014-06-30 Tom WalkerMerge branch 'dev'
2014-06-30 Tom Walkerchanges to readme
2014-06-30 Tom Walkerpreparing for release
2014-06-30 Tom Walkeradded the option to allow a quiz to be only sat once...
2014-06-29 Tom Walkerchanged quiz/models fields to CommaSeparatedIntegerFiel...
2014-06-27 Tom Walkerfinished template tag tests
2014-06-26 Tom WalkerWorking on the tests for the template tags. Updated...
2014-06-25 Tom Walkermoved templates around, fiddled with a few, some change...
2014-06-25 Tom Walkerfinal tests for the quiz/views of logged in users
2014-06-24 Tom Walkerremoved an unnecessary print from quiz_tags, added...
2014-06-23 Tom Walkerslight improvement of readability using any() in quiz...
2014-06-22 Tom Walkerlooking for ways to black box more of the views functio...
2014-06-21 Tom Walkertests for all quiz/views that are not related to questi...
2014-06-20 Tom Walkerworking on tests for quiz.views
2014-06-19 Tom Walkercontinuing to work on the quiz/models.py
2014-06-19 Tom Walkerworking on tests for quiz/models
2014-06-18 Tom Walkerworking on the tests
2014-06-17 Tom Walkerworked through views, template tags and templates for...
2014-06-15 Tom WalkerContinuing on quiz/views. Need to refine the function...
2014-06-13 Tom Walkerworking on the quiz/views
2014-06-12 Tom WalkerWorking mainly on quiz.models to allow for any question...
2014-06-11 Tom Walkerwill need to overhaul views to allow easier integration...
2014-06-11 Tom Walkerstarting to update the views + making some simple templ...
2014-06-11 Tom Walkercleaning up url structure
2014-06-10 Tom Walkerchanges to allow easier creation of new question types...
next