Opened 2 years ago
Closed 14 months ago
#17132 closed task (blessed) (fixed)
Add template/active_plugins to wp.getOptions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | has-patch mobile commit |
| Cc: | jbernal@…, ercoli@… |
Description
active_plugins could be very useful to warn users about known compatibility issues between specific plugins and the apps using XML-RPC
template is not as useful, but could be interesting to know, for instance, which blogs are P2s and which are "regular" blogs
Attachments (2)
Change History (11)
comment:3
daniloercoli — 2 years ago
- Cc ercoli@… added
comment:4
josephscott — 16 months ago
- Milestone changed from Awaiting Review to 3.4
- Type changed from enhancement to task (blessed)
If you would like to know template, you should probably also receive stylesheet.
- Keywords commit added
Replying to nacin:
If you would like to know template, you should probably also receive stylesheet.
Agreed.
I wonder how useful active_plugins will actually be — a serialized array of filenames doesn't really lend to which plugins are necessarily active on a blog. I'd almost rather provide plugin names, so you're matching against "Akismet" rather than "akismet/akismet.php". Perhaps not. Just thinking aloud.
- Resolution set to fixed
- Status changed from new to closed
Replying to nacin:
I wonder how useful active_plugins will actually be — a serialized array of filenames doesn't really lend to which plugins are necessarily active on a blog. I'd almost rather provide plugin names, so you're matching against "Akismet" rather than "akismet/akismet.php". Perhaps not. Just thinking aloud.
I think we need to provide something normalised for this to be useful rather than exposing raw data.
@koke please can you open a new ticket for exposing plugin info.
Closing this as fixed in 3.4 - for the template/stylesheet info.

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