ztfy/utils/docs/HISTORY.txt
branchZTK-1.1
changeset 89 165f37f89e5a
parent 84 96e344fe6166
child 94 a5fb6eed0a5d
child 112 93cdc4a26e0d
equal deleted inserted replaced
88:37c6b51cef8b 89:165f37f89e5a
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
       
     4 0.3.3
       
     5 -----
       
     6  - Added "fanstatic:" TALES expression
       
     7 
     4 0.3.2
     8 0.3.2
     5 -----
     9 -----
     6 - Mark ztfy.utils.security functions and classes as deprecated
    10  - Mark ztfy.utils.security functions and classes as deprecated
     7 
    11 
     8 0.3.1
    12 0.3.1
     9 -----
    13 -----
    10 - Updated signature in ztfy.utils.catalog.index to match last hurry.query release
    14  - Updated signature in ztfy.utils.catalog.index to match last hurry.query release
    11 
    15 
    12 0.3
    16 0.3
    13 ---
    17 ---
    14 - Switched to ZTK-1.1.2
    18  - Switched to ZTK-1.1.2
    15 - Added "getAge" function in date module 
    19  - Added "getAge" function in date module 
    16 - Added session module and TALES adapter to get/set session values
    20  - Added session module and TALES adapter to get/set session values
    17 - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
    21  - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
    18 
    22 
    19 0.2.1
    23 0.2.1
    20 -----
    24 -----
    21 - Added 'site.locateAndRegister' facility function
    25  - Added 'site.locateAndRegister' facility function
    22 - Update ServerTimezoneUtility parent classes
    26  - Update ServerTimezoneUtility parent classes
    23 
    27 
    24 0.2
    28 0.2
    25 ---
    29 ---
    26 - Added 'data' namespace to access request data
    30  - Added 'data' namespace to access request data
    27 
    31 
    28 0.1
    32 0.1
    29 ---
    33 ---
    30 - Initial release
    34  - Initial release