Hi all,
a short summary of recent activity and upcoming releases.
The last release on pypi is almost a year old now so recent updates have only been published on github. The next version released on pypi wil be the 1.0 series. Until then use the github repositories for updates.
The reaseon is that on its way to the first non beta release there a few changes in package organisation leading to incompatibilities with old versions. Sorry, but it is easy to fix.
The good news is that the application is stable and used in several projects!
Here is what happened:
- nive_cms version 0.9.13 released: The cms' website design is a separate python package now. The default is based on bootstrap 3, the old bootstrap 2 is still available in '
github.com/nive/cms-modules/nive_cms_design_bs2. (Important: You need to change imports manually! See changes.txt)
- Postgresql is supported now (and part of the master branch). Thanks to Kaeshi Wasa! And all tests have been fixed to work with postgres.
- Translations have been updated. They are no longer based on babel but on lingua 3.2.
- Forms show a progress bar on slow/large file uploads.
- Fixed toolbox overflow if there are too many pages.
- Several fixes and updates.