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

The EditTablePlugin does a hard code of its date format for the JSCalendarContrib Plugin.

Please change this according to the other JSCalendarContrib Dokumentation:


Old Value:

line 534

} elsif( $type eq 'date' ) { my $ifFormat = ''; $ifFormat = $bits[3] if( @bits > 3 ); $ifFormat ||= '%e %B %Y';



New Value:

line 534

} elsif( $type eq 'date' ) { my $ifFormat = ''; $ifFormat = $bits[3] if( @bits > 3 ); $ifFormat = $TWiki::cfg{JSCalendarContrib}{format} || '%e %b %Y';


Updated headline for release note KJL

4.1.0 released

KJL

ItemTemplate
Summary EditTablePlugin Date Format using JSCalendarContrib defined format instead of hard coded.
ReportedBy TWiki:Main.ArminSchenkel
Codebase 4.0.4
SVN Range TWiki-4.1, Sun, 08 Oct 2006, build 11688
AppliesTo Extension
Component EditTablePlugin
Priority Enhancement
CurrentState Closed
WaitingFor

Checkins 11704
TargetRelease minor
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r8 - 2007-01-16 - KennethLavrsen
 
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