Modify ↓
Opened 18 years ago
Closed 18 years ago
#2825 closed defect (fixed)
JScript errors when username contains dot
| Reported by: | Geno Roupsky | Owned by: | dagomez |
|---|---|---|---|
| Priority: | normal | Component: | StractisticsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
When usernames contains a dot (.) the produced jscript contains the following error in function loadWikiActivityChart():
keys_array[numArrays] = 'geno';
data_array[numArrays] = new Array();
var data_number = 0;
data_array[numArrays][data_number] = ;
if ( data_array[numArrays][data_number] > maxY ){
maxY = data_array[numArrays][data_number];
}
data_number++;
- The part keys_array[numArrays] = 'geno'; contains only the first part of the name
- This line produces the actual error data_array[numArrays][data_number] = ;
The server is FC5 with python 2.4.3 and trac 0.10.3.1
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 18 years ago by
| Status: | new → assigned |
|---|
comment:2 follow-up: 3 Changed 18 years ago by
comment:3 Changed 18 years ago by
Replying to groupsky:
Replying to dagomez:
Hi groupsky, What Stractistics version are you using?
Sorry, forgot to include this info: Stractistics version 0.1.0 At least this is what in TracWebAdmin is shown.
I have installed sometime last week from this url: http://trac-hacks.org/svn/stractisticsplugin/0.10/tags/0.1.0
comment:4 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
I just found out there is a newer version, and installed 0.3.0. It works just fine now.
Note: See
TracTickets for help on using
tickets.



Hi groupsky, What Stractistics version are you using?