Hello,

I have moved over to views 3 and was wondering if HS needs any changes to support it and will support it?
Many other modules have been making changes over the past months.

content profile #670092: Content Profile Views 3 integration
cck #670344: Make CCK compatible with both, views 2 and views 3
flag #673508: Use option_definition to support both views 2 and views 3 integration

Thanks!

Comments

wim leers’s picture

Component: Miscellaneous » Code - Taxonomy Views
Assigned: Unassigned » wim leers
Category: support » feature

Wow that patch is INCREDIBLY simple. Let's hope it'll be equally easy for HS … I'll roll a patch soon that you can test.

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

HS Taxonomy Views apparently doesn't use options(), so that's one thing we don't have to change.

Are there any other API changes? It'd be awesome if Views 3 support didn't require any code changes at all! :)

Could you look into that? Thanks!

robby.smith’s picture

Title: Views 3 compatibility » HS Views 3 compatibility
Project: Hierarchical Select » Views (for Drupal 7)
Component: Code - Taxonomy Views » Miscellaneous
Assigned: wim leers » Unassigned
Category: feature » support
Status: Postponed (maintainer needs more info) » Active

Routing to Views queue to see if any further changes need to be made to HS besides options() for Views 3 support.
Thanks!

dawehner’s picture

There are some changes you perhaps have to do:

  • use option_definition and define every option
  • translatte calls to $display->get_foo_plugin to $display->get_plugin('foo')
  • some more

I suggest to try it out, and see whats happening.

robby.smith’s picture

Project: Views (for Drupal 7) » Hierarchical Select

The above info was provided by one of the maintainers of Views.
Maybe HS doesn't need much changed to support Views 3?

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not using options, nor am I using $display->get_foo_plugin.

Hence I guess it should work. Just try it? :)

wim leers’s picture

Component: Miscellaneous » Code - Taxonomy Views
Assigned: Unassigned » wim leers
Bilmar’s picture

Status: Postponed (maintainer needs more info) » Active

#721774: HS Taxonomy Views + Views 3 + taxonomy term filter: You have an error in your SQL syntax warning message began to show with HS + Views 3. I have included details, screengrab and a screencast at that post.

Regards

wim leers’s picture

Thanks for the notification! Replied.

wim leers’s picture

Status: Active » Closed (duplicate)