1. 06 Apr, 2022 8 commits
  2. 05 Apr, 2022 5 commits
  3. 02 Apr, 2022 2 commits
  4. 01 Apr, 2022 1 commit
  5. 31 Mar, 2022 3 commits
  6. 30 Mar, 2022 1 commit
  7. 28 Mar, 2022 2 commits
  8. 25 Mar, 2022 1 commit
  9. 24 Mar, 2022 2 commits
    • Julien Muchembled's avatar
      ERP55Form: drop a broken proxy field cache · 25ad9ece
      Julien Muchembled authored
      When rendering a proxy field, 3 different fields can come in play:
      1. the field to be rendered
      3. the template field (i.e. not a proxy field) that knows how to render
      2. possibly an intermediate proxy field that contains the value to render
      
      What's difficult when rendering a proxy field is to take the above 3 fields
      into account and this commit does it by creating a temporary field:
      1. 'field' variable in TALES
      2. the value
      3. the code
      
      Before this commit, 1 could be wrong.
      25ad9ece
    • Jérome Perrin's avatar
      *: stop using deprecated getWorkflowById · cc60f03a
      Jérome Perrin authored
      This was deprectated because we don't have get*ById for other modules
      and tools, we just use OFS API. This should also be slightly faster
      because one less method call (and one less call to warning)
      cc60f03a
  10. 23 Mar, 2022 5 commits
  11. 22 Mar, 2022 4 commits
  12. 21 Mar, 2022 5 commits
    • Arnaud Fontaine's avatar
      WIP: Products.DCWorkflow removal. · e78ac944
      Arnaud Fontaine authored
      e78ac944
    • Arnaud Fontaine's avatar
    • Arnaud Fontaine's avatar
      zope4py3: Unauthorized() was always raised preventing access to ZMI. · b61103a5
      Arnaud Fontaine authored
      Error `Using import with a level specification isn't supported by AccessControl: AccessControl`:
          eggs/Zope-4.5.3+slapospatched002-py3.7.egg/Products/PageTemplates/Expressions.py(188)_eval()
        -> ob = self._subexprs[-1](econtext)
          eggs/zope.tales-5.1-py3.7.egg/zope/tales/expressions.py(153)_eval()
        -> ob = self._traverser(ob, element, econtext)
          eggs/Zope-4.5.3+slapospatched002-py3.7.egg/Products/PageTemplates/Expressions.py(84)boboAwareZopeTraverse()
        -> request=request)
          eggs/zope.traversing-4.4.1-py3.7.egg/zope/traversing/adapters.py(156)traversePathElement()
        -> return traversable.traverse(nm, further_path)
          eggs/zope.traversing-4.4.1-py3.7.egg/zope/traversing/adapters.py(58)traverse()
        -> return subject[name]
          eggs/Zope-4.5.3+slapospatched002-py3.7.egg/Products/PageTemplates/ZRPythonExpr.py(56)__getitem__()
        -> mod = safe_builtins['__import__'](module)
          parts/erp5/product/ERP5Type/patches/Restricted.py(451)guarded_import()
        -> return orig_guarded_import(mname, globals, locals, fromlist, level)
          eggs/AccessControl-4.2-py3.7-linux-x86_64.egg/AccessControl/ZopeGuards.py(410)guarded_import()
        -> "supported by AccessControl: %s" % mname)
      b61103a5
    • Romain Courteaud's avatar
      erp5_maileva_connector: do not manage permission · 0da9294b
      Romain Courteaud authored
      Permissions are managed by the document_publication_worflow
      0da9294b
    • Xiaowu Zhang's avatar
      1ae9b291
  13. 19 Mar, 2022 1 commit