Modify

Opened 16 years ago

Closed 16 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++;
  1. The part keys_array[numArrays] = 'geno'; contains only the first part of the name
  1. 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 Changed 16 years ago by dagomez

Status: newassigned

Hi groupsky, What Stractistics version are you using?

comment:2 in reply to:  1 ; Changed 16 years ago by Geno Roupsky

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.

comment:3 in reply to:  2 Changed 16 years ago by Geno Roupsky

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 16 years ago by Geno Roupsky

Resolution: fixed
Status: assignedclosed

I just found out there is a newer version, and installed 0.3.0. It works just fine now.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain dagomez.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.