In testing #336442: Views2 filters for signup disabled/enabled and 'send confirmation' broken by cut+paste error I noticed another problem. All of the signup views2 filters that extend views_handler_filter_boolean_operator have a really terrible UI when you try to use them. :( For example, check out the screenshot of the "Signup: Confirmation: Enabled/Disabled" filter. Ugh. I need to look more closely at views_handler_filter_boolean_operator and these filters and figure out a better way to present this info to site admins trying to configure views...

Comments

dww’s picture

Assigned: Unassigned » dww

I'm working on this now with help from merlinofchaos in IRC... stay tuned.

dww’s picture

See #336531: Fix the UI for boolean filters in the views queue. ;)
That's going to make this a LOT easier and nicer to fix all at once. Let's hope that lands soon. ;)

dww’s picture

Status: Active » Needs review
StatusFileSize
new7.19 KB

Once #336531: Fix the UI for boolean filters lands, this should be all we need.

dww’s picture

StatusFileSize
new11.23 KB

Here's a self-contained patch that works great without having to wait for an official release of views2 to incorporate my patch for #336531: Fix the UI for boolean filters. Earl's swamped, and that might not land for a while, so we can use this in the meanwhile. Once #336531 is in views, it'll be easy to switch over to using that. This patch works with or without #336531. So, I'll probably just commit this now, and simplify the code later once views 6.x-2.2 is out (assuming #336531 makes it in before then).

dww’s picture

Version: 6.x-1.0-rc1 » 6.x-1.x-dev
Status: Needs review » Fixed

Committed to HEAD. This will be out in 6.x-1.0-rc2.

dww’s picture

Status: Fixed » Closed (fixed)

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