Immediate notification is no longer working.
Cause: The regular expression search that looks for users subscribed to topics uses the non-grouping
(?:...)
syntax. Perl supports this, but not egrep. Search is done using egrep by default, hence subscribed topics no longer can be found.
This bug was introduced by
TWikibug:Item7411
:
WatchlistPlugin - Improve caching, correct order of change processing, fix table alignment, add watch all topics in web and watch new topics in web, apply perltidy, report last change date in verbose watchlistnotify, make watchlistnotify run under 4.x
--
TWiki:Main/PeterThoeny
- 2014-10-08
This is now in SVN trun and 6.0 branch. The plugins is uploaded to the TWiki.org plugins repository as well.
--
TWiki:Main.PeterThoeny
- 2014-10-08