Administrators would like to be able to filter the list of pages in Nuke by the date they were created, for example only listing article created between 1 March 2024 and 1 October 2024. This could be an additional available filter.
We should provide start date and end date filters, and validate that both are within the bounds permitted by $wgNukeMaxAge. If either start or end date are outside of this range, we should display an error message:
"This tool can only delete pages if they were created within the last $wgNukeMaxAge days. Please adjust the date filters so that both dates are within this range"
Design mockups
| Date filter | Selecting date | Error message when dates are out of range |
- Date filter with 2 fields "From date" and "To date".
- Clicking on the input field displays a date picker.
- Error message is displayed when dates selected are out of range
- Copy: "This tool can only delete pages if they were created within the last $wgNukeMaxAge days. Please adjust the date filters so that both dates are within this range."
- "From date" should default to today's date minus $wgNukeMaxAge.










