- Implete most of geek blog's features, include admin site & blog site.
- Add django ueditor plugin, which is an open source js rich editor from baidu, version is 1.3.6.
- Add duoshuo comment plugin.
- Adjust the css style of admin site and blog site.
- Implete archive page and friend link page.
- Implete login required and enabled comment features.
- Add icon_url field in Link model to save website favicon icon.
- Add search box in sidebar and implete search article feature.
- Add newest comments in side bar.
- Fix bugs in geekblog project.
- Fix bugs in duoshuo template tag and implete sync duoshuo comment command.
- Fix bugs in ueditor, blog css styles and django ALLOWED_HOSTS settings.
- Add jQuery ColorBox (A lightweight customizable lightbox plugin for jQuery).
- Update UEditor version to 1.4.3.
- Fix some bugs and remove persional infos from project settings.
- Change url defination of article detail page.
- Update about page and translation files.
- Fix bugs in project(permission of files & syntax highlighter plugin).
- Update django version from 1.5.2 to 1.6.5 to fix save model bugs.
- Fix bug when change order of articles.
- Fix some bugs after updating the version of django.
- Compress image size.
- Compress and merge JS & CSS files.
- Update jquery version.
- Fix sorting bug in archive page.
- Add sitemap url using django sitemap.
- Use django memcached to cache blog pages and files.
- Use django-pipeline to merge and compress js and css files.
- Change django admin default object_history page styles.
- Fix bug in django pipeline settings.
- Remove unused files & code in left navigation.
- Add mobile pages and "view on mobile" feature.
- Fix bugs in CSS style and logging.
- Format code style with pep8.
- 重构core模块和部署脚本