Skip to content

Commit 24a02d4

Browse files
committed
Ading index entries.
1 parent 8fd363e commit 24a02d4

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

doc/upgrading.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,8 @@ your tracker if you wish. It will create a new file in the
10281028
current working directory called 'httpd.log' and will rotate
10291029
the log file at 500K and keep two old copies of the file.
10301030

1031+
.. index:: Upgrading; 1.5.0 to 1.5.1
1032+
10311033
Migrating from 1.5.0 to 1.5.1
10321034
=============================
10331035

@@ -1077,6 +1079,8 @@ vs.::
10771079
The new calls escape the passed string by default and avoid XSS security
10781080
issues.
10791081

1082+
.. index:: Upgrading; 1.4.20 to 1.4.21
1083+
10801084
Migrating from 1.4.20 to 1.4.21
10811085
===============================
10821086

@@ -1102,6 +1106,9 @@ If you are using the xml-rpc interface, there is a change
11021106
data to roundup for other handlers (e.g. REST, SOAP ...)
11031107
in the future.
11041108

1109+
1110+
.. index:: upgrading; 1.4.19 to 1.4.20
1111+
11051112
Migrating from 1.4.19 to 1.4.20
11061113
===============================
11071114

@@ -1128,6 +1135,8 @@ the templates shipped with roundup did not use HTML tags in messages for
11281135
highlighting.
11291136

11301137

1138+
.. index:: upgrading; 1.4.17 to 1.4.18
1139+
11311140
Migrating from 1.4.17 to 1.4.18
11321141
===============================
11331142

@@ -1169,6 +1178,8 @@ you will set this using
11691178

11701179
roundup-admin -i /path/to/your/tracker set issue42 files=5,17,23
11711180

1181+
.. index:: upgrading; 1.4.x to 1.4.17
1182+
11721183
Migrating from 1.4.x to 1.4.17
11731184
==============================
11741185

@@ -1228,6 +1239,8 @@ search for this property::
12281239
print(" roles may search:", ', '.join(roles))
12291240

12301241

1242+
.. index:: upgrading; 1.4.x to 1.4.12
1243+
12311244
Migrating from 1.4.x to 1.4.12
12321245
==============================
12331246

@@ -1276,6 +1289,8 @@ If you have made local changes to those files you'll need to manually work
12761289
the differences in to your versions or ignore the changes.
12771290

12781291

1292+
.. index:: upgrading; 1.4.x to 1.4.11
1293+
12791294
Migrating from 1.4.x to 1.4.11
12801295
==============================
12811296

@@ -1337,6 +1352,8 @@ the ``_generic.index.html`` template from the roundup distribution in
13371352
``share/roundup/templates/classic/html`` to your tracker's ``html`` directory.
13381353

13391354

1355+
.. index:: upgrading; 1.4.x to 1.4.9
1356+
13401357
Migrating from 1.4.x to 1.4.9
13411358
=============================
13421359

@@ -1394,6 +1411,8 @@ in section `Migrating from 1.4.x to 1.4.7`_.
13941411
Make sure the change is done as listed below in this document.
13951412

13961413

1414+
.. index:: upgrading; 1.4.x to 1.4.7
1415+
13971416
Migrating from 1.4.x to 1.4.7
13981417
=============================
13991418

@@ -1474,6 +1493,8 @@ tracker's ``config.ini`` file:
14741493

14751494

14761495

1496+
.. index:: upgrading; 1.4.2 to 1.4.3
1497+
14771498
Migrating from 1.4.2 to 1.4.3
14781499
=============================
14791500

@@ -1486,6 +1507,8 @@ the same spec except the key column name needs a size. So an index on
14861507
"_user (__retired, _name)" should become "_user (__retired, _name(255))".
14871508

14881509

1510+
.. index:: upgrading; 1.4.x to 1.4.2
1511+
14891512
Migrating from 1.4.x to 1.4.2
14901513
=============================
14911514

@@ -1504,6 +1527,8 @@ It's safe to run this even if it's not required, so just get into the
15041527
habit.
15051528

