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/07/03 10:18:57 UTC

[Apache Bloodhound] #582: Relations widget component is displayed separate from Relations plugin on Plugin admin panel

#582: Relations widget component is displayed separate from Relations plugin on
Plugin admin panel
----------------------+-----------------
  Reporter:  rjollos  |    Owner:
      Type:  defect   |   Status:  new
  Priority:  major    |  Version:  0.5.3
Resolution:           |
----------------------+-----------------
 The relations widget component `bhrelations.widgets.relations` is
 displayed separate from the other !BloodhoundRelations components on the
 plugin admin panel.


 [[Image(PluginAdminPanel.png, 100%)]]

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

Re: [Apache Bloodhound] #582: Relations widget component is displayed separate from Relations plugin on Plugin admin panel

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#582: Relations widget component is displayed separate from Relations plugin on
Plugin admin panel
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  rjollos
      Type:  defect     |     Status:  closed
  Priority:  minor      |  Milestone:  Release 7
 Component:  relations  |    Version:  0.5.3
Resolution:  fixed      |   Keywords:
------------------------+-----------------------

Comment (by rjollos):

 This `setup.py` problem described and then fixed in this ticket is causing
 the ''Unknown widget !TicketRelations'' warning on the ticket page with
 Release 0.6.0. We wouldn't have noticed this when installing plugins ijn
 dev mode because of the symbolic linking to the plugin source, but the
 issue is readily reproducible when installing the eggs normally.

 For reference, here are the two mailing list threads where the issue was
 discussed:
  * [http://markmail.org/message/6y2i5gjeo4qi7z5b]
  * [http://markmail.org/message/zifmtl6gumkm3aue]

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

Re: [Apache Bloodhound] #582: Relations widget component is displayed separate from Relations plugin on Plugin admin panel

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#582: Relations widget component is displayed separate from Relations plugin on
Plugin admin panel
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  minor      |  Milestone:  Release 7
 Component:  relations  |    Version:  0.5.3
Resolution:             |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * owner:   => nobody
 * priority:  major => minor
 * component:   => relations
 * milestone:   => Release 7


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

Re: [Apache Bloodhound] #582: Relations widget component is displayed separate from Relations plugin on Plugin admin panel

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#582: Relations widget component is displayed separate from Relations plugin on
Plugin admin panel
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  defect     |     Status:  closed
  Priority:  minor      |  Milestone:  Release 7
 Component:  relations  |    Version:  0.5.3
Resolution:  fixed      |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

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


Comment:

 (In [1502757])

 Package `bhrelations.widgets` was not specified in `setup.py`. Fixes #582.

 The `TicketRelationsWidget` component was being displayed separate from
 the `BloodhoundRelationsPlugin` package because it was not being included
 in the egg and was being discovered as a single file plugin by
 `trac.loader.get_plugin_info`.

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

Re: [Apache Bloodhound] #582: Relations widget component is displayed separate from Relations plugin on Plugin admin panel

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#582: Relations widget component is displayed separate from Relations plugin on
Plugin admin panel
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  rjollos
      Type:  defect     |     Status:  closed
  Priority:  minor      |  Milestone:  Release 7
 Component:  relations  |    Version:  0.5.3
Resolution:  fixed      |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * owner:  nobody => rjollos


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