Is it sufficient to comment out the line "install_requires = ['TracWebAdmin']," to remove the dependency to the TracWebAdmin when using Trac0.11, which already include this feature in the trunk ?
I commented it out, it loaded with no error nor warnings, but it doesn't seem to work. In my example, I added 5 custom fields (test_one to test_five), and set the following in the trac.ini: [condfields] include_standard = false defect = test_one, test_two When creating a new ticket with type "defect", I expect to view only the two fields test_one and test_two, but it is not the case. Is it a wrong interpretation ? Or can't it work really so in Trac0.11 ? I tried the same manipulation on HideVals plugin, but I don't understand the configuration explained at http://trac-hacks.org/wiki/HideValsPlugin [no example] noclue= billable,hours,totalhours,estimatedhours what is meant by [no example] ? is it a key word ? should it be replaced by something ? thanks for support gabriel On 10 avr, 19:50, David Starr <[EMAIL PROTECTED]> wrote: > > Hmm I'm running Trac 0.11 and it looks like this plugin is for > > 0.10 ... Maybe it needs to be updated. Still curious why it says it's > > still 'installed' > > Ok nevermind.. dumb mistake :P Too bad it's only for 0.10 ... > > > Also, is there any way to get a multiple option select list attribute? > > Currently select seems to only be a drop down/one-liner. > > > I've considered using a bunch of checkboxes to get this effect, but > > there seems to be no way to group them (like with a fieldset). > > Still wondering if anyone has any ideas here. > > -D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
