dphiffer
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API] Upgrade breaks API pathI’ve tried switching between 1.0.7 and trunk without seeing the problem. Are you able to replicate the bug by downgrading and re-upgrading?
Forum: Plugins
In reply to: [JSON API] Upgrade breaks API pathYeah, I’ve had this happen to me before, and I’m still not sure what might be happening. Do you remember what the old version you were running prior to doing the svn update? I’m going to see if I can replicate the problem in my dev environment.
Forum: Plugins
In reply to: [JSON API] Taxonomy Support Please!!!Hi Darko, I’ll add taxonomy queries to the
get_postsmethod in the next point release.Forum: Plugins
In reply to: [JSON API] Taxonomy Support Please!!!Hi Darko, I forgot that custom taxonomy support was available as of version 1.0.8. I just hadn’t updated the documentation to reflect it. I also noticed there were some problems with its implementation, so I tweaked it a little and released it as version 1.1.1. Custom taxonomies should appear for post objects as ‘taxonomy_(taxonomy)’.
I’m not currently looking for freelance work, but there is a donate link in the JSON API page 😉
Forum: Plugins
In reply to: [JSON API] json_encode issue on PHPHi krider2010, thanks for the bug report. This is fixed in version 1.1.0.
The next release will suppress PHP warnings so that the JSON output doesn’t get messed up when, for example, WP_DEBUG is enabled.
Forum: Plugins
In reply to: [JSON API] Childrens categoryGlad to help! This option is available now in version 1.0.9.
Forum: Plugins
In reply to: [JSON API] JSON encode character encodingJust released this in version 1.0.9.
Forum: Plugins
In reply to: [JSON API] JSON encode character encodingHi Maxaud, I’m adding an option
json_unescaped_unicodein the next release that will convert \u-escaped unicode characters to their unescaped equivalents.Forum: Plugins
In reply to: [JSON API] Childrens categoryAnd for your other question, yes currently you can only create posts from a web client that’s already logged in. There’s not a way to do that part through the API currently.
Forum: Plugins
In reply to: [JSON API] Childrens categoryAh, I think I understand. Maybe what you’re looking for is a
parentargument for theget_category_index? I can add that to the next point release.Forum: Plugins
In reply to: [JSON API] Childrens categoryHi cristophergv, does the get_category_posts method not do what you need?
Forum: Plugins
In reply to: [JSON API] Bug report: get_bloginfo('home') deprecated in attachment.phpThanks for the bug reports. These will be fixed in the next point release.
Forum: Plugins
In reply to: [JSON API] Update post?Hi synik4l, This is coming in a future release. You can try it by checking out the trunk code now if you’d like.
Forum: Fixing WordPress
In reply to: Reporting hacked WP sitesYes, I have recovered many sites from being compromised, but thanks for the links guys. My question is about processes that might help future users, at least to get a sense for how pervasive a particular attack is. I’ve had 3 other personal sites get attacked on 3 different servers, all of which were up-to-date, some running minimal plugins & themes.
What I’m hearing here is there are no such process like the ones I’m looking for.
Forum: Fixing WordPress
In reply to: Reporting hacked WP sitesOops, I deleted the front-end HTML gist. Here’s one that just has the attack code: