Mercurial > p > roundup > code
diff CHANGES.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 | 9f507a042c1b |
| children | d7ac6c7bc371 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Sep 27 13:48:33 2012 +0300 +++ b/CHANGES.txt Thu Sep 27 13:53:32 2012 +0300 @@ -22,6 +22,9 @@ - issue2550765: Don't show links in calendar that will fail. Found and fixed by Cédric Krier. (Bernhard) +- issue2550765: use <meta name="robots" content="noindex, nofollow"> in the + _generic.calendar.html to prevent robots to follow all the links in the + calendar. (Ezio Melotti) - "BaseException.with_traceback" is not available on Python 2, so use "raise E, V, T" instead of "raise E(V).with_traceback(T)". This change was originally introduced in 74476eaac38a. (Ezio Melotti) @@ -33,7 +36,7 @@ (Thomas Arendsen Hein) - issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King. (Bernhard Reiter) -- issue2550766: Minor formatting issues in the docs for date properties, +- issue2550766: Minor formatting issues in the docs for date properties, thanks John Kristensen. (Bernhard Reiter) - issue2550738: Fixes for various documentation typoes, thanks Nathan Russell. (John Kristensen)
