An error occurred fetching the project authors.
- 06 Jul, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jul, 2010 2 commits
-
-
Nicolas Delaby authored
(insert-before and insert-after). This patch will avoid reading the last object of xpath expression. "/erp5/object[@gid='1']/object[@id='2']/object[@id='default_career']" will become similar as "/erp5/object[@gid='1']/object[@id='2']" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 May, 2010 14 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* get portal_workflow from portal itself * use ElementTree API * coding style * remove support of CPS git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
remove commented code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
XML document, xupdate_processor. This is usefull to restore data from xml document according xupdate statements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- remove compatibility support of CPS - Coding style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35816 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2010 1 commit
-
-
Aurel authored
the different parts in Conduits : - createContent - updateContent - deleteContent git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2010 1 commit
-
-
Aurel authored
workflow_history. This fix a bug which prevent from accessing the Base_viewHistory view of documents imported by a conduit. Thanks to Nicolas git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2009 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29929 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2009 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29488 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
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
use attribute rather than a xpath expression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2009 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
Create method replaceIdFromXML with method of PointFixe Move the method getXMLFromObjectWithId for that the user is independant of code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 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
-
- 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
-
- 09 Oct, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-