15061529

1530+
.. index:: upgrading; 1.3.3 to 1.4.0
1531+
15071532
Migrating from 1.3.3 to 1.4.0
15081533
=============================
15091534

@@ -1531,6 +1556,8 @@ following database indexes on the database by hand::
15311556
CREATE INDEX words_by_id ON __words (_textid);
15321557
CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop);
15331558

1559+
.. index:: upgrading; 1.2.x to 1.3.0
1560+
15341561
Migrating from 1.2.x to 1.3.0
15351562
=============================
15361563

@@ -1542,6 +1569,8 @@ were changed to fix some bugs and clean them up. You may wish to compare
15421569
them to the HTML files in your tracker and apply any changes.
15431570

15441571

1572+
.. index:: upgrading; 1.1.2 to 1.2.0
1573+
15451574
Migrating from 1.1.2 to 1.2.0
15461575
=============================
15471576

@@ -1573,6 +1602,8 @@ lists. This is reflected in several places:
15731602
changes. See the example in the classic template which makes use of
15741603
``batch.propchanged``.
15751604

1605+
.. index:: upgrading; 1.1.0 to 1.1.1
1606+
15761607
Migrating from 1.1.0 to 1.1.1
15771608
=============================
15781609

@@ -1603,6 +1634,8 @@ If you implemented the "clear this message" in your 1.1.0 tracker, then you
16031634
should change it to the above and it will work much better!
16041635

16051636

1637+
.. index:: upgrading; 1.0.x to 1.1.0
1638+
16061639
Migrating from 1.0.x to 1.1.0
16071640
=============================
16081641

@@ -1654,6 +1687,8 @@ to be::
16541687
</p>
16551688

16561689

1690+
.. index:: upgrading; 0.8.x to 1.0
1691+
16571692
Migrating from 0.8.x to 1.0
16581693
===========================
16591694

@@ -1694,6 +1729,8 @@ so it looks like::
16941729
for cl in 'issue', 'file', 'msg', 'keyword':
16951730

16961731

1732+
.. index:: upgrading; 0.8.0 to 0.8.3
1733+
16971734
Migrating from 0.8.0 to 0.8.3
16981735
=============================
16991736

@@ -1709,6 +1746,8 @@ If you have modified the ``nosyreaction.py`` file from the standard
17091746
version, you will need to roll your changes into the new file.
17101747

17111748

1749+
.. index:: upgrading; 0.7.1 to 0.8.0
1750+
17121751
Migrating from 0.7.1 to 0.8.0
17131752
=============================
17141753

@@ -1865,6 +1904,8 @@ See the `administration guide`_ for information about configuring the new
18651904
logging implemented in 0.8.0.
18661905

18671906

1907+
.. index:: upgrading; 0.7.2 to 0.7.3
1908+
18681909
Migrating from 0.7.2 to 0.7.3
18691910
=============================
18701911

@@ -1878,6 +1919,8 @@ define a new variable, ``STATIC_FILES`` which overrides this value for
18781919
static files.
18791920

18801921

1922+
.. index:: upgrading; 0.7.0 to 0.7.2
1923+
18811924
Migrating from 0.7.0 to 0.7.2
18821925
=============================
18831926

@@ -1891,6 +1934,7 @@ following to your tracker's ``config.py`` file::
18911934
# choose their own in their settings.
18921935
DEFAULT_TIMEZONE = 0 # specify as numeric hour offest
18931936

1937+
.. index:: upgrading; 0.7.0 to 0.7.1
18941938

18951939
Migrating from 0.7.0 to 0.7.1
18961940
=============================
@@ -1920,6 +1964,8 @@ next to the existing ``'User'`` lines for the Permissions you wish to
19201964
assign to the anonymous user.
19211965

19221966

1967+
.. index:: upgrading; versions earlier than 0.7
1968+
19231969
Migrating from 0.6 to 0.7
19241970
=========================
19251971

0 commit comments

Comments
 (0)