#18235 closed task (blessed) (fixed)

Clean up remnants from having negative Post_IDs

Reported by: azaozz Owned by: azaozz
Priority: normal Milestone: 3.3
Component: General Version:
Severity: normal Keywords: has-patch needs-testing
Cc: ehitter@…

Description

We switched to creating new post and having "real" post ID as soon as the user loads the Add New Post screen quite long time ago.

However there is still some code expecting negative post IDs and dealing with attachments added before a draft was saved. Seems it's time to remove it.

Attachments (3)

18235.patch (2.9 KB) - added by azaozz 22 months ago.
Marked the places with old and redundant code
18235.2.patch (4.0 KB) - added by ethitter 21 months ago.
Removed old code as indicated by azaozz, tested editor and QuickPress (JS and non-JS), fixed internal references to wp_write_post.
18235.diff (4.4 KB) - added by markjaquith 20 months ago.
Refreshed patch

Download all attachments as: .zip

Change History (11)

Marked the places with old and redundant code

If the code is redundant it should be removed, rather than having comments around it.

  • Keywords has-patch added
  • Keywords needs-patch added; has-patch removed

Removed old code as indicated by azaozz, tested editor and QuickPress (JS and non-JS), fixed internal references to wp_write_post.

  • Keywords has-patch added; needs-patch removed
  • Cc ehitter@… added
  • Keywords needs-testing added

Refreshed patch

  • Owner set to azaozz
  • Status changed from new to reviewing

Refreshed the patch. Basic testing only. azaozz, can you take this one, since you were the one to mark up the areas in the first place?

  • Type changed from enhancement to task (blessed)

Not an enhancement.

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

In [18823]:

Clean up remnants from having negative Post_IDs, props markjaquith, fixes #18235

Note: See TracTickets for help on using tickets.