-
Notifications
You must be signed in to change notification settings - Fork 129
Modernization plugin python-wordpress for CWMS #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
SpillChek2
wants to merge
41
commits into
maxcutler:modernization-plugin
from
creativewebmatrixsolutions:master
Closed
Modernization plugin python-wordpress for CWMS #117
SpillChek2
wants to merge
41
commits into
maxcutler:modernization-plugin
from
creativewebmatrixsolutions:master
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It was just missing the post_id (`id`) needed to pass to the `EditPost` method.
Corrected the EditPost line
…by an old version of WordPress
Workaround a bug encountered when fetching old draft posts
Fix small typo in the EditComment docs
…atus': 'ping_status').
Fix incorrect definition for 'ping_status'.
Imported media methods in methods/__init__.py
Clarified XML-RPC default status
Correct mime-type for media upload
Custom transports have the ability to modify the network behavior of the HTTP requests, to do things like proxying (see maxcutler#41), timeouts (see maxcutler#52), SSL certification validation (see maxcutler#60), and more. Fixes maxcutler#61.
useful addition for debugging
typo in line 42
Typo in creating Tags example
Add optional verbose parameter to `Client` constructor. Props vanandel
Fix methods.rst typo, props hishamnajam
…rsion of PHP. This is needed for WP-CLI's 'serve' command which requires at least PHP 5.4.
…ql service built-in yet.
Add Travis-CI integration for unit tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.