- 06 Mar, 2014 7 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
Now production steps are defined in business process which are using trade_phase. indistrial_phase was used at the time of supply chains
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 04 Mar, 2014 2 commits
-
-
Mame Coumba Sall authored
-
Kazuhiko Shiozaki authored
instead of waiting for (long) timeout.
-
- 03 Mar, 2014 2 commits
-
-
Mame Coumba Sall authored
-
Tatuya Kamada authored
[Before]: Where: in Supply or Delivery(Sale Order, Sale Packing List,..) When: ( document.edit(something=some_value) OR document.validate(), document.start() something when workflow transition ) AND document contains more than 100 sub objects, like 100 lines. Then: /some_module/document/1/recursiveImmediateReindexObject /some_module/document/1/reindexObject /some_module/document/1/1/recursiveImmediateReindexObject . . /some_module/document/1/100/recursiveImmediateReindexObject are triggered. The first big recursiveImmediateReindexObject recursively reindex all the sub objects. Thus the following reindex are duplicated. [After]: Reindex: /some_module/document/1/reindexObject /some_module/document/1/1/recursiveImmediateReindexObject . . /some_module/document/1/100/recursiveImmediateReindexObject The root recursiveImmediateReindexObject is removed. This has been the expected behavior from the beginning. Before was only a side effect by giving empty dict to "if activate_kw == None" expression.
-
- 26 Feb, 2014 10 commits
-
-
Arnaud Fontaine authored
ZODB Components/Python Script: Add link on Zope HTML traceback to go straight to the source code line.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: Like Python Script, use Ace Editor annotations to check source code without saving. Also, switch to Pylint for Python Script source code checking to use the same code for both.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: When checking source, improve message when a SyntaxError is raised through compile().
-
Arnaud Fontaine authored
ZODB Components: Disable spurious Pylint warning: 'Access to a protected member %s of a client class'.
-
Arnaud Fontaine authored
These are completely useless and create conflicts with VCSs.
-
Kazuhiko Shiozaki authored
because ID should not contain whitespaces. This reverts commit e6cd717e.
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Publishing "activate" is generally harmless, but creates (with current publisher code) two failing activities, causing unnecessary noise.
-
- 25 Feb, 2014 6 commits
-
-
Vincent Pelletier authored
...when COLUMN is not a valid column (hence mutated to a STRING_PREFIX token at lexer level). Kudos to Tristan for triggering this bug.
-
Cédric de Saint Martin authored
insertbefore instead of insertBefore.
-
Vincent Pelletier authored
Finally removes the need to hardcode transition id when it's the same as current transition (which should be the case in the overwhelming majority of transitions).
-
Vincent Pelletier authored
-
Vincent Pelletier authored
No change yet, just to have verbatim code for easier comparison.
-
Vincent Pelletier authored
Otherwise fmt_data lookups becomes slower on each iteration. Also, reword patch comments to be still descriptive when moved a bit further from involved code.
-
- 21 Feb, 2014 1 commit
-
-
Vincent Pelletier authored
On sites with more than one Zope, this code was causing the cookie to be bumped each time a form is rendered, causing unneeded cache misses and slight ZODB bloat (estimated around 100B per form view).
-
- 20 Feb, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 19 Feb, 2014 10 commits
-
-
Vincent Pelletier authored
jquery.validate enables checkers which have the name of an input field type, which just cannot work with password validator as it has a mandatory parameter, and is not intended anyway.
-
Vincent Pelletier authored
Also, document include_context parameter. Also, rename category_id into use_relative_url (the new parameter) to make it clear more than single-level is supported.
-
Ivan Tyagov authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Using the legacy API was broken and this is also to prepare DocumentationHelper and ClassTool removal.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Some Constraint Property Sheets and Views in core bt5s were defining properties whose Portal Types (and sometimes their Views as well) were available in a non-core bt5s.
-
Arnaud Fontaine authored
BusinessTemplate: Get rid of spurious warning when skipping update of Local Roles for non-ERP5 objects.
-
- 18 Feb, 2014 1 commit
-
-
Vincent Pelletier authored
- Do not enable on all password fields - Allow specifying strength metter for a given field - Allow customising password validation rules by changing properties (allows different rules in the same page) - Login similarity check can be done by adding login as a sequence or blacklisted word, as desired - No hard rules of what a strong password is, instead use a reward system for using varied characters & character classes, reduced when password contains widely known sequences or too common passwords.
-