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 2014/02/13 21:53:09 UTC

[Apache Bloodhound] #757: [Regression] TracAdmin help command 0.8-dev

#757: [Regression] TracAdmin help command 0.8-dev
---------------------+--------------------
  Reporter:  olemis  |    Owner:
      Type:  defect  |   Status:  new
  Priority:  major   |  Version:  0.8.0dev
Resolution:          |
---------------------+--------------------
 The behavior described in comment:3:ticket:518 is not happening in /trunk
 (0.8-dev) .

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

Re: [Apache Bloodhound] #757: [Regression] TracAdmin help command 0.8-dev

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#757: [Regression] TracAdmin help command 0.8-dev
---------------------------+-----------------------
  Reporter:  olemis        |      Owner:  rjollos
      Type:  defect        |     Status:  closed
  Priority:  major         |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.8.0dev
Resolution:  fixed         |   Keywords:  admin
---------------------------+-----------------------
Changes (by rjollos):

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


Comment:

 (In [1572372])

 0.8dev: Added tests for help command at product scope. Refs #757.

 ----

 (In [1572373])

 0.8dev: Fix for help commands at product scope not being output. Refs
 #757.

 Patch by Olemis Lang.

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

Re: [Apache Bloodhound] #757: [Regression] TracAdmin help command 0.8-dev

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#757: [Regression] TracAdmin help command 0.8-dev
---------------------------+-----------------------
  Reporter:  olemis        |      Owner:  rjollos
      Type:  defect        |     Status:  review
  Priority:  major         |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.8.0dev
Resolution:                |   Keywords:  admin
---------------------------+-----------------------
Changes (by olemis):

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


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

Re: [Apache Bloodhound] #757: [Regression] TracAdmin help command 0.8-dev

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#757: [Regression] TracAdmin help command 0.8-dev
---------------------------+-----------------------
  Reporter:  olemis        |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  major         |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.8.0dev
Resolution:                |   Keywords:  admin
---------------------------+-----------------------

Comment (by olemis):

 This patch will fix this issue

 {{{#!diff

 diff -r 7c71bd9e5fe5 bloodhound_multiproduct/multiproduct/product_admin.py
 --- a/bloodhound_multiproduct/multiproduct/product_admin.py     Wed Feb 12
 23:17:59 2014 +0000
 +++ b/bloodhound_multiproduct/multiproduct/product_admin.py     Thu Feb 13
 15:56:19 2014 -0500
 @@ -302,7 +302,7 @@
              mgr = self.product_admincmd_mgr(args[0])
              return mgr.complete_command(args[1:])

 -    GLOBAL_COMMANDS = ('deploy', 'help', 'hotcopy', 'initenv', 'upgrade')
 +    GLOBAL_COMMANDS = ('deploy', 'hotcopy', 'initenv', 'upgrade')

      def _do_product_admin(self, prefix, *args):
          mgr = self.product_admincmd_mgr(prefix)

 }}}

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

Re: [Apache Bloodhound] #757: [Regression] TracAdmin help command 0.8-dev

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#757: [Regression] TracAdmin help command 0.8-dev
---------------------------+-----------------------
  Reporter:  olemis        |      Owner:  olemis
      Type:  defect        |     Status:  accepted
  Priority:  major         |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.8.0dev
Resolution:                |   Keywords:  admin
---------------------------+-----------------------
Changes (by olemis):

 * status:  new => accepted
 * owner:   => olemis
 * component:   => multiproduct
 * keywords:   => admin
 * milestone:   => Release 8


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

Re: [Apache Bloodhound] #757: [Regression] TracAdmin help command 0.8-dev

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#757: [Regression] TracAdmin help command 0.8-dev
---------------------------+-----------------------
  Reporter:  olemis        |      Owner:  olemis
      Type:  defect        |     Status:  closed
  Priority:  major         |  Milestone:  Release 8
 Component:  multiproduct  |    Version:  0.8.0dev
Resolution:  fixed         |   Keywords:  admin
---------------------------+-----------------------
Changes (by rjollos):

 * owner:  rjollos => olemis


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