Ticket #3525 (closed defect: fixed)

Opened 2 years ago

Last modified 8 months ago

Allow plugins to preprocess fetched pingback source

Reported by: tenpura Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: XML-RPC Version: 2.1
Severity: normal Keywords: has-patch i18n
Cc:

Description

The current code is not perfectly ready for multibyte incoming pingbacks, is it?

The hook allows us the followings (and more).

  • Sources written in encodings incompatible to preg functions like JIS can be preconverted.
  • We can implement multibyte safe text trim logic instead of the current one.
  • Input data encoding conversion will be more reliable cause we can check meta tags to detect encodings.

Attachments

pre_remote_source.patch (500 bytes) - added by tenpura on 01/05/07 09:05:53.
Patch for trunk

Change History

01/05/07 09:05:53 changed by tenpura

  • attachment pre_remote_source.patch added.

Patch for trunk

01/07/07 10:57:10 changed by tenpura

  • type changed from enhancement to defect.

01/22/07 08:52:43 changed by ryan

  • milestone changed from 2.1 to 2.2.

03/27/07 23:15:50 changed by foolswisdom

  • milestone changed from 2.2 to 2.3.

09/19/07 22:08:52 changed by Nazgul

  • milestone changed from 2.3 to 2.4.

03/14/08 19:08:10 changed by westi

  • status changed from new to closed.
  • resolution set to fixed.

(In [7296]) Allow plugins to filter the fetched pingback source data. Fixes #3525 props tenpura.