- 05 Aug, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This reverts commit 1b1859b9 and monkey-patch docutils instead.
-
- 04 Aug, 2011 4 commits
-
-
Julien Muchembled authored
See commit ef5d6d9c
-
Julien Muchembled authored
This reverts partially commit 2b92f990 ("expand: optimize creation of new movements by not using propertyMap+_edit").
-
Julien Muchembled authored
This reverts commit ff04daef. This was an attempt to optimize simulation.
-
Gabriel L. Oliveira authored
* BusinessConfiguration_setupUNGWizardBT5 does not need 'Manager' proxy * BusinessConfiguration_setupUNGPreferences, because it adds a 'Preference Configurator Item', needs a 'Manager' proxy
-
- 03 Aug, 2011 9 commits
-
-
Gabriel L. Oliveira authored
For now, default 'Text Area' and 'FCK Editor' are available by default, and only check if Xinha Editor is available
-
Łukasz Nowak authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Nicolas Delaby authored
-
- 02 Aug, 2011 17 commits
-
-
Julien Muchembled authored
This softens dependency to activate more objects even in case of failed activities. The downside is that 'activity_count' can't be used to limit the number of processing nodes.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
- reduce probability and cost of ConflictError by posting the activity result by activity - do not post None (to force it, it's still possible to forge an ActiveResult object containing the None value) - allow grouped messages to post results (previous implementation was not working, and this required to change the API of grouping methods)
-
Julien Muchembled authored
-
Julien Muchembled authored
More changes should be done so that Activity Tool provides an API to activate an object using only its path.
-
Julien Muchembled authored
It defaults to .01 and must be in the interval ]0, 1] If a message expands to N objects, then it costs N / group_method_cost and activity tool stop reserving messages the sum of all costs exceeds 1. By default, this preserves original behaviour, i.e. MAX_GROUPED_OBJECTS = 100 Value 1 is not rejected to allow generic coding (ex: activity_kw['group_method_cost'] = 1. / packet_size)
-
Łukasz Nowak authored
-
Nicolas Delaby authored
Tester accessors was not generated for acquired properties, only content accessor was generated. Extend test to prove the fix.
-
Łukasz Nowak authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This Configurator Item was a Legacy which has no importance anymore, as Business Template is not exported and installed on third party Instances during the configuration.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 01 Aug, 2011 7 commits
-
-
Rafael Monnerat authored
The change from ocropus to tesseract as the conversor application responsable to convert image to text, made this tinny difference between the outputs. The difference was manually tested by Rafael to verify that it was caused by the change of conversor application.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The Telephone is always presented using "+(0)" format, this is a feature and expected behaviour.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Julien Muchembled authored
-