An error occurred fetching the project authors.
- 29 Apr, 2010 1 commit
-
-
Julien Muchembled authored
IOW, be nice with the OS and other software/users. - /tmp should never be hardcoded: $TMPDIR is better - $TMPDIR should be only used with 'tempfile' and appropriate clean up - in unit tests, the 'tests' directory can be used as temporary storage (like in this commit) This fixes possible random failures of SyncML related tests when, for example, testERP5SyncML and testERP5DocumentSyncML are run in parallel. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jul, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
Add default Namespace Add Conduit for Documents 2009-05-26: Move a getXMLFromObject to be overriden by specialized conduits Create PointFixe in the tests 2009-06-02: Split file Subscription.py to create Conflict.py and Signature.py Use activities in the test testSyncML 2009-06-17: Create a test for synchronize some documents 2009-07-10: Change the Final of the synchronisation for the synchronisation with datas from the Subscription git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jan, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2009 1 commit
-
-
Nicolas Delaby authored
- replace 4Suite by lxml - use new None type - store Partial Data in CDATA node instead a Comment node (avoid replacement of '--' by '@-@@-@') - list type are loads with marshaler - several optimisations, clean useless code - testERP5SyncML ran 33% faster than before. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
runner git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2007 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15715 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2007 1 commit
-
-
Fabien Morin authored
d git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2007 1 commit
-
-
Nicolas Delaby authored
- modify source code to use activity (by fabien) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jun, 2007 3 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15038 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jun, 2007 1 commit
-
-
Sebastien Robin authored
- change the subscriber property to use id, gid and rid - encode the gid in base16 - change some parts to make VCard synchronization working - remove some logs - change the status implementation to use xpath expressions - use utf-8 everywhere git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2007 3 commits
-
-
Sebastien Robin authored
do not break the start of ERP5 if the library Ft.Xml is missing, only raise ImportError when we want to use synchronization tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 May, 2007 1 commit
-
-
Sebastien Robin authored
put back the use of 4Suite, more use of xpath, add flow type in order to allow to synchronise with simple text git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 May, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14439 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Feb, 2007 1 commit
-
-
Jérome Perrin authored
set an encoding to shut up warnings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Aug, 2006 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. Repair broken image. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5935 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Aug, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Aug, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jul, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jul, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jun, 2004 1 commit
-
-
Sebastien Robin authored
folders instead of dictionnaries git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1003 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@828 20353a03-c40f-0410-a6d1-a30d3c3de9de
-