update changelog
This commit is contained in:
parent
aa64721d12
commit
1e489d917d
1 changed files with 48 additions and 0 deletions
48
CHANGES.txt
48
CHANGES.txt
|
@ -1,4 +1,52 @@
|
|||
|
||||
0.1a13
|
||||
------
|
||||
|
||||
- ``edbob.pyramid.Session`` uses ``sessionmaker()`` instead of
|
||||
``edbob.db.Session``.
|
||||
|
||||
- ``edbob.pyramid.includeme()`` now configures ``pyramid_beaker`` directly.
|
||||
|
||||
- ``edbob.pyramid.includeme()`` now configures auth/auth policies directly.
|
||||
|
||||
- Pyramid progress indicator added.
|
||||
|
||||
- ``edbob.pyramid.Session`` added to global template render context.
|
||||
|
||||
- ``request.get_referrer()`` method added (removed ``edbob.pyramid.util``
|
||||
module).
|
||||
|
||||
- ``request.get_setting()`` and ``request.save_setting()`` methods added.
|
||||
|
||||
- ``Grid.column_header()`` now supports ``title`` attribute.
|
||||
|
||||
- ``Grid.editable`` support added.
|
||||
|
||||
- Template / style tweaks.
|
||||
|
||||
- ``text`` argument to ``disable_button()`` JS function is now optional.
|
||||
|
||||
- Forbidden view flash message no longer duplicated when multiple redirects
|
||||
occur.
|
||||
|
||||
- ``CrudView`` class improved to support various workflow needs
|
||||
(e.g. post-delete procesing).
|
||||
|
||||
- Extra renderer keyword args support added to ``GridView`` class.
|
||||
|
||||
- ``SearchableAlchemyGridView`` class improved to support various workflow
|
||||
needs (e.g. obtaining an unsorted query).
|
||||
|
||||
- Fixed file monitor on Linux.
|
||||
|
||||
- Added ``pyramid_exclog`` dependency for Pyramid apps.
|
||||
|
||||
- Added ``beaker`` and ``pyramid_exclog`` settings to scaffold INI files.
|
||||
|
||||
- Added ``edbob.files.locking_copy()`` function.
|
||||
|
||||
- Added file lock support to Linux file monitor.
|
||||
|
||||
0.1a12
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue