Modify ↓
Opened 16 years ago
Last modified 5 years ago
#6658 new enhancement
Different config key in current releases
| Reported by: | Stefan Wallentowitz | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | HtGroupEditorPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Steffen Hoffmann | Trac Release: | 0.11 |
Description
Hi,
if I install Trac 0.11 and copy the authz_policy.py as suggested here, the keys generated by the plugin administration in trac.ini look like:
authz_policy.* = enabled authz_policy.authzpolicy = enabled
and not as required by this plugin, that looks for authzpolicy.authz_policy.authzpolicy.
The applied patch works for both keys, but not if only authz_policy.* is given!
Attachments (1)
Change History (3)
Changed 16 years ago by
| Attachment: | newconfigkey.patch added |
|---|
comment:1 Changed 12 years ago by
| Cc: | Steffen Hoffmann added; anonymous removed |
|---|---|
| Owner: | changed from robert_martin to Ryan J Ollos |
| Status: | new → assigned |
I've seen examples of how to properly check if a component is enabled in the Bloodhound project and in some of hasienda's plugins. I'll have to dig around.
comment:2 Changed 5 years ago by
| Owner: | Ryan J Ollos deleted |
|---|---|
| Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.



Patch to enable different config keys