An error occurred fetching the project authors.
  1. 07 Nov, 2016 1 commit
  2. 17 Aug, 2015 2 commits
  3. 14 Aug, 2015 2 commits
  4. 09 Jun, 2015 1 commit
    • Sebastien Robin's avatar
      ERP5Form: relation fields must reindex when updating documents · 27052298
      Sebastien Robin authored
      Before, reindex was not called when you changed only a [Multi] relation field. So
      it was possible to have SQL data not up to date after a change by user.
      
      Though, most of the time this was not an issue. Usually relation fields
      calls Base_edit. And even if there is no change and no reindex done by edit itself, since we
      often have edit_workflow associated to documents, we usually have a reindexing.
      
      But since we should keep the usage of edit_workflow optional, we have to call proper
      setter to make sure to have updated SQL data.
      27052298
  5. 16 Oct, 2014 1 commit
  6. 04 Sep, 2014 1 commit
  7. 02 Jun, 2014 1 commit
  8. 07 Feb, 2014 4 commits
  9. 27 Jul, 2011 1 commit
  10. 10 Jun, 2011 1 commit
  11. 15 Mar, 2011 2 commits
  12. 23 Feb, 2011 3 commits
  13. 22 Feb, 2011 2 commits
  14. 26 Nov, 2010 1 commit
  15. 18 Nov, 2010 2 commits
  16. 27 Aug, 2010 1 commit
  17. 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
  18. 07 Jul, 2010 1 commit
  19. 18 Mar, 2010 1 commit
  20. 07 Oct, 2009 1 commit
  21. 29 Sep, 2009 1 commit
  22. 22 Apr, 2009 1 commit
  23. 28 Aug, 2008 2 commits
  24. 28 Jul, 2008 1 commit
  25. 27 Jun, 2008 1 commit
    • Vincent Pelletier's avatar
      Update Formulator rendering API (except css and odt) to make it accept a new... · b4b92a1f
      Vincent Pelletier authored
      Update Formulator rendering API (except css and odt) to make it accept a new "render_prefix" parameter.
      Its basic purpose is similar to existing "key" parameter, but instead of replacing field id it gets prepended to it.
      Its "evolved" purpose is to make it possible to distinguish multiple renderings of the *same* field (same form, same field) in a single rendering sequence (ie, in the same web page).
      It's safe to just ignore it when writing a renderer.
      Update all existing renderers, and monkeypatch a few more.
      Ignore the new parameter in all of them except ListBox (stored on renderer instance but not used yet).
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21998 20353a03-c40f-0410-a6d1-a30d3c3de9de
      b4b92a1f
  26. 10 Jun, 2008 1 commit
  27. 21 May, 2008 2 commits
  28. 15 May, 2008 1 commit