- Added is_on_front_page field to Document model.
- Added templatetag get_frontpage_documents
- Added tests for templatetags
- Added DocumentCategory and DocumentCategoryTitle models
- get_filetype now returns None when it cannot be determined
- Properly returning the best available translation for all objects now.
- Added slug field to DocumentCategory
- Added list of all categories to template context of plugin
- Added source_url and download_url fields to Document model
- Added cms_apps.py and a detail view