An error occurred fetching the project authors.
  1. 28 Jun, 2013 1 commit
  2. 17 Dec, 2012 1 commit
  3. 27 Oct, 2011 1 commit
  4. 25 Oct, 2011 1 commit
  5. 19 Sep, 2011 1 commit
  6. 23 Nov, 2010 4 commits
  7. 15 Oct, 2010 1 commit
  8. 19 Feb, 2010 1 commit
  9. 28 Jan, 2010 1 commit
  10. 15 Jan, 2010 1 commit
  11. 30 Dec, 2009 1 commit
    • Fabien Morin's avatar
      width, height order was not consistent everywhere · f2c35313
      Fabien Morin authored
      getSizeFromImageDisplay method was returning (heigh, width), but all other
       methods were returning (widht height). In addition to this, there was
       mistakes :
      from Document/Image.py +295 :
                              'width': self.getSizeFromImageDisplay(id)[0],
                              'height': self.getSizeFromImageDisplay(id)[1],
      and also l 450:
            (width, height) = self.getSizeFromImageDisplay(display)
      
      the use of width and height was mixed up.
      Currently, all default preferences display size define squares (width = heigh),
       so this mistake was never detected.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31531 20353a03-c40f-0410-a6d1-a30d3c3de9de
      f2c35313
  12. 29 Dec, 2009 1 commit
  13. 28 Dec, 2009 1 commit
  14. 16 Dec, 2009 2 commits
    • Fabien Morin's avatar
      remove useless white space · a2dd190e
      Fabien Morin authored
      reviewed and approved by Romain
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31341 20353a03-c40f-0410-a6d1-a30d3c3de9de
      a2dd190e
    • Fabien Morin's avatar
      Enable image mapping with odg documents : · 97931e46
      Fabien Morin authored
      FormPrintout : clean a bit code
      FormPrintout._replaceXmlByForm : change the xpath expression to get the node
      from one level higher. In this way we can have all the node tree used for the
      field. Add style in style dict for this node
      FormPrintout._createOdfUniqueFileName : use quote_plus in both cases, add a comment to explain it
      ImageField : add a method _replaceImage used to replace an image in an odg file
      FormPrintoutAsODG : add test for proxyfields
      Formulator.Field, Formulator.Widget : change render_odg signature to accept
      more parameters required for image mapping. Add First level node.
      ERP5OOo/tests/test_document/Foo_001.odg add some descriptions arround fields, to make easier to understand the purpose
      of each element in the document.
      
      reviewed and approved by Romain
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31339 20353a03-c40f-0410-a6d1-a30d3c3de9de
      97931e46
  15. 29 Oct, 2009 1 commit
  16. 25 Apr, 2009 1 commit
  17. 22 Sep, 2008 1 commit
  18. 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
  19. 21 May, 2008 2 commits
  20. 12 Mar, 2008 2 commits
  21. 11 Mar, 2008 2 commits
  22. 26 Mar, 2007 1 commit
  23. 25 Mar, 2006 1 commit
  24. 04 Feb, 2005 1 commit
  25. 08 Feb, 2004 1 commit
  26. 10 Dec, 2002 1 commit