summaryrefslogtreecommitdiff
path: root/project/scipycon
AgeCommit message (Collapse)Author
2010-12-10Removed non-form fields from detailed fields display.Madhusudan.C.S
2010-12-10Add phone number field to Registration Admin page.Madhusudan.C.S
2010-12-09Add the string control character for CSV full name field.Madhusudan.C.S
2010-12-09Update gender info on CSV.Madhusudan.C.S
2010-12-09Update male and female status and html page rendering for accommodation.Madhusudan.C.S
2010-12-09Male and Female participants stats on website.Madhusudan.C.S
2010-12-09Fix download PDF to download CSV and double quote all the names.Madhusudan.C.S
2010-12-09Number of male and female participants requesting accommodation.Madhusudan.C.S
2010-12-09Put a comma in the list after CityMadhusudan.C.S
2010-12-09User and Scope to get_or_create must be keyword arguments.Madhusudan.C.S
2010-12-09Creating Payment, Accommodation and Wifi objects require scope and user objects.Madhusudan.C.S
2010-12-09Create payment and wifi objects if they don't exist.Madhusudan.C.S
2010-12-09Make downloadable CSV for stats page.Madhusudan.C.S
--HG-- extra : rebase_source : 8f9d21245ede2f73a693ba91bc72b5f698927b07
2010-12-03Added settings static file path.Madhusudan.C.S
2010-12-02Push all the south migrations.Madhusudan.C.S
--HG-- extra : rebase_source : 1a6763846679dcba3f759fe9b25cffc2c349e510
2010-12-01Some changes to font size on badge according to recommendationAmit Sethi
2010-12-01Added Laptop registration no to badgeAmit Sethi
2010-11-30Merging headsamit@shrike.aero.iitb.ac.in
2010-11-30Added view for automatic badge generationAmit Sethi
2010-11-30Changed verbose names for accommodation fields from days to dates's nights.Madhusudan.C.S
2010-11-30Fix preceding accommodation which were stolen away by magic.Madhusudan.C.S
2010-11-30Fixing accommodation typo.Madhusudan.C.S
2010-11-30Added six fields corresponding to accomodation in the accomodation model ↵Nishanth Amuluru
and made corresponding changes to view and form --HG-- extra : rebase_source : 1b2f2122b774f7ef503fc9c1b78a045e44dfec6c
2010-11-29Provide Javascript support and add all view related changes for form.Madhusudan.C.S
2010-11-29Add new fields to payment form for accommodation.Madhusudan.C.S
2010-11-25Add bank name to sample of NEFT.Madhusudan.C.S
2010-11-24Add IIITH logo to the website right hand side menu.Madhusudan.C.S
2010-11-24Add a way to send mail as confirmation for users for manage payments.Madhusudan.C.S
2010-11-18Merge payments branch with the default mainline branch.Madhusudan.C.S
--HG-- branch : payments
2010-11-18Merge the south migration branch with an additional field for Laptop ↵Madhusudan.C.S
registration number with default branch. --HG-- branch : south-migration
2010-11-18Add autogenerated migrations to the registration app.Madhusudan.C.S
--HG-- branch : south-migration
2010-11-18Add registration_id field to initial form in the field.Madhusudan.C.S
--HG-- branch : south-migration
2010-11-18Add registration_id field to Wifi model and make necessary changes in the form.Madhusudan.C.S
--HG-- branch : south-migration
2010-11-18Modify the help text of payment details to reflect examples.Madhusudan.C.S
--HG-- branch : payments
2010-11-18Changes to the template get-user-dumpAmit Sethi
2010-11-18Merging headsAmit Sethi
2010-11-18Changes to make it possible for someone to view daily dumps.Amit Sethi
2010-11-17Merging headsAmit Sethi
2010-11-16Fix major bug: Change hard coded registration form redirect to based on User ↵Madhusudan.C.S
and do int conversions for ids. --HG-- extra : rebase_source : a86c96c28180cb560ca3d745a815b03996395125
2010-11-16Made adjustments in the view to make paid field a dummy form field and not a ↵Madhusudan.C.S
model field. Also added confirmed field as model field. --HG-- branch : payments
2010-11-16Remove the paid field from model form since it is now a dummy form field.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Typo of type field twice is fixed to details field in the form of registrantion.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Change the model field name of the payment from paid to confirmed.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Modify the help text for details field to be more harsh on users so that ↵Madhusudan.C.S
they are clear as to what they are supposed to provide. --HG-- branch : payments
2010-11-16Add a view to manage payments.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Add cookie and return message for regstats view function.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Fix style issues.Madhusudan.C.S
2010-11-15Add payment forms and object details in edit and submit registration views.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Add a form for Payment and respective save and clean methods.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Add paid boolean field to payment model to know whether the user has already ↵Madhusudan.C.S
paid the fees or not. --HG-- branch : payments