An error occurred fetching the project authors.
  1. 23 Jun, 2020 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: Migrate Tools in Products.ERP5.Tool to erp5_core. · d2f87fd8
      Arnaud Fontaine authored
      Besides migrating Tools .py, this also moves the Tools themselves (portal_*):
       * Some of them were created before erp5_core being installed and this
         would not work anymore as their .py is now in erp5_core.
       * Some others were created after (via setupLastTool()) and this would not
         work neither as sub-objects may be installed by erp5_core.
      
      Add them to template_keep_path_list to prevent them from being re-created like
      ERP5Site.addERP5Tool() used to do (depend on 3180424b, 91393be2).
      
      Not migrated:
        * AlarmTool: Needed for upgrader.
        * CategoryTool, IdTool: Bootstrap.
        * TemplateTool, TrashTool: Business Template installation.
        * SolverTool: TypeProvider.
        * ContributionTool: Imported by Products.ERP5.Document.Document used in many places, will be done later.
        * NotificationTool: Imported by ERP5.Document.EmailDocument, will be done later.
      d2f87fd8
  2. 27 May, 2020 2 commits
  3. 07 May, 2020 3 commits
  4. 24 Apr, 2020 1 commit
  5. 03 Apr, 2020 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: erp5_simulation: Migrate Solvers and Testers from filesystem (MR !1093). · a7d6edba
      Arnaud Fontaine authored
      This moves portal_solver_processes from erp5_base to erp5_simulation as its
      Portal Type definition is already there and it was initially moved away from
      erp5_simulation presumably because erp5_simulation was for new Simulation at
      that time.
      
      Also, as delivery_causality_workflow uses portal_solver_processes, move it to
      erp5_simulation (along with delivery_causality_interaction). This required
      fixing Unit Tests to install erp5_simulation before erp5_trade (it already
      depended on it anyway).
      a7d6edba
  6. 10 Feb, 2020 1 commit
  7. 17 Jan, 2020 1 commit
  8. 10 Dec, 2019 1 commit
  9. 20 Nov, 2017 1 commit
  10. 27 Jul, 2016 1 commit
  11. 04 Sep, 2014 1 commit
  12. 26 Mar, 2014 1 commit
  13. 16 Oct, 2013 1 commit
  14. 07 Feb, 2013 1 commit
  15. 27 Aug, 2012 1 commit
  16. 16 Nov, 2011 1 commit
  17. 21 Oct, 2011 1 commit
  18. 29 Aug, 2011 1 commit
    • Łukasz Nowak's avatar
      Implement ERP5 Certificate Authority. · 499da29e
      Łukasz Nowak authored
      ERP5 Certificate Authority is simple tool to manage SSL certificates related
      with various documents.
      
      By default it provides user interface for Person getting and revocation of
      certificates.
      
      It comes from Vifib project code.
      499da29e
  19. 01 Dec, 2010 1 commit
    • Nicolas Delaby's avatar
      Refactoring of DMS. · de2545fc
      Nicolas Delaby authored
      - file_name become filename
      - filename values are not stored in source_reference
      Contribution Tool will not honour id arguments.
      Contribution Tool can create any kind of document.
      Portal Contribution Registry can read extention, content_type and read content_type from data
      to guess what will be the best Portal Type to use.
      
      All discoverable methods (IDiscoverable) can change the portal_type of document.
        (migratePortalType)
      User can change portal_type of document through UI with simple Action.
      Crawling will not hardcode ids of document depending of their URLs thanks to 
      Portal Url Registry
      
      
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40971 20353a03-c40f-0410-a6d1-a30d3c3de9de
      de2545fc
  20. 24 Aug, 2010 1 commit
  21. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  22. 10 May, 2010 1 commit
  23. 10 Mar, 2010 1 commit
  24. 18 Feb, 2010 1 commit
  25. 16 Dec, 2009 1 commit
  26. 26 Nov, 2009 1 commit
  27. 15 Nov, 2009 1 commit
  28. 07 Oct, 2009 1 commit
  29. 03 Sep, 2009 1 commit
  30. 19 Aug, 2009 1 commit
  31. 27 May, 2009 1 commit
    • Sebastien Robin's avatar
      Add Acknowledgement System that allows to find event that need to · 51fcc20c
      Sebastien Robin authored
      be acknowledged by users with :
      - portal_acknowledgement : tool that provided methods to retrieve
        document to acknowledge and to acknowledge them
      - new document class : Acknowledgement
      - possibility to have proxy of Documents. Acknowledgements will only
        be a proxy to event, the content of the message will not be kept
        in the event, and we can access it from the Acknowledgement thanks
        to the proxy
      - the possibility to display site message on the top of the page
        with xhtml style
      - an unit test
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27216 20353a03-c40f-0410-a6d1-a30d3c3de9de
      51fcc20c
  32. 26 Feb, 2009 1 commit
  33. 25 Feb, 2009 2 commits
  34. 10 Sep, 2008 1 commit
  35. 07 Apr, 2008 2 commits