Hi,
Any plans for a D6 version? Shouldn't be that difficult seen the small portion of code.

I gave it a try with my limited programming skills, but got an error in views when adding the sort criteria...
Error: handler for views_raw_sql > raw_sort doesn't exist!

Any suggestions?

CommentFileSizeAuthor
#6 views_raw_sql_d6_backport.patch1.01 KBWorldFallz

Comments

sreynen’s picture

I don't really use Drupal 6 anymore, so I would never use a D6 port. But if someone else wants to create and maintain it, I'm happy to add another maintainer to the project.

sreynen’s picture

Status: Active » Postponed

I'm marking this as postponed until someone steps forward to create and maintain a Drupal 6 port. If that doesn't happen before Drupal 8 is released, I'll close this.

WorldFallz’s picture

Issue summary: View changes

i just backported this for one of my main prod sites, and will probably be using it until it's feasible to migrate the site to d8 (== "for a while", lol), so I'd be willing to maintain a branch for it.

Gotta love views... took all of 15 minutes for me to backport and most of that time was spent on me figuring out that hook_views_handlers was deprecated for 7.x-3.x, lol.

sreynen’s picture

WorldFallz, I added you as a maintainer. You should have access to create a branch and release, but let me know if you need anything else.

WorldFallz’s picture

Thanks scott.... I'm away from my computer for a couple of days but I'll commit the dev branch and roll a release as soon as I get back to civilization.

WorldFallz’s picture

StatusFileSize
new1.01 KB

For completeness sake, here's a patch of the changes required to make a d6 branch.

  • Commit 1901853 on 6.x-1.x by WorldFallz:
    Issue #1826744 by WorldFallz: Drupal 6 port request.
    
WorldFallz’s picture

Version: 7.x-1.0-rc1 » 6.x-1.x-dev
Status: Postponed » Fixed

okay, we've got dev and official releases for d6.

WorldFallz’s picture

Forgot to mention, though it's usually understood, it bears repeating: i won't make any changes to the 6.x branch that haven't already been made to the 7.x branch first. After a change has been accepted to the 7.x branch, just change the status to 'Patch (to be ported)' and I'll see it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.