Go to the FreeLists Home Page Home Signup Help Login
 



[dokuwiki] || [Date Prev] [11-2006 Date Index] [Date Next] || [Thread Prev] [11-2006 Thread Index] [Thread Next]

[dokuwiki] Re: Updated server working fine

  • From: "Bob McConnell" <rvm@xxxxxxxxx>
  • To: <dokuwiki@xxxxxxxxxxxxx>
  • Date: Fri, 3 Nov 2006 14:03:04 -0500
> -----Original Message-----
> From: dokuwiki-bounce@xxxxxxxxxxxxx 
> [mailto:dokuwiki-bounce@xxxxxxxxxxxxx] On Behalf Of Ben Coburn
> Sent: Friday, November 03, 2006 12:13 PM
> To: dokuwiki@xxxxxxxxxxxxx
> Subject: [dokuwiki] Re: Updated server working fine
> 
> 
> On Nov 3, 2006, at 5:58 AM, Bob McConnell wrote:
> 
> > So far, the only oddity I have noticed is in the Last 
> Modified fields 
> > in
> > the footer. With the converted change log, only the date 
> and time are
> > displayed, no user information. The next time the page is edited the
> > user info returns.
> >
> 
> It's always good to hear from people using Dokuwiki.
> 
> This behavior is expected under certain conditions. When the 
> changelog 
> is converted Dokuwiki will reconstruct missing entries based on the 
> files in the attic. These reconstructed entries will be missing user 
> information because the attic only contains old page data. This can 
> happen if the old monolithic changelog was deleted at some point 
> because it became too big. Reconstructed changelog entries can be 
> identified by the default reverted summary in parentheses as their 
> summary, such as "(old revision restored)".
> 
> The user data would also be missing if the old changelog was never 
> imported. The "?do=check" action should report that the old changelog 
> was imported.
> 
> Regards, Ben Coburn

Hi Ben,

The check shows the old changelog exists and was imported, but the
plugin was not disabled after import.

Recent changes, and less recent changes show a user name for all
revisions, but they don't show up in the footer.

I did modify this code in my template to display the full name instead
of the user name. Possibly that may be the source of the problem. That
line is now displayed by:

  if($INFO['exists']){
    print $fn;
    print ' &middot; ';
    print $lang['lastmod'];
    print ': ';
    print $date;

    global $auth;
    $userinfo = $auth->getUserData($INFO['editor']);
    if($userinfo['name']){
      print ' '.$lang['by'].' ';
      print $userinfo['name'];
    }
    if($INFO['locked']){
      print ' &middot; ';
      print $lang['lockedby'];
      print ': ';
      print $INFO['locked'];
    }
  }

Thank you,

Bob McConnell

--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist




[ Home | Signup | Help | Login | Archives | Lists ]

All trademarks and copyrights within the FreeLists archives are owned by their respective owners.
Everything else ©2007 Avenir Technologies, LLC.