-
Notifications
You must be signed in to change notification settings - Fork 383
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
#796 Move AMP Customizer into main Customizer #819
Commits on Dec 6, 2017
-
Move AMP Customizer into main Customizer to expand usability across a…
…ll posts and pages.
Configuration menu - View commit details
-
Copy full SHA for 2ea1341 - Browse repository at this point
Copy the full SHA 2ea1341View commit details -
Fix amp_get_permalink() for permalinks containing query params (e.g. …
…draft and previews) * Use query var in permalinks containing query vars, instead of endpoint slug. * Remove needless and unslightly 1 value. * Add tests.
Configuration menu - View commit details
-
Copy full SHA for 0885b48 - Browse repository at this point
Copy the full SHA 0885b48View commit details
Commits on Dec 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 942a1fa - Browse repository at this point
Copy the full SHA 942a1faView commit details -
Make use of wp.template for adding HTML to Customizer and include tra…
…nslatable tooltip strings.
Configuration menu - View commit details
-
Copy full SHA for 9f34b14 - Browse repository at this point
Copy the full SHA 9f34b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6159ab - Browse repository at this point
Copy the full SHA d6159abView commit details
Commits on Dec 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a716482 - Browse repository at this point
Copy the full SHA a716482View commit details -
Use alternative to regex to check if AMP is within query string, and …
…enable AMP toggle if users selects mobile device.
Configuration menu - View commit details
-
Copy full SHA for 65bf04a - Browse repository at this point
Copy the full SHA 65bf04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0679cb2 - Browse repository at this point
Copy the full SHA 0679cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1790b - Browse repository at this point
Copy the full SHA 0d1790bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e23ff2 - Browse repository at this point
Copy the full SHA 7e23ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e2a58 - Browse repository at this point
Copy the full SHA 05e2a58View commit details
Commits on Dec 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4507a04 - Browse repository at this point
Copy the full SHA 4507a04View commit details -
Fix live preview of color changes
* Include more Customizer preview logic from manager in AMP preview * Ensure scripts and styles are enqueued when preview opened for controls app; this ensures AMP validation can pass when using frontend preview link. * Restore previous add_preview_scripts method. * Include more logic behind * Add PHP doc. * Improve WPCS adherence. * Skip outputting Customizer preview JS if user cannot customize. * Use wp_print_footer_scripts()` instead of doing wp_footer.
Configuration menu - View commit details
-
Copy full SHA for 7b56889 - Browse repository at this point
Copy the full SHA 7b56889View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f0b4b - Browse repository at this point
Copy the full SHA b2f0b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c349320 - Browse repository at this point
Copy the full SHA c349320View commit details -
Add selective refresh of header-bar to customizer preview
Fix obsolete method references and improve placement of add_action() calls
Configuration menu - View commit details
-
Copy full SHA for df26de5 - Browse repository at this point
Copy the full SHA df26de5View commit details -
Add partial for footer; do wptexturize on title in header and footer;…
… prevent fallback refreshes
Configuration menu - View commit details
-
Copy full SHA for e0c61f5 - Browse repository at this point
Copy the full SHA e0c61f5View commit details -
Improve behavior of AMP toggle when loading initially-AMPed URL in pr…
…eview * Ensure that AMP Customizer preview JS is loaded in AMP and non-AMP mode so that the amp-status can be sent in each case. * Enable AMP when clicking toggle and navigating to an AMPed post. * Ensure password-protected posts are no returned by amp_admin_get_preview_permalink() * Add screen-reader-text CSS rule to AMP styles. * Move JS template vars into PHP-rendered template to simplify.
Configuration menu - View commit details
-
Copy full SHA for d595bc9 - Browse repository at this point
Copy the full SHA d595bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556cacf - Browse repository at this point
Copy the full SHA 556cacfView commit details
Commits on Dec 10, 2017
-
Restrict screen-reader-text to Customizer preview styles
Also use AMP_QUERY_VAR instaed of hard-coded 'amp' in amp_admin_get_preview_permalink()
Configuration menu - View commit details
-
Copy full SHA for a38d024 - Browse repository at this point
Copy the full SHA a38d024View commit details
Commits on Dec 11, 2017
-
Merge branch 'develop' of https://github.com/Automattic/amp-wp into f…
…eature/796-amp-customizer
Configuration menu - View commit details
-
Copy full SHA for babf16c - Browse repository at this point
Copy the full SHA babf16cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 083c9b3 - Browse repository at this point
Copy the full SHA 083c9b3View commit details
Commits on Dec 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 64f14be - Browse repository at this point
Copy the full SHA 64f14beView commit details -
Add accessibility to AMP toggle; auto-show tooltip when navigating to…
… unavailable URL
Configuration menu - View commit details
-
Copy full SHA for 219f481 - Browse repository at this point
Copy the full SHA 219f481View commit details -
Only show tooltip upon unavailable if AMP is enabled.
* Remove linebreak from tooltip for alignment with autosave restore notification; tweak copy. * Move functions from inside panel ready callback to component. * Improve styling in AMP when unloading page.
Configuration menu - View commit details
-
Copy full SHA for 7308a9c - Browse repository at this point
Copy the full SHA 7308a9cView commit details -
Show AMP unavailable tooltip when expanding AMP panel and not on AMP-…
…compatible URL Improve styling of link in tooltip to improve color contrast
Configuration menu - View commit details
-
Copy full SHA for 79297bf - Browse repository at this point
Copy the full SHA 79297bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fa356 - Browse repository at this point
Copy the full SHA b1fa356View commit details