Closed (fixed)
Project:
Project
Version:
7.x-2.x-dev
Component:
Usage statistics
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
27 Apr 2012 at 21:48 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent
Comments
Comment #1
dwwWe should do #428680: Change usage stats to not use google charts first.
Comment #2
hunmonk commentedA good portion of the port won't be related to the changes in project_release module, so we can start this now.
Comment #3
senpai commentedComment #4
dww@hunmonk: This probably goes without saying, but be sure to merge the recent fixes to project_usage from 6.x-1.x into 7.x-2.x before porting. In particular:
#428680: Change usage stats to not use google charts
#703720: The varnish merge
Not sure if we should just cherry pick, or try a full 6.x-1.x -> 7.x-2.x merge.
Comment #5
hunmonk commentedthis port is now mostly done. couple of remaining things:
Comment #6
dww1. {project_projects}.uri is the machine_name field on project nodes.
2. Not sure how {project_projects} is referenced in the drush plugin. I'd need more info to be able to answer that. {project_release_nodes} is almost certainly going away. Again, more data about how it's being used would be helpful.
3. Do the tests actually depend on releases, or just that usage wants to depend on releases?
4. I'll answer there. ;) Short version: -1.
Thanks!
-Derek
Comment #7
senpai commentedTagging for Sprint 2.
Comment #8
senpai commentedTagging for sprint 3.
Comment #9
hunmonk commentedprogress today, got the missing machine name stuff worked out, and hammered on the summary page of all projects, it's now working perfectly.
the other usage pages really need a working project_release module to finish/test, and the tests are very simple to verify once the module has been fully ported, so postponing the rest of the work until project/project_release are more fully formed.
Comment #10
hunmonk commentedComment #11
dwwI believe project_release is ported enough for work here to continue.
Comment #12
drummComment #13
drummBumping this since #1559946: Port project_solr to D7 and #834252: [meta] Port Project to Drupal 7 depend on it.
Comment #14
drummComment #15
drummWith http://drupalcode.org/project/project.git/commit/249599b, I think this is done.