Needs work
Project:
Views Two Column Table
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Sep 2011 at 09:39 UTC
Updated:
17 Jul 2012 at 11:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sashken2 commentedsubscribe
Comment #2
Jan van Diepen commentedI created a first go at an upgrade from 6x to 7x.
I used Coder Upgrade. See Coder module for details. The upgrade went smoothly. Coder Review just gave me one critical and one normal warning that needed manual correction.
To apply the patch, follow the instructions on Applying a patch.
This upgrade is sponsored by Unicef Uganda for the Devtrac project.
Comment #3
Jan van Diepen commentedComment #4
milos.kroulik commentedThanks. I will try to test it ASAP.
Comment #5
prjcarr commentedI just did a quick test of this. It seems to install OK but when you try and select "Two Column Table" in views, it does not make the change, and just reverts to the previously selected format (e.g Grid).
Comment #6
Jan van Diepen commentedThanks for testing @prjcarr.
Did some little debugging. Changed the views api version and corrected the name of the style plugin class.
Could you please give it another try. It's a patch on 6.x-11, so you have to reload the module and apply the new patch.
Comment #7
stella commentedThe above patch doesn't seem to work for me - probably because the Views 3 API is different and coder module won't help you there.
Not sure I want to port this module to Drupal 7 or maintain it going forward. If someone provides a working patch I'd be happy to commit it and discuss transfer of module maintainership if anyone is interested.
Comment #8
prjcarr commentedJust thought I would mention I was able implement the functionality I needed using the "views flipped table" component of Views Hacks http://drupal.org/project/views_hacks
Therefore, unless the functionality differs, I am not sure if Views Two Column Table is needed for D7?