- 12 Dec, 2006 3 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2006 8 commits
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
validate conditionally, fail silently if not valid git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
re-raise exception if something goes wrong to prevent repeated activities git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Some problems with Invoice_createRelatedPaymentTransaction where detected in tests for a client project. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
s/dictionnary/dictionary/g Fix property name begining by _v_ where not needed. Raise an error if key is not a string. Raise KeyError in __getattr__ when a None is returned by python-memcached. Add try/except in _finish to be sure not to raise any error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a test for non-string dictionary keys. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Dec, 2006 2 commits
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
2) objects are created in appropriate modules, found automagically (this closes #81) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2006 10 commits
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Remove a possible conflict error (do not write in the ZODB if it's useless). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
Document validation workflow takes care of validation and status tracking - so that docs with invalid references are on a worklist; this changed the ingestion procedure somewhat. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
types merged - DMS properties and methods added to generic types (File, Image); adjusted all the other things accordingly; plus some naming changes to get a bit closer to convention. !!! changes have been made to ERP5.Document classes, they are not in svn yet !!! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
take into account hidden content types in Folder_create; if there is no visible and allowed content type nothing is created. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
We simply do not want relation fields to show invalidated entities, so use "validation_state !=invalidated" as default parameter for relation fields rather than "validation_state in ('draft', 'valid')", which is much more flexible. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2006 12 commits
-
-
Jérome Perrin authored
update general ledger report to use new columns names in Account_viewAccountingTransactionList/listbox. Account_statCredit/Account_statDebit reinject selection parameters in the query, because general ledger uses Account_viewAccountingTransactionList with mirror_section_uid or payment_uid. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
The action to create a related payment transaction will always be available on invoices, unless a workflow manages this invoice's payment state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Creating a related payment for an invoice will also take into account lines in transactions related to this invoice by the causality relation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
tests that creating a related payment for an invoice will also take into account lines in transactions related to this invoice by the causality relation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Dec, 2006 5 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
MIME correctly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove MEMCACHED_TOOL_MODIFIED_FLAG_PROPERTY_ID metchanism. It must not be relied on as a definitive feature. Fix a bug in __delitem__ where a deleted item would cause a cache miss and a useless fetch from memcached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-