• 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.
for example,

TWikiReleaseTrackerPlugin
TablePlugin
.
.
.
TwistyPlugin

should read

TablePlugin
TWikiReleaseTrackerPlugin
TwistyPlugin

WN

Undeferred, post Dakar CC

Index: lib/TWiki/Configure/PLUGINS.pm
===================================================================
--- lib/TWiki/Configure/PLUGINS.pm      (revision 13648)
+++ lib/TWiki/Configure/PLUGINS.pm      (working copy)
@@ -40,7 +40,7 @@
         # the first can get loaded from @INC.
         $modules{$module} = 1;
     }
-    foreach my $module (sort keys %modules) {
+    foreach my $module (sort { lc $a cmp lc $b } keys %modules) {
         $this->addChild(
             new TWiki::Configure::Value(
                 parent=>$this,

WN

Cleaned "WaitingFor" field.

-- TWiki:Main.GilmarSantosJr - 10 Aug 2008

ItemTemplate
Summary configure plugins should be sorted case-insensitively
ReportedBy WillNorris
Codebase 4.0.0, ~twiki4
SVN Range

AppliesTo Engine
Component Configure
Priority Enhancement
CurrentState Closed
WaitingFor

Checkins TWikirev:13754
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-08-10 - GilmarSantosJr
 
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