misc/migration/3.7.5_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Oct 2010 15:57:35 +0200
changeset 6564 ff9f7c566464
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[request] fix ajax_replace_url which breaks if the url contains some quotes (that will be properly quoted but unquoted by the browser, breaking the js expression) by using a separated js function

if versions_map['cubicweb'][0] == (3, 7, 4):
    config['http-session-time'] *= 60
    config['cleanup-session-time'] *= 60
    config['cleanup-anonymous-session-time'] *= 60