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

Dashboard Notepad: note limit, updated time, redirect value. #458

Closed
mitchelldmiller opened this issue Apr 23, 2018 · 2 comments
Closed
Milestone

Comments

@mitchelldmiller
Copy link

  1. "Updated at" shows published time, instead of last modified time.
    Expected behavior: show updated time in widget footer.
    Actual behavior: shows published time in widget footer.
    Steps to reproduce: save note.

  2. Note data is sent as GET. Rejected by Apache when over 8192 bytes on my server.
    Expected behavior: update note.
    Actual behavior: Apache URL too long.
    Steps to reproduce: save big note.

  3. Get occasional blank page on submit. Does not check for empty return from wp_get_referer.
    Expected behavior: update note.
    Actual behavior: blank page.
    Steps to reproduce: save note with Firefox 59.0.2 (64-bit) Mac.
    Web server: Apache/2.4.18. PHP 7.0.28. Ubuntu 16.04.4 LTS.

@TheCrowned
Copy link
Contributor

Addressed in #468 and #469.

@rinatkhaziev rinatkhaziev added this to the 0.8.3 milestone Jun 4, 2018
@rinatkhaziev
Copy link
Contributor

Both #468 and #469 are merged, closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants