1. 27 Nov, 2018 1 commit
  2. 23 Nov, 2018 2 commits
  3. 22 Nov, 2018 2 commits
    • Sven Franck's avatar
      erp5_font: add icon fonts · c6529447
      Sven Franck authored
      c6529447
    • Arnaud Fontaine's avatar
      ZODB Components: Fix startup of old Sites not having portal_components yet. · bda37e96
      Arnaud Fontaine authored
      In such case, it must obviously be considered that the ZODB Component Document
      was not found and thus fallback on filesystem Document.
      
      2018-11-21 17:05:01,919 WARNING ERP5Type.Dynamic Could not access Portal Type Object for type 'Category Tool'
      Traceback (most recent call last):
        File "product/ERP5Type/dynamic/lazy_class.py", line 3
      52, in loadClass
          class_definition = generatePortalTypeClass(site, portal_type)
        File "product/ERP5Type/dynamic/portal_type_class.py",
       line 198, in generatePortalTypeClass
          module = erp5.component.document.find_load_module(type_class)
        File "product/ERP5Type/dynamic/component_package.py",
       line 361, in find_load_module
          loader = self.find_module(fullname)
        File "product/ERP5Type/dynamic/component_package.py",
       line 155, in find_module
          component_tool = aq_base(site.portal_components)
      AttributeError: portal_components
      bda37e96
  4. 21 Nov, 2018 3 commits
  5. 20 Nov, 2018 5 commits
  6. 19 Nov, 2018 4 commits
  7. 16 Nov, 2018 2 commits
  8. 15 Nov, 2018 6 commits
  9. 14 Nov, 2018 5 commits
  10. 13 Nov, 2018 8 commits
  11. 07 Nov, 2018 1 commit
    • Ayush Tiwari's avatar
      ERP5CatalogTool: Display view for portal_catalog when we access it on ERP5 UI · 3e889a76
      Ayush Tiwari authored
      Before this change, `index_html` for Catalog Tool was None that means trying to
      access view for CatalogTool from UI always make a function call to the
      ` __call__` which function was overridden with `searchResults`, which
      means everytime someone tried to access `portal_catalog/`, a useless query was
      being made and an undesirable query result was displyed on the UI.
      
      In this case, `index_html` is prefered whenever we try to access portal_catalog
      from UI.
      
      Also, add test for proper display of view when CatalogTool is accessed from XHTML UI
      
      /reviewed-on nexedi/erp5!793
      3e889a76
  12. 05 Nov, 2018 1 commit