• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item7931: When a topic of events don't end with \n, the plugin read the next topic first line META:TOPIC as the last line of the first topic

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension CalendarPlugin Normal Closed      

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

-- TWiki:Main/CalvinSo - 2021-08-08

When a topic of events don't end with \n, the plugin read the next topic first line META:TOPIC as the last line of the first topic.

$ans .= readTopicText($web, $topic)

should be

$ans .= readTopicText($web, $topic) . "\n"

Instead, readTopicText() was changed and added a new line

$text .= "\n" unless $text =~ /\n$/s;

-- TWiki:Main.CalvinSo - 2021-08-22

ItemTemplate
Summary When a topic of events don't end with \n, the plugin read the next topic first line META:TOPIC as the last line of the first topic
ReportedBy TWiki:Main.CalvinSo
Codebase

SVN Range TWiki-6.1.0-trunk, Mon, 05 Apr 2021, build 31021
AppliesTo Extension
Component CalendarPlugin
Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:31046
TargetRelease

ReleasedIn

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r4 - 2021-11-19 - CalvinSo
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback