I tried doing it this way... by editing the Recently Modified documents
panel and changing the first line to:
#set($recentlyModified = $xwiki.searchDocuments("where doc.fullName
not like 'Scheduler%' and doc.fullName not like 'XWiki%' order by
doc.date desc", 5, 0))
I.e., I added some filters to omit pages from the Scheduler and XWiki
spaces.
Other ideas?
-Mark
On 2/23/2011 8:12 AM, Mark Wallace wrote:
Is there a way to avoid showing pages such as
"Watchlist hourly email
notifier" in the "Recently Modified" panel on the wiki? I'd like to
avoid showing, in the "Recently Modified" panel, any "system page"
(for
lack of a better name... ), i.e., pages that are not normally edited by
a user.
E.g. my Recently Modified panel currently shows
* Watchlist hourly email notifier
* Watchlist daily email notifier
* Data Source Implementation Questions
* jpascual
* Skin
I'd consider all but the middle one "Data Source Implementation
Questions" to be "system pages" that aren't interesting to the
typical
user.