[#1399] Information Requested
[email protected] (simon)
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20080206214018-0800__10222.5860734054$1202362880$gmane$org@zwiki.org> |
Assuming the wiki is inaccessible, I think you'll have to debug a little. Here's one way to find out more: paste the content of http://zwiki.org/zwikidir/skins/zwiki/RecentChanges.dtml into a Structured Text + DTML wiki page (you may need to set the ``allow_dtml`` boolean property in the page or folder zmi properties tab). This will give you an editable recent changes. Try playing with the code, eg this at the top::
results="pages(lastEditTime={'query': now-days, 'range':'min'},sort_on='lastEditTime',sort_order='reverse')"
to see what's going on.
--
forwarded from http://zwiki.org/1399RecentchangesShowsAllWikiPages#[email protected]