[Trac] Custom fields per component

2014-08-07 Thread Jojo R
Hi,

i want to display/valid someone field when i select specific component, 

anyone have good solution to do this ?

i google and found plugin DynamicFieldsPlugin, but this plugin have no 
function to do this.

someone know about for more useful to do my request ?

thanks for any ideal :(


-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: PostgreSQL - a straw poll

2014-08-07 Thread Greg Troxel

For what it's worth, I have been running several trac instances with
postgresql (on NetBSD) starting around late 2007.  Generally things have
been fine, and occasionally updating to a newer postgresql version has
exposed bugs in trac's SQL code, typically type sloppiness.

I have not tried subtickets, though.   We are using mastertickets but
using the blocked-by relation to mean subtickets, usually.



pgphs9mddJ9hW.pgp
Description: PGP signature


Re: [Trac] Custom fields per component

2014-08-07 Thread Ryan Ollos
On Wed, Aug 6, 2014 at 11:21 PM, Jojo R rjie...@gmail.com wrote:


 Hi,

 i want to display/valid someone field when i select specific component,

 anyone have good solution to do this ?

 i google and found plugin DynamicFieldsPlugin, but this plugin have no
 function to do this.

 someone know about for more useful to do my request ?

 thanks for any ideal :(



DynamicFieldsPlugin should be able to show/hide a field when a specific
Component is selected. Have you tried it?
http://trac-hacks.org/wiki/DynamicFieldsPlugin#Hiderule
http://trac-hacks.org/wiki/DynamicFieldsPlugin#Validaterule
Even though the Component field is not explicitly shown in the examples
does not mean that it doesn't work.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Question about next Trac 1.0.2 release

2014-08-07 Thread Martin Eden
Not wanting to nag. Just genuinely interested in whether this thread still 
reflects the current state of play. Is Trac 1.02 still blocked on getting 
the release process knowledge transferred?

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Question about next Trac 1.0.2 release

2014-08-07 Thread Ryan Ollos
On Thu, Aug 7, 2014 at 7:14 AM, Martin Eden martin.s.e...@gmail.com wrote:

 Not wanting to nag. Just genuinely interested in whether this thread still
 reflects the current state of play. Is Trac 1.02 still blocked on getting
 the release process knowledge transferred?


Current status is in:
https://groups.google.com/d/msg/trac-dev/l5YuG7DysOE/kSZNqG2BN_AJ

The release is coming along.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


回复: [Trac] Custom fields per component

2014-08-07 Thread jojo
Hi,  

my test case as following:

[ticket-custom]
test = select
test.label = Test
test.options = 1|2|3
test.order = 4
test.show_when_component= test
test.value =

the test field is invisible always :(

the show_when_type is useful in the same case...

BTW, my trac version is 1.0.1, and i test DynamicFieldsPlugin plugin
0.11 and 0.12 both, no one can set show_when_component.


Thanks,

- Jojo


在 2014年8月7日星期四,下午11:12,Ryan Ollos 写道:

  
  
  
 On Wed, Aug 6, 2014 at 11:21 PM, Jojo R rjie...@gmail.com 
 (mailto:rjie...@gmail.com) wrote:
   
  Hi,
   
  i want to display/valid someone field when i select specific component,   
   
  anyone have good solution to do this ?
   
  i google and found plugin DynamicFieldsPlugin, but this plugin have no 
  function to do this.
   
  someone know about for more useful to do my request ?  
   
  thanks for any ideal :(
  
  
 DynamicFieldsPlugin should be able to show/hide a field when a specific 
 Component is selected. Have you tried it?
 http://trac-hacks.org/wiki/DynamicFieldsPlugin#Hiderule
 http://trac-hacks.org/wiki/DynamicFieldsPlugin#Validaterule
 Even though the Component field is not explicitly shown in the examples does 
 not mean that it doesn't work.
 --  
 You received this message because you are subscribed to the Google Groups 
 Trac Users group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to trac-users+unsubscr...@googlegroups.com 
 (mailto:trac-users+unsubscr...@googlegroups.com).
 To post to this group, send email to trac-users@googlegroups.com 
 (mailto:trac-users@googlegroups.com).
 Visit this group at http://groups.google.com/group/trac-users.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.