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...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 336450_signup_views_filter_ui.4.patch | 11.23 KB | dww |
| #3 | 336450_signup_views_filter_ui.3.patch | 7.19 KB | dww |
| signup_views2_bool_filter_ui.png | 19.09 KB | dww |
Comments
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. ;)
| Status | File | Size |
|---|---|---|
| new | 336450_signup_views_filter_ui.3.patch | 7.19 KB |
Once #336531: Fix the UI for boolean filters lands, this should be all we need.
| Status | File | Size |
|---|---|---|
| new | 336450_signup_views_filter_ui.4.patch | 11.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).
Committed to HEAD. This will be out in 6.x-1.0-rc2.
Automatically closed -- issue fixed for two weeks with no activity.
Comment #1
dwwI'm working on this now with help from merlinofchaos in IRC... stay tuned.