An error occurred fetching the project authors.
- 04 Feb, 2011 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43048 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
-
- 06 Jul, 2010 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2010 7 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35813 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Only GID means something for both part. ie. <object id="foo"/> become <object gid="2340234098"/> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
_createAddOrReplaceNode git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35807 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2010 1 commit
-
-
Aurel authored
method pass domain parameter to addNode method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Feb, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2009 2 commits
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
Use a default namespace to retrieve the Status git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Oct, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
remove python-2.3 compatibility code because we no longer support python-2.3 and encodestring() is b64encode not b16encode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2009 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This avoid conflict between SyncML Stream and carried Data in xml w/o prefix. Carried data must never belong to SyncML namespace even for NonQualified XML. before: <SyncML xmlns="SYNCML:SYNCML1.2"> ...<object portal_type="Person" id="1"> ... </object> </SyncML> after: <syncml:SyncML xmlns:syncml="SYNCML:SYNCML1.2"> ...<object portal_type="Person" id="1"> ... </object> </syncml:SyncML> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
XML namespaces handling will be redesign soon git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Sep, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
when the xml_partial is too long. Use the pointers of Pdata for it and not of simple string. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
Use a Pdata instead of the simple string git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
During a 'slow sync' synchronisation it retrieve data while before it delete data and add it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28255 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
-
- 01 Feb, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25407 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2009 1 commit
-
-
Nicolas Delaby authored
- remove unused arguments and obselete code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2009 1 commit
-
-
Nicolas Delaby authored
It's usefull to have pretty_print working when serialize git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25224 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
-
- 10 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Oct, 2007 1 commit
-
-
Nicolas Delaby authored
Add new method calling at the end of synchronisation session if One Way Sync From Server is used. This method delete not synchronised Objects git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Oct, 2007 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Do not set object_path_list on subscription when is one way from server, because has not wish side effects and is time comsuption git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-