This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Resolve problems pushing to and pulling from Story API #60
Merged
Commits on Sep 26, 2018
-
make sure wp_read_image_metadata() is defined when running media_hand…
…le_sideload() during wp_cron For #59
Configuration menu - View commit details
-
Copy full SHA for 8a4040f - Browse repository at this point
Copy the full SHA 8a4040fView commit details -
Fix for Undefined Offset when attempting to delete a story in the API
> PHP Notice: Undefined offset: 0 in /Users/blk/sites/nprapi/wp-content/plugins/nprapi-wordpress/push_story.php on line 99 Seen during GET /wp-admin/post.php?post=6&action=trash&_wpnonce=5b73650f23
Configuration menu - View commit details
-
Copy full SHA for c6f505d - Browse repository at this point
Copy the full SHA c6f505dView commit details -
Remove duplicate <hr/> in settings for fetching multiple posts; there…
…'s a line after this hr for the tags.
Configuration menu - View commit details
-
Copy full SHA for c30dde1 - Browse repository at this point
Copy the full SHA c30dde1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e4e9d - Browse repository at this point
Copy the full SHA 66e4e9dView commit details -
Update when the save_post hook is run, because that was not done in #47
This fixes the issue described in #57, where the URL parameter ds_npr_update_push was removed along with the 'Push to NPR' submit button, but the URL parameter triggering the nprstory_api_push function was not changed.
Configuration menu - View commit details
-
Copy full SHA for 8dc1adc - Browse repository at this point
Copy the full SHA 8dc1adcView commit details -
Fix Undefined variable message on "Get NPR Stories" page
> PHP Notice: Undefined variable: story_id in /Users/blk/sites/nprapi/wp-content/plugins/nprapi-wordpress/get_stories.php on line 132 Caused by running is_numeric on a variable that isn't set.
Configuration menu - View commit details
-
Copy full SHA for c474542 - Browse repository at this point
Copy the full SHA c474542View commit details -
Fix for Non-static method DS_NPR_API::load_page_hook() should not be …
…called statically Just had to change how the hook was registered, that's all.
Configuration menu - View commit details
-
Copy full SHA for 1a55ebf - Browse repository at this point
Copy the full SHA 1a55ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd11818 - Browse repository at this point
Copy the full SHA bd11818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5271e25 - Browse repository at this point
Copy the full SHA 5271e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c25f0 - Browse repository at this point
Copy the full SHA 63c25f0View commit details
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.