1. 18 Apr, 2016 1 commit
    • Douglas's avatar
      Jupyter Kernel: added automatic error rendering · 7310ae85
      Douglas authored
      Now the ERP5 Jupyter kernel automatically renders errors that happens in the
      user-side code. Errors are captured during the AST tree creation (to be able to
      detect syntax errors) and at execution time. The current transaction is
      automatically aborted on error detection, thus notebook lines are not added.
      
      TODO: on error detection store somehow what line caused the error and
      information about the error itself.
      7310ae85
  2. 21 Mar, 2016 9 commits
  3. 19 Mar, 2016 1 commit
    • Georgios Dagkakis's avatar
      Revert "BusinessTemplate.py: PortalTypeWorkflowChainTemplateItem do not · 02a07723
      Georgios Dagkakis authored
      fix the keys adding 'portal_type_workflow_chain/'
      in _importFile, preinstall and export."
      
      This reverts commit 6f8221b6.
      
      This commit cleaned inconsistent prefix manipulation in
      PortalTypeWorkflowChainTemplateItem. It passes the test suite,
      however it was found to produce incompatibility with previously installed
      business templates. In 'Upgrade Business Templates from Repositories"
      there was a diff of PortalTypeWorkflowChainTemplateItems like:
      Portal Type Name -> New
      portal_type_workflow_chain/Portal Type Name -> Removed
      For some reason the upgrade process would remove the chain
      without adding the new element.
      
      We are working on a clean solution, but since this needs more testing
      I revert this commit for now so that master version does not cause
      problems to users.
      02a07723
  4. 18 Mar, 2016 8 commits
  5. 17 Mar, 2016 8 commits
  6. 16 Mar, 2016 2 commits
  7. 15 Mar, 2016 4 commits
  8. 14 Mar, 2016 6 commits
  9. 11 Mar, 2016 1 commit