Skip to content

Commit 65b50f3

Browse files
committed
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).
1 parent fe5f88f commit 65b50f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/reference.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,10 +1368,8 @@ from this directory, at which point it calls ``init(instance)`` from
13681368
each file supplying itself as a first argument.
13691369

13701370
Note that at this point web interface is not loaded, but
1371-
extensions still can register actions for it in the tracker
1372-
instance. This may be fixed in Roundup 1.6 by introducing
1373-
``init_web(client)`` callback or a more flexible extension point
1374-
mechanism.
1371+
extensions can register actions for it in the tracker
1372+
instance.
13751373

13761374
* ``instance.registerUtil`` is used for adding `templating utilities`_
13771375
(see `adding a time log to your issues
@@ -1384,8 +1382,9 @@ mechanism.
13841382

13851383
* ``instance.registerAction`` is used to add more actions to the
13861384
instance and to web interface. See `Defining new web actions`_
1387-
for details. Generic action can be added by inheriting from
1388-
``action.Action`` instead of ``cgi.action.Action``.
1385+
for details. Generic action (used by xmlrpc or rest interfaces) can
1386+
be added by inheriting from ``action.Action`` instead of
1387+
``cgi.action.Action``.
13891388

13901389
.. _interfaces.py:
13911390
.. _modifying the core of Roundup:

0 commit comments

Comments
 (0)