| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* 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'
|
| |
|
| |
|
| |
|
|
|
|
| |
* removed 'demo.urls' from urls.py
|
|
|
|
| |
* updated navbar.html to always show 'list_approved' but login_required
|
| |
|
|
|
|
|
| |
* implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models
* implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
settings.py
|
|
|
|
| |
* updated related link in 'navbar.html'
|
| |
|
|\ |
|