Modify ↓
#5322 closed defect (fixed)
Load yahooapis.com locally
| Reported by: | debacle@… | Owned by: | rjollos |
|---|---|---|---|
| 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 4 years ago by ldore
comment:2 Changed 3 years ago by rjollos
- Owner changed from khundeen to rjollos
- Summary changed from Regression: 0.1.5 works fine, later versions not (yahoo/flash stuff?) to 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 3 years ago by rjollos
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 3 years ago by rjollos
comment:5 Changed 3 years ago by rjollos
- Resolution set to fixed
- Status changed from new to closed
comment:6 Changed 3 years ago by rjollos
See also #3921 for the same issue with another plugin.
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.