dphiffer
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] accessing wp content folderHi sribharath,
This is not something that JSON API supports. It is extensible though, so if you’re interested in building a new controller for this I can offer you pointers.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Content-DispositionHi guys,
Sorry for the slow reply.
I’m removing that header in the next release. It was a misguided attempt at providing “nicer” filenames in case you have to do anything with a downloaded JSON file.
Thanks for the input!
I will look into this! Thanks for the bug report.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Add meta query to get_postNice! I should include something like this in a future release.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Custom Content TypesUpdate: 1.0 released. I still haven’t looked into custom post types or taxonomies (or menus), but I’m interested in including them.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] get_intermediate_image_sizesUpdate: 1.0 released. Your fix is included.
Forum: Plugins
In reply to: [Plugin: JSON API] set_thumbnail_value bug and fixedThanks for the bug report. I included a modified version of this in the 1.0 release. Let me know if that fixes it for you.
Forum: Plugins
In reply to: [Plugin: JSON API] Category & Tagging Bug ReportUpdate: 1.0 released! It should fix this issue.
Forum: Requests and Feedback
In reply to: Potential WordPress.org Improvement ProjectsI have a very small, specific feature request for plugin pages: make readme files linkable with #hash-style URLs. The current readme syntax works something like this:
== Section == ->
<h3>Section</h3>Here’s how I’d like it to work:
== Section == ->
<h3 id="Section">Section</h3>Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] get_intermediate_image_sizesHi mimecine,
Thanks for the contribution! This should be in version 1.0, which is nearing release.
Best,
-DanForum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Custom Content TypesHi Mark,
This is great to hear! I have some big changes in the works for my forthcoming 1.0 release. Please take a look at trunk version and see if your changes can be integrated there:
You can view the code here:
https://plugins.trac.wordpress.org/browser/json-api/trunkOr check it out using svn:
svn co http://plugins.svn.wordpress.org/json-api/trunk json-apiThat said, I’m happy to accept code submissions. You can email me at: dan(a)phiffer.org
Thanks,
-DanForum: Plugins
In reply to: json-api; not suited for public-facing wp-installs?Not in the API yet. Currently you must include a session cookie along with API requests to create a post, but the cookie itself is the one you get from logging in to WordPress as you would normally.
Forum: Plugins
In reply to: [Plugin: JSON API] Category & Tagging Bug ReportUnfortunately this is a structural problem with how I implemented the query logic. I’ll have to rework things a bit to fix it. This may be the basis for a 1.0 code redesign. I probably won’t be able to get to this in the next month, but it is on the horizon.
Forum: Plugins
In reply to: json-api; not suited for public-facing wp-installs?Thanks for the bug report. This is fixed in version 0.9.4.