- 07 Sep, 2015 2 commits
-
-
Jérome Perrin authored
and fix a typo
-
Tristan Cavelier authored
This column shows an icon to download the document for each document in the listbox
-
- 04 Sep, 2015 7 commits
-
-
Romain Courteaud authored
They are used by RSVP.js when calling the Promise.cancel method
-
Julien Muchembled authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This top gadget can be reused by any HTML5 application who want the same layout. The configuration is done on the Web Site level with the 'WebSection_viewHateoasPreference' configuration form.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 03 Sep, 2015 5 commits
- 02 Sep, 2015 3 commits
-
-
Rafael Monnerat authored
-
Sebastien Robin authored
Take into account remarks done by Julien and Vincent. Also stop using deletePycFiles for git repositories, git clean -fdx is doing better (it remove more useless files if needed)
-
Sebastien Robin authored
-
- 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 1 commit
-
-
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.
-