Skip to content

Commit d283521

Browse files
committed
Add CHANGES.txt entry and instructions in upgrading.txt for issue2550765/a099ff2ceff3.
1 parent e09e6b4 commit d283521

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Fixed:
2222

2323
- issue2550765: Don't show links in calendar that will fail.
2424
Found and fixed by C�dric Krier. (Bernhard)
25+
- issue2550765: use <meta name="robots" content="noindex, nofollow"> in the
26+
_generic.calendar.html to prevent robots to follow all the links in the
27+
calendar. (Ezio Melotti)
2528
- "BaseException.with_traceback" is not available on Python 2, so use
2629
"raise E, V, T" instead of "raise E(V).with_traceback(T)". This change was
2730
originally introduced in 74476eaac38a. (Ezio Melotti)
@@ -33,7 +36,7 @@ Fixed:
3336
(Thomas Arendsen Hein)
3437
- issue2550762 Minor Documentation fix in doc/developers.txt, thanks
3538
to W. Trevor King. (Bernhard Reiter)
36-
- issue2550766: Minor formatting issues in the docs for date properties,
39+
- issue2550766: Minor formatting issues in the docs for date properties,
3740
thanks John Kristensen. (Bernhard Reiter)
3841
- issue2550738: Fixes for various documentation typoes,
3942
thanks Nathan Russell. (John Kristensen)

doc/upgrading.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ steps.
1313

1414
.. contents::
1515

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+
26+
1627
Migrating from 1.4.19 to 1.4.20
1728
===============================
1829

0 commit comments

Comments
 (0)