An error occurred fetching the project authors.
- 02 Mar, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2009 1 commit
-
-
Tatuya Kamada authored
dinamically. The feature can set a stylesheet by a script with a parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Dec, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Nov, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Nov, 2008 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This patch allow user to pass some parameter inside XML structure, given by marshaller xml.marshal.generic dic = {'a':1, 'b':4} <?xml version="1.0"?> <marshal> <dictionary id="i2"> <string>a</string> <int>1</int> <string>b</string> <int>4</int> </dictionary> </marshal> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2008 1 commit
-
-
Julien Muchembled authored
* Use accessor to get content type (default value is 'application/unknown'). * Revert r23844 because it would fail later anyway. * Access data member directly instead of using getData because OFS images doesn't have getData. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2008 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2008 2 commits
-
-
Jérome Perrin authored
current way was hiding AttributeError that may be raised while rendering this style. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2008 1 commit
-
-
Julien Muchembled authored
* Use mimetypes.guess_extension to get the extension from the content_type. * Recognize BMP files in Image documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Sep, 2008 1 commit
-
-
Julien Muchembled authored
* fix attribute regex * 'x', 'y' and 'style' attributes are deprecated in favor of 'svg:x', 'svg:y', 'draw:style-name' * unhandled attributes are kept in the result git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Apr, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Apr, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2008 1 commit
-
-
Nicolas Delaby authored
remove obselete matching in regex with escaped entities git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2008 3 commits
-
-
Jérome Perrin authored
This generates valid ODF for openoffice 2 documents. Behaviour unchanged for openoffice 1 documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19846 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
it and generate a temp image with the content. This works for methods returning image content directly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19845 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2008 1 commit
-
-
Yoshinori Okuji authored
Make it work to just pass UTF-8 strings to the template by decoding all strings with UTF-8 to Unicode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2008 1 commit
-
-
Yoshinori Okuji authored
Get back the original StringIO in PageTemplate, because OOoTemplate does not want response-aware encoding. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2008 1 commit
-
-
Jérome Perrin authored
render an OOoTemplate. This will help template authors to make valid openoffice files. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jan, 2008 1 commit
-
-
Nicolas Delaby authored
Use XSL stylesheet if available when OOoTemplate creation. You need to install libxml2 and libxslt python wrapping library git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Nov, 2007 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Oct, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Sep, 2007 1 commit
-
-
Jérome Perrin authored
format is sometimes passed as an empty string, in this case, don't proceed to conversion, but make sure headers are corrects git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jul, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2007 2 commits
-
-
Rie Kozai authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jul, 2007 1 commit
-
-
Jérome Perrin authored
restore http://svn.erp5.org/erp5/trunk/products/ERP5OOo/OOoTemplate.py?r1=13801&r2=14628 and http://svn.erp5.org/erp5/trunk/products/ERP5OOo/OOoTemplate.py?r1=14643&r2=14755 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jul, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2007 1 commit
-
-
Yoshinori Okuji authored
Explicitly convert data to a string when getting picture data, because the data may be Pdata, and it is not compatible with zipfile. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15181 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-