@@ -73,7 +73,7 @@ If you are using the xml-rpc interface, there is a change
7373 in the future.
7474
7575
76- .. index:: upgrading ; 1.4.19 to 1.4.20
76+ .. index:: Upgrading ; 1.4.19 to 1.4.20
7777
7878Migrating from 1.4.19 to 1.4.20
7979===============================
@@ -101,7 +101,7 @@ the templates shipped with roundup did not use HTML tags in messages for
101101highlighting.
102102
103103
104- .. index:: upgrading ; 1.4.17 to 1.4.18
104+ .. index:: Upgrading ; 1.4.17 to 1.4.18
105105
106106Migrating from 1.4.17 to 1.4.18
107107===============================
@@ -144,7 +144,7 @@ you will set this using
144144
145145roundup-admin -i /path/to/your/tracker set issue42 files=5,17,23
146146
147- .. index:: upgrading ; 1.4.x to 1.4.17
147+ .. index:: Upgrading ; 1.4.x to 1.4.17
148148
149149Migrating from 1.4.x to 1.4.17
150150==============================
@@ -205,7 +205,7 @@ search for this property::
205205 print(" roles may search:", ', '.join(roles))
206206
207207
208- .. index:: upgrading ; 1.4.x to 1.4.12
208+ .. index:: Upgrading ; 1.4.x to 1.4.12
209209
210210Migrating from 1.4.x to 1.4.12
211211==============================
@@ -255,7 +255,7 @@ If you have made local changes to those files you'll need to manually work
255255the differences in to your versions or ignore the changes.
256256
257257
258- .. index:: upgrading ; 1.4.x to 1.4.11
258+ .. index:: Upgrading ; 1.4.x to 1.4.11
259259
260260Migrating from 1.4.x to 1.4.11
261261==============================
@@ -318,7 +318,7 @@ the ``_generic.index.html`` template from the roundup distribution in
318318``share/roundup/templates/classic/html`` to your tracker's ``html`` directory.
319319
320320
321- .. index:: upgrading ; 1.4.x to 1.4.9
321+ .. index:: Upgrading ; 1.4.x to 1.4.9
322322
323323Migrating from 1.4.x to 1.4.9
324324=============================
@@ -377,7 +377,7 @@ in section `Migrating from 1.4.x to 1.4.7`_.
377377Make sure the change is done as listed below in this document.
378378
379379
380- .. index:: upgrading ; 1.4.x to 1.4.7
380+ .. index:: Upgrading ; 1.4.x to 1.4.7
381381
382382Migrating from 1.4.x to 1.4.7
383383=============================
@@ -459,7 +459,7 @@ tracker's ``config.ini`` file:
459459
460460
461461
462- .. index:: upgrading ; 1.4.2 to 1.4.3
462+ .. index:: Upgrading ; 1.4.2 to 1.4.3
463463
464464Migrating from 1.4.2 to 1.4.3
465465=============================
@@ -473,7 +473,7 @@ the same spec except the key column name needs a size. So an index on
473473"_user (__retired, _name)" should become "_user (__retired, _name(255))".
474474
475475
476- .. index:: upgrading ; 1.4.x to 1.4.2
476+ .. index:: Upgrading ; 1.4.x to 1.4.2
477477
478478Migrating from 1.4.x to 1.4.2
479479=============================
@@ -494,7 +494,7 @@ or are using anydbm).
494494It's safe to run this even if it's not required, so just get into the
495495habit.
496496
497- .. index:: upgrading ; 1.3.3 to 1.4.0
497+ .. index:: Upgrading ; 1.3.3 to 1.4.0
498498
499499Migrating from 1.3.3 to 1.4.0
500500=============================
@@ -530,7 +530,7 @@ username, password, and database name can all be found in the
530530can run the SQL commands using the native client interface: ``psql``
531531(postgres), ``mysql`` (MySQL), or ``sqlite3`` (SQLite).
532532
533- .. index:: upgrading ; 1.2.x to 1.3.0
533+ .. index:: Upgrading ; 1.2.x to 1.3.0
534534
535535Migrating from 1.2.x to 1.3.0
536536=============================
@@ -543,7 +543,7 @@ were changed to fix some bugs and clean them up. You may wish to compare
543543them to the HTML files in your tracker and apply any changes.
544544
545545
546- .. index:: upgrading ; 1.1.2 to 1.2.0
546+ .. index:: Upgrading ; 1.1.2 to 1.2.0
547547
548548Migrating from 1.1.2 to 1.2.0
549549=============================
@@ -576,7 +576,7 @@ lists. This is reflected in several places:
576576 changes. See the example in the classic template which makes use of
577577 ``batch.propchanged``.
578578
579- .. index:: upgrading ; 1.1.0 to 1.1.1
579+ .. index:: Upgrading ; 1.1.0 to 1.1.1
580580
581581Migrating from 1.1.0 to 1.1.1
582582=============================
@@ -608,7 +608,7 @@ If you implemented the "clear this message" in your 1.1.0 tracker, then you
608608should change it to the above and it will work much better!
609609
610610
611- .. index:: upgrading ; 1.0.x to 1.1.0
611+ .. index:: Upgrading ; 1.0.x to 1.1.0
612612
613613Migrating from 1.0.x to 1.1.0
614614=============================
@@ -661,7 +661,7 @@ to be::
661661 </p>
662662
663663
664- .. index:: upgrading ; 0.8.x to 1.0
664+ .. index:: Upgrading ; 0.8.x to 1.0
665665
666666Migrating from 0.8.x to 1.0
667667===========================
@@ -703,7 +703,7 @@ so it looks like::
703703 for cl in 'issue', 'file', 'msg', 'keyword':
704704
705705
706- .. index:: upgrading ; 0.8.0 to 0.8.3
706+ .. index:: Upgrading ; 0.8.0 to 0.8.3
707707
708708Migrating from 0.8.0 to 0.8.3
709709=============================
@@ -720,7 +720,7 @@ If you have modified the ``nosyreaction.py`` file from the standard
720720version, you will need to roll your changes into the new file.
721721
722722
723- .. index:: upgrading ; 0.7.1 to 0.8.0
723+ .. index:: Upgrading ; 0.7.1 to 0.8.0
724724
725725Migrating from 0.7.1 to 0.8.0
726726=============================
@@ -878,7 +878,7 @@ See the `administration guide`_ for information about configuring the new
878878logging implemented in 0.8.0.
879879
880880
881- .. index:: upgrading ; 0.7.2 to 0.7.3
881+ .. index:: Upgrading ; 0.7.2 to 0.7.3
882882
883883Migrating from 0.7.2 to 0.7.3
884884=============================
@@ -893,7 +893,7 @@ define a new variable, ``STATIC_FILES`` which overrides this value for
893893static files.
894894
895895
896- .. index:: upgrading ; 0.7.0 to 0.7.2
896+ .. index:: Upgrading ; 0.7.0 to 0.7.2
897897
898898Migrating from 0.7.0 to 0.7.2
899899=============================
@@ -908,7 +908,7 @@ following to your tracker's ``config.py`` file::
908908 # choose their own in their settings.
909909 DEFAULT_TIMEZONE = 0 # specify as numeric hour offest
910910
911- .. index:: upgrading ; 0.7.0 to 0.7.1
911+ .. index:: Upgrading ; 0.7.0 to 0.7.1
912912
913913Migrating from 0.7.0 to 0.7.1
914914=============================
@@ -938,7 +938,7 @@ next to the existing ``'User'`` lines for the Permissions you wish to
938938assign to the anonymous user.
939939
940940
941- .. index:: upgrading ; versions earlier than 0.7
941+ .. index:: Upgrading ; versions earlier than 0.7
942942
943943Migrating from 0.6 to 0.7
944944=========================
0 commit comments