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)

If this is a real compatibility issue, then please hold on a little
'cause AFAIK it's impossible to create a ticket at TracGViz site right
now [1]_ and I'll work on that once I (or anybody else interested in
adding support for 0.12 ASAP ... help will be appreciated) start
adding 0.12 support (so far I still live in a 0.11 world, jeopardized
by Ubuntu Lucid lack of support for python 2.(4|5) :-$ )

PS: In fact I'll follow (hopefully in a while ;o) with issues about
TracGViz development , but in a separate thread ... 'cause here it's
OT ;o)

.. [1]
opensvn.csie.org says «Trac Error Authentication information not
available.» ... there's nothing I can do :(

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
TracGViz plugin downloaded more than 1000 times (> 300 from PyPI) -
http://feedproxy.google.com/~r/simelo-en/~3/06Exn-JPLIA/tracgviz-plugin-downloaded-more-than.html

-- 
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.

Reply via email to