update changelog
This commit is contained in:
parent
531d3d830e
commit
286c5dd9c5
2 changed files with 35 additions and 1 deletions
34
CHANGES.txt
34
CHANGES.txt
|
@ -1,4 +1,38 @@
|
|||
|
||||
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.
|
||||
|
||||
0.1a8
|
||||
-----
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ console, web, or GUI applications. Pay only for what you eat; however all of
|
|||
its functionality combined may be considered a "full stack" of sorts.
|
||||
|
||||
For more information, please see `edbob.org <http://edbob.org/>`_ or send email
|
||||
to `Lance Edgar <mailto:lance@edbob.org>`_.
|
||||
to Lance Edgar (lance@edbob.org).
|
||||
|
||||
|
||||
Installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue