-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Expose theme_supports data through a minimial theme controller #10518
Expose theme_supports data through a minimial theme controller #10518
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 049f30f - Browse repository at this point
Copy the full SHA 049f30fView commit details
Commits on Oct 11, 2018
-
Don't return
false
when the theme does not support thumbnails. Only…… list view context on formats and post-thumbnails fields. Uncomment permissions logic. Remove old code placing this data in the index.
Configuration menu - View commit details
-
Copy full SHA for 9187617 - Browse repository at this point
Copy the full SHA 9187617View commit details -
Configuration menu - View commit details
-
Copy full SHA for e013653 - Browse repository at this point
Copy the full SHA e013653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08eb03d - Browse repository at this point
Copy the full SHA 08eb03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5675d - Browse repository at this point
Copy the full SHA 5b5675dView commit details -
PR Review Feedback adjustments:
- Alignment fixes - Add missing textdomain arguments - Update the property contexts to edit (should be the context the data is accessed) - Add missing description for `post-thumbnails` - Link should be `self`, not `active`
Configuration menu - View commit details
-
Copy full SHA for 3af33f2 - Browse repository at this point
Copy the full SHA 3af33f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18a663 - Browse repository at this point
Copy the full SHA f18a663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1c75e - Browse repository at this point
Copy the full SHA 7a1c75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fb8cf - Browse repository at this point
Copy the full SHA 06fb8cfView commit details -
Merge branch 'master' of github.com:WordPress/gutenberg into add/core…
…-rest-api-themes-controller # Conflicts: # lib/load.php
Configuration menu - View commit details
-
Copy full SHA for 2ff2fb4 - Browse repository at this point
Copy the full SHA 2ff2fb4View commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2bbd6ba - Browse repository at this point
Copy the full SHA 2bbd6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f593169 - Browse repository at this point
Copy the full SHA f593169View commit details -
Change the
themes/active
route tothemes?status=active
. The forme……r would cause future issues when `themes/themename` returns data for a specific theme. For now, limit the `status` param to one value, `active`, by specifying the param as an `enum`. Also, remove field not 100% required for Gutenberg (name, version, template, etc.).
Configuration menu - View commit details
-
Copy full SHA for 6e8abc1 - Browse repository at this point
Copy the full SHA 6e8abc1View commit details -
Change variable name from
currentTheme
toactiveThemes
, as the en……dpoint now returns a collection.
Configuration menu - View commit details
-
Copy full SHA for c972f4a - Browse repository at this point
Copy the full SHA c972f4aView commit details
Commits on Oct 15, 2018
-
Remove
_links
from the response and adjust the theme supports prope……rty description.
Configuration menu - View commit details
-
Copy full SHA for d3dbb6f - Browse repository at this point
Copy the full SHA d3dbb6fView commit details -
Merge branch 'master' of github.com:WordPress/gutenberg into add/core…
…-rest-api-themes-controller
Configuration menu - View commit details
-
Copy full SHA for 9693640 - Browse repository at this point
Copy the full SHA 9693640View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fe1b7 - Browse repository at this point
Copy the full SHA b1fe1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7cd0a5 - Browse repository at this point
Copy the full SHA f7cd0a5View commit details