comparison doc/upgrading.txt @ 6464:28461636e249

issue1596345 - filtering user list (need user.search.hml) Incorporate user search features from issues.roundup-tracker.org user.index.html into classic template. Devel and responsive templates already have this feature. Jinja wil get it when somebody who knows jinja well enough implements it.
author John Rouillard <rouilj@ieee.org>
date Tue, 03 Aug 2021 17:35:20 -0400
parents 8f1b91756457
children 24e2eeb2ed9a
comparison
equal deleted inserted replaced
6463:8e06194ff0b0 6464:28461636e249
41 to generate a new ini file preserving all your settings. You can then 41 to generate a new ini file preserving all your settings. You can then
42 merge any local comments from the tracker's ``config.ini`` into 42 merge any local comments from the tracker's ``config.ini`` into
43 ``newconfig.ini``. Compare the old and new files and configure new 43 ``newconfig.ini``. Compare the old and new files and configure new
44 compression settings as you want. Then replace ``config.ini`` with the 44 compression settings as you want. Then replace ``config.ini`` with the
45 ``newconfig.ini`` file. 45 ``newconfig.ini`` file.
46
47 Search Added to User Index Page
48 -------------------------------
49
50 A search form and count of number of hits has been added to the
51 ``user.index.html`` template page in the classic template. You may
52 want to merge the search form and footer into your template.
46 53
47 54
48 Migrating from 2.0.0 to 2.1.0 55 Migrating from 2.0.0 to 2.1.0
49 ============================= 56 =============================
50 57

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