You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: postgres user; wsgi default mode update; diff for task.index.html
Update docs for creating postgresql roundup user for database and
schema cases.
Reword wsgi performance improvement disabling doc and add request for
email if it needs to be disabled.
Add link to diff for changes to task.index.html.
It is also missing the ``solves`` field which is added to match the
294
301
schema.
295
302
303
+
`You can see the diff in the Sourceforge web interface <https://sourceforge.net/p/roundup/code/ci/54eb12cd3be143b079809795dcb2f813f75a691c/tree/share/roundup/templates/devel/html/task.index.html?diff=c95870b2bbab822def6066498a4ef8634e76e0b3>`_.
304
+
296
305
Use @current_user in Searches (optional)
297
306
----------------------------------------
298
307
@@ -335,12 +344,13 @@ should change it. `Details can be found in issue1525113
335
344
New PostgreSQL Settings (optional)
336
345
----------------------------------
337
346
338
-
With this release, you can specify a Postgresql database
339
-
schema to use. By default Roundup creates a database when
340
-
using ``roundup-admin init``. Setting the rdbms ``name``
341
-
keyword to ``roundup_database.roundup_schema`` will create
342
-
and use the ``roundup_schema`` in the pre-created
343
-
``roundup_database``.
347
+
With this release, you can specify a Postgresql database schema
348
+
to use. By default Roundup creates a database when using
349
+
``roundup-admin init``. Setting the rdbms ``name`` keyword to
350
+
``roundup_database.roundup_schema`` will create and use the
351
+
``roundup_schema`` in the pre-created ``roundup_database``. See
352
+
the `Roundup PostgreSQL documentation`_ for details on how to set
353
+
up the roles.
344
354
345
355
Also there is a new configuration keyword in the rdbms
346
356
section of ``config.ini``. The ``service`` keyword allows
@@ -1452,7 +1462,7 @@ Then import the dump. Removing ``SET NAMES`` should allow the import
1452
1462
to use UTF-8.
1453
1463
1454
1464
Please report success or issues with this conversion to the
1455
-
roundup-users AT lists.sourceforge.net mailing list.
1465
+
roundup-users at lists.sourceforge.net mailing list.
1456
1466
1457
1467
As people report successful or unsuccessful conversions, we will update
1458
1468
the errata page at: https://wiki.roundup-tracker.org/ReleaseErrata.
@@ -2573,6 +2583,7 @@ Migrating from older versions
2573
2583
See the `historical migration <upgrading-history.html>`_ document.
0 commit comments