[Koha-cvs] CVS: koha/misc Install.pm,1.14,1.15

Ambrose Li acli at users.sourceforge.net
Sat Jan 25 09:26:34 CET 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6065/misc

Modified Files:
	Install.pm 
Log Message:
Some POD (content) corrections


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Install.pm	25 Jan 2003 08:07:52 -0000	1.14
--- Install.pm	25 Jan 2003 08:26:32 -0000	1.15
***************
*** 295,302 ****
  abort, before trying to recover the aborted installation.
  
! Assuming that Koha will be installed on a modern Unix with symlinks,
  it is possible to code the installer so that aborted installs can be
  detected. In case of such an event we can do our best to "roll back"
! the aborted install.
  
  FIXME: The "roll back" is not complete!
--- 295,302 ----
  abort, before trying to recover the aborted installation.
  
! (Assuming that Koha will be installed on a modern Unix with symlinks,
  it is possible to code the installer so that aborted installs can be
  detected. In case of such an event we can do our best to "roll back"
! the aborted install.)
  
  FIXME: The "roll back" is not complete!
***************
*** 462,471 ****
  required.
  
! If a response type other than 'none' is specified, a third
! argument, specifying the default value, is optional.
  
  The screen is normally cleared before the message is displayed;
  if a fourth argument is specified and is nonzero, this
  screen-clearing is not done.
  
  FIXME: If $noclear is not specified or specified as undef, we
--- 462,490 ----
  required.
  
! The response type must be one of "none", "yn", "free",
! "numerical", "email", "PressEnter", or a string consisting
! of "restrictchar " followed by a list of allowed characters
! (space can be specified). (Case is not significant, but case is
! significant in the list of allowed characters.) If a response
! type other than the above-listed is specified, the result is
! undefined.
! 
! If a response type other than "none" or "PressEnter" is
! specified, a third argument, specifying the default value, can
! be specified:  If this default response is not specified, the
! default response is the first allowed character if the response
! type is "restrictchar", otherwise the default response is the
! empty string. This default response is used when the user does
! not specify a value (i.e., presses Enter without typing in
! anything), showmessage will assume that the default response is
! the user's response.
  
  The screen is normally cleared before the message is displayed;
  if a fourth argument is specified and is nonzero, this
  screen-clearing is not done.
+ 
+ FIXME: A default response of "0" cannot be specified. This is
+ wrong; the default response should be checked for undef, not
+ for 0.
  
  FIXME: If $noclear is not specified or specified as undef, we





More information about the Koha-cvs mailing list