Comments

sashken2’s picture

subscribe

Jan van Diepen’s picture

Issue tags: +6x upgrade to 7x
StatusFileSize
new2.15 KB

I 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.

Jan van Diepen’s picture

Status: Active » Needs review
milos.kroulik’s picture

Thanks. I will try to test it ASAP.

prjcarr’s picture

I 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).

Jan van Diepen’s picture

Thanks 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.

stella’s picture

Status: Needs review » Needs work

The 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.

prjcarr’s picture

Just 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?