@@ -73,7 +73,7 @@ If you are using the xml-rpc interface, there is a change
73
73
in the future.
74
74
75
75
76
- .. index:: upgrading ; 1.4.19 to 1.4.20
76
+ .. index:: Upgrading ; 1.4.19 to 1.4.20
77
77
78
78
Migrating from 1.4.19 to 1.4.20
79
79
===============================
@@ -101,7 +101,7 @@ the templates shipped with roundup did not use HTML tags in messages for
101
101
highlighting.
102
102
103
103
104
- .. index:: upgrading ; 1.4.17 to 1.4.18
104
+ .. index:: Upgrading ; 1.4.17 to 1.4.18
105
105
106
106
Migrating from 1.4.17 to 1.4.18
107
107
===============================
@@ -144,7 +144,7 @@ you will set this using
144
144
145
145
roundup-admin -i /path/to/your/tracker set issue42 files=5,17,23
146
146
147
- .. index:: upgrading ; 1.4.x to 1.4.17
147
+ .. index:: Upgrading ; 1.4.x to 1.4.17
148
148
149
149
Migrating from 1.4.x to 1.4.17
150
150
==============================
@@ -205,7 +205,7 @@ search for this property::
205
205
print(" roles may search:", ', '.join(roles))
206
206
207
207
208
- .. index:: upgrading ; 1.4.x to 1.4.12
208
+ .. index:: Upgrading ; 1.4.x to 1.4.12
209
209
210
210
Migrating from 1.4.x to 1.4.12
211
211
==============================
@@ -255,7 +255,7 @@ If you have made local changes to those files you'll need to manually work
255
255
the differences in to your versions or ignore the changes.
256
256
257
257
258
- .. index:: upgrading ; 1.4.x to 1.4.11
258
+ .. index:: Upgrading ; 1.4.x to 1.4.11
259
259
260
260
Migrating from 1.4.x to 1.4.11
261
261
==============================
@@ -318,7 +318,7 @@ the ``_generic.index.html`` template from the roundup distribution in
318
318
``share/roundup/templates/classic/html`` to your tracker's ``html`` directory.
319
319
320
320
321
- .. index:: upgrading ; 1.4.x to 1.4.9
321
+ .. index:: Upgrading ; 1.4.x to 1.4.9
322
322
323
323
Migrating from 1.4.x to 1.4.9
324
324
=============================
@@ -377,7 +377,7 @@ in section `Migrating from 1.4.x to 1.4.7`_.
377
377
Make sure the change is done as listed below in this document.
378
378
379
379
380
- .. index:: upgrading ; 1.4.x to 1.4.7
380
+ .. index:: Upgrading ; 1.4.x to 1.4.7
381
381
382
382
Migrating from 1.4.x to 1.4.7
383
383
=============================
@@ -459,7 +459,7 @@ tracker's ``config.ini`` file:
459
459
460
460
461
461
462
- .. index:: upgrading ; 1.4.2 to 1.4.3
462
+ .. index:: Upgrading ; 1.4.2 to 1.4.3
463
463
464
464
Migrating from 1.4.2 to 1.4.3
465
465
=============================
@@ -473,7 +473,7 @@ the same spec except the key column name needs a size. So an index on
473
473
"_user (__retired, _name)" should become "_user (__retired, _name(255))".
474
474
475
475
476
- .. index:: upgrading ; 1.4.x to 1.4.2
476
+ .. index:: Upgrading ; 1.4.x to 1.4.2
477
477
478
478
Migrating from 1.4.x to 1.4.2
479
479
=============================
@@ -494,7 +494,7 @@ or are using anydbm).
494
494
It's safe to run this even if it's not required, so just get into the
495
495
habit.
496
496
497
- .. index:: upgrading ; 1.3.3 to 1.4.0
497
+ .. index:: Upgrading ; 1.3.3 to 1.4.0
498
498
499
499
Migrating from 1.3.3 to 1.4.0
500
500
=============================
@@ -530,7 +530,7 @@ username, password, and database name can all be found in the
530
530
can run the SQL commands using the native client interface: ``psql``
531
531
(postgres), ``mysql`` (MySQL), or ``sqlite3`` (SQLite).
532
532
533
- .. index:: upgrading ; 1.2.x to 1.3.0
533
+ .. index:: Upgrading ; 1.2.x to 1.3.0
534
534
535
535
Migrating from 1.2.x to 1.3.0
536
536
=============================
@@ -543,7 +543,7 @@ were changed to fix some bugs and clean them up. You may wish to compare
543
543
them to the HTML files in your tracker and apply any changes.
544
544
545
545
546
- .. index:: upgrading ; 1.1.2 to 1.2.0
546
+ .. index:: Upgrading ; 1.1.2 to 1.2.0
547
547
548
548
Migrating from 1.1.2 to 1.2.0
549
549
=============================
@@ -576,7 +576,7 @@ lists. This is reflected in several places:
576
576
changes. See the example in the classic template which makes use of
577
577
``batch.propchanged``.
578
578
579
- .. index:: upgrading ; 1.1.0 to 1.1.1
579
+ .. index:: Upgrading ; 1.1.0 to 1.1.1
580
580
581
581
Migrating from 1.1.0 to 1.1.1
582
582
=============================
@@ -608,7 +608,7 @@ If you implemented the "clear this message" in your 1.1.0 tracker, then you
608
608
should change it to the above and it will work much better!
609
609
610
610
611
- .. index:: upgrading ; 1.0.x to 1.1.0
611
+ .. index:: Upgrading ; 1.0.x to 1.1.0
612
612
613
613
Migrating from 1.0.x to 1.1.0
614
614
=============================
@@ -661,7 +661,7 @@ to be::
661
661
</p>
662
662
663
663
664
- .. index:: upgrading ; 0.8.x to 1.0
664
+ .. index:: Upgrading ; 0.8.x to 1.0
665
665
666
666
Migrating from 0.8.x to 1.0
667
667
===========================
@@ -703,7 +703,7 @@ so it looks like::
703
703
for cl in 'issue', 'file', 'msg', 'keyword':
704
704
705
705
706
- .. index:: upgrading ; 0.8.0 to 0.8.3
706
+ .. index:: Upgrading ; 0.8.0 to 0.8.3
707
707
708
708
Migrating from 0.8.0 to 0.8.3
709
709
=============================
@@ -720,7 +720,7 @@ If you have modified the ``nosyreaction.py`` file from the standard
720
720
version, you will need to roll your changes into the new file.
721
721
722
722
723
- .. index:: upgrading ; 0.7.1 to 0.8.0
723
+ .. index:: Upgrading ; 0.7.1 to 0.8.0
724
724
725
725
Migrating from 0.7.1 to 0.8.0
726
726
=============================
@@ -878,7 +878,7 @@ See the `administration guide`_ for information about configuring the new
878
878
logging implemented in 0.8.0.
879
879
880
880
881
- .. index:: upgrading ; 0.7.2 to 0.7.3
881
+ .. index:: Upgrading ; 0.7.2 to 0.7.3
882
882
883
883
Migrating from 0.7.2 to 0.7.3
884
884
=============================
@@ -893,7 +893,7 @@ define a new variable, ``STATIC_FILES`` which overrides this value for
893
893
static files.
894
894
895
895
896
- .. index:: upgrading ; 0.7.0 to 0.7.2
896
+ .. index:: Upgrading ; 0.7.0 to 0.7.2
897
897
898
898
Migrating from 0.7.0 to 0.7.2
899
899
=============================
@@ -908,7 +908,7 @@ following to your tracker's ``config.py`` file::
908
908
# choose their own in their settings.
909
909
DEFAULT_TIMEZONE = 0 # specify as numeric hour offest
910
910
911
- .. index:: upgrading ; 0.7.0 to 0.7.1
911
+ .. index:: Upgrading ; 0.7.0 to 0.7.1
912
912
913
913
Migrating from 0.7.0 to 0.7.1
914
914
=============================
@@ -938,7 +938,7 @@ next to the existing ``'User'`` lines for the Permissions you wish to
938
938
assign to the anonymous user.
939
939
940
940
941
- .. index:: upgrading ; versions earlier than 0.7
941
+ .. index:: Upgrading ; versions earlier than 0.7
942
942
943
943
Migrating from 0.6 to 0.7
944
944
=========================
0 commit comments