Modify ↓
Opened 4 years ago
Closed 4 years ago
#13857 closed enhancement (fixed)
Create an admin page for ''trac.ini'' settings
Reported by: | Cinc-th | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
It is possible to adjust the behaviour of the plugin by setting configuration options in trac.ini:
[simple-multi-project] milestone_without_project = True single_project_milestones = True version_without_project = True single_project_versions = True tickets_without_project = True
Changes
To make configuration easier a new admin page should be created for the hidden settings.
Some additional information for each setting should be available using e.g. <p class="help">Description</p>
Attachments (0)
Change History (5)
comment:1 Changed 4 years ago by
comment:5 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Admin panel uses Jinja2 when running Trac 1.4.
Note: See
TracTickets for help on using
tickets.
In 18021: