-------
Date: Wed Apr 1 2015
What's new
- Introduced libraries feature
- Improvements on image styles
- Other improvements
All changes
- Libraries system (templatetags, templates, settings, static files)
- Updated tests
- Minor template and style updates
**:warning: Changes that require manual migration actions:**
- Make changes in project settings for 9cms changes and Django 1.8.
v0.2.5pa
--------
Date: Fri Mar 27 2015
What's new
- Added contact form
- Taxonomy improvements
- Views improvements
- Other improvements
Minor changes
- Added contact form system (models, urls, forms, views, templates)
- Added console messaging system (views, templates)
- Added link field in nodes (models, forms, templates)
- Identified node add bug (views)
- Migrations
**:warning: Changes that require manual migration actions:**
- Many features introduced, check existing projects thoroughly
- Migrate
v0.2.4pa
--------
Date: Thu Mar 26 2015
What's new
- Added image styles
- Improvements
All changes
- Media system: image styles
- Fixed fieldset bootstrap issue in form_node
- Added head and body scripts blocks, Bootstrap from CDN in base.html
- Added missing form_node and signals from previous commits
- Fixed image inline formset issue with missing id in content form
- Added page-header class in templates
v0.2.3pa
--------
Date: Tue Mar 24 2015
What's new
- Added video field
- Added CKEditor
- Improvements
All changes
- Improved node content forms: added image inline formset, theme
- Minor improvements in style.css, views
- Separated signals.py
- Improved content list/edit/add theme
- Refactored NodeView to construct classes in member function
- Changed Content Node Edit / Add views
- Improved content administration templates for bootstrap
- Added CKEditor support
- Theming improvements: shrinkable navbar (layout.js, style.css)
- Added classes, title in body from render_page (base.html, views.py)
- Made toolbar fixed, clean-up (base.html)
- Improved block_content.html, index.html
- Added default block_signal.html
- Media system: improved, added video (models.py, admin.py, tests.py)
- Added custom view random node videos (views.py, templates)
v0.2.2pa
--------
Date: Tue Mar 17 2015
What's new
- Added signals (views)
- Improvements
All changes
- Improved style.css
- Added extend.css and layout.js
- Improved bootstrap in templates (base, menu, index)
- Fixed menu model full path
- Added template suggestions in views render page and in templates
- Amended tests
- Added Signal System (models, views, templates, migrations, fixtures, tests)
- Added separate settings file for tests in sqlite3
v0.2.1pa
--------
Date: Mon Mar 9 2015
What's new
- Added taxonomy
- Improvements
All changes
- Added Taxonomy System (models, admin, views, templates, migrations, fixtures, tests)
- Removed commented out code
- Amended menu system model
- Minor fix in menu system admin
- Streamlined and restructured views
- Added status and disabled check in page render in views
- Amended menu template
v0.2.0pa
--------
Date: Mon Mar 9 2015
What's new
- Started project anew
- Added nodes
- Added blocks
- Added media
- Added menu
All changes
- Re-organized Node System (models, admin, views, forms, tests, templates)
- Added docstring comments project-wide
- Towards permanent remove of commented out code
- Tests for menu system
- Tested several options for node system; Towards node system redesign
- Added menu system (models, migrations, dump data, admin, views, template)
- Added mptt and debug-toolbar
- Optimized queries (from 15 to 12 called for index)
- Towards render menu title
- Tests
- Possible change in node system for better queries
**:warning: Changes that require manual migration actions:**
- Redesigned all system, no backwards compatibility
v0.1.3pa
--------
Date: Mon Mar 2 2015
What's new
- Added media
- Added menu
- Improvements
All changes
- Added media system (migrations, models, admin, urls, settings, template, tests)
- Reinstated slug check for / in views. urls
- Minor streamline in views
- Moved get_latest_node_revision to models
- Implemented get_latest_node_revision_or_404 to NodeView in views
- NodeView is now super-class
- Streamlined views to accommodate new funcs
- Amended tests
v0.1.2pa
--------
Date: Sat Feb 28 2015
What's new
- Improvements on blocks
- Other improvements
All changes
- Cleaned and streamlined files to prepare for Media system
- Block system stable
- Changed get_blocks to page_render and added templates
- Amended tests
- Signed templates
- Nightly commit: blocks prior to changing render from dict-based to region-based
- Also changing index.html iteration
v0.1.1pa
--------
Date: Thu Feb 26 2015
What's new
- Started project
- Added nodes
- Added blocks
All changes
- Blocks system (models)
- Initial commit
Version requirements
- Python 2.7
- Django 1.7