| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info
and show a related alert
* updated zh_CN locale messages
|
|
|
|
|
|
|
| |
* added fields 'sjtu_id' & 'sjtu_initpass' to UserProfile model
* updated 'dump()' and 'dump_fieldnames()' method
* updated 'UserProfileAdmin' to show these fields
* added south migration 0004 for newly added two fields
|
|
|
|
|
|
|
| |
* displayed one more column 'id'
* added filter function
* changed display style of 'is_approved', 'is_sponsored' and
'is_checkin': display icons instead of text
|
|
|
|
|
|
| |
* validate username with regex on registration (bootstrap3 frontent does
not handle regex correctly. XXX) -> account/forms.py
* small update to registration page title display style
|
| |
|
| |
|
|
|
|
|
|
| |
* added 'page.views.IndexView' for 'django_skaschool.urls
* updated 'index.html' to display notice at bottom
* added '.smallcaps' in 'index.css' for English title
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* added 'introspection_rules' of ContentTypeRestrictedFileField for south
|
|
|
|
| |
* added 'baidu-site-verification' to metainfo.html
|
| |
|
|
|
|
|
| |
* updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt'
* updated navbar.html main button text
|
| |
|
|
|
|
|
|
| |
* updated 'archive/urls.py', shortened the url, added a redirect
* updated poster image: 'skaschool-poster.jpg'
* updated the lecturer information of 'page/introduction.html'
|
|
|
|
| |
* small updates to 'NOTES.txt'
|
|
|
|
|
| |
* updated 'settings' to serve bootstrap from local ('respond.js'
required local css, otherwise extra configuration requires.)
|
| |
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
To fix the problem in daemon mode:
o Target WSGI script '/opt/www/skaschool/django_skaschool/django_skaschool/wsgi.py' cannot be loaded as Python module.
o ImportError: No module named django.core.handlers.wsgi
|
|
|
|
| |
with apache2 user authentication
|
|
|
|
|
| |
* added 'APACHE2_skaschool.conf': configuration for apache2 (>=2.2)
* renamed LICENSE to LICENSE.txt
|
| |
|
| |
|
|
|
|
| |
can browser approved user list normally.
|
| |
|
|
|
|
|
| |
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
|
|
|
|
|
| |
* updated 'list_notice.html' .notice-content with my_markdown tag
* added help_text for notice/models.py/Notice contents field
|
|
|
|
|
|
| |
* updated ValidationError message and used named string of account/extra.py
* small changes to 'profile.html' and 'profile_update.html'
* added class Meta to notice/models.py/NoticeAttachment
|
| |
|
|
|
|
|
| |
* updated models.py and added 'help_text' to transcript field
* using 'get_object_or_404' in views.py instead of simply get method
|
|
|
|
|
|
| |
* updated password_reset_email subject and content template
* fixed a typo in 400.html
* small update to profile_update_done btn style
|
|
|
|
|
|
| |
* updated profile.html with transcript display
* updated about.html with alert warning information
* updated introduction with poster download link
|
|
|
|
| |
* updated MEDIA_ROOT and STATIC_ROOT of settings_production.py
|
| |
|
|
|
|
| |
* moved 'file_cleanup' function to extra.py
|
|
|
|
|
|
| |
* moved 'introduction.css' -> 'sidebar.css'
* updated page introduction.html
* updated index.html and navbar.html
|
|
|
|
|
|
|
| |
o models: Archive, ArchiveCategory
o views: ArchiveView based on TemplateView
o template: archive.html
o sidebar: sidebar.js, sidebar.css
|
|
|
|
| |
* updated ALLOWED_CONTENT_TYPES settings
|
|
|
|
| |
* updated <a> in 'index.html' with target="_blank"
|
|
|
|
|
| |
* removed 'about' link in 'navbar.html'
* small updates to 'index.html', 'program.html'
|
|
|
|
|
| |
o added 'login_on_activation' and connected to 'user_activated' signal
o updated 'activation_complete.html' template
|
|
|
|
| |
* small update to 'profile.html'
|