Re: [xwiki-users] Troubleshooting Watchlist Email notification

2011-03-09 Thread Alex Jakobsen
Some more information: I tried to manually edit my profile and added the following: WatchListClass 0: Scheduler.WatchListHourlyNotifier However I'm not getting any notifications. My email setup is working. I'm using $xwiki.mailsender.sendTextMessage in other parts of the Wiki and it works

Re: [xwiki-users] Troubleshooting Watchlist Email notification

2011-03-09 Thread Alex Jakobsen
Problem solved. I hadn't actually started the cron jobs. Doh! Went to the Job Scheduler and scheduled all the Notifiers. The only glitch is that the Watchlist Preferences page doesn't list the Notifier you have chosen. -- View this message in context:

Re: [xwiki-users] Troubleshooting Watchlist Email notification

2011-03-09 Thread Sergiu Dumitriu
On 03/09/2011 06:05 PM, Alex Jakobsen wrote: Problem solved. I hadn't actually started the cron jobs. Doh! Went to the Job Scheduler and scheduled all the Notifiers. The only glitch is that the Watchlist Preferences page doesn't list the Notifier you have chosen. Could this be the problem?

Re: [xwiki-users] Troubleshooting Watchlist Email notification

2011-03-09 Thread Alex Jakobsen
I can pick a notifier and it adds the correct notifier to my profile - I can see the Notifier listed when I edit my profile via the Object editor. I looked at the code for : XWikiUserWatchListSheet and this code: #set($currentNotifier = $doc.display('interval', 'view')) results in an empty string

[xwiki-users] Troubleshooting Watchlist Email notification

2011-03-08 Thread Alex Jakobsen
Hi, I'm having some problems with the Email notification for Watchlists. When I go into my preferences and select a notifier for my watched lists (hourly notifcations for example) and click save view, the selection doesn't stick. It shows a blank under Notifier in my Watchlist preferences. I'm