Issue 2550930
Created on 2016-10-26 11:17 by ber, last changed 2018-12-11 14:30 by ThomasAH.
msg5916 |
Author: [hidden] (ber) |
Date: 2016-10-26 11:17 |
|
Because the classic template is most complete,
I suggest to add support for the local_replace.py
extension to it.
Here is a patch doing so.
(And I am also adding an example for a more advanced local_replace.py)
|
msg6306 |
Author: [hidden] (ThomasAH) |
Date: 2018-12-11 14:17 |
|
The patches add functionality to the extensions directory and
additionally makes this extension required by using it in the html
templates.
If it is required by the classic template, I'd rather see it integrated
into the core.
Additionally the configuration for the extension will happen in the
extension itself. Having a configuration mechanism similar to
schema.py or interfaces.py (in the tracker root directory, in the case
of interfaces.py even an optional file) might be preferable.
|
msg6307 |
Author: [hidden] (ThomasAH) |
Date: 2018-12-11 14:30 |
|
One additional thought: Adding it as a default extension might be OK, if
the extension code and the configuration code can be separated and the
extension provides a sane default when running without further
configuration.
|
|
Date |
User |
Action |
Args |
2018-12-11 14:30:50 | ThomasAH | set | messages:
+ msg6307 |
2018-12-11 14:17:41 | ThomasAH | set | nosy:
+ ThomasAH messages:
+ msg6306 |
2016-10-26 11:19:40 | ber | set | files:
+ local_replace.py |
2016-10-26 11:18:15 | ber | set | components:
+ Web interface |
2016-10-26 11:17:58 | ber | set | versions:
+ devel |
2016-10-26 11:17:54 | ber | create | |
|