Opened 21 months ago
Closed 17 months ago
#18566 closed enhancement (fixed)
Expose discussion settings on XML-RPC
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | mobile has-patch commit |
| Cc: | daniloercoli, kpayne@…, josephscott |
Description
To set properly the mobile UI we should be able to access the discussion settings variables from XML-RPC.
- default_ping_status
- default_comment_status
Attachments (1)
Change History (6)
daniloercoli — 21 months ago
comment:1
daniloercoli — 21 months ago
- Keywords has-patch added; needs-patch removed
comment:3
josephscott — 17 months ago
- Cc josephscott added
- Keywords commit added
I'm ok with this idea and patch, with one reservation. The two options default_ping_status & default_comment_status expect string values, specifically: 'open' & 'closed'. Anything other than those two values, from what I've seen so far, will result in it being treated as closed.
Besides that one concern I'm fine with having this patch committed.
comment:4
SergeyBiryukov — 17 months ago
- Milestone changed from Awaiting Review to 3.4
Note: See
TracTickets for help on using
tickets.

@see http://blackberry.trac.wordpress.org/ticket/163