[koha-commits] updated branch master (dbd612871565f395c1edbb2109e371ec4d2391b4)

Koha Gitosis gitosis at git.koha.org
Sun Aug 2 08:08:14 CEST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Koha GitWeb".

The branch, master has been updated
       via  dbd612871565f395c1edbb2109e371ec4d2391b4 (commit)
       via  fabede22cc00534a2d5fd4f4c2622cac33e8f69c (commit)
       via  57be4114d8f3bc443186cd22f44057733d145d67 (commit)
       via  5d0f29090b7f334b9e41d878f77f9a1c8d472d7e (commit)
       via  636bb727020fa3447c55e537335023646eee4a8b (commit)
       via  97b0448eeb9c521ba2cfc60be6f9c5eedd7bb928 (commit)
       via  6860310e965bfd734501408b9897c5162a6025ff (commit)
      from  b35b7279242eded911b6cfed457c6a13a8d83eca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dbd612871565f395c1edbb2109e371ec4d2391b4
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 2 11:06:05 2009 -0400

    DB rev 038>039 (for real, this time)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit fabede22cc00534a2d5fd4f4c2622cac33e8f69c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 2 11:05:30 2009 -0400

    textual cleanup of new quick spine label code
    
    * perltidy
    * added license header to source files
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 57be4114d8f3bc443186cd22f44057733d145d67
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 2 11:01:55 2009 -0400

    quell warning on NULL item fields
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 5d0f29090b7f334b9e41d878f77f9a1c8d472d7e
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 2 10:57:41 2009 -0400

    removed unneeded module imports
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 636bb727020fa3447c55e537335023646eee4a8b
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 2 10:51:29 2009 -0400

    quick spoine label followup: sysprefs
    
    * Added missed SpineLabelAutoPrint to updatedatabase;
      this preference controls whether labels generated
      by the new quick spine label tool are printed automatically
    * put SpineLabelAutoPrint and SpineLabelFormat in the
      Cataloging section of the syspref editor
    * set height and width for the SpineLabelFormat textarea
      in the syspref editor
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 97b0448eeb9c521ba2cfc60be6f9c5eedd7bb928
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Aug 1 11:14:52 2009 -0400

    bumping quick spine label printing to DBrev 039
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 6860310e965bfd734501408b9897c5162a6025ff
Author: Kyle M Hall <kyle.m.hall at gmail.com>
Date:   Fri Jul 10 15:50:25 2009 +0000

    Quick Spine Label Printer
    
    This is a small tool for quickly printing spine labels using dedicated label printers.
    It is located in the Tools page as Quick Spine Label Creator.
    The system preference SpineLabelFormat defines which fields will be displayed.
    The pref SpineLabelAutoPrint will make the print dialog pop up automatically.
    The CSS file spinelabel.css controls all presentation for the labels.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 admin/systempreferences.pl                         |    2 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    2 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 +
 installer/data/mysql/updatedatabase.pl             |    8 ++
 koha-tmpl/intranet-tmpl/prog/en/css/spinelabel.css |   27 ++++++
 .../prog/en/modules/labels/spinelabel-home.tmpl    |   24 ++++++
 .../prog/en/modules/labels/spinelabel-print.tmpl   |   14 +++
 .../prog/en/modules/tools/tools-home.tmpl          |    5 +
 kohaversion.pl                                     |    2 +-
 tools/tools-home.pl => labels/spinelabel-home.pl   |    9 ++-
 labels/spinelabel-print.pl                         |   86 ++++++++++++++++++++
 11 files changed, 177 insertions(+), 4 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/spinelabel.css
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tmpl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tmpl
 copy tools/tools-home.pl => labels/spinelabel-home.pl (87%)
 create mode 100755 labels/spinelabel-print.pl


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list