2012-04-09 11:18:34 -05:00
|
|
|
|
2012-08-12 12:11:19 -07:00
|
|
|
0.1a9
|
|
|
|
-----
|
|
|
|
|
|
|
|
- Clean up ``edbob.init()``; fix call in Pyramid app scaffold.
|
|
|
|
|
|
|
|
- Add ``grant_permission()`` function to ``edbob.db.auth``.
|
|
|
|
|
|
|
|
- Overhaul ``Grid``, ``GridView`` classes in ``edbob.pyramid``.
|
|
|
|
|
|
|
|
- Restructure ``edbob.pyramid.forms.formalchemy``.
|
|
|
|
|
|
|
|
- Tweak Pyramid templates.
|
|
|
|
|
|
|
|
- Add ``core_schema_installed()`` function to ``edbob.db.util``.
|
|
|
|
|
|
|
|
- Add generic autocomplete template.
|
|
|
|
|
|
|
|
- Overhaul ``edbob.time``.
|
|
|
|
|
|
|
|
- Add ``contact`` database extension; moved ``Person`` to it.
|
|
|
|
|
|
|
|
- Improve ``CrudView`` class.
|
|
|
|
|
|
|
|
- Add ``get_user_dir()``, ``get_user_file()`` methods to ``AppConfigParser``.
|
|
|
|
|
|
|
|
- Add ``DosFile`` class (for writing DOS files) to ``edbob.files``.
|
|
|
|
|
|
|
|
- Add jQuery ``smoothness`` CSS to static folder.
|
|
|
|
|
|
|
|
- Add ``edbob.errors`` (overrides ``sys.excepthook``).
|
|
|
|
|
|
|
|
- Add debug logging to ``edbob.filemon.win32_server``; made it call
|
|
|
|
``sys.excepthook()`` when actions fail.
|
|
|
|
|
2012-07-25 13:36:54 -07:00
|
|
|
0.1a8
|
|
|
|
-----
|
|
|
|
|
|
|
|
- Changed ``py-bcrypt`` requirement to ``py-bcrypt-w32`` when running on Win32.
|
|
|
|
|
|
|
|
- Removed explicit ``INFO`` level from ``basic_logging()`` function.
|
|
|
|
|
2012-07-17 09:32:55 -05:00
|
|
|
0.1a7
|
|
|
|
-----
|
|
|
|
|
|
|
|
- Tweaked logging and initialization semantics for shell command.
|
|
|
|
|
|
|
|
- Added "foo" views and templates to Pyramid scaffold.
|
|
|
|
|
|
|
|
- Added :attr:`edbob.pyramid.forms.FieldSet.allow_continue` attribute.
|
|
|
|
|
|
|
|
- Made ``sort`` keyword optional for grids.
|
|
|
|
|
|
|
|
- Added :class:`edbob.pyramid.views.Crud` class.
|
|
|
|
|
|
|
|
- Added :class:`edbob.pyramid.views.GridView` class.
|
|
|
|
|
|
|
|
- Added "Guest" role to auth / permissions framework.
|
|
|
|
|
|
|
|
- Added :class:`edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`
|
|
|
|
class.
|
|
|
|
|
|
|
|
- Added :meth:`edbob.Object.__str__()` method.
|
|
|
|
|
|
|
|
- Added :func:`edbob.sqlalchemy.current_time()` function to provide UTC
|
|
|
|
timestamp as a default field value.
|
|
|
|
|
|
|
|
- Added ``pyramid_tm`` tween to Pyramid apps.
|
|
|
|
|
|
|
|
- Tweaked login, object index and CRUD templates.
|
|
|
|
|
|
|
|
- Added file monitor for Linux.
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
0.1a6
|
2012-04-09 11:18:34 -05:00
|
|
|
-----
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Fixed MANIFEST.in file.
|
2012-06-14 14:39:55 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
0.1a5
|
2012-06-14 14:39:55 -05:00
|
|
|
-----
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Added :mod:`edbob.csv` module.
|
2012-06-14 14:39:55 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Tweaked logging configuration and initialization semantics.
|
2012-06-14 14:39:55 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
0.1a4
|
2012-06-14 14:39:55 -05:00
|
|
|
-----
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Fixed call to sleep() in filemon service.
|
2012-07-09 02:02:48 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
0.1a3
|
2012-07-09 02:02:48 -05:00
|
|
|
-----
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Various tweaks to Pyramid code.
|
2012-07-09 02:02:48 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
0.1a2
|
2012-07-09 02:02:48 -05:00
|
|
|
-----
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Add ``win32.send_data_to_printer()`` function.
|
2012-07-09 02:02:48 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Various tweaks to Pyramid code.
|
2012-07-09 03:31:09 -05:00
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
0.1a1
|
2012-07-09 03:31:09 -05:00
|
|
|
-----
|
|
|
|
|
2012-07-09 03:35:59 -05:00
|
|
|
- Initial version
|