Opened 18 years ago
Closed 14 years ago
#8777 closed defect (bug) (fixed)
Provide access to sticky status via XMLRPC and AtomPub
| Reported by: | redsweater | Owned by: | josephscott |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | XML-RPC | Version: | 2.7 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description (last modified by )
The "sticky" status of a post should be accessible by remote clients who use the AtomPub or XMLRPC interface to manage WordPress blogs.
Clients should be able to read and set the boolean value.
Thanks!
Daniel
Attachments (2)
Change History (12)
#2
@
17 years ago
It would be also great to expose in AtomPub if a given post status is private.
<wp:private>yes</wp:private>
#5
follow-up:
↓ 6
@
17 years ago
Hmm, what about AtomPub ? The changeset only fix XML-RPC part of the issue.
#6
in reply to: ↑ 5
@
17 years ago
- Cc added
- Component General → AtomPub
- Milestone 2.8 → Future Release
- Resolution fixed
- Status closed → reopened
Replying to znarfor:
Hmm, what about AtomPub ? The changeset only fix XML-RPC part of the issue.
Making this happen in AtomPub will have to be part of a larger effort. We'll have to bite the bullet and add our own custom namespace for WordPress specific AtomPub fields since there's no standard way to indicate 'sticky'.
I've re-opened this ticket and marked as 'Future Release'. When we a WordPress namespace then we can take care of this.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Here's a patch that adds a boolean 'is_sticky' field to metaWeblog.getPost/editPost/newPost XML-RPC methods. I'll ping the AtomPub email list and see what's considered the right way to expose this functionality via AtomPub.