LogPager: Add backwards-compatibility for hide_[type]_log URL params
authorPrateek Saxena <prtksxna@gmail.com>
Thu, 19 Jul 2018 05:02:24 +0000 (10:32 +0530)
committerPrateek Saxena <prtksxna@gmail.com>
Fri, 20 Jul 2018 01:48:46 +0000 (07:18 +0530)
commit8aaa50b6ef3362acc6662c536e7fbc641d485236
tree7b291ddcc1aae2baca441dfb0e25e7d8bab0f1e3
parent098fd0dcb34cca4a3d11059e0d6a7d4861124d98
LogPager: Add backwards-compatibility for hide_[type]_log URL params

Also, the $default value in LogEventsList#getFiltersDesc was not
being generated properly and would have always been an empty array.

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