On Fri, 2010-05-21 at 08:21 -0500, Olemis Lang wrote: > On Fri, May 21, 2010 at 7:37 AM, Roger Oberholtzer > <[email protected]> wrote: > > I have been using version TracGViz 1.3.4. After I updated to Trac > > 0.12b1, when I go to admin/general/plugin, Trac prints this error > > message. > > > > Invalid syntax or missing fields in .Syntax -> > > gviz:google:apps:<report_key>@<report_date>:<domain>[?tq=<query>] > > > > The plugin works. It is only that when it is enabled, I cannot use the > > plugin admin interface at all, as this error blocks access altogether. > > > > Anyone else seen this? > > > > FWIW ... TracGViz doesn't explicitly support 0.12 yet and has net been > tested using this version . I suppose that support for that should be > added but , since TracGViz (as we know it today ;o) is meant to be > used mainly in public Internet sites (especially if gadgets retrieve > data hosted by the environment ...), and due to the fact that all > those sites should be running 0.10 or 0.11 ... well ... > > Anyway , it seems that something in TracLinks syntax has changed (BTW > , what changed ? :-/ ) but I'm not sure. Since you're browsing admin > pages, I suppose this is related to component's docs rendered in > plugins list . After a short research > > {{{ > #!sh > > $ hg clone path/to/trac-dev/gviz > destination directory: gviz > updating working directory > 48 files updated, 0 files merged, 0 files removed, 0 files unresolved > $ cd gviz/ > $ hg tags > tip 121:f22ee0feeff4 > deps_pygments 57:8abb0214b087 > r1.3.4 50:de94a1e06fb5 > deps_dutest 40:5bfba473ac6f > r1.3.3 23:6776640ceee9 > split 18:a9cb46efc1c8 > r1.3.2 11:453fb3c3ef6e > r1.3.1 8:03b832722e47 > r1.2.3 5:4746ee564013 > r1.2.2 1:07eb9d4fba8d > $ hg update r1.3.4 > 31 files updated, 0 files merged, 37 files removed, 0 files unresolved > $ grep -r "gviz:google:apps" trac-dev/ > trac-dev/gviz/CHANGES: > `gviz:google:apps:<report_key>@<report_date>:<domain>[?tq=<query>]` > trac-dev/gviz/wiki.py: > gviz:google:apps:<report_key>@<report_date>:<domain>[?tq=<query>] > trac-dev/gviz/wiki.py: "Syntax -> > gviz:google:apps:<report_key>" \ > > }}} > > ... it seems problem might be located in `wiki.py` . Please try to > enclose between backquotes (like this one => ` ) *ALL SIMILAR > EXAMPLES* included in docs and try to install the plugin once again. > That would be much simpler if you built the plugin from source code > ;o)
(Been away from the office a bit. Sorry for the late answer.) Where would I to this? That is, specifically which file? Include the suspected directory. After all, the same file name could exist in more than one place. But I am guessing you are only interested in certain files by that name. Is there anything else I would also need to do to perform this test? -- Roger Oberholtzer -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
