- 01 Sep, 2015 2 commits
-
-
Sebastien Robin authored
this generated errors when looking at alarm results
-
Kazuhiko Shiozaki authored
-
- 27 Aug, 2015 4 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Aurel authored
Using an instance of the class from the script create a huge memory leak in zope which does not happen when instanciating class from the code. The issue seems to come from the use by the matribox as simple test cases of instanciation from script do not reproduce the memory leak
-
- 24 Aug, 2015 7 commits
-
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
It is automatically created and provided by the ondatachannel event listener. This bypasses some Chrome bugs.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Kazuhiko Shiozaki authored
-
- 19 Aug, 2015 1 commit
-
-
Vincent Pelletier authored
-
- 18 Aug, 2015 4 commits
-
-
Romain Courteaud authored
This converts the WebSocket/RTC APIs into renderJS methods.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
because inkscape DPI handling differs by its value.
-
- 17 Aug, 2015 4 commits
-
-
Vincent Pelletier authored
Drop dead code. Update a few archaisms. Simplify code. Improve coding style, reduce indentation. Escape rendering.
-
Vincent Pelletier authored
Add support for visibility checking. Use portal_type accessors, not properties. Also, original implementation of getDefaultModuleId would get the object, then its id. getDefaultModuleValue using it, it was getting the object, then its id, then the object again... Also, follow naming convention: getters returning documents are named getXxxValue, not getXxx.
-
Vincent Pelletier authored
Favicons accidentally got lost in the change.
-
Vincent Pelletier authored
-
- 14 Aug, 2015 14 commits
-
-
Vincent Pelletier authored
Reduce fragmentation by aggregating chunks when writing. Aggregation is controlled by two new properties, chunk_size and max_chunk_size. Implement defragmentation.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Code tolerates this with no change. Allows jumping to an existing relation without having to hard-code (potentially a lot of) portal types.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, do not use getBaseCategoryDict to avoid mutating cached value and use a set rather than a None-value dict. Also, access portal_categories from portal explicitly rather than relying on acquisition.
-
Vincent Pelletier authored
"to split" is an irregular verb. Also, drop badly-worded comment.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Accelerate debugging by providing relevant values right away.
-
Vincent Pelletier authored
getPhysicalPath is too slow to be called this often. Flush cache on object clone, which is only useful as an after-renaming event here.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, avoid a few single-use variables. Also, use modern exception raising syntax.
-
Jérome Perrin authored
This reverts commit 9668c1a1. The problem of timezone is more complex. Since this commit have a side effect of saving and displaying a different date when Zope runs on a different timezone that what is configured on the field, it is safer to revert this commit immediately.
-
Kazuhiko Shiozaki authored
-
- 10 Aug, 2015 4 commits
-
-
Xiaowu Zhang authored
-
Jérome Perrin authored
we should not call getInventoryList if there is no account_type_to_group_by_mirror_section_previous_period
-
Vivek authored
-
Vivek authored
-