You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2012/05/14 19:09:30 UTC

[Apache Bloodhound] #72: Activity feed is huge at the side of tickets

#72: Activity feed is huge at the side of tickets
-------------------------+--------------------
 Reporter:  mpoole       |      Owner:  nobody
     Type:  enhancement  |     Status:  new
 Priority:  major        |  Milestone:
Component:  dashboard    |    Version:
 Keywords:               |
-------------------------+--------------------
 I have a 5 user instance of trac 0.13 that I upgraded to bloodhound.

 At the side of the ticket I had 1175 items in the activity feed.

 Can this be reduced to last 25 items or something a lot smaller with a
 link at the bottom to the full feed?

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/72>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+-------------------------------------
  Reporter:  mpoole       |      Owner:  olemis
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  RC1 for initial release
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  activity widget
--------------------------+-------------------------------------

Comment (by gjm):

 I would be happy with configuration in the trac.ini (as long as we have
 sensible defaults of course)

 #25 would conflict with this ticket without some kind of switch between
 these behaviours. Is that the way we want to go?

 For now I think this ticket trumps #25 for importance.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/72#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+--------------------
  Reporter:  mpoole       |      Owner:  nobody
      Type:  enhancement  |     Status:  new
  Priority:  major        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+--------------------

Comment (by olemis):

 yes it will be possible soon . Activity widget has a parameter that may be
 used to limit the number of events displayed in widget at once .
 Nonetheless , the code used to insert that widget at its current location
 is hard coded in each ''Genshi'' template . Possible solutions are :

   1. Specify `limit` in templates
   2. This ticket , together with #69 make me wonder whether
      it's a good idea to add options in `trac.ini` so as to
      let Trac admins specify default values for widget parameters.

 I think I'd vote for '''(2)''' ...

 '''PS:''' this ticket is related (somehow) to #25 as well ... ''';)'''

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/72#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+-------------------------------------
  Reporter:  mpoole       |      Owner:  olemis
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  RC1 for initial release
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  activity widget
--------------------------+-------------------------------------

Comment (by jdreimann):

 I can see that this ticket may offer a ''temporary'' solution until #25
 can be implemented. Ultimately the users' clear intention of wanting to
 see more is of a higher priority than the admin's central setting.
 Furthermore one of the aims of Bloodhound is also that even admins
 shouldn't have to deal with .ini files.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/72#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+-------------------------------------
  Reporter:  mpoole       |      Owner:  olemis
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  RC1 for initial release
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  activity widget
--------------------------+-------------------------------------

Comment (by olemis):

 Replying to [comment:4 jdreimann]:
 > I can see that this ticket may offer a ''temporary'' solution until #25
 can be implemented. Ultimately the users' clear intention of wanting to
 see more is of a higher priority than the admin's central setting.
 Furthermore one of the aims of Bloodhound is also that even admins
 shouldn't have to deal with .ini files.

 jftr ... created #83 for this purpose ''';)'''
 another decision helping in this direction is to include
 ''!IniAdminPlugin'' and make it look like an advanced admin section

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/72#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+-------------------------------------
  Reporter:  mpoole       |      Owner:  olemis
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  RC1 for initial release
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  activity widget
--------------------------+-------------------------------------

Comment (by olemis):

 [attachment:t72_r1338207_activity_widget_length.diff Attached patch]
 limits the length of activity widget to '''25''' items (by default) or any
 other value set to `limit` option in `widget_activity` section in
 ''trac.ini'' . It should be applied against r1338207 (dashboard plugin).

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/72#comment:6>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+-------------------------------------
  Reporter:  mpoole       |      Owner:  olemis
      Type:  enhancement  |     Status:  closed
  Priority:  major        |  Milestone:  RC1 for initial release
 Component:  dashboard    |    Version:
Resolution:  fixed        |   Keywords:  activity widget
--------------------------+-------------------------------------
Changes (by gjm):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 forgot to credit Olemis in the commit message (and I see a spelling
 mistake in it) but:

 r1339598 - limits the number of activity items to a configurable default

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

Re: [Apache Bloodhound] #72: Activity feed is huge at the side of tickets

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#72: Activity feed is huge at the side of tickets
--------------------------+-------------------------------------
  Reporter:  mpoole       |      Owner:  olemis
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  RC1 for initial release
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  activity widget
--------------------------+-------------------------------------
Changes (by olemis):

 * status:  new => accepted
 * keywords:   => activity widget
 * owner:  nobody => olemis
 * milestone:   => RC1 for initial release


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