Currently, Special:Contributions and Special:Logs only allows contributions in a reverse order in time, that is from year X and month Y and "earlier". A "later" option should also be added; this for example allows checking if a user has made contributions or performed certain actions after a given time.
Same should apply to other similar pages (Special:DeletedContributions is one).
Because these are all based on ReverseChronologicalPager class, either that class should be changed to accept a direction flag, or a similar ForwardChronologicalPager class should exist (which seems pointless indeed when we have the first option :)
Version: 1.24rc
Severity: enhancement