update changelog

This commit is contained in:
Lance Edgar 2013-08-30 20:17:03 -07:00
parent 9b1579f587
commit 47944767dc
2 changed files with 48 additions and 1 deletions

View file

@ -1,4 +1,51 @@
0.3.1
-----
* Added some tests.
* Added ``helpers`` module.
Also added a Pyramid subscriber hook to add the module to the template
renderer context with a key of ``h``. This is nothing really new, but it
overrides the helper provided by ``edbob``, and adds a ``pretty_date()``
function (which maybe isn't a good idea anyway..?).
* Added ``simpleform`` wildcard import to ``forms`` module.
* Added autocomplete view and template.
* Fixed customer group deletion.
Now any customer associations are dropped first, to avoid database integrity
errors.
* Stole grids and grid-based views from ``edbob``.
* Removed several references to ``edbob``.
* Replaced ``Grid.clickable`` with ``.viewable``.
Clickable grid rows seemed to be more irritating than useful. Now a view
icon is shown instead.
* Added style for grid checkbox cells.
* Fixed FormAlchemy table rendering when underlying session is not primary.
This was needed for a grid based on a LOC SMS session.
* Added grid sort arrow images.
* Improved query modification logic in alchemy grid views.
* Overhauled report views to allow easier template customization.
* Improved product UPC search so check digit is optional.
* Fixed import issue with ``views.reports`` module.
0.3a23
------

View file

@ -1 +1 @@
__version__ = '0.3a23'
__version__ = '0.3.1'