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.
-
- 23 Aug, 2016 1 commit
-
-
Jérome Perrin authored
We now use URL only, old address + port way is obsolete.
-
- 22 Aug, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 30 Jan, 2014 1 commit
-
-
- 30 Oct, 2013 1 commit
-
-
Aurel authored
-
- 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 Mar, 2013 1 commit
-
-
Aurel authored
Complete rewrite of the syncml core engine to make it scallable Remaining work : - review of conflict management - re-implement splitting of big object - generic unit test for AsynchronousEngine - complete review of default conduit - lot of TODO and XXX in the code to check
-
- 17 Dec, 2012 1 commit
-
-
Jérome Perrin authored
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 21 Nov, 2011 1 commit
-
-
Arnaud Fontaine authored
Only the first workflow from the history was synchronized because of a mistake when checking if the workflow can be added. Also, do not ignore processing_status_workflow when running tests to detect such problem in the future.
-
- 04 Feb, 2011 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40973 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
-
- 31 May, 2010 6 commits
-
-
Nicolas Delaby authored
Update test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 May, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-
- 08 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
since r28862 (whose typo is fixed in 29088), content_md5 property also differs. so number of conflicts is increaded by one. also add a test fo confirm which properties differ. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
Change the conduit to update the data if the xml use a block data element git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jul, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-