Views Text Filter Drop Downify is just a very simple, slightly experimental module which intercepts the specified CCK search filter fields and changes them into either Autocomplete or HTML select fields (depending on your choice).

Comments

alexgreyhead’s picture

Ah, a sandbox link might make review a little simpler:
http://drupal.org/sandbox/alexharries/1086742

avpaderno’s picture

Status: Active » Needs review
meba’s picture

Status: Needs review » Needs work
              $result = db_query($query, array($db_info['columns']['value']['column'], $db_info['table'], $db_info['columns']['value']['column']));

Your use of %s in this query is wrong. You should use db_escape_table()

function _viewstextfilterdropdownify_textarea_fields_to_array($textarea_content = '') {

I suggest not using ! in your t() function here, at least for !field

If the module is experimental, does it need a release? Well, not my judgement but please do not create stable releases until the module is really stable.

alexgreyhead’s picture

Hi Meba,

Thank you for taking the time to give me some useful feedback; I'll get those fixed and re-submit the project.

Best wishes,

Alex

tim.plunkett’s picture

Component: new project application » module
Status: Needs work » Closed (won't fix)

Closing, feel free to re-open if this was a mistake.

klausi’s picture

Status: Closed (won't fix) » Needs work
Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: http://drupal.org/node/1087242
Project 2: http://drupal.org/node/1929298

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

alexgreyhead’s picture

Status: Needs work » Closed (duplicate)

Closing as I'd like http://drupal.org/node/1929298 to be approved.

avpaderno’s picture

Issue summary: View changes
Related issues: +#1929298: [D7] Amazon SNS Endpoint