1. 27 Aug, 2018 1 commit
  2. 24 Aug, 2018 3 commits
    • Julien Muchembled's avatar
      fixup! Folder: Make recursiveReindexObject scalable by calling _recurseCallMethod · 614a8349
      Julien Muchembled authored
      With commit babbf56f, some objects that were
      not indexed are now indexed, and this fails when these objects can't be indexed.
      
      An exemple is when a PythonScript is stored inside a Web Site:
      
        Traceback (innermost last):
        Module Products.CMFActivity.ActivityTool, line 1360, in invokeGroup
          traverse(method_id)(expanded_object_list)
        Module Products.ERP5Catalog.CatalogTool, line 939, in catalogObjectList
          super(CatalogTool, self).catalogObjectList(tmp_object_list, **m.kw)
        Module Products.ZSQLCatalog.ZSQLCatalog, line 828, in catalogObjectList
          catalog_value=catalog,
        Module Products.ERP5Catalog.CatalogTool, line 875, in wrapObjectList
          - __traceback_info__: (<PythonScript at /erp5/web_site_module/...>,)
          and document_object._getAcquireLocalRoles():
        AttributeError: _getAcquireLocalRoles
      
      Before, such object was skipped because it does not have recursiveReindexObject.
      614a8349
    • Sven Franck's avatar
      erp5_corporate_identity: remove skin layer priority · 05f96cb8
      Sven Franck authored
      /reviewed-on !725
      05f96cb8
    • Vincent Bechu's avatar
  3. 23 Aug, 2018 14 commits
  4. 22 Aug, 2018 1 commit
    • Xiaowu Zhang's avatar
      erp5_web_renderjs_ui_test: wait for page loaded · 8aa74de6
      Xiaowu Zhang authored
      this commit should fix random plus button not present issue when open sort editor
      the reason is sort editor is opened before launcher call editor_panel.close()
      so wait for page loaded before open sort editor
      8aa74de6
  5. 21 Aug, 2018 6 commits
  6. 20 Aug, 2018 2 commits
  7. 17 Aug, 2018 6 commits
  8. 16 Aug, 2018 7 commits