comparison doc/upgrading.txt @ 7749:79344ea780ea

doc: add upgrading notes for user.help-search.html
author John Rouillard <rouilj@ieee.org>
date Wed, 28 Feb 2024 22:40:32 -0500
parents 68c04cc8edf7
children 72a26f3b94db
comparison
equal deleted inserted replaced
7748:315f40fd0e67 7749:79344ea780ea
211 to verify the settings in the connection file. Inside of 211 to verify the settings in the connection file. Inside of
212 ``psql`` you can verify the ``search_path`` using ``show 212 ``psql`` you can verify the ``search_path`` using ``show
213 search_path;``. 213 search_path;``.
214 214
215 .. _`Connection Service File`: https://www.postgresql.org/docs/current/libpq-pgservice.html 215 .. _`Connection Service File`: https://www.postgresql.org/docs/current/libpq-pgservice.html
216
217 Update for user.help-search.html (optional)
218 -------------------------------------------
219
220 There is a bug in the template used as a search helper for the user
221 fields (e.g. the nosy list). The ``properties`` url query argument was
222 ignored. You can not select the displayed fields using the
223 ``properties`` argument. This is fixed in 2.4.0. You can probably just
224 copy the ``user.help-search.html`` from the classic tracker template.
225
226 If you have modified that template, you can follow the analysis in
227 `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_
228 to fix your template.
216 229
217 Bad Login Rate Limiting and Locking (info) 230 Bad Login Rate Limiting and Locking (info)
218 ------------------------------------------ 231 ------------------------------------------
219 232
220 Brute force logins have been rate limited in the HTML web interface 233 Brute force logins have been rate limited in the HTML web interface

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