Closed (fixed)
Project:
xmlrpc
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2018 at 07:41 UTC
Updated:
29 Jul 2020 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
visabhishek commentedUploading patch
Comment #3
fgmThanks. It's a good idea to fix deprecations, but there are several others, including one other case of checkPlain, usage of drupal_set_message(), and usage of the REQUEST_TIME constant, as shown in this screencopy. You can generate a similar report when working on deprecations in PhpStorm using Code / Run inspection by name / Deprecated (PHP / General)
Comment #4
fgmPatch completed, for you to review.
Comment #5
fgmComment #6
fgmUpdated with more changes from #3117087: Drupal 9 Deprecated Code Report.
Comment #7
wizonesolutionsI cloned the branch and applied the patch, then tested it against FillPDF 5.0.x (Drupal 9). Worked well.
Will also test against Drupal 8 now...OK, testing went well. Moving to RTBC.
Comment #13
fgmMerged to 8.x-1.x HEAD, thanks all, including those who worked on the other duplicate issues.