| |
trac-peerreview-dev |
After changing from mod_python to mod_fcgi it is now being picked up. -- Am Mittwoch, den 23.04.2008, 06:07 -0700 schrieb proofek: > On 20 Apr, 14:51, gwk <gwk....@googlemail.com> wrote: > > I installed the peer review plugin from peerreviewplugin.zip, subdir > > [components] > > to my trac.ini. But nothing shows up in Trac. I also added > > wiki,timeline,roadmap,browser,tickets,newticket,search,peerReviewMain > > to trac.ini, still nothing showing up. > > I tried to add specific permissions to my user, but the code review > > Trac [/opt/trac/SimManager-TeamIntegration]> permission list > > User Action > > Available actions: > > Trac [/opt/trac/SimManager-TeamIntegration]> > > I also copied the TracCodeReview-2.0dev-py2.5.egg into my trac plugins > > How can I install the plugin properly so that it is being found? Is > > Linux Ubuntu 7.10 x86_64, Python 2.5, Trac 0.11b2. > > -- > Try: > #> sudo easy_install http://trac-hacks.org/svn/peerreviewplugin/trunk > And then in your trac.ini in [components] section add: > codereview.* = enabled > Remember to restart tracd / apache - whatever your using and after > I hope it helps. > Seb
Whatever...
Regards,
Georg.
> > Hi,
> > peerreviewplugin/0.11 using 'python setup.py install'. I added
> > tracext.hg.* = enabled
> > tracext.codereview.* = enabled
> > permissions are not available for assigning:
> > ------------------------------
> > anonymous BROWSER_VIEW
> > anonymous CHANGESET_VIEW
> > anonymous FILE_VIEW
> > anonymous LOG_VIEW
> > anonymous MILESTONE_VIEW
> > anonymous REPORT_SQL_VIEW
> > anonymous REPORT_VIEW
> > anonymous ROADMAP_VIEW
> > anonymous SEARCH_VIEW
> > anonymous TICKET_VIEW
> > anonymous TIMELINE_VIEW
> > anonymous WIKI_VIEW
> > authenticated TICKET_CREATE
> > authenticated TICKET_MODIFY
> > authenticated WIKI_CREATE
> > authenticated WIKI_MODIFY
> > gwk TRAC_ADMIN
> > BROWSER_VIEW, CHANGESET_VIEW, CONFIG_VIEW, EMAIL_VIEW, FILE_VIEW,
> > LOG_VIEW, MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE,
> > MILESTONE_MODIFY, MILESTONE_VIEW, PERMISSION_ADMIN, PERMISSION_GRANT,
> > PERMISSION_REVOKE, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE,
> > REPORT_MODIFY, REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN,
> > ROADMAP_VIEW,
> > SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP,
> > TICKET_CREATE,
> > TICKET_EDIT_CC, TICKET_MODIFY, TICKET_VIEW, TIMELINE_VIEW,
> > TRAC_ADMIN,
> > WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, WIKI_MODIFY, WIKI_VIEW
> > directory, also no effect.
> > the tracext.codereview.* key the correct one to add to components? It
> > might be helpful to document this key, I was guessing it.
> > Regards,
> > Georg.
> that add correct permissions.