src/pyams_utils.egg-info/PKG-INFO
changeset 39 d4c28f4078cd
parent 1 3f89629b9e54
child 52 19019589cc19
equal deleted inserted replaced
38:60b0a6b21a12 39:d4c28f4078cd
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-utils
     2 Name: pyams-utils
     3 Version: 0.1.0
     3 Version: 0.1.1
     4 Summary: Utility functions and classes for PyAMS
     4 Summary: Utility functions and classes for PyAMS
     5 Home-page: http://www.ztfy.org
     5 Home-page: http://www.ztfy.org
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
    39         
    39         
    40         
    40         
    41         Changelog
    41         Changelog
    42         =========
    42         =========
    43         
    43         
    44         0.4.11
    44         0.1.1
    45         ------
       
    46          - added "encode" and "decode" functions in "ztfy.utils.unicode" module (with updated doctests)
       
    47         
       
    48         0.4.10
       
    49         ------
       
    50          - added configuration directives to remove static dependencies with "ztfy.skin" and "zopyx.txng3.core"
       
    51          - updated Buildout's bootstrap
       
    52         
       
    53         0.4.9
       
    54         -----
    45         -----
    55          - added "ztfy.utils.decorator" module with "@deprecated" decorator
    46          - corrected cookies management in XML-RPC authenticated transport
    56         
       
    57         0.4.8
       
    58         -----
       
    59          - remove security proxy in ITransactionManager adapter
       
    60         
       
    61         0.4.7
       
    62         -----
       
    63          - added new "component" registry utility module
       
    64          - added date and datetime display formats
       
    65          - added "keep_chars" argument in translateString function
       
    66         
       
    67         0.4.6
       
    68         -----
       
    69          - added ISet interface with permissions on zc.set.Set class
       
    70         
       
    71         0.4.5
       
    72         -----
       
    73          - make current participation request optional in "indexObject()" function
       
    74         
       
    75         0.4.4
       
    76         -----
       
    77          - added "allow_none" and "headers" arguments in XML-RPC "getClient()" methods
       
    78         
       
    79         0.4.3
       
    80         -----
       
    81          - change test for date types in tztime/gmtime functions (because datetime
       
    82            inherits from date!)
       
    83         
       
    84         0.4.2
       
    85         -----
       
    86          - small correction in getHumanSize() function
       
    87          - added dates formatting functions
       
    88          - added check between date and datetime types in timezone module
       
    89         
       
    90         0.4.1
       
    91         -----
       
    92          - use request locale formatter in getHumanSize function
       
    93         
       
    94         0.4.0
       
    95         -----
       
    96          - move custom schema fields widgets to ZTFY.skin package
       
    97         
       
    98         0.3.14
       
    99         ------
       
   100          - added legend on ZEO connection properties edit form
       
   101          - force usage of "escapeSlashes" argument when checking new content name
       
   102         
       
   103         0.3.13
       
   104         ------
       
   105          - added ZEO connection interface, utility and tools
       
   106          - added "ztfy.utils.container" utility module
       
   107          - added a persistent utility to store ZEO connection settings
       
   108          - added "TextLine list" schema field and widget
       
   109          - added request and session cached properties
       
   110          - added Python 2.7 compatibility code and timeout parameter to XML-RPC
       
   111            protocol helper
       
   112          - changed request "data:" TAL namespace to basic HTTP request so it can be used
       
   113            in views called via JSON-RPC or XML-RPC
       
   114         
       
   115         0.3.12
       
   116         ------
       
   117          - updated package source layout
       
   118         
       
   119         0.3.11
       
   120         ------
       
   121          - added dotted decimal schema field, not handling locales :-/
       
   122         
       
   123         0.3.10
       
   124         ------
       
   125          - upgraded for ztfy.jqueryui 0.6.0
       
   126          - added Color schema field and widget
       
   127          - added StringLine schema field
       
   128          - added "text:translate" TAL adapter
       
   129          - moved ITransactionManager adapter from ztfy.scheduler package
       
   130         
       
   131         0.3.9
       
   132         -----
       
   133          - added HTTP client based on httplib2, handling authentication and proxies
       
   134         
       
   135         0.3.8
       
   136         -----
       
   137          - corrected encodings vocabulary
       
   138         
       
   139         0.3.7
       
   140         -----
       
   141          - added encodings vocabulary
       
   142         
       
   143         0.3.6
       
   144         -----
       
   145          - corrected code and translations in MissingPrincipal class
       
   146          - added permissions on TextIndexNG index
       
   147         
       
   148         0.3.5
       
   149         -----
       
   150          - re-add IList and IDict interfaces forgotten from bad merge :-(
       
   151         
       
   152         0.3.4
       
   153         -----
       
   154          - better check for missing requests
       
   155         
       
   156         0.3.3
       
   157         -----
       
   158          - Added "fanstatic:" TALES expression
       
   159         
       
   160         0.3.2
       
   161         -----
       
   162          - Mark ztfy.utils.security functions and classes as deprecated
       
   163         
       
   164         0.3.1
       
   165         -----
       
   166          - Updated signature in ztfy.utils.catalog.index to match last hurry.query release
       
   167         
       
   168         0.3
       
   169         ---
       
   170          - Switched to ZTK-1.1.2 and Python 2.6
       
   171          - Added "getAge" function in date module 
       
   172          - Added session module and TALES adapter to get/set session values
       
   173          - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
       
   174         
       
   175         0.2.1
       
   176         -----
       
   177          - Added 'site.locateAndRegister' facility function
       
   178          - Update ServerTimezoneUtility parent classes
       
   179         
       
   180         0.2
       
   181         ---
       
   182          - Added 'data' namespace to access request data
       
   183         
       
   184         0.1
       
   185         ---
       
   186          - Initial release
       
   187         
    47         
   188 Keywords: Pyramid PyAMS utilities
    48 Keywords: Pyramid PyAMS utilities
   189 Platform: UNKNOWN
    49 Platform: UNKNOWN
   190 Classifier: License :: OSI Approved :: Zope Public License
    50 Classifier: License :: OSI Approved :: Zope Public License
   191 Classifier: Development Status :: 4 - Beta
    51 Classifier: Development Status :: 4 - Beta