Tags:
create new tag
, view all tags

Feature Proposal: AUTOINC step value

Motivation

Creating a user maintained document repository. TREEVIEW/TREEBROWSER sorts on Topic name so I would like to leave gaps between autonumbered topics.

Description and Documentation

Replace

my $next = $list[$#list] +  1;
in Save.pm with:
my $step = $session->{prefs}->getPreferencesValue('AUTOINCSTEP') || 1;
my $next = $list[$#list] +  $step;
Then add AUTOINCSTEP to prefs page.

Examples

Impact

WhatDoesItAffect: Prefs, UI

Implementation

-- Contributors: AndyBeardsall - 30 May 2007

Discussion

This looks like a useful small enhancement. A no-brainer that does not need to go through the release process. We just started a code freeze on FreetownRelease on Monday, e.g. this feature needs to wait for GeorgeTown release.

-- PeterThoeny - 31 May 2007

 
Topic revision: r2 - 2007-05-31 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.