• 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.
In Register.pm::_createUserTopic, the log that's returned does not have linefeeds between entries. This causes a huge mess in UnprocessedBulkRegistrationLog.

Patch:


*** Register.pm Tue Oct 24 17:16:05 2006
--- Register.pm.fixed     Fri Jan 12 05:44:54 2007
***************
*** 837,843 ****
      my $regLog = $text;
      $log .= join($b2.' ', split /\r?\n/, $regLog)."\n";
      $log .= $b2.' '.
!       join( $b2.' ',
              split( /\r?\n/,
                     _writeRegistrationDetailsToTopic( $session, $row,
                                                       $meta, $text )))."\n";
--- 837,843 ----
      my $regLog = $text;
      $log .= join($b2.' ', split /\r?\n/, $regLog)."\n";
      $log .= $b2.' '.
!       join( "\n".$b2.' ',
              split( /\r?\n/,
                     _writeRegistrationDetailsToTopic( $session, $row,
                                                       $meta, $text )))."\n";

- TWiki:Main.JohnsonEarls 12 Jan 2007


I rewrote this code a while ago. Looks OK to me.

CC

ItemTemplate
Summary UnprocessedBulkRegistrationLog is improperly formatted
ReportedBy TWiki:Main.JohnsonEarls
Codebase 4.0.5
SVN Range

AppliesTo Engine
Component

Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:12544 TWikirev:13373 TWikirev:13388
TargetRelease minor
ReleasedIn 4.2.0
Edit | Attach | Watch | Print version | History: r9 < r8 < r7 < r6 < r5 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r9 - 2008-01-22 - 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