| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* 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'
|
|
|
|
|
|
| |
* added account_profile.css
* fixes to 'save' method of model UserProfile and UserFile
* fixes to 'UpdateProfileView' with formset 'instance'
|
|
|
|
| |
* 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 'ALLOWED_CONTENT_TYPES' to settings
* updated 'settings_mysql' and 'settings_production'
|
|
|
|
|
| |
* added 'blank=True' to 'NoticeAttachment.description' field
* fixed attachment issue with 'list_notice.html' template
|
|
|
|
| |
* added 'captcha' field to UserRegForm
|
| |
|
|
|
|
| |
* added related introduction.css and introduction.js
|
|
|
|
|
| |
* added urls in pages.urls
* updated links in navbar.html
|
|
|
|
| |
* added templates 400, 404, 404 and 500
|
|
|
|
| |
* removed 'get_attachment_list' method from Notice model
|
| |
|
| |
|
|
|
|
|
|
| |
* added list_notice template, css, urls
* updated models and admin of app notice
* updated navbar.html
|
|
|
|
| |
* fixed page/views.py
|
| |
|
|
|
|
| |
* fixed comment in 'list_approved.html'
|
| |
|
| |
|
| |
|