diff doc/upgrading.txt @ 7343:955a4efe9cbc

Typo fix in example; formatting fix for priorty labels also add link for pep-0594
author John Rouillard <rouilj@ieee.org>
date Sun, 14 May 2023 13:06:46 -0400
parents 7321c0e6c53e
children 4be6434014ee
line wrap: on
line diff
--- a/doc/upgrading.txt	Sun May 14 12:02:19 2023 -0400
+++ b/doc/upgrading.txt	Sun May 14 13:06:46 2023 -0400
@@ -48,12 +48,12 @@
 
 Recent release notes have the following labels:
 
-   * required - Roundup will not work properly if these steps are not done
-   * recommended - Roundup will still work, but these steps can cause
-     security or stability issues if not done.
-   * optional - new features or changes to existing features you might
-     want to use
-   * info - important possibly visible changes in how things operate
+* required - Roundup will not work properly if these steps are not done
+* recommended - Roundup will still work, but these steps can cause
+  security or stability issues if not done.
+* optional - new features or changes to existing features you might
+  want to use
+* info - important possibly visible changes in how things operate
 
 If you use virtual environments for your installation, you can run
 trackers with different versions of Roundup. So you can have one tracker
@@ -537,10 +537,10 @@
 
 The crypt module is being removed from the standard library.  Any
 stored password using crypt encoding will fail to verify once the
-crypt module is removed (expected in Python 3.13 see
-pep-0594). Automatic migration of passwords (if enabled in config.ini)
-re-encrypts old passwords using something other than crypt if a user
-logs in using the web interface.
+crypt module is removed (expected in Python 3.13 see `pep-0594
+<https://peps.python.org/pep-0594/>`_). Automatic migration of
+passwords (if enabled in config.ini) re-encrypts old passwords using
+something other than crypt if a user logs in using the web interface.
 
 You can find users with passwords still encrypted using crypt by
 running::
@@ -593,7 +593,7 @@
 missing this file, but if you implemented one you want to surround the
 jinja2 code with::
 
-  {% if context.is_view_ok() %}
+  {% if context.is_edit_ok() %}
     <submit button code here>
   {% endif %}
 
@@ -1256,6 +1256,8 @@
 See: https://sourceforge.net/p/roundup/mailman/message/35763294/
 for the initial discussion of the issue.
 
+.. _cross site request forgery detection added:
+
 Cross Site Request Forgery Detection Added (recommended)
 --------------------------------------------------------
 

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