When you have thousands of taxonomy terms, the Tags tab under the notifications UI simply runs out of memory. This patch creates a system setting to provide the option of limiting the display to the subscribed terms only. In other words, it makes the Tags tab of the UI to behave like "Author" or "Thread" tabs. Note that if you enable the setting, you will have to provide your users an alternative way to subscribe to taxonomy items, such as providing links like: notifications/subscribe/%user/taxonomy/tid/%tid . The link will bring up the standard subscription confirmation dialog.

Comments

jose reyero’s picture

Status: Needs review » Needs work

The patch looks good -though it seems to replace the whole module-.

But the best way to go here, I think, would be to use autocomplete fields for tags.

mehmeta’s picture

Sorry I accidentally posted the diff between the windows and unix encoded files. I'll post a proper patch again soon, that brings the same exact change with the addition of an autocomplete tags field you can use to subscribe to tags.

cardentey’s picture

Subscribed

jose reyero’s picture

Status: Needs work » Fixed

Agree, this is a huge usability improvement so added it into the module, reusing part of the code.

Also there's now a subscription page which has autocomplete fields for this. Check notifications ui settings to enable it.

So I think this is mostly done.

Thanks for your patches.

Status: Fixed » Closed (fixed)

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