Prefill date in form on Special:Log when calling with old parameters
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jul 2018 19:55:24 +0000 (21:55 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jul 2018 20:11:52 +0000 (22:11 +0200)
commit23cd9d6d2ee1efafe639825496137bc66d7f15e9
treed83d72627fb71ccbf7f220f7b5317602cb9ddf9c
parent249e0c06e4bfc4ed4d0ffc3c768dfe4b60f9efa5
Prefill date in form on Special:Log when calling with old parameters

When the date is specified using &year=...&month=... URL parameters
rather than &wpdate=..., HTMLForm can't automatically fill it in,
but we can explicitly specify the default.

Bug: T199856
Change-Id: I71f4953d57a3893190778e5bd763db108dc433d3
includes/logging/LogEventsList.php