Modify ↓
      
        Opened 16 years ago
Closed 12 years ago
#6426 closed defect (fixed)
Missing YAHOO logger widget JavaScript file
| Reported by: | Owned by: | Ryan J Ollos | |
|---|---|---|---|
| Priority: | normal | Component: | TracTicketStatsPlugin | 
| Severity: | normal | Keywords: | javascript | 
| Cc: | Trac Release: | 0.11 | 
Description (last modified by )
I'm using the stats plugin with Python 2.5, but it kind of works.
There is one thing, in the JavaScript, that bothers me: a YAHOO widget for logging is not included, and this fires a JS error.
<script type="text/javascript"> var myLogReader = new YAHOO.widget.LogReader("myLogger"); </script>
To fix this, include this http://yui.yahooapis.com/2.5.2/build/logger/logger-min.js where you include the scripts.
Version used: /usr/lib/python2.5/site-packages/Tracticketstats-2.1-py2.5.egg
Attachments (1)
Change History (4)
Changed 15 years ago by
| Attachment: | LoggerEnabled.png added | 
|---|
comment:1 Changed 15 years ago by
| Description: | modified (diff) | 
|---|
comment:2 Changed 15 years ago by
| Owner: | changed from Prentice Wongvibulsin to Ryan J Ollos | 
|---|
Reassigning ticket to new maintainer.
comment:3 Changed 12 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
debug flag was added in [13191].
Note: See
        TracTickets for help on using
        tickets.
    



I can confirm the error on Ubuntu 10.04, Trac 0.11.7, TracTicketStatsPlugin 2.1, and Firefox 3.6.8.
The error I see in the Firefox Error Console is:
I patched as you suggested:
greensauce.html
However, now there is an error console at the bottom of the page: 
I know nothing about javascript, so I need some guidance on the best way to fix this issue. Should we:
The logger code is form lines 145:149,