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 <de...@bloodhound.apache.org> on 2013/05/14 21:38:30 UTC

[Apache Bloodhound] #526: Improve the visual aspect of missing widgets

#526: Improve the visual aspect of missing widgets
--------------------------+---------------
  Reporter:  olemis       |    Owner:
      Type:  enhancement  |   Status:  new
  Priority:  major        |  Version:
Resolution:               |
--------------------------+---------------
 Introduce `if_enabled` widget meta-parameter to deal with situations when
 component implementing a widget cannot be found . When `if_enabled` is set
 to `true` the widget will not be rendered at all . Otherwise a warning
 (instead of error) message will be shown . By default `if_enabled = False`
 .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/526>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #526: Improve the visual aspect of missing widgets

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#526: Improve the visual aspect of missing widgets
--------------------------+---------------------
  Reporter:  olemis       |      Owner:  rjollos
      Type:  enhancement  |     Status:  review
  Priority:  minor        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  widget
--------------------------+---------------------
Changes (by rjollos):

 * owner:   => rjollos


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

Re: [Apache Bloodhound] #526: Improve the visual aspect of missing widgets

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#526: Improve the visual aspect of missing widgets
--------------------------+--------------------
  Reporter:  olemis       |      Owner:
      Type:  enhancement  |     Status:  review
  Priority:  minor        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  widget
--------------------------+--------------------
Description changed by olemis:

Old description:

> Introduce `if_enabled` widget meta-parameter to deal with situations when
> component implementing a widget cannot be found . When `hide_disabled` is
> set to `true` the widget will not be rendered at all . Otherwise a
> warning (instead of error) message will be shown . By default
> `hide_disabled = False` .

New description:

 Introduce `hide_disabled` widget meta-parameter to deal with situations
 when component implementing a widget cannot be found . When
 `hide_disabled` is set to `true` the widget will not be rendered at all .
 Otherwise a warning (instead of error) message will be shown . By default
 `hide_disabled = False` .

--

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

Re: [Apache Bloodhound] #526: Improve the visual aspect of missing widgets

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#526: Improve the visual aspect of missing widgets
--------------------------+-----------------------
  Reporter:  olemis       |      Owner:  rjollos
      Type:  enhancement  |     Status:  closed
  Priority:  minor        |  Milestone:  Release 6
 Component:  dashboard    |    Version:
Resolution:  fixed        |   Keywords:  widget
--------------------------+-----------------------
Changes (by rjollos):

 * status:  review => closed
 * resolution:   => fixed
 * milestone:   => Release 6


Comment:

 (In [1487969])

 Refs #526: Show a warning message rather than an error message when the
 widget name is unknown.

 (In [1488010])

 Refs #526: Added a `hide_disabled` meta-parameter to widgets. Patch by
 Olemis.

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

Re: [Apache Bloodhound] #526: Improve the visual aspect of missing widgets

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#526: Improve the visual aspect of missing widgets
--------------------------+----------------------
  Reporter:  olemis       |      Owner:  olemis
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  widget
--------------------------+----------------------
Changes (by olemis):

 * keywords:   => widget
 * priority:  major => minor
 * status:  new => accepted
 * component:   => dashboard
 * owner:   => olemis


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

Re: [Apache Bloodhound] #526: Improve the visual aspect of missing widgets

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#526: Improve the visual aspect of missing widgets
--------------------------+--------------------
  Reporter:  olemis       |      Owner:
      Type:  enhancement  |     Status:  review
  Priority:  minor        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  widget
--------------------------+--------------------
Changes (by olemis):

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


Old description:

> Introduce `if_enabled` widget meta-parameter to deal with situations when
> component implementing a widget cannot be found . When `if_enabled` is
> set to `true` the widget will not be rendered at all . Otherwise a
> warning (instead of error) message will be shown . By default `if_enabled
> = False` .

New description:

 Introduce `if_enabled` widget meta-parameter to deal with situations when
 component implementing a widget cannot be found . When `hide_disabled` is
 set to `true` the widget will not be rendered at all . Otherwise a warning
 (instead of error) message will be shown . By default `hide_disabled =
 False` .

--

Comment:

 [attachment:t526_r1482295_widget_hide_disabled.diff Attached patch]
 implements on top of patches for #527 aforementioned `hide_disabled` meta-
 parameter . Details

 {{{#!sh

 $ hg log -r qparent --template="[{svnrev}] - {desc}\n"
 [1482295] - Ref. #325 - added 'More' link to the products widget, for
 displaying the /products page

 $ hg qapplied
 t527/t527_r1482295_ticket_href_in_query.diff
 t527/t527_r1482295_widget_grid_datetime.diff
 t526/t526_r1482295_widget_hide_disabled.diff
 }}}

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

Re: [Apache Bloodhound] #526: Improve the visual aspect of missing widgets

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#526: Improve the visual aspect of missing widgets
--------------------------+--------------------
  Reporter:  olemis       |      Owner:
      Type:  enhancement  |     Status:  review
  Priority:  minor        |  Milestone:
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:  widget
--------------------------+--------------------

Comment (by jdreimann):

 This ticket is currently in review state - who is reviewing it? If nobody
 (it isn't assigned to anyone), could you please ask on the dev list for
 volunteers?

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