File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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)
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)
Original file line number Diff line number Diff 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+
1627Migrating from 1.4.19 to 1.4.20
1728===============================
1829
You can’t perform that action at this time.
0 commit comments