Modify ↓
#12858 closed defect (fixed)
Support for 1.0.9
Reported by: | Massimo | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | IncludeSourcePartialPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
This is Trac 1.0.9 with nginx and uwsgi.
I have built both plugins from the latest svn:
-rw-r--r-- 1 trac trac 9,5K Aug 29 13:42 TracIncludeMacro-3.0.0.dev0-py2.7.egg -rw-r--r-- 1 trac trac 8,6K Aug 29 13:49 IncludeSource-0.1-py2.7.egg
However IncludeSource-0.1-py2.7.egg
coming from this plugin IncludeSourcePartialPlugin is not recognized by Trac, it does not appear in the Admin plugin list or in the /about. The [[IncludeSource...]]
macro does not work.
The other works fine. But I definitely need to define parts like the usage() body of some source code files I like to quote in wikis.
Attachments (0)
Change History (4)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Owner: | changed from Chris Heller to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 8 years ago by
Note: See
TracTickets for help on using
tickets.
Checking the logs is always helpful in debugging plugins, see trac:TracTroubleshooting#ChecktheLogs.