Description

Implement mechanism to override default trac templates (#41)

Necessary changes cannot go always into the trac central repository.

Provide a mechanism to provide custom templates from within a plugin.

Changes

Change History

Changed 3 years ago by lazaridis_com

  • milestone changed from rework to <trac.ticket.model.Milestone object at 0x427e47ac>

Milestone rework deleted

Changed 3 years ago by lazaridis_com

(In [50]) re #41, no need to keep shared templates within repository, as they will not be modified

Changed 3 years ago by lazaridis_com

  • status changed from new to closed
  • resolution set to fixed

Changed 3 years ago by lazaridis_com

(In [48]) re #41, The template folder within the package gets preference over the shared templates. local templates still have the highest priority.