Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 437272

Summary: [pmi] Individual Commit Activity Chart missing for jgit
Product: Community Reporter: Matthias Sohn <matthias.sohn>
Component: Project Management & PortalAssignee: Portal Bugzilla Dummy Inbox <portal-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: wayne.beaton
Version: unspecified   
Target Milestone: 2014-Q2   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Matthias Sohn CLA 2014-06-12 08:48:11 EDT
https://projects.eclipse.org/projects/technology.jgit/who currently doesn't show a chart for "Individual Commit Activity"
Comment 1 Wayne Beaton CLA 2014-06-12 22:56:08 EDT
It seems to be rendering correctly. It looks like we're not escaping names correctly.

e.g.

data.setValue(2, 1, 25);data.setValue(3, 0, 'Yuxuan 'fishy' Wang');

We need to make sure they are properly escaped.
Comment 2 Wayne Beaton CLA 2015-03-11 23:16:30 EDT
I've added slashes on names. The fix will go live with the next roll out.