An error occurred fetching the project authors.
- 07 Jul, 2017 1 commit
-
-
Julien Muchembled authored
- The conversion server is supposed to be configured in a system preference, so do this instead of using a normal preference. - _getConversionServerDict -> _getConversionServerUrl, to make clear that cloudooo is now configured by a url, instead of a host/port couple. - Refactoring: From the moment where setUpERP5Site() sets up things automatically, we don't the "same" duplicated code throughout many test to redo cloudooo configuration. - In the promise file, the volatile/persistent memcached url were swapped.
-
- 27 Nov, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 Mar, 2015 1 commit
-
-
Gabriel Monnerat authored
-
- 21 Feb, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 30 Jan, 2014 1 commit
-
-
- 13 Jun, 2013 1 commit
-
-
Jérome Perrin authored
Revert "Test deferred style with converting to a format" This reverts commit cbfa8d56. -> pushed by mistake Revert "Set cloudoo on preferences in ERP5TypeTestCase" This reverts commit 28824962. -> pushed by mistake Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns" This reverts commit 802d3f53. -> a test is failing
-
- 12 Jun, 2013 1 commit
-
-
Jérome Perrin authored
-
- 20 Aug, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 14 May, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 20 Dec, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 15 Nov, 2011 1 commit
-
-
Tatuya Kamada authored
-
- 19 Sep, 2011 1 commit
-
-
Nicolas Delaby authored
-
- 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
-
- 05 Jan, 2011 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2010 3 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
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2009 1 commit
-
-
Fabien Morin authored
calculated with a counter beging to 0, 1, 2, .... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31499 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
-
- 15 Dec, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2009 3 commits
-
-
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
line) - ODT skin is not needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31247 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
-