- 21 Feb, 2013 11 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Also, movement with 0 price where ignored by omit_asset_increase / omit_asset_decrease Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
To migrate, run: alter table stock add column payment_request_uid bigint unsigned after funding_uid, add index payment_request_uid (payment_request_uid); alter table inventory_stock add column payment_request_uid bigint unsigned after funding_uid;
-
Jérome Perrin authored
To migrate, run: alter table stock add column funding_uid bigint unsigned after payment_uid, add index funding_uid (funding_uid); alter table inventory_stock add column funding_uid bigint unsigned after payment_uid;
-
- 20 Feb, 2013 10 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 19 Feb, 2013 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 18 Feb, 2013 5 commits
-
-
Vincent Pelletier authored
This hurts performances a lot.
-
Julien Muchembled authored
... instead of relying on automatic migration. This fixes TestCMFActivity.test_connection_sortkey on Zope 2.13
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Ivan Tyagov authored
Use already existing system preference and created accessor rather than hard coded value which was different from default for the system preference This can lead to different cache ids generated for same content by different parts of the code -> duplication of same data in cache backend.
-
- 15 Feb, 2013 3 commits
-
-
Julien Muchembled authored
When a ZODB connection is closed, it usually returns to a ZODB pool and may be reused by another thread. If the SQL connection was open and is still in ZODB cache, the _v_database_connection attribute is still there: ActivityConnection.connect() is not called and a new instance of ZMySQLDA.db.DB is created for the new thread without initializing its sort key.
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 14 Feb, 2013 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 13 Feb, 2013 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
Here the list of changes: - close all timers when quitting, this makes stopping an erp5tetsnode much faster - remove hack on slapos/testnode after fix of slapos.cookbook - remove old tmp files left by buildout (buildout has te bo fixed too) - remove logging handlers where the are not needed any more - fixed the kill command, it was not able to kill properly childs
-
Kazuhiko Shiozaki authored
see 182eb94af4 in slapos repository.
-