comparison doc/upgrading.txt @ 4664:17197d6145cf

Add CHANGES.txt entry and instructions in upgrading.txt for issue2550765/a099ff2ceff3.
author Ezio Melotti <ezio.melotti@gmail.com>
date Thu, 27 Sep 2012 13:53:32 +0300
parents 519a22c1858b
children 23de24f57566
comparison
equal deleted inserted replaced
4663:519a22c1858b 4664:17197d6145cf
10 then you don't need to do anything. If you're upgrading from 0.5.6 to 10 then you don't need to do anything. If you're upgrading from 0.5.6 to
11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3"
12 steps. 12 steps.
13 13
14 .. contents:: 14 .. contents::
15
16 Migrating from 1.4.20 to 1.4.21
17 ===============================
18
19 The ``_generic.calendar.html`` page of the instance has been updated to include
20 ``<meta name="robots" content="noindex, nofollow" />``. This prevents
21 robots to follow all the links in the calendar. If you haven't modified the
22 page on your local instance, you can simply replace it with the one in
23 ``share/roundup/templates/classic/html/_generic.calendar.html``; if you did,
24 you can add the tag manually. See issue2550765 and changeset a099ff2ceff3.
25
15 26
16 Migrating from 1.4.19 to 1.4.20 27 Migrating from 1.4.19 to 1.4.20
17 =============================== 28 ===============================
18 29
19 Roundup used to allow certain HTML-Tags in OK- and Error-messages. Since 30 Roundup used to allow certain HTML-Tags in OK- and Error-messages. Since

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