docs/HISTORY.txt
changeset 63 40f12a3d67db
child 77 2be615fc6da4
equal deleted inserted replaced
-1:000000000000 63:40f12a3d67db
       
     1 History
       
     2 =======
       
     3 
       
     4 0.1.9
       
     5 -----
       
     6  - updated text areas CSS class
       
     7 
       
     8 0.1.8
       
     9 -----
       
    10  - use "ajax_config" decorator to declare AJAX views
       
    11 
       
    12 0.1.7
       
    13 -----
       
    14  - added prefix to engine edit form
       
    15 
       
    16 0.1.6
       
    17 -----
       
    18  - added check of registry settings in dynamic schema mixin class
       
    19 
       
    20 0.1.5
       
    21 -----
       
    22  - upgrade zope.sqlalchemy package to release 1.0.0
       
    23  - updated global registry access
       
    24  - refactored for last ZMI package
       
    25  - added logging
       
    26 
       
    27 0.1.4
       
    28 -----
       
    29  - use DocFieldProperty to generate Sphinx documentation
       
    30 
       
    31 0.1.3
       
    32 -----
       
    33  - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines
       
    34    from ZCML files through PyAMS "engine" directive
       
    35  - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument
       
    36    to 'get_user_engine' function to be able to disable pooling for a given user engine or session.
       
    37    This argument can be usefull when session is used from PyAMS scheduler jobs where connections
       
    38    shouldn't be stored and reused...
       
    39  - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to
       
    40    log pool checkouts and checkins
       
    41  - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes
       
    42  - changed vocabulary declaration
       
    43  - changed widget CSS class attribute
       
    44 
       
    45 0.1.2
       
    46 -----
       
    47  - use named permissions
       
    48 
       
    49 0.1.1
       
    50 -----
       
    51  - corrected closing of database connections on pool checkin/checkout
       
    52  - added DataLoader class to help data migration between databases
       
    53  - added DynamicSchemaMixin class to allow definition of schema name from configuration file
       
    54 
       
    55 0.1.0
       
    56 -----
       
    57  - First release