misc/migration/3.14.3_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 20 Feb 2012 11:32:06 +0100
branchstable
changeset 8245 d53762ae5961
parent 8149 3ed48646f354
permissions -rw-r--r--
[rql2sql] correctly handle modulo operator (closes #2192457) rql has % as a modulo operator. The string we output gets passed to a substitution function so the % needs to be escaped.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8149
3ed48646f354 [https] Allow configuration of anonymous access on https (closes #1971992)
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
# keep the same behavior on existing instance but use the new one on new instance.
3ed48646f354 [https] Allow configuration of anonymous access on https (closes #1971992)
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     2
config['https-deny-anonymous'] = True