Closed (fixed)
Project:
Project
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 06:26 UTC
Updated:
5 Mar 2010 at 10:50 UTC
I would like to use the project module to help manage tasks with Views 3 (currently alpha 2 release).
It seems it is not fully compatible yet. I was wondering if this may be possible in the near future?
Thanks very much in advance!
Comments
Comment #1
dwwCan you try again with the latest code in HEAD now that #708474: Views go missing if hook_views_default_views() is called multiple times is fixed? Perhaps that's the only problem here, after all? Please set this back to "active" (or "fixed") with the results of your testing. Thanks!
Comment #2
Bilmar commentedthanks dww! will it take several hours for the newest dev to be available for download?
is there a page where i can download the patch that was committed and apply it myself for testing?
i look forward to testing project module with views 3!
Comment #3
dww@trupal218: I highly recommend checking out Project* from CVS instead of -dev tarballs. See the "CVS instructions" tabs on the top of each project page, eg:
http://drupal.org/project/project/cvs-instructions
http://drupal.org/project/project_issue/cvs-instructions
Then you can easily just "cvs up" to get the latest fixes without waiting for the -dev tarballs to be regenerated.
If you do this and you enable the core Update status module, be sure to install http://drupal.org/project/cvs_deploy too.
Cheers,
-Derek
Comment #4
Bilmar commentedHello,
I installed
project 6.x-1.x-dev February 18, 2010 - 21:13
project_issue 6.x-1.x-dev February 18, 2010 - 21:13
I still do not see any project/project issue views available at www.example.com/admin/build/pages
I have cleared cache, ran cron and update.php
Please let me know if more info is needed.
Comment #5
Bilmar commentedVery weird..I am downloading these versions:
project 6.x-1.x-dev February 18, 2010 - 21:13
project_issue 6.x-1.x-dev February 18, 2010 - 21:13
But when I check at www.example.com/admin/reports/updates it says:
Project 6.x-1.x-dev (2010-Feb-09)
Project issue tracking 6.x-1.x-dev (2010-Feb-09)
I have tried re-downloading and re-installing three times.
Comment #6
Bilmar commentedI just tried downloading again and it is now the newest dev on drupal.org =)
I checked and it works with views 3! awesome
Thanks very much for your work!
P.S. i will definitely look into CVS instead of -dev tarballs for the future. Many thanks