Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fixed the csv output format problem in 'admin/account/userprofile/csv' | Weitian LI | 2014-05-24 | 1 | -10/+37 |
| | | | | | * 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 'is_checkin' field to account.models.UserProfile | Weitian LI | 2014-05-20 | 1 | -3/+98 |
| | | | | | | | | * 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 | ||||
* | fixed problem with 'transcript_url' field of UserProfileAdmin | Weitian LI | 2014-04-30 | 1 | -4/+9 |
| | |||||
* | * fixed attachments.short_description of UserProfileAdmin | Weitian LI | 2014-04-30 | 1 | -0/+1 |
| | | | | * updated related zh_CN messages | ||||
* | * added 'UserProfileAdmin' with actions and list_display: | Weitian LI | 2014-04-30 | 1 | -1/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | * added model 'UserFile' and register to admin | Weitian LI | 2014-04-27 | 1 | -1/+2 |
| | | | | | | | | | * 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' | ||||
* | fixes to account admin.site.register | Weitian LI | 2014-04-21 | 1 | -1/+8 |
| | |||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 1 | -0/+3 |
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' |