[Trac] Re: Custom fields in a custim ticket query

2014-07-28 Thread RjOllos
On Friday, February 1, 2013 8:15:52 AM UTC-8, Roger Oberholtzer wrote:

 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? 


There are some restrictions on the type of field that can be used to group 
tickets (see code in link below for specifics), but otherwise Custom Fields 
appear in the Group By list from the testing I've done on 1.0-stable.

 
http://trac.edgewall.org/browser/branches/1.0-stable/trac/ticket/templates/query.html?rev=12660marks=201#L182

-- 
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: ***SPAM*** Re: ***SPAM*** [Trac] Re: Custom Fields disabled

2010-01-05 Thread Rowan
Glad you found the solution, (also glad it wasn't my plugin!) if you
can report a bug with the TicketExtPlugin by visiting this link
http://trac-hacks.org/query?status=%21closedcomponent=TicketExtPluginorder=priority
the owner can have a look (and if they don't I might if I have time).

Also you should add the track users list to your whitelist for your
spam filter, by the looks of the subject line your mail server is
running spam assassin or something similar, if you don't have the
ability to do it yourself contact your email provider.

~Rowan

On Jan 6, 11:25 am, Alexander Wendland mli...@phixom.de wrote:
 Hi,

 I've found the Solution.

 TicketExtPlugin-0.3.1_r0-py2.6.egg
 is the bad plugin.

 Now Trac is working correctly.

 Regards,

 Alex

 Rowan schrieb:



  Wow that's a lot of plugins and custom fields!

  I'd bet next months wages it's one of those plugins, disable them one
  by one until it starts to work how it should so we can pin point which
  one it is. Start with
  BlackMagicTicketTweaks-0.1-py2.6.egg
  Since that one's mine if it's breaking your installation I can fix
  it :).

  ~Rowan

  On Jan 5, 8:08 am, Alexander Wendland mli...@phixom.de wrote:

  Hello

  here are my ticket-custom section

  [ticket-custom]
  appcat = select
  appcat.format = wiki
  appcat.label = App Category
  appcat.options = |Uebungen|Kunden|Rechte/Rollen|Adminbereich
  appcat.order = 8
  appcat.value = 
  billable = checkbox
  billable.label = Billable?
  billable.order = 3
  billable.value = 1
  blockedby = text
  blockedby.format = plain
  blockedby.label = Blocked By
  blockedby.order = 0
  blockedby.value =.
  blocking = text
  blocking.format = plain
  blocking.label = Blocking
  blocking.order = 1
  blocking.value =.
  estimatedhours = text
  estimatedhours.format = plain
  estimatedhours.label = Estimated Number of Hours
  estimatedhours.order = 2
  estimatedhours.value = 0
  hours = text
  hours.format = plain
  hours.label = Add Hours to Ticket
  hours.order = 2
  hours.value = 0
  internal = checkbox
  internal.label = Internal?
  internal.order = 5
  internal.value = 0
  totalhours = text
  totalhours.format = plain
  totalhours.label = Total Hours
  totalhours.order = 4
  totalhours.value = 0

  I've installed following Plugins

  AutoUpgrade-0.1-py2.6.egg
  BlackMagicTicketTweaks-0.1-py2.6.egg
  CMTeknikTheme-1.0-py2.6.egg
  ComponentDependencyPlugin-0.1-py2.6.egg
  feedparser-4.1-py2.6.egg
  graphviz-0.7.6dev-py2.6.egg
  IniAdmin-0.2-py2.6.egg
  python_dateutil-1.4.1-py2.6.egg
  RoadmapHours-0.5-py2.6.egg
  simplejson-2.0.9-py2.6.egg
  TaskList-0.1.1-py2.6.egg
  TicketExtPlugin-0.3.1_r0-py2.6.egg
  TicketSidebarProvider-0.0-py2.6.egg
  timingandestimationplugin-0.8.8b-py2.6.egg
  TracAccountManager-0.2.1dev_r0-py2.6.egg
  TracBurndown-1.9.2-py2.6.egg
  TracCustomFieldAdmin-0.2.2-py2.6.egg
  TracGamedevTheme-2.0-py2.6.egg
  TracHoursPlugin-0.5.2-py2.6.egg
  TracMasterTickets-2.1.3-py2.6.egg
  tracreposearch-0.2-py2.6.egg
  TracScreenshots-0.7-py2.6.egg
  TracSQLHelper-0.2.1-py2.6.egg
  TracSVNAuthz-0.11.1.1-py2.6.egg
  TracThemeEngine-2.0-py2.6.egg
  TracTicketDelete-2.0-py2.6.egg
  TracTicketDepgraph-0.11-py2.6.egg
  TracTimeVisualizerPlugin-0.6-py2.6.egg
  TracWikiToPdfPlugin-2.3.1-py2.6.egg
  TracWysiwyg-0.2_r0-py2.6.egg
  TracXMLRPC-1.0.6-py2.6.egg
  WorkflowEditorPlugin-1.0.2_r0-py2.6.egg
  worklog-0.1-py2.6.egg

  I hope somone can help me?

  regards,

  Alex

  Rowan schrieb:

  They should be editable, can you post the contents of your [ticket-
  custom] settings in the trac.ini file (it should be ticket-custom not
  trac-custom)

  For example to add a text box with the word default as the default
  value and the label test field you would use something like the
  following

  [ticket-custom]
  test_one = text
  test_one.value = default
  test_one.label = test field
  test_one.field = plain

  Also what plugins do you have installed?

  ~Rowan

  On Jan 4, 8:53 am, Alexander Wendland mli...@phixom.de wrote:

  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 
  athttp://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 
  athttp://groups.google.com/group/trac-users?hl=en.
-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To 

Re: ***SPAM*** [Trac] Re: Custom Fields disabled

2010-01-04 Thread Alexander Wendland
Hello

here are my ticket-custom section

[ticket-custom]
appcat = select
appcat.format = wiki
appcat.label = App Category
appcat.options = |Uebungen|Kunden|Rechte/Rollen|Adminbereich
appcat.order = 8
appcat.value = 
billable = checkbox
billable.label = Billable?
billable.order = 3
billable.value = 1
blockedby = text
blockedby.format = plain
blockedby.label = Blocked By
blockedby.order = 0
blockedby.value =.
blocking = text
blocking.format = plain
blocking.label = Blocking
blocking.order = 1
blocking.value =.
estimatedhours = text
estimatedhours.format = plain
estimatedhours.label = Estimated Number of Hours
estimatedhours.order = 2
estimatedhours.value = 0
hours = text
hours.format = plain
hours.label = Add Hours to Ticket
hours.order = 2
hours.value = 0
internal = checkbox
internal.label = Internal?
internal.order = 5
internal.value = 0
totalhours = text
totalhours.format = plain
totalhours.label = Total Hours
totalhours.order = 4
totalhours.value = 0

I've installed following Plugins

AutoUpgrade-0.1-py2.6.egg
BlackMagicTicketTweaks-0.1-py2.6.egg
CMTeknikTheme-1.0-py2.6.egg
ComponentDependencyPlugin-0.1-py2.6.egg
feedparser-4.1-py2.6.egg
graphviz-0.7.6dev-py2.6.egg
IniAdmin-0.2-py2.6.egg
python_dateutil-1.4.1-py2.6.egg
RoadmapHours-0.5-py2.6.egg
simplejson-2.0.9-py2.6.egg
TaskList-0.1.1-py2.6.egg
TicketExtPlugin-0.3.1_r0-py2.6.egg
TicketSidebarProvider-0.0-py2.6.egg
timingandestimationplugin-0.8.8b-py2.6.egg
TracAccountManager-0.2.1dev_r0-py2.6.egg
TracBurndown-1.9.2-py2.6.egg
TracCustomFieldAdmin-0.2.2-py2.6.egg
TracGamedevTheme-2.0-py2.6.egg
TracHoursPlugin-0.5.2-py2.6.egg
TracMasterTickets-2.1.3-py2.6.egg
tracreposearch-0.2-py2.6.egg
TracScreenshots-0.7-py2.6.egg
TracSQLHelper-0.2.1-py2.6.egg
TracSVNAuthz-0.11.1.1-py2.6.egg
TracThemeEngine-2.0-py2.6.egg
TracTicketDelete-2.0-py2.6.egg
TracTicketDepgraph-0.11-py2.6.egg
TracTimeVisualizerPlugin-0.6-py2.6.egg
TracWikiToPdfPlugin-2.3.1-py2.6.egg
TracWysiwyg-0.2_r0-py2.6.egg
TracXMLRPC-1.0.6-py2.6.egg
WorkflowEditorPlugin-1.0.2_r0-py2.6.egg
worklog-0.1-py2.6.egg


I hope somone can help me?

regards,

Alex

Rowan schrieb:
 They should be editable, can you post the contents of your [ticket-
 custom] settings in the trac.ini file (it should be ticket-custom not
 trac-custom)

 For example to add a text box with the word default as the default
 value and the label test field you would use something like the
 following

 [ticket-custom]
 test_one = text
 test_one.value = default
 test_one.label = test field
 test_one.field = plain

 Also what plugins do you have installed?

 ~Rowan

 On Jan 4, 8:53 am, Alexander Wendland mli...@phixom.de wrote:
   
 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.


   

--

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: ***SPAM*** [Trac] Re: Custom Fields disabled

2010-01-04 Thread Remy Blank
Alexander Wendland wrote:
 I've installed following Plugins
 
 AutoUpgrade-0.1-py2.6.egg
 BlackMagicTicketTweaks-0.1-py2.6.egg
 CMTeknikTheme-1.0-py2.6.egg
 ComponentDependencyPlugin-0.1-py2.6.egg
 feedparser-4.1-py2.6.egg
 graphviz-0.7.6dev-py2.6.egg
 IniAdmin-0.2-py2.6.egg
 python_dateutil-1.4.1-py2.6.egg
 RoadmapHours-0.5-py2.6.egg
 simplejson-2.0.9-py2.6.egg
 TaskList-0.1.1-py2.6.egg
 TicketExtPlugin-0.3.1_r0-py2.6.egg
 TicketSidebarProvider-0.0-py2.6.egg
 timingandestimationplugin-0.8.8b-py2.6.egg
 TracAccountManager-0.2.1dev_r0-py2.6.egg
 TracBurndown-1.9.2-py2.6.egg
 TracCustomFieldAdmin-0.2.2-py2.6.egg
 TracGamedevTheme-2.0-py2.6.egg
 TracHoursPlugin-0.5.2-py2.6.egg
 TracMasterTickets-2.1.3-py2.6.egg
 tracreposearch-0.2-py2.6.egg
 TracScreenshots-0.7-py2.6.egg
 TracSQLHelper-0.2.1-py2.6.egg
 TracSVNAuthz-0.11.1.1-py2.6.egg
 TracThemeEngine-2.0-py2.6.egg
 TracTicketDelete-2.0-py2.6.egg
 TracTicketDepgraph-0.11-py2.6.egg
 TracTimeVisualizerPlugin-0.6-py2.6.egg
 TracWikiToPdfPlugin-2.3.1-py2.6.egg
 TracWysiwyg-0.2_r0-py2.6.egg
 TracXMLRPC-1.0.6-py2.6.egg
 WorkflowEditorPlugin-1.0.2_r0-py2.6.egg
 worklog-0.1-py2.6.egg

Heh, a power-user! ;)

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: ***SPAM*** [Trac] Re: Custom Fields disabled

