• 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.

Item3622: Changes and search broken on Windows install

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Engine   Urgent Closed   patch 4.1.2

Edit Form Data

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

Detail

Fix: Apply this patch:

--- twiki/branches/Patch04x01/lib/TWiki/Store/RcsFile.pm   2007-02-13 11:42:36 UTC (rev 12854)
+++ twiki/branches/Patch04x01/lib/TWiki/Store/RcsFile.pm   2007-02-13 11:43:06 UTC (rev 12855)
@@ -358,7 +358,7 @@
             TOKEN => $searchString,
             FILES => \@set);
         foreach my $match ( split( /\r?\n/, $matches )) {
-            if( $match =~ m/([^\/]*)\.txt(:(.*))?$/ ) {
+            if( $match =~ m/([^\/\\]*)\.txt(:(.*))?$/ ) {
                 push( @{$seen->{$1}}, $3 );
             }
         }

See TWiki:Codev.HowToApplyPatch


I tried to update TWiki:Codev/TWikiForWindowsPersonal from TWiki 4.0.5 to TWiki 4.1. WebSearch and WebChanges is now broken

Notice the issues:

  • Link label is \twiki\twiki\data\Main\WebLeftBar instead of just WebLeftBar
  • Link URL is /cgi-bin/view.pl/Main/\twiki\twiki\data\Main\WebLeftBar instead of /cgi-bin/view.pl/Main/twiki/twiki/data/Main/WebLeftBar (backslash vs forward slash issue)
  • Wrong date
  • Topic summary is missing

TWikiForWindowsPersonal is using IndigoPerl Version 2005.02 (Feb 26 2005)

Also reported by two other people at TWiki:Support/TestSearchResultsBadFormat

-- TWiki:Main/PeterThoeny - 12 Feb 2007

I'm experiencing same behavior as Peter when doing text searches. My system:

  • TWiki 4.1.1
  • IndigoPerl Version 2005.02
    • Apache 2.0.44
    • Perl 5.8.6
  • RCSLite
  • GnuWin32 grep v.2.5.1

-- TWiki:Main.BillLay - 13 Feb 2007

See Item3573 for the cause and effect analysis.

-- TWiki:Main.CrawfordCurrie - 13 Feb 2007

Closed with release of 4.1.2

KJL

ItemTemplate
Summary Changes and search broken on Windows install
ReportedBy TWiki:Main.PeterThoeny
Codebase 4.1.0, 4.1.1, ~twiki4
SVN Range TWiki-4.1.1, Fri, 09 Feb 2007, build 12817
AppliesTo Engine
Component

Priority Urgent
CurrentState Closed
WaitingFor

Checkins 12854 12855
TargetRelease patch
ReleasedIn 4.1.2
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2007-03-04 - KennethLavrsen
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback