Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-20 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+-
  Reporter:  jdreimann|  Owner:  gjm
  Type:  enhancement  | Status:  closed
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:  fixed|   Keywords:  starter
--+-
Changes (by gjm):

 * status:  review = closed
 * resolution:   = fixed


Comment:

 r1424544 adds a link to /newticket in the quick ticket form and makes the
 list of fields configurable

 r1424549 adds the description field

 thanks olemis. Closing as fixed.

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:14
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-19 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+-
  Reporter:  jdreimann|  Owner:  gjm
  Type:  enhancement  | Status:  review
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+-

Comment (by olemis):

 refreshed patches considering [comment:3:ticket:312 rjollos comment]

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:13
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-17 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+--
  Reporter:  jdreimann|  Owner:  olemis
  Type:  enhancement  | Status:  assigned
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+--
Changes (by jdreimann):

 * status:  review = assigned
 * owner:  jdreimann = olemis


-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:7
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-17 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+--
  Reporter:  jdreimann|  Owner:  olemis
  Type:  enhancement  | Status:  accepted
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+--
Changes (by olemis):

 * status:  assigned = accepted


-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:8
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-17 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+--
  Reporter:  jdreimann|  Owner:  olemis
  Type:  enhancement  | Status:  accepted
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+--

Comment (by olemis):

 I refreshed previous patches against r1423108 . Now they implement the
 modifications mentioned in comment:6 . Drop down menu looks like this .

 [[Image(bh_theme_x_95_qct_desc_v2.png, width=600)]]

 After [ticket:310 rjollos refactoring] I followed with a simple hack to
 load ticket fields and order from trac.ini . However fields are filtered
 by type (i.e. ''select'' fields will be added and all others types will be
 ignored) .

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:9
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-17 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+-
  Reporter:  jdreimann|  Owner:  gjm
  Type:  enhancement  | Status:  review
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+-
Changes (by olemis):

 * status:  accepted = review
 * owner:  olemis = gjm


Comment:

 I'm forwarding this ticket for review .

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:10
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-17 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+-
  Reporter:  jdreimann|  Owner:  gjm
  Type:  enhancement  | Status:  review
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+-

Comment (by olemis):

 I forgot to mention two things

   1. I updated patch order in comment:4
   2. considering the title priority (developers) vs severity (users) is
 still
 something TBD . However such changes are easy to implement e.g.

 {{{
 #!patch

 diff -r e44a002e0b77 bhtheme/theme.py
 --- a/bhtheme/theme.py  Mon Dec 17 18:06:54 2012 -0500
 +++ b/bhtheme/theme.py  Mon Dec 17 18:50:06 2012 -0500
 @@ -325,7 +325,7 @@
  implements(IRequestFilter, IRequestHandler)

  qct_fields = ListOption('ticket', 'shortcut_fields',
 -'product,version,type',
 +'product,type,severity',
  doc=Multiple selection fields displayed in create ticket
 menu)

  # IRequestFilter(Interface):


 }}}

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:11
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker


Re: [Apache Bloodhound] #234: Quick Ticket: link to /newticket, description and priority

2012-12-10 Thread Apache Bloodhound
#234: Quick Ticket: link to /newticket, description and priority
--+-
  Reporter:  jdreimann|  Owner:  nobody
  Type:  enhancement  | Status:  new
  Priority:  critical |  Milestone:
 Component:  ui design|Version:
Resolution:   |   Keywords:  starter
--+-
Changes (by jdreimann):

 * priority:  major = critical


Comment:

 The lack of a description field in quick ticket is still a major usability
 issue, so I've upgraded the priority to critical because quick ticket is a
 key feature of Bloodhound.

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/234#comment:2
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound (incubating) issue tracker