1. 22 Mar, 2016 2 commits
  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
    • Tristan Cavelier's avatar
      erp5_test_result: Include a column to show the amount of wanted/used test nodes. · 5a1415d2
      Tristan Cavelier authored
      This change allows easily track if some test suite has enough test nodes
       to run or not.
      
      
      /reviewed-on !78
      5a1415d2
    • Cédric Le Ninivin's avatar
      5ce4af81
    • Jérome Perrin's avatar
      Item tracking and movements in started state · 505d155f
      Jérome Perrin authored
      After that change, when there is a movement from A to B in **started** state, `Item_getCurrentSiteValue` will consider that this movement has already reached B.
      
      Before this change, `Item_getCurrentSiteValue` was returning None, which somehow makes sense because started movement is in transit state, so the item has left A but not yet reached B, so it is in an unknown location.
      Low level current tracking list API ( getCurrentTrackingList ) does not return items for started movements.
      Honestly, I do not know if this is by design. ( @all anybody knows ? )
      
      I will work on adding missing tests, but please tell me if I am wrong in thinking it should return None.
      
      @gabriel @rafael @tb @tc do you remember why this change was introduced ? Maybe that behaviour of returning None should be only at the level of `Item_get*` scripts ? 
      
      /reviewed-on !70
      505d155f
    • Jérome Perrin's avatar
      Renderjs datetime field default to now · 7fe887d2
      Jérome Perrin authored
      Hey @romain, I noticed default to now was not implemented in renderjs ui.
      
      Here, I implemented it server side to be consistent with erp5_xhtml_style ui where default to now is in server time zone.
      
      /cc @gabriel 
      
      
      /reviewed-on !73
      7fe887d2
  8. 14 Mar, 2016 6 commits