Re: 回复: [Trac] Custom fields per component

2014-08-11 Thread RjOllos
On Sunday, August 10, 2014 7:21:39 PM UTC-7, Jojo R wrote:

  Hi RjOllos,

 It's good way to check this issue :(

 and it's really conflicts problem with another plugin named 
 http://hg.haiku-os.org/trac-subcomponents; 

 Maybe i need to make a decision to choice one of the both :(

 Thanks,

 - Jojo


The issue should be fixable with a change to SubcomponentsPlugin. Please 
try out the patch in #11913 and we can continue the discussion in that 
ticket.

http://trac-hacks.org/ticket/11913 

-- 
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-10 Thread jojo
Hi RjOllos,

It's good way to check this issue :(

and it's really conflicts problem with another plugin named 
http://hg.haiku-os.org/trac-subcomponents;  

Maybe i need to make a decision to choice one of the both :(  

Thanks,

- Jojo


在 2014年8月9日星期六,上午1:21,RjOllos 写道:

 On Thursday, August 7, 2014 7:59:22 PM UTC-7, Jojo R wrote:
  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
  
 The configuration you've shown works for me on Trac 1.0.2dev, for both the 
 0.11 and 0.12 branches of DynamicFieldsPlugin.
  
 I suggest:
  - Try disabling all other plugins temporarily, there may be a conflict. If 
 it works with all plugins disabled, enable them one by one to discover the 
 plugin that DynamicFieldsPlugin conflicts with.
  - Look in the browser console for JavaScript errors.   
  
  
 --  
 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.


Re: 回复: [Trac] Custom fields per component

2014-08-08 Thread RjOllos
On Thursday, August 7, 2014 7:59:22 PM UTC-7, Jojo R wrote:

  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


The configuration you've shown works for me on Trac 1.0.2dev, for both the 
0.11 and 0.12 branches of DynamicFieldsPlugin.

I suggest:
 - Try disabling all other plugins temporarily, there may be a conflict. If 
it works with all plugins disabled, enable them one by one to discover the 
plugin that DynamicFieldsPlugin conflicts with.
 - Look in the browser console for JavaScript errors.  

-- 
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 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] 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.


回复: [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.


[Trac] Custom fields in a custim ticket query

2013-02-01 Thread Roger Oberholtzer
On trac 0.12.3, I am doing a custom ticket query. In that context,
custom ticket fields show up in everything - except the Group results
by item. Do I need to do anything to make them available there?


-- 
Roger Oberholtzer

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Custom Fields disabled

2010-01-03 Thread Alexander Wendland
Hello,

I've Problems with [trac-custom] fields.
All of the custom-fields are not editable in the New Ticket form, even 
as admin.
Is there a Solution?

Regards

Alex

--

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.




[Trac] custom fields

2009-06-08 Thread Dan Winslow
Are custom field values present in the the ticket[] list? If not is
there a custom_ticket[]? Else where can I get the value of a custom
field at ticket validation time.

 

Dan Winslow
Director of Information Technology, AIM INSTITUTE
1905 Harney Street, Suite 700
Omaha, NE 68102
402-345-5025 x156
dwins...@aiminstitute.org
www.aiminstitute.org

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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
-~--~~~~--~~--~--~---



[Trac] Custom fields and Web Admin

2009-01-05 Thread Emmanuel Blot

Hi,

I've not been through the long list of Trac plugins yet, but what
would be the best way to add an interface to define enumerated custom
field values to the /admin panel, so that these values can be
defined/added/removed the same way it is done for the default Trac
enumerated fields, such as version, priority and severity ?

TIA,
Manu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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
-~--~~~~--~~--~--~---



[Trac] Custom fields disappear after restarting apache

2008-10-27 Thread Iain Buchanan
Hi all,

I'm using a trac on a virtual machine setup by Agile42[1] (using Ubuntu 
7.10, Linux 2.6.22-14-server, Trac 0.10.4 with some plugins, using 
Apache to serve).  I administer a couple of other Tracs, so I'm fairly 
confident with playing around.

Just recently I wanted to add some custom ticket fields.  (I've done 
this before on a vanilla trac 0.11 using the tracd server, modified the 
reports, and everything's fine.)  I added the field like this:

[ticket-custom]
# ...
projectcode = select
projectcode.label = Project Code
projectcode.options = foo|Bar|baz

When I refresh a ticket, the field appears.  However when I restart 
apache (ie. after a system reboot), the field is no longer visible in 
the ticket page!  If I change the name (eg from projectcode to 
aprojectcode) the field appears again, until I restart apache, then it 
disappears!

I can see the change history showing when the custom field was changed, 
but the select box is not there.  The custom queries page always shows 
Project Code in the Add filter select box.

I can reproduce this reliably on 0.10.4, but not on 0.11.  I don't have 
a vanilla 0.10.4 (ie. no plugins) installed anywhere, but if you think 
this is worth trying, I'll install it.


Any hints / help would be appreciated!  I can't find much on google 
about this.  thanks!


[1] http://www.agile42.com/cms/pages/download/
-- 
Iain Buchanan iain at pcorp dot com dot au

I base my fashion taste on what doesn't itch.
-- Gilda Radner


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---

begin:vcard
fn:Iain Buchanan
n:Buchanan;Iain
email;internet:[EMAIL PROTECTED]
tel;work:+61 (0)8 8947 0933
x-mozilla-html:FALSE
version:2.1
end:vcard