2010-01-04 Thread Rowan
Wow that's a lot of plugins and custom fields!

I'd bet next months wages it's one of those plugins, disable them one
by one until it starts to work how it should so we can pin point which
one it is. Start with
BlackMagicTicketTweaks-0.1-py2.6.egg
Since that one's mine if it's breaking your installation I can fix
it :).

~Rowan

On Jan 5, 8:08 am, Alexander Wendland mli...@phixom.de wrote:
 Hello

 here are my ticket-custom section

 [ticket-custom]
 appcat = select
 appcat.format = wiki
 appcat.label = App Category
 appcat.options = |Uebungen|Kunden|Rechte/Rollen|Adminbereich
 appcat.order = 8
 appcat.value = 
 billable = checkbox
 billable.label = Billable?
 billable.order = 3
 billable.value = 1
 blockedby = text
 blockedby.format = plain
 blockedby.label = Blocked By
 blockedby.order = 0
 blockedby.value =.
 blocking = text
 blocking.format = plain
 blocking.label = Blocking
 blocking.order = 1
 blocking.value =.
 estimatedhours = text
 estimatedhours.format = plain
 estimatedhours.label = Estimated Number of Hours
 estimatedhours.order = 2
 estimatedhours.value = 0
 hours = text
 hours.format = plain
 hours.label = Add Hours to Ticket
 hours.order = 2
 hours.value = 0
 internal = checkbox
 internal.label = Internal?
 internal.order = 5
 internal.value = 0
 totalhours = text
 totalhours.format = plain
 totalhours.label = Total Hours
 totalhours.order = 4
 totalhours.value = 0

 I've installed following Plugins

 AutoUpgrade-0.1-py2.6.egg
 BlackMagicTicketTweaks-0.1-py2.6.egg
 CMTeknikTheme-1.0-py2.6.egg
 ComponentDependencyPlugin-0.1-py2.6.egg
 feedparser-4.1-py2.6.egg
 graphviz-0.7.6dev-py2.6.egg
 IniAdmin-0.2-py2.6.egg
 python_dateutil-1.4.1-py2.6.egg
 RoadmapHours-0.5-py2.6.egg
 simplejson-2.0.9-py2.6.egg
 TaskList-0.1.1-py2.6.egg
 TicketExtPlugin-0.3.1_r0-py2.6.egg
 TicketSidebarProvider-0.0-py2.6.egg
 timingandestimationplugin-0.8.8b-py2.6.egg
 TracAccountManager-0.2.1dev_r0-py2.6.egg
 TracBurndown-1.9.2-py2.6.egg
 TracCustomFieldAdmin-0.2.2-py2.6.egg
 TracGamedevTheme-2.0-py2.6.egg
 TracHoursPlugin-0.5.2-py2.6.egg
 TracMasterTickets-2.1.3-py2.6.egg
 tracreposearch-0.2-py2.6.egg
 TracScreenshots-0.7-py2.6.egg
 TracSQLHelper-0.2.1-py2.6.egg
 TracSVNAuthz-0.11.1.1-py2.6.egg
 TracThemeEngine-2.0-py2.6.egg
 TracTicketDelete-2.0-py2.6.egg
 TracTicketDepgraph-0.11-py2.6.egg
 TracTimeVisualizerPlugin-0.6-py2.6.egg
 TracWikiToPdfPlugin-2.3.1-py2.6.egg
 TracWysiwyg-0.2_r0-py2.6.egg
 TracXMLRPC-1.0.6-py2.6.egg
 WorkflowEditorPlugin-1.0.2_r0-py2.6.egg
 worklog-0.1-py2.6.egg

 I hope somone can help me?

 regards,

 Alex

 Rowan schrieb:



  They should be editable, can you post the contents of your [ticket-
  custom] settings in the trac.ini file (it should be ticket-custom not
  trac-custom)

  For example to add a text box with the word default as the default
  value and the label test field you would use something like the
  following

  [ticket-custom]
  test_one = text
  test_one.value = default
  test_one.label = test field
  test_one.field = plain

  Also what plugins do you have installed?

  ~Rowan

  On Jan 4, 8:53 am, Alexander Wendland mli...@phixom.de wrote:

  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 
  athttp://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.




