Opened 16 years ago

Last modified 13 years ago

#3868 closed enhancement

[Patch] Use new configuration API — at Version 6

Reported by: Dave Owned by: scratcher
Priority: normal Component: KeywordSuggestPlugin
Severity: normal Keywords:
Cc: Dave Trac Release: 0.11

Description (last modified by Ryan J Ollos)

I modified this plugin to use the new(ish) Option, BoolOption, etc. API so that I could modify the keywords from the admin panel with IniAdminPlugin.

I based it on r4357.

It is worth noting that I slightly modified the help page url to be fully qualified URL as it was coming up as http://blah/trac/ticket/wiki/TicketKeywords.

Change History (7)

Changed 16 years ago by Dave

Attachment: keywordsuggest.py added

Modified keywordsuggest.py to use new configuration api

comment:1 Changed 16 years ago by Dave

Cc: Dave added; anonymous removed

comment:2 Changed 15 years ago by phaidros

I tried the patched keywordsuggest.py, but the options don't show up in the IniAdminPlugin. I'm using trac 0.11.1 release.

comment:3 Changed 15 years ago by Dave

I'm also on Trac 0.11.1. I'm using IniAdminPlugin r3915, if that's any help.

I didn't do anything out of the ordinary to get it to work, just recompiled TracKeywordSuggest-0.2-py2.5.egg, shoved it in /path/to/trac/plugins and reloaded apache.

comment:4 Changed 15 years ago by phaidros

thanks daveappendix! with suggested version of iniadmin (r3915) it works.

comment:5 Changed 13 years ago by Ryan J Ollos

Summary: Patch to use new configuration API[Patch] Use new configuration API

comment:6 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.