This repository was archived by the owner on Sep 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 651
Initial pass at new style Posts Controller #684
Merged
Merged
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
- Included new class-wp-json-posts-controller.php file in plugin. - Added GET posts and posts/id routes to initial registered routes. - Migrated logic from old WP_JSON_Posts class for get_items. - Migrated logic from old WP_JSON_Posts class for get_item. - Migrated logic from old WP_JSON_Posts class to prepare response.
…pare_item_for_database.
- Added sanitization for request parameters. - Extracted logic for processing author and status params into separate methods. - Use get_params() to actually check and process request parameters.
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why return null instead of an empty string?
Member
Author
|
Still needs:
|
danielbachhuber
added a commit
that referenced
this pull request
Dec 22, 2014
Initial pass at new style Posts Controller
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Initial Controller routes and methods:
Test coverage routes and methods: