2014-02-07 16:39:59 +01:00
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2014-03-26 15:42:49 +01:00
|
|
|
0.3 (xx.xx.20xx)
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
* Added toolbar to allow logged-in users to add and edit pages from the site front-end
|
|
|
|
* Support for alternative image processing backends such as Wand, via the WAGTAILIMAGES_BACKENDS setting
|
|
|
|
* Editor's guide documentation
|
|
|
|
* Fix: non-ASCII characters in image filenames are now converted into ASCII equivalents rather than becoming all underscores
|
|
|
|
* Fix: paths to fonts and images within CSS are no longer hard-coded to /static/
|
|
|
|
|
2014-03-11 17:40:04 +01:00
|
|
|
0.2 (11.03.2014)
|
2014-03-07 18:27:07 +01:00
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
* SQLite support added
|
|
|
|
* Internationalisation of the admin backend
|
|
|
|
* Translations for Bulgarian, Catalan, Chinese, Galician, German, Greek, Polish, Romanian and Spanish. Partial translations for Basque and Mongolian.
|
|
|
|
* Stylesheets ported from Less to Sass, to eliminate dependency on an external CSS compiler
|
|
|
|
* Coffeescript replaced by vanilla Javascript
|
2014-03-11 12:28:21 +01:00
|
|
|
* OEmbed supported as an alternative backend for wagtailembeds, eliminating dependency on Embedly
|
2014-03-07 18:27:07 +01:00
|
|
|
* Database supported as an alternative search backend, eliminating dependency on ElasticSearch
|
2014-03-11 12:28:21 +01:00
|
|
|
* Background tasks now fall back on in-process handling if Celery is not available (also eliminating Redis as a dependency)
|
2014-03-07 18:27:07 +01:00
|
|
|
* Users decoupled from Django default user model, to allow custom user models
|
2014-03-11 12:28:21 +01:00
|
|
|
* Added explicit 'Can access Wagtail admin' permission, rather than treating all logged-in users as Wagtail users
|
2014-03-07 18:27:07 +01:00
|
|
|
* Date fields now work with USE_L10N=True
|
|
|
|
* "Your most recent edits" only shows the latest edit per page
|
|
|
|
* Unified search view configurable in urls.py
|
|
|
|
* Support for searching within a subtree
|
|
|
|
* Added initial documentation
|
|
|
|
* Added Ubuntu / Debian installation scripts
|
|
|
|
* Extensive tests and test runner infrastructure
|
|
|
|
* Numerous bugfixes
|
|
|
|
|
2014-02-07 16:39:59 +01:00
|
|
|
0.1 (07.02.2014)
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
* Initial release.
|