Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 19 months ago

#6753 closed defect (bug) (fixed)

Autosave changes draft post's author

Reported by: mtdewvirus's profile MtDewVirus Owned by: ryan's profile ryan
Milestone: 2.5.1 Priority: normal
Severity: normal Version: 2.5
Component: General Keywords: author autosave has-patch
Focuses: Cc:

Description

Autosave is changing the draft post's author when another user makes changes.

Steps to reproduce:

  1. Create and save a draft post with user1
  2. Logout
  3. Login with user2
  4. Edit the draft
  5. Wait for autosave
  6. Go back to Manage->Posts and see the author has changed

Tested using r7693.

Change History (7)

#1 @ryan
18 years ago

  • Owner changed from anonymous to ryan

#2 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7708]) Preserve author during autosave. fixes #6753 for trunk

#3 @ryan
18 years ago

(In [7709]) Preserve author during autosave. fixes #6753 for 2.5

#4 @ryan
18 years ago

(In [7710]) Bump script loader ver. see #6753

#5 @ryan
18 years ago

(In [7711]) Bump script loader ver. see #6753

This ticket was mentioned in PR #6754 on WordPress/wordpress-develop by @jonsurrell.


20 months ago
#6

  • Keywords has-patch added

This applies three fixes that appeared as part of adding type annotations to the HTML API in #6753.

  • Fix a bug where a string was passed instead of a token
  • Fix Tag Processor bug where null was used as int
  • Fix return type error in tag processor get_token_name

Trac ticket:

Note: See TracTickets for help on using tickets.