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/02 16:40:43 UTC

[Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

#514: TracStandalone middlewares compatible with hooks
---------------------+---------------
  Reporter:  olemis  |    Owner:
      Type:  task    |   Status:  new
  Priority:  major   |  Version:
Resolution:          |
---------------------+---------------
 Upgrade TracStandalone middlewares to support [ticket:357 hooks] and
 [ticket:441 bootstrap handlers].

 Spawned from #509 as this is needed for RPC support ... but not limited to
 that.

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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+----------------------------------
  Reporter:  olemis     |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  Release 6
 Component:  dashboard  |    Version:
Resolution:             |   Keywords:  tracd authentication
------------------------+----------------------------------
Changes (by olemis):

 * keywords:   => tracd authentication
 * owner:   => olemis
 * status:  new => accepted
 * component:   => dashboard
 * milestone:   => Release 6


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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  task       |     Status:  review
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------

Comment (by olemis):

 Patches refreshed. See comment:4:ticket:387

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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  task       |     Status:  closed
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:  fixed      |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------
Changes (by rjollos):

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


Comment:

 (In [1495238])

 Refs #514: Implemented authentication middleware for custom web bootstrap
 handlers. Patch by Olemis.

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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------

Comment (by olemis):

 I'm proposing two patches in order to activate ''/login'' authentication
 in product environments while running TracStandalone server (aka
 ''tracd''). They are tightly integrated with recent web bootstrap handlers
 , hooks , environment and request factories . Details

 {{{#!sh

 $ hg qapplied
 t509/t509_r1477773_tracadmin_globalcmd_attr.diff
 t514/t514_r1477773_load_bootstrap_handler.diff
 t514/t514_r1477773_tracd_bootstrap.diff

 $ hg log -r qparent --template="[{svnrev}] - {desc}\n"
 [1477773] - storing super on the ProductizedHref as a workaround for
 TypeError on attempting to call a super() method - #512
 }}}

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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------
Changes (by olemis):

 * keywords:  tracd authentication => tracd authentication bep-0003


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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+----------------------------------
  Reporter:  olemis     |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication
------------------------+----------------------------------
Changes (by olemis):

 * component:  dashboard => trac core


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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  task       |     Status:  review
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------

Comment (by rjollos):

 (In [1495235])

 Refs #514: Extract code from `trac.web.main` to function
 `load_boostrap_handler` in `trac.hooks`.

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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:
      Type:  task       |     Status:  review
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------
Changes (by olemis):

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


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

Re: [Apache Bloodhound] #514: TracStandalone middlewares compatible with hooks

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#514: TracStandalone middlewares compatible with hooks
------------------------+-------------------------------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  task       |     Status:  review
  Priority:  major      |  Milestone:  Release 6
 Component:  trac core  |    Version:
Resolution:             |   Keywords:  tracd authentication bep-0003
------------------------+-------------------------------------------
Changes (by rjollos):

 * owner:   => rjollos


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