Comments

fortis’s picture

There is back-port to Drupal 6

fortis’s picture

StatusFileSize
new79.62 KB
spleshka’s picture

Status: Active » Needs review

Great! Please find developers who could test this for Drupal 6 and invite them to this issue queue. If they will confirm that your backport works, I would be happy to commit this.

niklan’s picture

StatusFileSize
new619 bytes

I tested path, all works fine, just a little fix patch, without it we get WSOD.

http://i.imgur.com/vIb3rms.png

spleshka’s picture

Version: 7.x-2.0 » 6.x-2.x-dev
Status: Needs review » Reviewed & tested by the community

Okay, thanks for your work here. I am ready to commit the patch. The only problem I've got so far - I can't apply it to the 6.x or 7.x branches. Can you tell me which branch did you use as a base for your patch?

fortis’s picture

I have used 7.x-2.0 branch //git clone git://git.drupal.org/project/vkxp.git -b 7.x-2.0

  • Spleshka committed 021ae28 on 6.x-3.x authored by fortis
    Issue #2409779 by fortis, Niklan, Spleshka: Backport to Drupal 6
    
spleshka’s picture

> I have used 7.x-2.0 branch
That's not a branch, that's a tag :) Next time please use branch instead of tag, they usualy look like 7.x-2.x, 6.x-1.x, etc.
And better to provide a patch against a branch to which you want to apply it. If you want to commit this patch to 6.x-2.x branch, then this patch should be appliable to 6.x-2.x branch cleanly. For now that is okay, but just a friendly hint for the future.

  • Spleshka committed e92a262 on 6.x-3.x authored by fortis
    Issue #2409779 by fortis, Niklan, Spleshka: Backport to Drupal 6
    
fortis’s picture

Thanks for hint, it is helpful for me, this is my first experience

fortis’s picture

Status: Reviewed & tested by the community » Closed (fixed)