Someone posted a question on how to download ctools (http://drupal.org/node/1433360), when I went to check the download section was missing, checked 3 more projects at it was the same.

CommentFileSizeAuthor
#4 1433368-4.views-join-fix.patch860 bytesdww

Comments

altrugon’s picture

Apparently some one has decided it was too easy to work with Drupal and decided to make it a little bit more complicated.

jbrauer’s picture

Priority: Major » Critical

Affects each project I've looked at including core http://drupal.org/project/drupal

silverwing’s picture

They're updating Views, and the download section seems to be having issues. It's being worked on in #drupal-infrastructure on IRC.

dww’s picture

Title: Project pages missing download section » Project pages missing download section on views 6.x-2.13 and higher
Project: Drupal.org site moderators » Project
Version: » 6.x-1.x-dev
Component: Project problem » Views integration
Assigned: Unassigned » dww
StatusFileSize
new860 bytes

This is a regression introduced via commit 076e78e4270a16d5e699de329dfc9964a53ebf94 to views. There's no longer any way to define a custom JOIN that references other fields in the query, views is assuming the 'extra' to a JOIN must reference actual values and is therefore doing various quoting/escaping tricks. Hopefully, we're about to add support back to views to allow Project to do what it needs to do here. Stay tuned.

Here's the patch for Project itself. We'll need one for views, too.

crazyjdean’s picture

Ok I will check back in later to see if it has been fixed.

dww’s picture

Status: Fixed » Closed (fixed)

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