summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDreamy Jazz <dreamyjazzwikipedia@gmail.com>2023-06-07 22:52:29 +0100
committerGerrit Code Review <gerrit@wikimedia.org>2023-06-07 21:52:29 +0000
commit68c81f16531b800e1ae48e3e164ce639d87ab37b (patch)
tree1634469f241d0bd35a2dad0984268ced67fe389e
parent5bd487f9c94e3f2a971572311eaa3a6896c8d159 (diff)
Update git submoduleswmf/1.41.0-wmf.11
* Update extensions/CheckUser from branch 'wmf/1.41.0-wmf.11' to e7124fac3f7764ae3c6c8b8d8e8af5c757e035dc - Use cuc_timestamp as index field when reading old Due to the IndexPager using the index field over the timestamp field when paging results, the index field cannot be aliased if paging of the results is to be possible. While this is something that should be fixed in core, the easiest solution to the problem in CheckUser is not using the aliased field until it has to be used (i.e. when reading new). QA steps: * Change wgCheckUserMaximumRowCount to a small value for testing to allow paging to occur * Load Special:CheckUser 'get edits' and 'get users' * Page the results using the paging links * Ensure no exception is thrown. Bug: T338287 Change-Id: Ibc3ab6e3807b191e843313737d77cca698ea3ff4 (cherry picked from commit a4da47decffdacd3023a847b1c77836833958d82)
m---------extensions/CheckUser0
1 files changed, 0 insertions, 0 deletions
diff --git a/extensions/CheckUser b/extensions/CheckUser
-Subproject 7cb17fc779a53dc25290187ec1017b08fc944ac
+Subproject e7124fac3f7764ae3c6c8b8d8e8af5c757e035d