Hi Glen, On Jun 1, 2008, at 5:38 AM, Glenn Everitt wrote:
I wasn't seeing the watch menu in XE 1.4. In menuview.vm an additional test was added:
&& $wiki.exists("XWiki.WatchListManager")
I don't seem to have the page and so the menu doesn't appear. Does something have to be separately installed? If I remove the test above the Watch Menu is displayed as expected. I am not using virtual Wiki's.
Is the test necessary?
The XWiki.WatchListManager is the page that contains the Watchlist feature so if it's not there it means no watchlist feature and thus we remove the watchlist menu. The watchlist application is bundled with with XE's XAR so you should definitely have it. You can also download it from http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistApplication Thanks -Vincent