comparison doc/upgrading.txt @ 7964:791b61ed11c9

issue2551323 - Remove XHTML support First step: raise error if xhtml used in config.ini. Back end code is still present to allow an admin to re-enable xhtml as a temporary measure.
author John Rouillard <rouilj@ieee.org>
date Tue, 14 May 2024 20:50:25 -0400
parents 32ead43b8299
children fe0348bbe45b
comparison
equal deleted inserted replaced
7963:05ce472d372b 7964:791b61ed11c9
109 109
110 ``updateconfig`` will tell you if it is changing old default 110 ``updateconfig`` will tell you if it is changing old default
111 values or if a value must be changed manually. 111 values or if a value must be changed manually.
112 112
113 This will insert the bad API login rate limiting settings. 113 This will insert the bad API login rate limiting settings.
114
115 Also if you have ``html_version`` set to ``xhtml``, you will get
116 an error.
117
118 Use of xhtml html_version disabled (required)
119 ---------------------------------------------
120
121 If you enabled xhtml formatted templates, you will need to
122 change them to html (html4) format. Also change the value of
123 ``html_version`` from ``xhtml`` to ``html``.
124
125 Note that the default Roundup templates use html4 so it is
126 unlikely that your templates are xhtml based. See
127 `issue2551323
128 <https://issues.roundup-tracker.org/issue2551323>`_ for
129 details on the deprecation of xhtml.
114 130
115 Update MySQL character set/collations (required) 131 Update MySQL character set/collations (required)
116 ------------------------------------------------ 132 ------------------------------------------------
117 133
118 issue2551282_ and issue2551115_ discuss issues with MySQL's utf8 134 issue2551282_ and issue2551115_ discuss issues with MySQL's utf8

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