CHANGES
changeset 1 fda1c66b25f9
equal deleted inserted replaced
0:9a77edda77b7 1:fda1c66b25f9
       
     1 6 September 2009
       
     2 ----------------
       
     3 
       
     4 - added sponsor table, prepopulate from sponsor.sql
       
     5   (need to manually add number of guests allowed per sponsor)
       
     6 - sponsor logo and credits sourced from sponsor table
       
     7 - new schwag sponsor page (generated from sponsor table)
       
     8   (please delete current static page which this replaces)
       
     9 - added fields to registration:
       
    10     party - pre-conference party
       
    11     discount - student/benefits
       
    12     sponsor - a guest of sponsor
       
    13     postcode
       
    14 - prefixed invoice number with NZPYCON2009_****
       
    15 - added confirmation email for sponsor guests (no invoice number)
       
    16 - added payment confirmation email when admin confirms payment for 
       
    17   registrant. (Using save() hook on Registration model
       
    18   PDF invoice will be attached to this email.
       
    19 - link and icon to twitter account
       
    20 - removed 'submit-talk' links
       
    21 - decided that a mechanism to email all speakers or all attendees to be
       
    22   overkill. 
       
    23 
       
    24 - added list and singleton views for talks
       
    25 - set up south migrations for apps
       
    26 
       
    27 - added further functionality to registrations to deal with price scale.