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/13 08:34:45 UTC

Re: [Apache Bloodhound] #519: trac-admin deploy command fails

#519: trac-admin deploy command fails
------------------------+-----------------------
  Reporter:  gjm        |      Owner:  gjm
      Type:  defect     |     Status:  closed
  Priority:  blocker    |  Milestone:  Release 6
 Component:  relations  |    Version:
Resolution:  fixed      |   Keywords:
------------------------+-----------------------

Comment (by rjollos):

 Since the //bloodhound_relations// plugin doesn't have an `htdocs`
 directory, I think it would be more correct to just return an empty list:

 {{{#!python
 def get_htdocs_dirs(self):
     return []
 }}}

 This is fairly common for plugins that provide templates but not static
 resources (for example, [http://trac-
 hacks.org/browser/finegrainedpageauthzeditorplugin/0.11/page_authz_policy_editor/pape_admin.py?version=7144&marks=44-45#L40
 FineGrainedPageAuthzEditorPlugin]).

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