- 24 Sep, 2015 1 commit
-
-
Kristopher Ruzic authored
doesn't refresh contact list on removal, so they will still appear (until refresh)
-
- 21 Sep, 2015 2 commits
-
-
Kristopher Ruzic authored
commit for appcache
-
Kristopher Ruzic authored
use pure JS for message sending etc.
-
- 16 Sep, 2015 2 commits
-
-
Kristopher Ruzic authored
-
Kristopher Ruzic authored
use shift+enter to add newlines, and enter to send messages
-
- 15 Sep, 2015 1 commit
-
-
Kristopher Ruzic authored
emoji picker code taken from: https://github.com/wedgies/jquery-emoji-picker, minus all the useless extra bits.
-
- 14 Sep, 2015 1 commit
-
-
Kristopher Ruzic authored
this is by no means useable or ready. Also introduces issue with using appcache and self-signed cert. Chrome doesn't allow for it. Not sure of a work around (or if one even exists)
-
- 11 Sep, 2015 1 commit
-
-
Kristopher Ruzic authored
also replaces text in the titlebar with icons, easy to understand and don't overflow into the titletext
-
- 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 12 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.
-