An error occurred fetching the project authors.
  1. 31 Dec, 2013 1 commit
  2. 24 Dec, 2013 3 commits
  3. 03 Dec, 2013 1 commit
  4. 28 Nov, 2013 2 commits
  5. 15 Nov, 2013 1 commit
  6. 06 Nov, 2013 1 commit
  7. 04 Oct, 2013 1 commit
    • Julien Muchembled's avatar
      New 'journal' base category · a5a3f17c
      Julien Muchembled authored
      Acquisition Portal Types is same as for resource.
      
      Example of categories:
      
      journal
        accounting
          consolidation
          national
        project
          deliverable
          r_and_d
        qa
          invalid
          fixed
          wontfix
        trade
          prediction
          reality
      a5a3f17c
  8. 13 Sep, 2013 1 commit
  9. 10 Sep, 2013 2 commits
  10. 29 Aug, 2013 1 commit
  11. 02 Aug, 2013 1 commit
  12. 21 Jun, 2013 1 commit
    • Arnaud Fontaine's avatar
      Fix dead ProxyFields. · 9569e591
      Arnaud Fontaine authored
      PasswordTool_viewResetPassword/text_content from erp5_core wrongly requires
      Field Library in erp5_web and EmbeddedFile_view/my_description from erp5_base
      wrongly requires Field Library in erp5_dms.
      9569e591
  13. 18 Jun, 2013 2 commits
  14. 17 Jun, 2013 1 commit
  15. 12 Jun, 2013 1 commit
  16. 21 May, 2013 1 commit
  17. 06 May, 2013 1 commit
  18. 15 Apr, 2013 1 commit
  19. 12 Apr, 2013 1 commit
    • Julien Muchembled's avatar
      Fix useless expand after delivery building · faee5904
      Julien Muchembled authored
      This fixes a performance regression introduced in
      commit 0a8fbb36
      ("Simulation: index 'delivery' categories in ZODB")
      
      Built delivery lines are modified by newContent(), before
      SimulatedDeliveryBuilder._setDeliveryMovementProperties() has a chance to set
      the delivery link on the related simulation movement.
      So isGeneratedBySimulation() always returned False.
      
      One solution was to revert all changes in
        product/ERP5/Document/Movement.py
        product/ERP5/Document/SimulatedDeliveryBuilder.py
      from the aforementioned commit, but it's much simpler to move the interaction
      at the end of the transaction, even if in some rare cases, 2 '_updateSimulation'
      activities are created, causing a slight overhead on activity tool.
      Signed-off-by: Kazuhiko Shiozaki's avatarKazuhiko Shiozaki <kazuhiko@nexedi.com>
      faee5904
  20. 05 Apr, 2013 1 commit
  21. 15 Mar, 2013 1 commit
  22. 18 Feb, 2013 1 commit
  23. 07 Dec, 2012 1 commit
  24. 21 Nov, 2012 1 commit
  25. 20 Nov, 2012 2 commits
  26. 08 Nov, 2012 1 commit
  27. 07 Nov, 2012 1 commit
  28. 24 May, 2012 3 commits
  29. 23 May, 2012 1 commit
  30. 26 Apr, 2012 1 commit
  31. 23 Apr, 2012 1 commit
  32. 19 Apr, 2012 1 commit
    • Gabriel Monnerat's avatar
      Changes to fix test_store_as_event from testNotificationTool and... · 575004c1
      Gabriel Monnerat authored
      Changes to fix test_store_as_event from testNotificationTool and testMailFromMailMessageEvent from testERP5Credential
      
      after_path_and_method_id argument was added to not activate when Crededial
      request object is not indexed yet. This is needed because when the method
      searchAndActivate from catalog is called, if the object is not indexed, the
      e-mail is not sent.
      
      And extended script Entity_sendEmail to use from_url parameter when it is not
      None. This case happens when the sender is a string instead of one object in
      ERP5
      575004c1