RE: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Cooke, Mark
> 
> without turning the UI into something resembling a punchcard :-)
> 
> --Noah
> 
Thanks for that, brought a smile to my face first thing in the morning!

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Andy Baker
I agree, I'd also like to see multiple checkbox options and if I get the
chance (ho ho) I'll munge up a patch for that.

Unfortunately I don't have anything public facing that you can see, but if
you're super keen I guess I can knock something up.

On 21 October 2010 16:21, Dr. David Kirkby  wrote:

> On 10/21/10 08:08 AM, Andy Baker wrote:
>
>> We went the route of defining components as custom fields and then used
>> the
>> http://trac-hacks.org/wiki/MultiSelectCustomFieldsPatch
>>
>
> Can you show an example page where this is implemented?
>
> Is this likely to be in the next release of trac? It seems a very useful
> addition to me.
>
> Dave
>
>
>> On 21 October 2010 01:04, David Kirkby  wrote:
>>
>>  We use trac for Sage. An example is here.
>>>
>>> http://trac.sagemath.org/sage_trac/ticket/10123
>>>
>>> We have an item "Component" but very often something belongs in more
>>> than one component. For example if something related to "elliptic
>>> curves" fails a test on Solaris, then it should really be in 3
>>> categories
>>>
>>>  * Elliptic curves
>>>  * Doctests
>>>  * Solaris
>>>
>>> But with a pull-down this is not possible. Can trac be configured
>>> another way to allow this?
>>>
>>> Dave
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Trac Users" group.
>>> To post to this group, send email to trac-us...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> trac-users+unsubscr...@googlegroups.com
>>> 
>>> >
>>>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/trac-users?hl=en.
>>>
>>>
>>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> trac-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Andy Baker
I hear what you're saying Noah, but the key word is "usually". When it comes
to something like a component the chances are that the requirement is to be
100% accurate. If the keywords were pre-defined and selectable then that
might work.

On 21 October 2010 18:07, Noah Kantrowitz  wrote:

>
> On Oct 21, 2010, at 10:00 AM, Dr. David Kirkby wrote:
>
>  On 10/21/10 05:35 PM, Noah Kantrowitz wrote:
>>
>>> That sounds like it would be more of a place to use tags via the
>>> keywords field.
>>>
>>> --Noah
>>>
>>
>> In an idealised world that would work, but in practice it will not. People
>> will chose lots of different keywords, and finding things from them is
>> difficult.
>>
>> Different people might write "documentation test", "test", "doc test",
>> "doc-test" or any other combination of characters they chose. Having well
>> defined categories is nice, but one needs to be able to put certain bug
>> issues into multiple categories.
>>
>
> http://trac-hacks.org/wiki/KeywordSuggestPlugin will usually fix that
> without turning the UI into something resembling a punchcard :-)
>
> --Noah
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> trac-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Noah Kantrowitz


On Oct 21, 2010, at 10:00 AM, Dr. David Kirkby wrote:


On 10/21/10 05:35 PM, Noah Kantrowitz wrote:

That sounds like it would be more of a place to use tags via the
keywords field.

--Noah


In an idealised world that would work, but in practice it will not.  
People will chose lots of different keywords, and finding things  
from them is difficult.


Different people might write "documentation test", "test", "doc  
test", "doc-test" or any other combination of characters they chose.  
Having well defined categories is nice, but one needs to be able to  
put certain bug issues into multiple categories.


http://trac-hacks.org/wiki/KeywordSuggestPlugin will usually fix that  
without turning the UI into something resembling a punchcard :-)


--Noah

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Dr. David Kirkby

On 10/21/10 05:35 PM, Noah Kantrowitz wrote:

That sounds like it would be more of a place to use tags via the
keywords field.

--Noah


In an idealised world that would work, but in practice it will not. People will 
chose lots of different keywords, and finding things from them is difficult.


Different people might write "documentation test", "test", "doc test", 
"doc-test" or any other combination of characters they chose. Having well 
defined categories is nice, but one needs to be able to put certain bug issues 
into multiple categories.


Dave


On Oct 20, 2010, at 5:04 PM, David Kirkby wrote:


We use trac for Sage. An example is here.

http://trac.sagemath.org/sage_trac/ticket/10123

We have an item "Component" but very often something belongs in more
than one component. For example if something related to "elliptic
curves" fails a test on Solaris, then it should really be in 3
categories

* Elliptic curves
* Doctests
* Solaris

But with a pull-down this is not possible. Can trac be configured
another way to allow this?

Dave

--
You received this message because you are subscribed to the Google
Groups "Trac Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.





--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Noah Kantrowitz
That sounds like it would be more of a place to use tags via the  
keywords field.


--Noah

On Oct 20, 2010, at 5:04 PM, David Kirkby wrote:


We use trac for Sage. An example is here.

http://trac.sagemath.org/sage_trac/ticket/10123

We have an item "Component" but very often something belongs in more
than one component. For example if something related to "elliptic
curves" fails a test on Solaris, then it should really be in 3
categories

* Elliptic curves
* Doctests
* Solaris

But with a pull-down this is not possible. Can trac be configured
another way to allow this?

Dave

--
You received this message because you are subscribed to the Google  
Groups "Trac Users" group.

To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en 
.




--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Dr. David Kirkby

On 10/21/10 08:08 AM, Andy Baker wrote:

We went the route of defining components as custom fields and then used the
http://trac-hacks.org/wiki/MultiSelectCustomFieldsPatch


Can you show an example page where this is implemented?

Is this likely to be in the next release of trac? It seems a very useful 
addition to me.


Dave



On 21 October 2010 01:04, David Kirkby  wrote:


We use trac for Sage. An example is here.

http://trac.sagemath.org/sage_trac/ticket/10123

We have an item "Component" but very often something belongs in more
than one component. For example if something related to "elliptic
curves" fails a test on Solaris, then it should really be in 3
categories

  * Elliptic curves
  * Doctests
  * Solaris

But with a pull-down this is not possible. Can trac be configured
another way to allow this?

Dave

--
You received this message because you are subscribed to the Google Groups
"Trac Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to
trac-users+unsubscr...@googlegroups.com
.
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.






--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Can "component" be a tick box, not a pull-down?

2010-10-21 Thread Andy Baker
We went the route of defining components as custom fields and then used the
http://trac-hacks.org/wiki/MultiSelectCustomFieldsPatch

On 21 October 2010 01:04, David Kirkby  wrote:

> We use trac for Sage. An example is here.
>
> http://trac.sagemath.org/sage_trac/ticket/10123
>
> We have an item "Component" but very often something belongs in more
> than one component. For example if something related to "elliptic
> curves" fails a test on Solaris, then it should really be in 3
> categories
>
>  * Elliptic curves
>  * Doctests
>  * Solaris
>
> But with a pull-down this is not possible. Can trac be configured
> another way to allow this?
>
> Dave
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> trac-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.