- 29 Oct, 2010 4 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This should fix testBPMEvaluation __setstate__ recursion. I have a patch ready if/when we decide that we need to perform this kind of change dynamically inside ERP5Type.Utils.PersistentMigrationMixin git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This test checks that wrapping a method in an interaction workflow adds security to the wrapped method, but that it does not override existing (class) security definition. To do so, a private method (doSomethingStupid) is added on Organisation document class. We really want to change the (static) document class here, not the portal type class: before portal type classes changes, ERP5Type.Document.Organisation.Organisation was a copy of the document ERP5.Document.Organisation.Organisation. After portal classes, the former is a portal type class, and it does not make sense in test logic to add a method on the portal type class. It is correct to change the import path to access the physical Document class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
testFolder is matching objects of a folder against a criterion and changing their class if they match. This test case in particular was using obj.__class__.__name__ as a criterion, and the values have changed with portal type classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2010 36 commits
-
-
Lucas Carvalho authored
The changes of this commit was done during the sprint, at NSI (IFF - Campos/Brazil), organizated by Rafael Monnerat and managed by me. I would like to say thanks to everybody which helped us yesterday: - Gabriel Monnerat - Gabriel Oliveira - Rebeca Motta - Diego Pinheiro - Herman Caldara - Rogério Atem Carvalho git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This fixes TestSolvingPackingList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
cleanup bt/ directory. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add proxification for gadget's "view" form and integrate it with gadget's "edit" form (i.e. take user preferences into account for determining for example number of listbox lines). Commit some XML noise. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- fix recursive call of Base._aq_dynamic - revert r39457 ("__of__ has no reason to trigger portal_type loading.") - avoid problematic and useless interaction/reindexation while migrating a portal type Steps to reproduce were: 0. make sure your browser is already logged (Manager may be required) 1. runUnitTest --save --portal_id=erp5 testBusinessTemplate 2. runUnitTest --load 3. open /erp5/portal_templates/view Note: some errors were random. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39614 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we don't care UnicodeDecodeError in getting old object XML, otherwise we cannot update erp5_xhtml_style business template with r39494 change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Similar commit as r39607 (Add a basic gadget preference edit form and make all basic gadgets use it). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
having a meta_type property other than 'ERP5 Base Type' can cause a problem with BusinessTemplate.py before r39601. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
fix the condition to check portal type or not, because some module portal types has 'ERP5 Folder' meta type, thus we can loose allowed_content_types etc. by updating PortalTypeTemplateItem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Improve prodile gadget and make it use standard "gadget_view" form renderer. i.e. replace custom "gadget_tab_view" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* wrap RPC calls so that ProtocolError's are caught and raise a clear ConversionError * move _getServerCoordinate part into OOoServerProxy.__init__ This should help having clear error messages in test results when OOo server is down/not available/not running. Instead of worrying about application code, and/or unclear socket errors, we'll know that, specifically, the OOo conversion server could not be reached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-