Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#4376 closed defect (bug) (fixed)

Protected posts aren't after (WXM) Import

Reported by: Emanon Owned by: tellyworth
Priority: normal Milestone: 2.5
Component: Administration Version: 2.2
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

It seems protected posts loose their protection on Export/Import.

I just did a test install of 2.2. I exported my old 2.1 database with wordpress export-to-XML-feature and imported them into the new 2.2.

Protected posts kept the "Protected:"-part in the title, but did no longer require a password to be read.

Attachments (1)

4376.diff (2.9 KB ) - added by Nazgul 19 years ago.

Download all attachments as: .zip

Change History (10)

#1 @rob1n
19 years ago

  • Milestone 2.42.3

#2 @dreamybox
19 years ago

  • Milestone 2.3 (trunk)2.2.2

I'm having the same problem.
I am using version 2.2, and I've made a password protected post for testing.Many of my friends told me that they can read the content through RSS reader, Bloglines, Google reader, Netvibes.
Isn't the post suppose to be "protected"?

#3 @rob1n
19 years ago

  • Milestone 2.2.22.3 (trunk)

@Nazgul
19 years ago

#4 @Nazgul
19 years ago

  • Keywords has-patch added
  • Version2.2

Note that this will only work with 2.3 exports, because exports from previous versions won't have the post password in it.

#5 @Nazgul
19 years ago

  • Milestone 2.32.4

#6 @Emanon
19 years ago

Any hope that this can make it into 2.3.1?

#7 @lloydbudd
19 years ago

  • Owner changed from anonymous to tellyworth

#8 @ryan
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [6753]) Add post_password to export. Props Nazgul. fixes #4376

#9 @ryan
19 years ago

I changed how the post title is handled. Instead of using API, I just ran it through the the_title_rss filter to avoid the code that prepends the private and protected text.

Note: See TracTickets for help on using tickets.