An error occurred fetching the project authors.
  1. 28 Jun, 2013 1 commit
  2. 02 Apr, 2013 2 commits
  3. 26 Feb, 2013 2 commits
  4. 25 Feb, 2013 1 commit
  5. 18 Feb, 2013 1 commit
  6. 08 Feb, 2013 2 commits
  7. 25 Jan, 2013 1 commit
  8. 14 Jun, 2012 1 commit
  9. 24 Apr, 2012 1 commit
    • Rafael Monnerat's avatar
      Fix SVG to PNG conversion when a xlink:href uses a URL · 036a066d
      Rafael Monnerat authored
      Transform the URL into Data URI in order to avoid ImageMagick and
      rsvg-convert limitations. This API should be dropped as soon those external
      tools can handle remote URLs (ie.: http, https ...) into SVG definitions.
      
      It was included defensive code and a lot of tests to prevent unexpected
      outcomes, like raise ConversionError if the download failures and do
      not parse empty content.
      036a066d
  10. 16 Jan, 2012 1 commit
  11. 29 Dec, 2011 2 commits
  12. 25 Oct, 2011 1 commit
  13. 21 Oct, 2011 2 commits
  14. 05 Apr, 2011 1 commit
  15. 31 Mar, 2011 1 commit
  16. 24 Mar, 2011 1 commit
  17. 16 Mar, 2011 1 commit
  18. 28 Dec, 2010 1 commit
  19. 21 Oct, 2010 1 commit
  20. 21 Jul, 2010 3 commits
  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. 14 Jul, 2010 2 commits
  23. 02 Jun, 2010 1 commit
    • Julien Muchembled's avatar
      DMS: stop relying on ZPublisher to get parameters from the request · 04c300c5
      Julien Muchembled authored
      Previous code led to much code duplication. For DMS, each method redefining
      'index_html' had to merge all possible parameters (with their default values)
      of overridden methods. This was even worse for DocumentProxyMixin.index_html,
      because the type of the proxied document is not even known.
      
      This commit adds a new 'fill_args_from_request' decorator and fixes
      'index_html' for proxied images (default value for 'frame' was only changed
      in Image class).
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35905 20353a03-c40f-0410-a6d1-a30d3c3de9de
      04c300c5
  24. 28 May, 2010 2 commits
  25. 25 May, 2010 1 commit
  26. 12 May, 2010 6 commits