comparison CHANGES.txt @ 6058:8fbcaac944e7

Different fix for displaying booleans properly in xhtml vs html Original patch was rendering input tags as xhtml <input .../> rather than html4/5 format as <input ...>.
author John Rouillard <rouilj@ieee.org>
date Fri, 17 Jan 2020 19:50:24 -0500
parents b6e56d096c58
children ec1f725f5c91
comparison
equal deleted inserted replaced
6057:b6e56d096c58 6058:8fbcaac944e7
68 username when the user tries to register. Previously user was 68 username when the user tries to register. Previously user was
69 rejected when confirming registration. (John Rouillard) 69 rejected when confirming registration. (John Rouillard)
70 - French translation gave errors with Python 3 because of ISO-8859-1 70 - French translation gave errors with Python 3 because of ISO-8859-1
71 character in .mo file header. (Joseph Myers) 71 character in .mo file header. (Joseph Myers)
72 - Fix representation of boolean html attributes to be 'required' 72 - Fix representation of boolean html attributes to be 'required'
73 rather than the xhtml form of 'required="required"'. Specifiy 73 rather than the xhtml form of 'required="required"'. Specify
74 attribute value same as attribute name or attribute value of None, 74 (reverted attribute value same as attribute name or) attribute
75 to output attribute as boolean. (John Rouillard) 75 value of None, to output attribute as boolean. (John Rouillard)
76 Reverted (part of) this change. It breaks rendering of non-boolean
77 attributes (like name="name"). So only value of None renders
78 attribute properly as boolean. (Ralf Schlatterbeck)
76 - issue2551076 - in responsive template, default searches for bugs and 79 - issue2551076 - in responsive template, default searches for bugs and
77 tasks sets status=new default should be "don't care". (Report: 80 tasks sets status=new default should be "don't care". (Report:
78 Ludwig Reiter; Fix: John Rouillard) 81 Ludwig Reiter; Fix: John Rouillard)
79 - issue2551077 - In "jinja2" template: cannot login if German language 82 - issue2551077 - In "jinja2" template: cannot login if German language
80 is used. Fixed three places where the value of a hidden @action 83 is used. Fixed three places where the value of a hidden @action
83 - Document security issues in xmlrpc interface in doc/xmlrpc.txt. 86 - Document security issues in xmlrpc interface in doc/xmlrpc.txt.
84 - Enable autoescape in the jinja2 template and use the i18n extension 87 - Enable autoescape in the jinja2 template and use the i18n extension
85 for translations. (Report: John Rouillard; Fix: Christof Meerwald) 88 for translations. (Report: John Rouillard; Fix: Christof Meerwald)
86 - Cleanup code by linting using flake8. (John Rouillard) 89 - Cleanup code by linting using flake8. (John Rouillard)
87 - Cleanup code by security linting using bandit. (John Rouillard) 90 - Cleanup code by security linting using bandit. (John Rouillard)
88 - Revert (part of) the change that optimizes rendering of boolean
89 attributes in HTML-4. This breaks rendering of non-boolean attributes
90 (like name="name"). (Ralf Schlatterbeck)
91 91
92 2019-10-23 2.0.0 alpha 0 92 2019-10-23 2.0.0 alpha 0
93 93
94 Features: 94 Features:
95 95

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