Opened 4 years ago

Closed 15 months ago

#10933 closed task (blessed) (fixed)

Provide custom more text back to XML-RPC clients

Reported by: josephscott Owned by: westi
Priority: normal Milestone: 3.4
Component: XML-RPC Version: 2.8.4
Severity: normal Keywords: mobile has-patch commit
Cc: joseph@…, ercoli@…, marko@…

Description

If a user provides a custom more text string:

<!-- more My Custom More String-->

for a post, XML-RPC clients don't get the custom more text ('My Custom More String') when requesting the post data (metaWeblog.getPost).

A simple option would be to add a new (wp_more_text ?) field to provide this information.

Attachments (2)

patch-core-10933.diff (2.1 KB) - added by koke 2 years ago.
10933-refresh.diff (2.4 KB) - added by ericmann 15 months ago.
Refresh patch to match latest version of trunk.

Download all attachments as: .zip

Change History (12)

  • Milestone changed from 2.9 to Future Release

Punting due to feature freeze.

comment:2   koke2 years ago

  • Keywords mobile added

koke2 years ago

comment:3   koke2 years ago

  • Keywords has-patch added

Added patch: new wp_more_text returned on metaWeblog.getPost()

  • Keywords dev-feedback added
  • Cc ercoli@… added
  • Keywords dev-feedback removed
  • Type changed from enhancement to task (blessed)

Looks good, I'd be fine with committing this.

  • Cc marko@… added

Refresh patch to match latest version of trunk.

  • Keywords commit added
  • Milestone changed from Future Release to 3.4
  • Owner changed from josephscott to westi
  • Status changed from new to reviewing
  • Resolution set to fixed
  • Status changed from reviewing to closed

In [20156]:

XMLRPC: Expose the extended more text to XMLRPC clients from metaWeblog.getPost(). Fixes #10933 props koke, ericmann.

Note: See TracTickets for help on using tickets.