Closed (fixed)
Project:
Drupal.org customizations
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2012 at 17:24 UTC
Updated:
23 May 2014 at 18:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonHere's a patch that gets the metrics page working, except for the commits stuff, which needs to wait. (Issue for that is: #1683846: Turn on commit-related parts of drupalorg_metrics).
I'll double-check applying this patch and report back...
Comment #2
jhodgdonThis patch seems to work fine... There is one bluecheese/formatting change: the links at the top of the /metrics page are in-line on drupal.org/ and a vertical list on the dev D7 site.
Comment #3
luukyb commentedMaybe related to another issue but after aplying the patch, activated the module and executed the function drupalorg_metrics_record_stats, I'm getting a javascript error on the metrics page :
jQuery.plot is not a function
Comment #4
jhodgdonIt could be that there are dependencies of this module that are on drupal.org but that you do not have. I don't know what they would be, but the patch does work fine on a drupal.org d7 dev site... It looks like you are missing a jQuery library...
Comment #5
luukyb commentedYeah the flot librairy was missing. Works fine with it.
Comment #6
jhodgdonThe flot module is already a dependency of this module, so I don't think we need to change the module or the patch in any way.
Comment #7
drummCommitted.