- 24 Oct, 2011 1 commit
-
-
Nicolas Delaby authored
Anyway manage_setAlarmNode can be refactored to avoid urllib usage.
-
- 21 Oct, 2011 21 commits
-
-
Ivan Tyagov authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Julien Muchembled authored
Also move some common code from AlarmTool to a new TimerServiceMixin.
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Start preconversion in a separate serialize able activity.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Make testDms use by default RAM based cache storage as some tests require it. (testDmsWithFlare just changes this storage to a persisten one).
-
Łukasz Nowak authored
Really never raise (trust no one). Always return excepted values in order to not trick caller.
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
Non transmitted values shall result in ++ Empty (evaluated to None) values shall result in ++
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
create a dedicated folder for xinha to avoid conflict of images folder. fix script tag usage to load external javascripts.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caller might try to log the transmission XMLs and raising would result in aborted transaction.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
otherwise imagemagick will create black-background image when resizing. http://studio.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19677
-
- 20 Oct, 2011 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Guillaume Bottex authored
-
Guillaume Bottex authored
-
- 19 Oct, 2011 9 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
In case of failure, reserved messages were freed before finalization. This was useless because finalization frees them and dangerous because another zope could start processing a message that should not be executed again.
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
In other parts of ERP5 we do not specify it. As image resolution should be handled as a system preference (as other image properties like quality, format, etc..) do not specify it any more in generated UI image links. Just let system use provided defaults.
-
Aurel authored
-
Nicolas Delaby authored
- Remove acquired permissions
-
Ivan Tyagov authored
If pre_converted_only is True system will return desired conversion only if it's already cached. Extend testDms to cover it.
-
- 18 Oct, 2011 3 commits
-
-
Vincent Pelletier authored
Allows FormBox to contain fields outside "left" group. The use of this is most evident when FormBox is in the "bottom" group: it allows included form to have field groups with borders (left, right, center) or without borders (bottom), hence allowing competely extending base form. This required rewriting JS code stitching "left" & "right" groups together so it honours nesting. For backward compatibility, hide "left" groups rendered inside any bordered group - but only when there is no field in "right" group. Also, clean up duplicated code in embedded_form_render and use proper naming (templates used by forms should always end with "_view").
-
Leonardo Rochael Almeida authored
-
Yusei Tahara authored
-
- 17 Oct, 2011 2 commits
-
-
Julien Muchembled authored
-
Leonardo Rochael Almeida authored
And add a test checking this in portal_rules
-