| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* displayed one more column 'id'
* added filter function
* changed display style of 'is_approved', 'is_sponsored' and
'is_checkin': display icons instead of text
|
|
|
|
|
|
|
|
|
| |
* changed 'identify' to 'identity' in Model 'UserProfile'
* updated forms.py, admin.py, profile.html related to 'identity'
* added South migration for renaming field 'identify' to 'identity'
* updated display contents of 'list_approved': removed 'identity' column
* updated 'institute' field name to 'institute (and major)'
* updated related translations
|
|
|
|
|
| |
* added 'account/csv_unicode.py' to provide Unicode CSV I/O support
* used 'UnicodeWriter' in 'account/admin.py' userprofile_csv_view to generate csv format export
|
|
|
|
|
|
|
|
| |
* added 'get_checkin_value', 'dump_fieldnames' and 'dump' methods to UserProfile model
* generated south migrations for app 'account'
* display two more columns (email, is_checkin) in UserProfileAdmin
* added 'get_urls' and 'userprofile_csv_view' to UserProfileAdmin
* updaed 'profile.html' with 'is_checkin' field
|
| |
|
|
|
|
| |
* updated related zh_CN messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o actions:
- 'approve_users',
- 'sponsor_users',
- 'cancel_approve_users',
- 'cancel_sponsor_users',
- 'reset_approve_users',
- 'reset_sponsor_users',
o list_display:
- 'user',
- 'realname',
- 'gender',
- 'institute',
- 'identify',
- 'reason',
- 'transcript_url',
- 'supplement',
- 'attachments',
- 'is_approved',
- 'is_sponsored',
* updated zh_CN messages
|
|
|
|
|
|
|
|
|
| |
* 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'
|
| |
|
|
* created directories 'static' and 'templates'
* added app 'account', 'notice'
* added app 'demo'
|