- 19 Jul, 2011 2 commits
-
-
Julien Muchembled authored
-
Rafael Monnerat authored
portal_instrospections is been used by SlapOS as a single place for detect lack of configuration (ie.: Missing bt5s, Missing memcache configuration...) Move to tnstance creation make things cleaner and it creates a standard place for information collection.
-
- 18 Jul, 2011 11 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
login.
-
Ivan Tyagov authored
-
Leonardo Rochael Almeida authored
Otherwise it can't be set, just like variation_category_list
-
Ivan Tyagov authored
and account's number of failures and stop user (if required) from logging in.
-
Leonardo Rochael Almeida authored
this should have been part of commit 79a2aaf5
-
Lucas Carvalho authored
-
Lucas Carvalho authored
-
Lucas Carvalho authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 15 Jul, 2011 1 commit
-
-
Aurel authored
-
- 12 Jul, 2011 6 commits
-
-
Julien Muchembled authored
Update Folder.callMethodOnObjectList so that an active proces can collect results.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Leonardo Rochael Almeida authored
Add view and property-sheet for Specialise Divergence Tester so that only specialise links of specific portal types can be divergence tested (or, alternatively excluded from divergence testing). Use the accessors above to restrict which specialise links are selected for testing on the movement by the Specialise Divergence Tester.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 11 Jul, 2011 1 commit
-
-
Łukasz Nowak authored
JSON allows to exchange python dictionaries in safe and simple way. So thanks to using directory where test results are posted, it is possible that call external tool will call erunTestSuite, which would later attach to such directory "x" and do "something" more with stored test results.
-
- 08 Jul, 2011 7 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Lucas Carvalho authored
Now is possible to run these tests under portal_classes due the "magic" done by runLiveTest and also run using runUnitTest.
-
Lucas Carvalho authored
-
Julien Muchembled authored
-
Vincent Pelletier authored
This can happen, for example, when there is a broken subobject on a property sheet. The main advantage of this change is to make the error cause easier to track down.
-
Vincent Pelletier authored
Whatever the reason we exit this code, we are not generating this portal type anymore. So remove it from set.
-
- 07 Jul, 2011 8 commits
-
-
Leonardo Rochael Almeida authored
simulation_movement.setPropertyList( 'variation_category', movement.getProperty('variation_category_list')) Does work after all. Note the absence of the _list suffix on the setting property.
-
Leonardo Rochael Almeida authored
-
Leonardo Rochael Almeida authored
If a mapped property had a '-', it would be called like: document.setProperty('-price', -20.0) Also, add a warning about trying to set 'variation_category_list' in a SimulationMovement with property mapping.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
66cb9c96 prevented init scripts to be used to set default values, so original order of initialization must be reverted. _edit may also trigger interactions that require workflows to be initialized. Code simplication is kept, and _edit **kw is now passed to init script as an alternate way for init scripts to know properties given to newContent.
-
- 06 Jul, 2011 4 commits
-
-
Lucas Carvalho authored
Applying mixin classes dynamically under portal types, does not allow to overwrite the methods which already exists in the inherit tree for the methods provided by the mixin class. So with this new document (WebSite.py), we can force which implementation must be used in that case.
-
Lucas Carvalho authored
This reverts commit 688cf160.
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-