Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 2 years ago

#6753 closed defect (bug) (fixed)

Autosave changes draft post's author

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

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

  • Resolutionfixed
  • Status newclosed

(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.


2 years 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.