@@ -1159,7 +1159,7 @@ will take longer but may be worth trying if the ``exporttables`` and
11591159Another way that should be faster, but is untested is to use mysql
11601160dump to dump the database.
11611161https://makandracards.com/makandra/595-dumping-and-importing-from-to-mysql-in-an-utf-8-safe-way
1162- recommends::
1162+ recommends:
11631163
11641164 Note that when your MySQL server is not set to UTF-8 you need to do
11651165 mysqldump --default-character-set=latin1 (!) to get a correctly
@@ -1238,6 +1238,8 @@ If you do not modify the ``user.register.html`` template in your
12381238tracker's html directory, you *must* set this to 0. Otherwise you will
12391239see the error:
12401240
1241+ .. code-block:: text
1242+
12411243 Form is corrupted, missing: opaqueregister.
12421244
12431245If set to 0, the rate limit check is disabled.
@@ -1630,6 +1632,8 @@ Errors and Troubleshooting - AttributeError list object no attribute value
16301632~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16311633If you get an error:
16321634
1635+ .. code-block:: text
1636+
16331637 AttributeError: 'list' object has no attribute 'value'
16341638
16351639in handle_csrf, you have more than one @csrf token for the form. This
@@ -2150,7 +2154,7 @@ not need it.
21502154Changes to property permissions
21512155-------------------------------
21522156
2153- If you create a permission:
2157+ If you create a permission::
21542158
21552159 db.security.addPermission(name='View', klass='user',
21562160 properties=['theme'], check=own_record,
@@ -2177,7 +2181,7 @@ user expects to see the results of the query. But now that
21772181the code properly checks for duplicate search names, the user should
21782182stay on the search page if there is an error. To add this to your
21792183existing issue.search.html page, add the following line after the
2180- hidden field @old-queryname:
2184+ hidden field `` @old-queryname``: :
21812185
21822186 <input type="hidden" name="@template" value="index|search"/>
21832187
0 commit comments