comparison CHANGES.txt @ 4987:f47341cbe3c8

Add latest changes
author Ralf Schlatterbeck <rsc@runtux.com>
date Tue, 21 Apr 2015 17:38:41 +0200
parents 20786c5152e4
children 623bf494d9d1
comparison
equal deleted inserted replaced
4986:fe140bc0eaa9 4987:f47341cbe3c8
51 through browser, without text/xml Content-Type (anatoly techtonik) 51 through browser, without text/xml Content-Type (anatoly techtonik)
52 - docs: New dedicated chapter for extensions in ``doc/customizing.txt`` 52 - docs: New dedicated chapter for extensions in ``doc/customizing.txt``
53 (anatoly techtonik) 53 (anatoly techtonik)
54 - Increase default height of classhelp windows from 400 to 600. 54 - Increase default height of classhelp windows from 400 to 600.
55 (Thomas Arendsen Hein) 55 (Thomas Arendsen Hein)
56 - Date properties now can specify (on input) an explicit timezone suffix
57 (similar to RFC 2822), e.g. +0200 for CEST or -0500 for EST. This also
58 works in the XMLRPC interface. For examples see roundup.date.Date.
59 (Ralf Schlatterbeck)
56 60
57 Fixed: 61 Fixed:
58 62
59 - issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To) 63 - issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To)
60 when sending out email. Reported with first fix by Mathias Behrle. 64 when sending out email. Reported with first fix by Mathias Behrle.
131 - Fix issue2550735 Missing doc for xmlrpc schema. Thanks to Cédric Krier 135 - Fix issue2550735 Missing doc for xmlrpc schema. Thanks to Cédric Krier
132 for the patch. (anatoly techtonik) 136 for the patch. (anatoly techtonik)
133 - Fix two line-break accidents in devel and responsive milestone.item.html 137 - Fix two line-break accidents in devel and responsive milestone.item.html
134 (Thomas Arendsen Hein) 138 (Thomas Arendsen Hein)
135 - Fix broken images in legacy spec.html and original_overview.html, and 139 - Fix broken images in legacy spec.html and original_overview.html, and
136 restore web presence for "Roundup’s Design Document" (anatoly techtonik) 140 restore web presence for "Roundup's Design Document" (anatoly techtonik)
137 - Template jinja2: Updated URL to point to http://www.roundup-tracker.org/ 141 - Template jinja2: Updated URL to point to http://www.roundup-tracker.org/
138 (Bernhard Reiter) 142 (Bernhard Reiter)
139 - Security: Add mime-type whitelist for attachmens that can be safely 143 - Security: Add mime-type whitelist for attachmens that can be safely
140 rendered from Roundup without trigerring security bugs in browser 144 rendered from Roundup without trigerring security bugs in browser
141 plugins, XSS issues and spam. The option ``allow_html_file`` didn't 145 plugins, XSS issues and spam. The option ``allow_html_file`` didn't
149 - issue2550877 Failures in test_mailgw.py because of duplicated headers 153 - issue2550877 Failures in test_mailgw.py because of duplicated headers
150 and more precise comparision. Writing headers with the email module will use 154 and more precise comparision. Writing headers with the email module will use
151 continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter) 155 continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter)
152 - issue2550870 migrate use of 'rfc822' module to the 'email' module 156 - issue2550870 migrate use of 'rfc822' module to the 'email' module
153 (Bernhard Reiter/John Kristensen) 157 (Bernhard Reiter/John Kristensen)
158 - Doctests for roundup.date.Date are now really executable and don't
159 fail. Bug-Fixes in range properties, open intervals with 'to' didn't
160 always work. (Ralf Schlatterbeck)
154 161
155 162
156 2013-07-06: 1.5.0 163 2013-07-06: 1.5.0
157 164
158 Features: 165 Features:

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