@@ -48,12 +48,12 @@ General steps:
4848
4949Recent release notes have the following labels:
5050
51- * required - Roundup will not work properly if these steps are not done
52- * recommended - Roundup will still work, but these steps can cause
53- security or stability issues if not done.
54- * optional - new features or changes to existing features you might
55- want to use
56- * info - important possibly visible changes in how things operate
51+ * required - Roundup will not work properly if these steps are not done
52+ * recommended - Roundup will still work, but these steps can cause
53+ security or stability issues if not done.
54+ * optional - new features or changes to existing features you might
55+ want to use
56+ * info - important possibly visible changes in how things operate
5757
5858If you use virtual environments for your installation, you can run
5959trackers with different versions of Roundup. So you can have one tracker
@@ -537,10 +537,10 @@ Change passwords using crypt module (optional)
537537
538538The crypt module is being removed from the standard library. Any
539539stored password using crypt encoding will fail to verify once the
540- crypt module is removed (expected in Python 3.13 see
541- pep-0594). Automatic migration of passwords (if enabled in config.ini)
542- re-encrypts old passwords using something other than crypt if a user
543- logs in using the web interface.
540+ crypt module is removed (expected in Python 3.13 see `pep-0594
541+ <https://peps.python.org/ pep-0594/>`_ ). Automatic migration of
542+ passwords (if enabled in config.ini) re-encrypts old passwords using
543+ something other than crypt if a user logs in using the web interface.
544544
545545You can find users with passwords still encrypted using crypt by
546546running::
@@ -593,7 +593,7 @@ in your TAL based templates. The ``jinja2`` based templates are
593593missing this file, but if you implemented one you want to surround the
594594jinja2 code with::
595595
596- {% if context.is_view_ok () %}
596+ {% if context.is_edit_ok () %}
597597 <submit button code here>
598598 {% endif %}
599599
@@ -1256,6 +1256,8 @@ content.
12561256See: https://sourceforge.net/p/roundup/mailman/message/35763294/
12571257for the initial discussion of the issue.
12581258
1259+ .. _cross site request forgery detection added:
1260+
12591261Cross Site Request Forgery Detection Added (recommended)
12601262--------------------------------------------------------
12611263
0 commit comments