## page was renamed from FeatureRequests/RecentChangesNeedAMinDaysArgument
'''RecentChanges needs a min_days argument'''
'''Problem'''
When using the RecentChanges page, you are limited to 90 days changes. You can hack this by changing the url used and changing the {{{max_days}}} argument in it.<
>
But there is a limit to this: the macro itself have a built-in output size limit to prevent high load / abuse<> so you can't return in an unlimited way in your Wiki instance history.<
>
This protection is good.
'''Solution?'''
Maybe, it could be possible to had a min_days argument to the RecentChanges macro so that calling it with
{{{
http://wiki.domain.tld/wikiinstance/RecentChanges?max_days=1000&min_days=750
}}}
will permit go further in the wiki history.
Haven't thought much about that, but I would like to have a solution like when you search in Google: On a page X hits/days are presented and you have a back and forth button to view the next X days after or before... -- OliverSiemoneit <>
----
CategoryFeatureRequest