Bug? List of recently edited pages updated when talk pages are created
I use this extension to generate a list of recently edited pages within a certain namespace:
<DynamicPageList> namespace = 102 count = 10 order = descending redirects = exclude shownamespace = false addfirstcategorydate = false mode = unordered ordermethod = lastedit </DynamicPageList>
However, when a discussion page in the associated TALK namespace (i.e. namespace 103) is created, the above list gets updated. Is there a way to avoid this?
--Dvd3141 05:02, 15 August 2011 (UTC)
The ordermethod lastedit doesn't really order by last edit (thus is poorly named) but by the last time the cache for that page was purged (page_touched) (and thus is triggered by all sorts of things, like if a template included on that page is updated). At the moment there isn't really a work around for this extension.
Bawolff 03:30, 25 August 2011 (UTC)