Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2020 at 03:05 UTC
Updated:
12 Sep 2023 at 02:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostComment #3
andypostKind of itm this never used
Comment #5
andypostSo only 5 times plugin created within tests
Now test cleaner patch
Comment #6
andypostThe only place where requests is needed
Comment #8
andypostReroll patch for 9.1 - picked from #3109109-8: AccountForm should read pass-reset-token only from query string (needs to give a credit to @kkalashnikov)
Comment #9
andypostFiled CR https://www.drupal.org/node/3154016
Needs work for deprecation test
this change should be done in context of #2902895: [meta][no patch] Replace uses of REQUEST_TIME and time() with time service
Comment #10
andypostAdded tests for constructor and BC fshim for request property (views still has properties public)
Comment #12
andypostNW for 9.2
Comment #13
kapilv commentedComment #14
andypostRe-roll for 9.2 and fix deprecation test
Comment #15
andypostGreen! I bet the Request_Time global could be replaced by the view's request
Comment #16
lendudeLooks good, the service is never used, so sounds good to take it out. We have a follow up to deal with REQUEST_TIME in #2902895: [meta][no patch] Replace uses of REQUEST_TIME and time() with time service, and a CR.
Comment #18
catchCommitted/pushed to 9.2.x, thanks!
Comment #20
quietone commentedPublish the change record