changeset 8475:bc3d3c54e1f0

doc: removed line referencing API change in 1.6 Removed sentence: This may be fixed in Roundup 1.6 by introducing ``init_web(client)`` callback or a more flexible extension point mechanism. as I think RegisterAction can be used for both cgi/html interface (action inherits from roundup.cgi.actions.Action) and rest/xmlrpc interface (action inherits from roundup.actions.Action).
author John Rouillard <rouilj@ieee.org>
date Sat, 08 Nov 2025 00:40:39 -0500
parents 5346abcf429e
children 93f9d8622111
files doc/reference.txt
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/reference.txt	Fri Nov 07 22:14:01 2025 -0500
+++ b/doc/reference.txt	Sat Nov 08 00:40:39 2025 -0500
@@ -1368,10 +1368,8 @@
 each file supplying itself as a first argument.
 
 Note that at this point web interface is not loaded, but
-extensions still can register actions for it in the tracker
-instance. This may be fixed in Roundup 1.6 by introducing
-``init_web(client)`` callback or a more flexible extension point
-mechanism.
+extensions can register actions for it in the tracker
+instance.
 
 * ``instance.registerUtil`` is used for adding `templating utilities`_
   (see `adding a time log to your issues
@@ -1384,8 +1382,9 @@
 
 * ``instance.registerAction`` is used to add more actions to the
   instance and to web interface. See `Defining new web actions`_
-  for details.  Generic action can be added by inheriting from
-  ``action.Action`` instead of ``cgi.action.Action``.
+  for details.  Generic action (used by xmlrpc or rest interfaces) can
+  be added by inheriting from ``action.Action`` instead of
+  ``cgi.action.Action``.
 
 .. _interfaces.py:
 .. _modifying the core of Roundup:

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