summaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
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-16Convert multiple conditions to nested if in template since Django has a bug ↵Madhusudan.C.S
with conditionals in templates. --HG-- branch : payments
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-16Add a long check for alertness of payment names in the template.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Add a alert label block with bigger font size and red color.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Add javascript to submit registration form template to make sure the details ↵Madhusudan.C.S
are supplied only when user fills in the details. --HG-- branch : payments
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 new template for payment management.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Add a view to manage payments.Madhusudan.C.S
--HG-- branch : payments
2010-11-16Add a new URL for managing 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-15Add a - to the title of the header for Registration Statistics page.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Minor edit to schedule.Kadambari Devarajan
2010-11-15Use different DB for testing payments.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Fix style issues.Madhusudan.C.S
2010-11-15Change audience database value to human readable value.Madhusudan.C.S
2010-11-15Fix the copy paste fail of Special Talk heading from 1 to 2.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 fieldset for payment details on the registration template.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
2010-11-15Rename created variable name to acco_created for acco object creation in ↵Madhusudan.C.S
edit registration view function. --HG-- branch : payments
2010-11-15Change docstring for form classes form PyCON to SciPyCON.Madhusudan.C.S
--HG-- branch : payments
2010-11-15Add type and detail fields for the payment model.Madhusudan.C.S
--HG-- branch : payments
2010-11-14Changed video on home page to short version.Anoop Jacob Thomas
2010-11-14Added titles and abstracts of Prabhu, Asokan and Fernando.Kadambari Devarajan
2010-11-14Removed other from sex selection choices for Registration accommodation form.Madhusudan.C.S
2010-11-13Misc edits to the City page.Kadambari Devarajan
2010-11-12fixed bug in about city page.Anoop Jacob Thomas
2010-11-12changed the left menu.Anoop Jacob Thomas
2010-11-12fixed a bug in conference schedule page.Anoop Jacob Thomas
2010-11-12Added abstracts to conference schedule page.Anoop Jacob Thomas
2010-11-12Changed the about city page.Kadambari Devarajan
2010-11-12embedded map in about city page.Anoop Jacob Thomas
2010-11-12added stefan's photo.Anoop Jacob Thomas
2010-11-12Added certificates page.Anoop Jacob Thomas
2010-11-12fixed formatting of homepage.Anoop Jacob Thomas
2010-11-12Embedded why python video in homepage.Anoop Jacob Thomas
2010-11-12Made changes to Schedule and Tutorials page.Anoop Jacob Thomas
2010-11-12Made sprints page, tutorials page and conference schedule page.Anoop Jacob Thomas
2010-11-11Fixed an error in the schedule page.Anoop Jacob Thomas
2010-11-11Changed the schedule page.Anoop Jacob Thomas
2010-11-11Updated venue page, removed unwanted content.Anoop Jacob Thomas
2010-11-10Add a skeleton payment model.Madhusudan.C.S
--HG-- branch : payments