- 31 May, 2010 38 commits
-
-
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
-
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
-
Kazuhiko Shiozaki authored
if delivery category is used in root applied rule, we don't want to check if we have delivery in the first level simulation movement to determine if the simulation is mutable or deletable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
merge _getCompensatedMovementListBPM() and _getCompensatedMovementList() still keeping their current behaviours. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
install new dependencies for ERP5SyncML - xml_marshaller - xupdate_processor git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
into one regular expression. A new algorithm will be used in ERPConduit to access sub_object according xpath expression read from xupdate document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- remove blank spaces - wordwrap to 80 chars - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Mashalled values are not stored into CDATA node anymore longer - Choose arbitrary namespace for nodes produce by marshaller: http://www.erp5.org/namespaces/marshaller git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
do not propagate the id as the title in case of missing the title property, that was originally implemented in r28901. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35788 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- BTZuite_setPreference is already available in erp5_ui_test_core, there is no need to have duplicated script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
do not assume that dictionary is named kw git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
copy properties and categories as they are instead of depending on expandable property list specified in rule, so as to work for complicated rules. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
which doesn't support new **kw parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35771 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35770 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2010 2 commits
-
-
Rafael Monnerat authored
it should be possible for developer define a specific 'REAL_INSTANCE_HOME' using environment. This allows developer create diferent testrunners quite easily, in case they share same Products. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-