<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-skaschool.git/notice, branch master</title>
<subtitle>2014 China-New Zealand SKA Summer School Website
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/'/>
<entry>
<title>Fixed a problem with OverwriteStorage.</title>
<updated>2014-06-24T09:50:49+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T09:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=af609a29bee3bc17800cf061c66b6eabcf18234f'/>
<id>af609a29bee3bc17800cf061c66b6eabcf18234f</id>
<content type='text'>
OverwriteStorage should be called as:
FileField(..., storage=OverwriteStorage(),...)
                                       ^^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OverwriteStorage should be called as:
FileField(..., storage=OverwriteStorage(),...)
                                       ^^
</pre>
</div>
</content>
</entry>
<entry>
<title>Splited storage function from account.extra</title>
<updated>2014-06-24T09:11:44+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T09:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=3961e2bdfa2cb946f1bd367c9a7a392528bbaeef'/>
<id>3961e2bdfa2cb946f1bd367c9a7a392528bbaeef</id>
<content type='text'>
* Splited storage function from account.extra -&gt; tools/storage.py
  - OverwriteStorage
  - file_cleanup
* Updated account.models, archive.models
* Added OverwriteStorage and file_cleanup function to notice.models
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Splited storage function from account.extra -&gt; tools/storage.py
  - OverwriteStorage
  - file_cleanup
* Updated account.models, archive.models
* Added OverwriteStorage and file_cleanup function to notice.models
</pre>
</div>
</content>
</entry>
<entry>
<title>Added app schedule, tools and archive/templatetags; updated settings.</title>
<updated>2014-06-24T08:39:42+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T08:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=ed3d74e61300f91818eeff9dad7e9d35c556f75a'/>
<id>ed3d74e61300f91818eeff9dad7e9d35c556f75a</id>
<content type='text'>
* Added app 'schedule' to provides a more generic schedule page
* Added fake app 'tools' to holds generic utilities
* Moved notice/templatetags to tools/templatetags
* Small change to archive.models.Archive display format
* Added archive/templatetags
* Small update to introduction page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added app 'schedule' to provides a more generic schedule page
* Added fake app 'tools' to holds generic utilities
* Moved notice/templatetags to tools/templatetags
* Small change to archive.models.Archive display format
* Added archive/templatetags
* Small update to introduction page
</pre>
</div>
</content>
</entry>
<entry>
<title>* changed block 'title' to 'pagetitle' for every page template</title>
<updated>2014-05-18T07:37:25+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-18T07:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58'/>
<id>c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* upaded display format of model Notice 'notice/models.py'</title>
<updated>2014-05-14T03:20:53+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-14T03:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=a827199fb168aa676e3fdbdcfdb04a021f44f3f7'/>
<id>a827199fb168aa676e3fdbdcfdb04a021f44f3f7</id>
<content type='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'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated 'archive/urls.py', shortened the url, added a redirect
* updated poster image: 'skaschool-poster.jpg'
* updated the lecturer information of 'page/introduction.html'
</pre>
</div>
</content>
</entry>
<entry>
<title>* added 'Markdown' to requirements.txt</title>
<updated>2014-04-29T01:11:52+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T01:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=06de4844b239c6ab33cdee121d1df3070a18eb13'/>
<id>06de4844b239c6ab33cdee121d1df3070a18eb13</id>
<content type='text'>
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
</pre>
</div>
</content>
</entry>
<entry>
<title>* implemented 'my_markdown' templatetag (requires python-markdown)</title>
<updated>2014-04-29T01:06:52+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T01:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=a05186c6cbbd2fc434694d126cfdbe70e96be72b'/>
<id>a05186c6cbbd2fc434694d126cfdbe70e96be72b</id>
<content type='text'>
* updated 'list_notice.html' .notice-content with my_markdown tag
* added help_text for notice/models.py/Notice contents field
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated 'list_notice.html' .notice-content with my_markdown tag
* added help_text for notice/models.py/Notice contents field
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated transcript help_text of account/models.py</title>
<updated>2014-04-28T17:29:51+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-28T17:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=9177e7f60868a34a50da65d5dc7fe2aac17b2804'/>
<id>9177e7f60868a34a50da65d5dc7fe2aac17b2804</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>* deleted 'Notice.publisher' field</title>
<updated>2014-04-25T15:02:13+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-25T15:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=53fab66f5b584d071b05f81da34ec136331ad143'/>
<id>53fab66f5b584d071b05f81da34ec136331ad143</id>
<content type='text'>
* added 'blank=True' to 'NoticeAttachment.description' field
* fixed attachment issue with 'list_notice.html' template
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'blank=True' to 'NoticeAttachment.description' field
* fixed attachment issue with 'list_notice.html' template
</pre>
</div>
</content>
</entry>
<entry>
<title>* update display attachments in list_notice template</title>
<updated>2014-04-23T15:51:12+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-23T15:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=9a4e3be3f042e39a72e5d8f2f791d437d74051a5'/>
<id>9a4e3be3f042e39a72e5d8f2f791d437d74051a5</id>
<content type='text'>
* removed 'get_attachment_list' method from Notice model
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* removed 'get_attachment_list' method from Notice model
</pre>
</div>
</content>
</entry>
</feed>
