On Fri, May 28, 2010 at 10:56 AM, Roger Oberholtzer <[email protected]> wrote: > 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? >> > >> [...] >> >> $ 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? >
I suggest you to check all files named `wiki.py` and enclose between backquotes (i.e. like this one ` ) any text (in components docs) separated by colons (i.e. like this one : ) . That should be the only way to be absolutely sure ;o) . PS: If TracGViz 1.4.1 ever sees the light , I hope this will be fixed ... -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: TracMac: `mainnav` is ready (only the apple is missing ;o). - http://simelo.hg.sourceforge.net/hgweb/simelo/trac-macos/rev/52f72c39f29e -- 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.
