- 14 Mar, 2014 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Otherwise with CKEditor it's not possible to add some text outside of quoted content
-
Jérome Perrin authored
-
- 13 Mar, 2014 3 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Forgotten be part of 9a710678
-
Ivan Tyagov authored
-
- 12 Mar, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 Mar, 2014 1 commit
-
-
Arnaud Fontaine authored
As MKCOL_handler() is not implemented on OFS.Folder.Folder class, the one from ERP5Site was acquired when calling webdav.NullResource.NullResource.MKCOL().
-
- 10 Mar, 2014 6 commits
-
-
Jingjing Xu authored
-
Jérome Perrin authored
When a portal type acquire role, it should place the role definitions in the same local role group ids
-
Jérome Perrin authored
This reverts commit 1e90e4f8. missing commit message
-
Jérome Perrin authored
-
Jérome Perrin authored
- we only want to sum transaction in the period when there is a from date. - when from date is passed, really get period start date from from date
-
Jérome Perrin authored
-
- 07 Mar, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 06 Mar, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
still keeping backward compatibility with older python_memcached.
-
- 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 2 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.
-