docs/HISTORY.txt
changeset 313 7f37f0edbe9f
parent 310 ecd94f3b81f7
child 323 8b0595f306fd
equal deleted inserted replaced
312:7219e0e95439 313:7f37f0edbe9f
     1 Changelog
     1 Changelog
     2 =========
     2 =========
       
     3 
       
     4 0.1.29
       
     5 ------
       
     6  - updated "check_request()" function to be able to use currently registered request factory (instead of PyAMSRequest)
       
     7    and to specify a principal ID when creating a new request is required
     3 
     8 
     4 0.1.28
     9 0.1.28
     5 ------
    10 ------
     6  - added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
    11  - added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
     7    This requires an ITraversable adapter named "+" for context and request to handle content access.
    12    This requires an ITraversable adapter named "+" for context and request to handle content access.