- 07 Feb, 2011 7 commits
-
-
Nicolas Dumazet authored
if they are not filtered out using portal_type filters. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43113 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
Sheets of a Portal Type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
DummyMailHost are stored as class attributes rather than instance attributes. This behavior broke testPasswordTool and testCRM which instanciate DummyMailHost and then check for _last_message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
Bugs Fixed LP #713253: Prevent publication of acquired attributes, where the acquired object does not have a docstring. Fix LazyMap to avoid unnecessary function calls. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
were missing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2011 14 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
transaction aborts to restore them. That's hackish, and fails as soon as an "innocent" hand comes in and adds a commit in a test. * save and restore workflow chain for Person at beginning and start of test * use setChainForPortalTypes instead of manage_changeWorkflows: the first call alters the chain for one portal type, whereas the second affects ALL portal types, effectively removing all chains from all portal types not passed along in props=. It meant that after each manage_changeWorkflows the test was running virtually without any workflow but those of Person, causing "fake" failures in other, correct, tests. This eventually fixes the last failures of testERP5Type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* use beforeTearDown instead of tearDown * pay attention to abort() ordering so that no parent or subclass calls can invalidate necessary changes from tearDown logic * use unique names for property sheets to get independant fixtures. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
(the definition of base categories associated to a portal type). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
in r43009. This was a mistake: add it again and explain why it's required. This fixes the last 2 failures of testBase git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
we need to reset accessors after such changes. Add them as triggers. This contributes to fixing testBase git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2011 16 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- remove not needed profile used as bootstrap template git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- mark places with wrong extends git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-