Skip to content
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

Preview: Enable published posts preview #7189

Merged
merged 13 commits into from
Jun 11, 2018
Merged

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    578c345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2134269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7658b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Preview Button: Move window bind to after write

    Was not reliably triggered when redirect occurs by setPreviewWindowLink, possibly because document.open triggered by document.write erased window handlers.
    aduth committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    131853b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab1415e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46d0dd5 View commit details
    Browse the repository at this point in the history
  4. State: Set default value for savePost options

    Allows use in handlers to assume options present
    aduth committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    02b29bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    432329d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    972d880 View commit details
    Browse the repository at this point in the history
  7. Store: Invalid autosave preview link on save intent

    Preview link is no longer valid until autosave completes, by which UI can infer availability of preview as being ready to view.
    aduth committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    734b95f View commit details
    Browse the repository at this point in the history
  8. Testing: Add preview E2E tests

    aduth committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    05f428d View commit details
    Browse the repository at this point in the history
  9. Testing: Fix copypasta

    aduth committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    5f379b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    8dda4b1 View commit details
    Browse the repository at this point in the history