index
:
scipycon/.git
master
The Repo containing the django code for scipycon website
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project
/
scipycon
Age
Commit message (
Expand
)
Author
2010-10-18
Fixed the bug with sending the mail content post registration.
Puneeth Chaganti
2010-09-08
Add scope to context params and list my talks method.
Madhusudan.C.S
2010-09-08
Capitalize type of audience.
Madhusudan.C.S
2010-07-21
Removed unwanted mail texts and made the texts scope compliant.
Madhusudan.C.S
2010-07-21
Added registration and event to accounts page form.
Madhusudan.C.S
2010-07-21
Added creation of profile to user creation since signals were removed.
Madhusudan.C.S
2010-07-21
Added event and registrants to Registration summary page.
Madhusudan.C.S
2010-07-21
Added get_full_name to event and used in required templates.
Madhusudan.C.S
2010-07-21
Reformatted the file and imports.
Madhusudan.C.S
2010-07-21
Added phone number, modified Occupation to be choice field.
Madhusudan.C.S
2010-07-21
Made Timeline model to refer to Event model not vice-versa.
Madhusudan.C.S
2010-07-20
Add scope as a parameter to all view functions for user app and adjusted the ...
Madhusudan.C.S
2010-07-20
Add scope as a parameter to all view functions for talks app and adjusted the...
Madhusudan.C.S
2010-07-20
Added scope to all URLs, all reverse functions and all view methods and remov...
Madhusudan.C.S
2010-07-20
Add scope as a parameter to all view functions for proceedings app.
Madhusudan.C.S
2010-07-20
Added null=True for all the Timeline model fields.
Madhusudan.C.S
2010-07-20
Adding scope as a parameter to all the views.
Madhusudan.C.S
2010-07-20
Renamed and reordered the imports.
Madhusudan.C.S
2010-07-20
Moved Timeline model to the top of the file.
Madhusudan.C.S
2010-07-20
Added a new admin for base models.
Madhusudan.C.S
2010-07-20
Adjusted views to send the scope in params.
Madhusudan.C.S
2010-07-20
Added timeline and event models and readjusted ScopedBase model.
Madhusudan.C.S
2010-07-16
Add a scope pattern to the URLs.
Madhusudan.C.S
2010-07-15
Renamed Base Model with scope and propogated it to other models.
Madhusudan.C.S
2010-07-14
Added base app from which all other apps inherit and made corresponding chang...
Madhusudan.C.S
2010-07-14
Changed json import to accommodate for Python 2.5.
Madhusudan.C.S
2010-07-13
Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S
2010-07-13
Removed the context processor for Sponspors.
Madhusudan.C.S
2010-07-13
Moved the files to new Django app named scipycon and modified settings.
Madhusudan.C.S