An error occurred fetching the project authors.
- 12 Oct, 2007 1 commit
-
-
Jérome Perrin authored
modify any objects in ZODB, and doesn't allow to get any information. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2007 2 commits
-
-
Jérome Perrin authored
string, not only with a file object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
catch the exception in python scripts. So at least we log the traceback. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2007 1 commit
-
-
Rie Kozai authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15372 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
-
- 29 May, 2007 1 commit
-
-
Yoshinori Okuji authored
Change the link format, depending on the content/mime type. This is required for supporting image links in OOo2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2007 1 commit
-
-
Vincent Pelletier authored
Make filename property optional to make possible to unit test OOo document import using StringIO object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Dec, 2006 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2006 1 commit
-
-
Fabien Devaux authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Mar, 2006 1 commit
-
-
Fabien Devaux authored
See readme.txt for details. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Repair broken image. Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Feb, 2006 1 commit
-
-
Jérome Perrin authored
but this features is really needed, so I hoave to commit it "as is") WARNING: - In order to render in UTF-8, Template must contain the expression: tal:define="dummy python: request.RESPONSE.setHeader('Content-Type','text/xml;; charset=utf-8')" TODO: - upload of OOo documents must be able to extract content.xml from the archive, remove DTD definition and include CR/LF to produce a nice looking XML source. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jul, 2005 1 commit
-
-
Alexandre Boeglin authored
This class is used to produce dynamic OpenOffice.org documents : - create a normal document, with the layout you like - extract the content.xml file from it - put some "tal:replace", "tal:repeat" and "tal:content" in it - store the OpenOffice.org document as File in ZODB - store the content.xml file as Page Template in ZODB - call the Page Template on some context to have the tal being interpreted - use OOoBuilder to reinject the Page Template in the document - Render the OOoBuilder object, it will spit the nicely filled OpenOffice.org document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3517 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2997 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 May, 2005 1 commit
-
-
Kevin Deldycke authored
Table reduction to its minimal bounds is now repaired; Table normalization is now optionnal git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2005 1 commit
-
-
Kevin Deldycke authored
Close the file correctly; Better permission on openFile method; Call of __init__ was useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Apr, 2005 2 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2976 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Apr, 2005 2 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
Clean returned table structure. Clean code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-