| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* overwrite 'save' method to delete previous uploaded files
|
|
|
|
|
|
|
|
|
| |
* updated 'UserProfile' model:
o added fields 'reason', 'transcript', 'supplement'
o used 'ContentTypeRestrictedFileField' with dynamical 'upload_to'
* updated 'UpdateProfileView' to support formset
* updated 'UpdateProfileForm' with new fields and clean method
* added 'UserFileForm' and 'UserFileFormSet'
|
|
|
|
|
|
|
| |
o account_profile_update.css account_profile_update.js
o added fields 'reason', 'transcript', 'supplement'
o supported upload files (optional, dynamical formset)
* updated urls.py of 'password_reset' view
|
|
|
|
| |
* implemented ContentTypeRestrictedFileField based on FileField
|
|
|
|
|
| |
* added password_reset related templates and email templates
* updated account urls.py
|
|
|
|
| |
* added 'captcha' field to UserRegForm
|
|
|
|
| |
* fixed comment in 'list_approved.html'
|
|
|
|
| |
* updated navbar.html to always show 'list_approved' but login_required
|
| |
|
|
|
|
|
|
|
|
|
| |
o get_gender_value()
o get_approved_value()
o get_sponsored_value()
o get_identify_value()
* updated 'user_registered_callback' to save 'identify' field
* updated 'account/profile.html' template to show identify infomation
|
|
|
|
|
|
|
|
| |
* implemented 'ResendEmailView' class-based view and templates
* added js code 'account_email_resend.js'
Warning:
cannot load static file located in app directory
|
|
|
|
| |
* updated related link in 'navbar.html'
|
|
|
|
|
|
|
| |
and implemented related views
* added 'account.forms.UpdateProfileForm'
* implemented 'account.views.UpdateProfileView' using class-based view
* updated 'account.urls'
|
| |
|
| |
|
| |
|
|
|
|
| |
"is_sponsored"
|
|
|
|
|
|
| |
o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL
* added login/logout views to account urls.py
* added account templates for login, logout, profile
|
| |
|
|
|
|
|
|
|
|
| |
o base.html, navbar.html, favicon.html, index.html
o added static files related to index page
* performed south migrations
* implemented registration templates
* implemented regiration views and pages
|
|
* created directories 'static' and 'templates'
* added app 'account', 'notice'
* added app 'demo'
|