Modify ↓
#5322 closed defect (fixed)
Load yahooapis.com locally
Reported by: | Martin | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracMetrixPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I just tried both 0.1.5, 0.1.6 and rev. 5935. The first one generates useful graphs, the later versions not. I assume, that two issues are involved:
- I do not, by default, allow my web browser to load JS code from other sites (here: yahooapis.com). As far as I know, the yui library is free software, so it could be installed locally on the trac server.
- My web browser does not have a flash plugin installed to display the charts.swf.
The plugin is really cool, but the flash stuff in newer versions makes it unusable for me.
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from Bhuricha Deen Sethanandha to Ryan J Ollos |
---|---|
Summary: | Regression: 0.1.5 works fine, later versions not (yahoo/flash stuff?) → Load yahooapis.com locally |
I'll implement load yahooapis.com locally. That makes sense.
As for the original reporter's refusal to use flash, there is not much I can do about that.
comment:3 Changed 14 years ago by
This will be added in the next commit. Can someone let me know what is the typical location that the Yahoo APIs would be placed in a local installation?
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
A side-effect of the remote Yahoo charts:
The plugin does not generate graphs when used on our intranet, as it does not have access to
yahooapis.com
.Installing the yui library locally would probably solve that.