Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2222 closed defect (bug) (fixed)

Profiles: Strip multiline quotes from forum replies on Activity tab

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Profiles Keywords: has-patch commit
Cc:

Description

Since [3931], Profiles Activity Notifier correctly handles forum replies that start with someone else's quote: only the actual reply is stored and displayed.

However, that's not the case for replies that start with a multiline quote. If the reply starts with a quote that spans several lines, the activity entry displays that quote instead of the actual reply.

Attachments (1)

2222.patch (927 bytes) - added by SergeyBiryukov 8 years ago.

Download all attachments as: .zip

Change History (3)

@SergeyBiryukov
8 years ago

#1 @SergeyBiryukov
8 years ago

Example: https://ru.wordpress.org/support/topic/как-решить-проблему-с-неверными-путям/#post-226439

My activity entry for that reply:

Posted a reply to Как решить проблему с неверными путями в подомене мультисайта, on the site Форумы поддержки:
посмотрел в консоль браузера и обнаружил что пути ко всех подрубаемым файлам идут в таком…

Correct entry would have been:

Posted a reply to Как решить проблему с неверными путями в подомене мультисайта, on the site Форумы поддержки:
В Multisite так и должно быть. Все поддомены указывают на тот же каталог на сервере, в котором…

#2 @coffee2code
8 years ago

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

In 4812:

Profiles Activity Notifier: Strip multiline blockquotes from excerpts as well.

Props SergeyBiryukov.
Fixes #2222.

Note: See TracTickets for help on using tickets.