[Koha-patches] [PATCH] bug 2825: improving readability of output messages in updatedatabase.pl

Ryan Higgins ryan.higgins at liblime.com
Wed Nov 26 21:08:24 CET 2008


I assume it is just oversight, but I think all the prints should be directed
to STDERR, right?
There's no reason to only show success feedback to a commandline run and not
via the
installer.

Ryan


On Wed, Nov 26, 2008 at 2:22 PM, Andrew Moore <andrew.moore at liblime.com>wrote:

> Two recent changes to updatedatabase.pl don't include newlines at the
> end of their status messages. This patch adds them. This is only useful
> if you're running this from the command line.
>
> Note: there is an opportunity here to extract some of the simlar logic
> from each of these blocks to a function.
> ---
>  installer/data/mysql/updatedatabase.pl |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/installer/data/mysql/updatedatabase.pl
> b/installer/data/mysql/updatedatabase.pl
> index 03e13c3..2fc8634 100755
> --- a/installer/data/mysql/updatedatabase.pl
> +++ b/installer/data/mysql/updatedatabase.pl
> @@ -1993,7 +1993,7 @@ if ( C4::Context->preference('Version') <
> TransformToNum($DBversion) ) {
>             ADD item_level_request tinyint(4) NOT NULL default 0
>     ");
>
> -    print "Upgrade to $DBversion done (add hold_fill_targets table and a
> column to tmp_holdsqueue)";
> +    print "Upgrade to $DBversion done (add hold_fill_targets table and a
> column to tmp_holdsqueue)\n";
>     SetVersion($DBversion);
>  }
>
> @@ -2029,7 +2029,7 @@ if ( C4::Context->preference('Version') <
> TransformToNum($DBversion) ) {
>         print STDERR "After the upgrade to $DBversion, there are still
> $num_bad_issuedates loan(s) with a NULL (blank) loan date. ",
>                      "Please check the issues table in your database.";
>     }
> -    print "Upgrade to $DBversion done (bug 2582: set null issues.issuedate
> to lastreneweddate)";
> +    print "Upgrade to $DBversion done (bug 2582: set null issues.issuedate
> to lastreneweddate)\n";
>     SetVersion($DBversion);
>  }
>
> --
> 1.5.6
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Ryan Higgins

LibLime  *  Open-Source Solutions for Libraries
Featuring KohaZOOM ILS
888-564-2457  x704
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20081126/02fe1841/attachment-0002.htm>


More information about the Koha-patches mailing list