comparison CHANGES.txt @ 5676:e70885fe72a4

issue2551026: template variable not defined even though it is. Fix issue where variables defined in TAL expression are not available in the scope of the definition. (Tom Ekberg (tekberg))
author John Rouillard <rouilj@ieee.org>
date Tue, 26 Mar 2019 17:31:28 -0400
parents f3d68c1bb96e
children 97e2125e064c
comparison
equal deleted inserted replaced
5675:f3d68c1bb96e 5676:e70885fe72a4
107 by Cédric Krier, reviewed/applied John Rouillard.) 107 by Cédric Krier, reviewed/applied John Rouillard.)
108 - issue2551035 - fix XSS issue in wsgi and cgi when handing url not 108 - issue2551035 - fix XSS issue in wsgi and cgi when handing url not
109 found/404. Reported by hannob at 109 found/404. Reported by hannob at
110 https://github.com/python/bugs.python.org/issues/34, issue opened by 110 https://github.com/python/bugs.python.org/issues/34, issue opened by
111 JulienPalard. 111 JulienPalard.
112 - issue2551026: template variable not defined even though it is.
113 Fix issue where variables defined in TAL expression are not
114 available in the scope of the definition. (Tom Ekberg (tekberg))
112 115
113 2018-07-13 1.6.0 116 2018-07-13 1.6.0
114 117
115 Features: 118 Features:
116 119

Roundup Issue Tracker: http://roundup-tracker.org/