src/pyams_content.egg-info/PKG-INFO
changeset 1220 090ddd14bdfc
parent 1215 b8da9b04f74d
child 1226 781b62785561
equal deleted inserted replaced
1219:3eff0deae261 1220:090ddd14bdfc
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-content
     2 Name: pyams-content
     3 Version: 0.1.35
     3 Version: 0.1.36
     4 Summary: PyAMS base content interfaces and classes
     4 Summary: PyAMS base content interfaces and classes
     5 Home-page: http://hg.ztfy.org/pyams/pyams_content
     5 Home-page: http://hg.ztfy.org/pyams/pyams_content
     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
    69         pyams_content.config.site_factory = onf_website.shared.site.manager.SiteManager
    69         pyams_content.config.site_factory = onf_website.shared.site.manager.SiteManager
    70         
    70         
    71         
    71         
    72         History
    72         History
    73         =======
    73         =======
       
    74         
       
    75         0.1.36
       
    76         ------
       
    77          - updated views query management so that internal references are always sorted in first position
       
    78          - updated views query params management so that if an adapter returns a null value, the query is cancelled
       
    79            (this is used notably when views use context settings but context doesn't define any value)
       
    80          - added method to search results portlet settings to check for user query
    74         
    81         
    75         0.1.35
    82         0.1.35
    76         ------
    83         ------
    77          - added source folder to data types, and removed unused attributes
    84          - added source folder to data types, and removed unused attributes
    78          - updated search results portlet settings to avoid search without criteria when needed
    85          - updated search results portlet settings to avoid search without criteria when needed