An error occurred fetching the project authors.
- 18 May, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
* no need to baseconvert because we already call convertFile.
-
- 28 Jan, 2011 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42744 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2011 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
the size values can be converted from centimeter to inch. Add support of this value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Dec, 2010 2 commits
-
-
Nicolas Delaby authored
Other checks regarding image size assert that Image is still well replaced. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Take into account this behaviour. Before refresh: <text:reference-mark-start text:name="week"/> <text:span>Monday</text:span> <text:reference-mark-end text:name="week"/ After refresh: <text:reference-mark-start text:name="week"/>Monday<text:reference-mark-end text:name="week"/> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
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
-
- 10 Jun, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Mar, 2010 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2010 1 commit
-
-
Nicolas Delaby authored
in order to customise filename of downloadable file. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2010 5 commits
-
-
Nicolas Delaby authored
reviewed by jerome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* if batch_mode is True disable the Reponse Header overriding * Change test This change reflect OOoTemplate API approved by Jerome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
only for this test. OOo does not produce compliant xml, and RelaxNG istself is still draft. So, validation fails even with unmodified xml. reviewed by Seb git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* now Response headers are overloaded by FormPrintout calling reviewed by Jerome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
(locating in the second line only works when the first line is shebang comment.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 1 commit
-
-
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
-
- 14 Dec, 2009 1 commit
-
-
Fabien Morin authored
* remove unused spaces * remove the use of run parameter : now "--run_only=test_name" parameter can be passed to runUnitTest to run only desired tests, so this beucome useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31267 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2009 4 commits
-
-
Fabien Morin authored
- remove unused imports - remove useless spaces git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
testFormPrintout.py contain only mixin code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
testFormPrintout. This make possible to reuse some methods in testFormPrintoutAsODG Class. - fix a small issue in testFormPrintoutAsODG.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add a method to get the odf document from the printout - improve the way to validates original documents - in test_09_FieldReplacement, validate generated documents - initial import of testFormPrintoutAsODG.py. For now, it just contain a test for text fields - add test file Foo_001.odg git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2009 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31156 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2009 2 commits
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Oct, 2009 1 commit
-
-
Tatuya Kamada authored
TODO: write more tests for ReportBox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Oct, 2009 1 commit
-
-
Tatuya Kamada authored
It was used only when developing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26978 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2009 1 commit
-
-
Tatuya Kamada authored
- fix a comment git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2009 1 commit
-
-
Tatuya Kamada authored
- Append a test-case of the ImageField mapping. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-