File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 thanks John Kristensen. (Bernhard Reiter)
4444- issue2550738: Fixes for various documentation typoes,
4545 thanks Nathan Russell. (John Kristensen)
46- - issue2550756: Fix ` oder' typo in mailer.Mailer.bounce_message docstring,
46+ - issue2550756: Fix " oder" typo in mailer.Mailer.bounce_message docstring,
4747 thanks W. Trevor King (John Kristensen)
4848- Fix basic authentication: instatiating the login action would fail if
4949 the user is not set. We now first set the user to anonymous and then
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ preventing non-admin users from accessing:
3131Issues
3232======
3333
34- 1. The current implementation is ad-hoc, and not complete for all ` use cases`_ .
34+ 1. The current implementation is ad-hoc, and not complete for all use cases.
35352. Currently it is not possible to allow submission of issues through email
3636 but restrict those users from accessing the web interface.
37373. Only one user may perform admin functions.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Extending Roundup
104104=================
105105
106106To write extension code for Roundup you place a file in the tracker home
107- ``extensions`` directory. See the `customisation documentation`_ for more
107+ ``extensions`` directory. See the `customization documentation`_ for more
108108information about how this is done.
109109
110110
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ There are two ways to access the xmlrpc interface:
1919
2020
2121stand alone roundup-xmlrpc-server
22- ---------------------
22+ ---------------------------------
2323The Roundup XML-RPC standalone server must be started before remote clients can access the
2424tracker via XML-RPC. ``roundup-xmlrpc-server`` is installed in the scripts
2525directory alongside ``roundup-server`` and roundup-admin``. When invoked, the
You can’t perform that action at this time.
0 commit comments