Limit the display of 'My Pending/Approved/Rejected/Errored Out' submissions to the last 3 months. We need to do it in order to improve the performance of these pages for editors with a lot of edits. Our current version of the MySQL database (5.0) doesn't support DESC indices, so queries sorted by "reviewed_date" can be slow.
Anonymous
Implemented in biblio/myrecent.py , installed in SVN 953 on 2022-07-10. Closing the FR.
Part 2 - Only limit the list to the last 3 months for Recently Approved edits . Implemented in biblio/myrecent.py , installed in SVN 954 on 2022-07-10. Keeping the FR closed.