Last modified: 2014-06-05 10:29:16 UTC
I'd like to see all changes from March 24. AFAIK, there's no way to do that with the current installation. I would love to see a patch that fixes this, even if it ends up being slow and is turned off for large sites. (I'd also like to be able to search through pages by date, either of creation or last edit, but that's a bigger request for another time, once we are storing more metadata about articles.)
I'd suggest an extension which allowed querying of the revision table for edits made matching a particular timestamp. As noted, this would be fairly expensive.
I'd suggest a similar extension for revision tables AND all kinds of logs. If that helps cuts expenses, I'd accept some fuzzyness of the selection, i.e. e.g. List 100 continous records which include March 24, 2001 high noon, upon a query for March 24, 2001, no matter what the 1st and last ones are. I'd also suggest to be able to step back and forth in time, pagewise. I do not expect this featue to be used much. If turning it off would have to be an option, I'd suggest to leave it available to admins, or something similar.
Changed component to "RecentChanges"
Purodha's comment is well placed. This is something I really want to see on a toolserver or some other offline processor-heavy support service.
I can nowadays set an offset= parameter for the history of a single page, but nothing more. RC won't let me set an offset in that way - while I can set a 'from=' I can't set a 'to=' in the same fashion.
The backend already supports both 'start' and 'from' timestamps (for example when using api.php with query list=recentchanges). This is just a matter of exposing it in the UI.