- 18 Feb, 2013 1 commit
-
-
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.
-
- 12 Feb, 2013 3 commits
-
-
Kazuhiko Shiozaki authored
see 182eb94af4 in slapos repository.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 11 Feb, 2013 11 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
This speeds up a bit, but not having to keep synchronized a connection that is never used.
-
Kazuhiko Shiozaki authored
accept checked_permission parameter in explicit definition of getQuantityUnit() because checked_permissin='View' can be added in ERP5Form.Form.DefaultValue.__call__.
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Tatuya Kamada authored
-
Tatuya Kamada authored
-
Tatuya Kamada authored
-
- 08 Feb, 2013 13 commits
-
-
Gabriel Monnerat authored
Refactor code to remove code duplicated related to get real context. Also, the language is removed if exists and the context is a Web Section or Web Site
-
Jérome Perrin authored
Fix bug on budget consumption views, sum and details where using different simulation state parameters 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
* Base_getPreferredPrecision: there are no such thing as a global preferred precision. We should use the precision of the resource or price currency depending on whether we display quantities or prices. * Base_getRoundValue: just call round or use precision= parameter from inventory API
-
Jérome Perrin authored
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
The month was taken from a date in the wrong timezone Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
-
Jérome Perrin authored
-
Jérome Perrin authored
And replace is uses by AccountingTransactionLine_getNodeItemList
-