src/pyams_utils.egg-info/PKG-INFO
changeset 313 7f37f0edbe9f
parent 310 ecd94f3b81f7
child 323 8b0595f306fd
equal deleted inserted replaced
312:7219e0e95439 313:7f37f0edbe9f
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-utils
     2 Name: pyams-utils
     3 Version: 0.1.28
     3 Version: 0.1.29
     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
    45         
    45         
    46         
    46         
    47         Changelog
    47         Changelog
    48         =========
    48         =========
    49         
    49         
       
    50         0.1.29
       
    51         ------
       
    52          - updated "check_request()" function to be able to use currently registered request factory (instead of PyAMSRequest)
       
    53            and to specify a principal ID when creating a new request is required
       
    54         
    50         0.1.28
    55         0.1.28
    51         ------
    56         ------
    52          - added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
    57          - added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
    53            This requires an ITraversable adapter named "+" for context and request to handle content access.
    58            This requires an ITraversable adapter named "+" for context and request to handle content access.
    54         
    59