[Trac] Re: Custom Fields disabled

2010-01-03 Thread Rowan
They should be editable, can you post the contents of your [ticket-
custom] settings in the trac.ini file (it should be ticket-custom not
trac-custom)

For example to add a text box with the word default as the default
value and the label test field you would use something like the
following

[ticket-custom]
test_one = text
test_one.value = default
test_one.label = test field
test_one.field = plain

Also what plugins do you have installed?

~Rowan

On Jan 4, 8:53 am, Alexander Wendland mli...@phixom.de wrote:
 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] Re: custom fields

2009-06-08 Thread Dan Winslow
 

Answer : Yes, they are in the ticket[] list. I was having trouble with
something uppercasing the first character of the field name, causing the
lookup to fail.



From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
On Behalf Of Dan Winslow
Sent: Monday, June 08, 2009 1:22 PM
To: trac-users@googlegroups.com
Subject: [Trac] custom fields

 

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] Re: Custom fields and Web Admin

2009-01-05 Thread osimons

On Jan 5, 1:18 pm, Emmanuel Blot manu.b...@gmail.com wrote:
 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 ?

Hi Manu,

Got a plugin (with api) for that:

http://trac-hacks.org/wiki/CustomFieldAdminPlugin


:::simon

https://www.coderesort.com

--~--~-~--~~~---~--~~
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] Re: Custom fields and Web Admin

2009-01-05 Thread Emmanuel Blot

 Hi Manu,

 Got a plugin (with api) for that:

 http://trac-hacks.org/wiki/CustomFieldAdminPlugin

Great, this is exactly what I've been looking for.

Thanks a lot,
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] Re: Custom fields containing Wiki content

2007-07-25 Thread Emmanuel Blot

See http://trac.edgewall.org/ticket/1791

On 7/25/07, cl [EMAIL PROTECTED] wrote:

 Hello,

 Is there a way to use Wiki formatted string in a custom field ?

 so when viewing the ticket, the content of this field will be processed
 by the wiki engine and transformed into html.

 Thanks in advance for the feedback.

 Best regards,
 Christophe



 



-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom fields containing Wiki content

2007-07-25 Thread cl
Emmanuel Blot wrote:
 See http://trac.edgewall.org/ticket/1791

 On 7/25/07, cl [EMAIL PROTECTED] wrote:
   
 Hello,

 Is there a way to use Wiki formatted string in a custom field ?

 so when viewing the ticket, the content of this field will be processed
 by the wiki engine and transformed into html.

 Thanks in advance for the feedback.

 Best regards,
 Christophe



 


   
Thanks for the link !

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---