Make HistoryAction form use OOUI
authorjdlrobson <jdlrobson@gmail.com>
Tue, 26 Mar 2019 22:52:13 +0000 (15:52 -0700)
committerjdlrobson <jdlrobson@gmail.com>
Thu, 28 Mar 2019 22:01:12 +0000 (15:01 -0700)
commit1b27cee8979b2fefa65dafee237485787693eb98
tree52a99d731ecf38dd7e5e08b810b0ddf081a5543e
parent670cd4802ba836da76ba3de9467faeb07a02d4fc
Make HistoryAction form use OOUI

The newly OOUI-ified form now gives editors more control over
their date range, allowing them to search before a given day
as well as month and year by using the DateTimeInputWidget.

Changes of note:
Previously the fieldset element had id `#mw-history-search` applied,
but this is no longer the case.

Bug: T107069
Change-Id: Iccf728c159c169f6c623eb76b45f54be30660c0b
includes/actions/HistoryAction.php
includes/actions/pagers/HistoryPager.php