- 23 Mar, 2007 23 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
this part fails when copy / pasting an unowned object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
class, now we have the exception instance, so use isinstance instead of issubclass git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- specify the portal type of lines on some deliveries git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
fix in Invoice_getRemainingTotalPayablePrice: store the *account* in the list of accounts not the line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Length instances are stored independantly in the ZODB, and as this property is somehow often changed, it's better to have only a Length modified, not a SQLCatalog. Also, without this, the history tab from the ZMI of the SQLCatalog is unusable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Prevent inheritance of the description property from the class variable defined on PortalFolderBase. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Anyway, we should not rely on this behaviour when testing interaction workflows. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Checking with portal_membership is also faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- We now generate checks when we receive checkbooks - some allowed content types where missing for traveler check sale git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
BaseCategory.getCategoryChildValueList is not returning self in the list, Category.getCategoryChildValueList was. Make this consitent by changing Category.getCategoryChildValueList not to include self by default. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* SQLDict_assignMessage.zsql Avoid unnecessary assignments. Reduce message size. * SQLDict_setPriority.zsql Reduce message size. * SQLDict_readMessageList.zsql Remove unnecessary GROUP BY. Add uid into ORDER BY so that messages are enumerated mostly in the order of insertions, which potentially reduces chances that messages will be reordered later. * SQLDict_readMessage.zsql Use DISTINCT and GROUP BY, only if necessary. Add uid into ORDER BY for the same reason as above. * SQLDict_createMessageTable.zsql Specify NOT NULL whenever possible to reduce data size. Use SMALLINT instead of INT for processing_node to reduce data size. Remove useless indexes to reduce the cost of UPDATE. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Show the report root without start and stop date too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Mar, 2007 17 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
original transaction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
will decide which one to use (depending on which version of Products code you have, either selection or selection_name should be None). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-