Make WordPress Core

Opened 21 years ago

Closed 20 years ago

Last modified 19 years ago

#1613 closed defect (bug) (fixed)

No pingbacks to same domain when using WYSIWYG editor

Reported by: markjaquith's profile markjaquith Owned by: markjaquith's profile markjaquith
Milestone: Priority: normal
Severity: normal Version: 1.6
Component: Administration Keywords: bg|has-patch bg|commit bg|squashed
Focuses: Cc:

Description

When using the TinyMCE WYSIWYG editor, relative links are used, and the domain is stripped of, when inserting links. Thus, http://site.com/about/ is linked as /about/ and a pingback doesn't go out, because the pingback is looking for an http:// link.

The attached patch turns off these two features in TinyMCE.

Attachments (1)

tiny_mce_src.js.diff (622 bytes) - added by markjaquith 21 years ago.
Patch against latest 1.6 SVN

Download all attachments as: .zip

Change History (6)

@markjaquith
21 years ago

Patch against latest 1.6 SVN

#1 @markjaquith
20 years ago

Okay, apparently these settings are completely ignored by TinyMCE. It always chops off the URI.

And now, Pingbacks don't go out at all.

#2 @ryan
20 years ago

Does [2870] make a difference?

#3 @markjaquith
20 years ago

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

Looks like [2870] fixed it.

#4 @markjaquith
20 years ago

  • Keywords bg|squashed added

#5 @(none)
19 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.