Hanno Schlichting

Results 8 issues of Hanno Schlichting

Zope master uses and sets up Chameleon as the default ZPT rendering engine. To do this, I've integrated the former five.pt code directly into `Products.PageTemplates`. But I didn't yet remove...

Looking at the `Makefile` and `.travis.yml` it looks like we are only testing eventlet and gevent under Python 2. I think both of those got Python 3 support a good...

Enhancement

In 0844aa893576a8d4ececa22f82f691c3d3009537 I've changed our internal testing hooks to explicitly configure the new admin server port, so it won't conflict with multiple local ZK servers and allows us to test...

ZK3.5
Enhancement

ZK 3.5 adds a new remove_watches operation, implemented in the C library in https://issues.apache.org/jira/browse/ZOOKEEPER-1887 and parent issue https://issues.apache.org/jira/browse/ZOOKEEPER-442. This is the new type code 17.

ZK3.5
Enhancement

In ZK 3.5 there is a new create2 operation, implemented in https://issues.apache.org/jira/browse/ZOOKEEPER-1297. This is a new protocol extension, with type code 15.

ZK3.5
Enhancement

When looking at the people stream, there's a lot of messages and the stream loads a bit slow. It looks like it's 20 threads + comments on those. In todays...

This is a bigger story. In general I want the system to store the read information for me on the central server. The most important place to surface this information...

Could we remove the brackets from shortened urls? So instead of: http://domain.com/[…]/some-doc we'd have: http://domain.com/…/some-doc I think the combination of a slash and the bracket symbol is hard to read....