@@ -1159,7 +1159,7 @@ will take longer but may be worth trying if the ``exporttables`` and
1159
1159
Another way that should be faster, but is untested is to use mysql
1160
1160
dump to dump the database.
1161
1161
https://makandracards.com/makandra/595-dumping-and-importing-from-to-mysql-in-an-utf-8-safe-way
1162
- recommends::
1162
+ recommends:
1163
1163
1164
1164
Note that when your MySQL server is not set to UTF-8 you need to do
1165
1165
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
1238
1238
tracker's html directory, you *must* set this to 0. Otherwise you will
1239
1239
see the error:
1240
1240
1241
+ .. code-block:: text
1242
+
1241
1243
Form is corrupted, missing: opaqueregister.
1242
1244
1243
1245
If set to 0, the rate limit check is disabled.
@@ -1630,6 +1632,8 @@ Errors and Troubleshooting - AttributeError list object no attribute value
1630
1632
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1631
1633
If you get an error:
1632
1634
1635
+ .. code-block:: text
1636
+
1633
1637
AttributeError: 'list' object has no attribute 'value'
1634
1638
1635
1639
in handle_csrf, you have more than one @csrf token for the form. This
@@ -2150,7 +2154,7 @@ not need it.
2150
2154
Changes to property permissions
2151
2155
-------------------------------
2152
2156
2153
- If you create a permission:
2157
+ If you create a permission::
2154
2158
2155
2159
db.security.addPermission(name='View', klass='user',
2156
2160
properties=['theme'], check=own_record,
@@ -2177,7 +2181,7 @@ user expects to see the results of the query. But now that
2177
2181
the code properly checks for duplicate search names, the user should
2178
2182
stay on the search page if there is an error. To add this to your
2179
2183
existing issue.search.html page, add the following line after the
2180
- hidden field @old-queryname:
2184
+ hidden field `` @old-queryname``: :
2181
2185
2182
2186
<input type="hidden" name="@template" value="index|search"/>
2183
2187
0 commit comments