[koha-commits] updated branch labels_recon (11c88cc77dfb7dc93b0248e144047d6263ad9e7e)

Koha Gitosis gitosis at git.koha.org
Sat Sep 5 18:35:48 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, labels_recon has been updated
       via  11c88cc77dfb7dc93b0248e144047d6263ad9e7e (commit)
       via  056152e142d01f2611ef10eb00ba05f7f7c4648e (commit)
       via  561fcb09e6740812b55a14a3242b29d1c64e7ca1 (commit)
       via  7d09555dbd7e41a343e988739470cd066cf8f34d (commit)
       via  dd08a539dcd9bc27e7c06547795a8e9cc692e86c (commit)
       via  0bbcfeda0e624ddbbf83dfae0f964192528f4260 (commit)
      from  0af3d16b278cc89fea4be707b92a0ffb65f9958f (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 11c88cc77dfb7dc93b0248e144047d6263ad9e7e
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Sep 5 21:30:41 2009 -0400

    tweak label batch template for new label batches
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 056152e142d01f2611ef10eb00ba05f7f7c4648e
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Sep 5 21:30:30 2009 -0400

    debugify a warn
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 561fcb09e6740812b55a14a3242b29d1c64e7ca1
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Sep 5 21:03:06 2009 -0400

    fixed references to template includes
    
    Errors found by the xt/author/valid-templates.t test.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 7d09555dbd7e41a343e988739470cd066cf8f34d
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Sep 5 20:56:36 2009 -0400

    fixed translatibility error in label-edit-layout.tmpl
    
    Error found by xt/author/translatable-templates.t test.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit dd08a539dcd9bc27e7c06547795a8e9cc692e86c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Sep 5 20:50:40 2009 -0400

    remove unnecesary import of HTM:::Template::pro
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 0bbcfeda0e624ddbbf83dfae0f964192528f4260
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Sep 5 20:43:44 2009 -0400

    replace syslog with warns
    
    As discussed with Chris Nighswonger on #koha, this patch
    removes the calls to syslog and replaces them with warns
    so that error messages generated by the labels code
    are sent to the Apache error log.  This avoids splitting
    this sort of logging across multiple files and is consistent
    with current practice in most of the rest of Koha.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Labels/Batch.pm                                 |   28 +++++++--------
 C4/Labels/Label.pm                                 |   38 +++++++++----------
 C4/Labels/Layout.pm                                |   21 +++++------
 C4/Labels/Lib.pm                                   |   29 ++++++++-------
 C4/Labels/Profile.pm                               |   21 +++++------
 C4/Labels/Template.pm                              |   19 +++++-----
 C4/Patroncards/Patroncards.pm                      |   22 +++++------
 .../prog/en/modules/labels/label-edit-batch.tmpl   |    7 +++-
 .../prog/en/modules/labels/label-edit-layout.tmpl  |   12 +++++-
 .../prog/en/modules/labels/label-manage.tmpl       |    2 +-
 .../prog/en/modules/labels/label-manager.tmpl      |    4 +-
 labels/label-create-csv.pl                         |    3 +-
 labels/label-create-pdf.pl                         |    1 -
 labels/label-create-xml.pl                         |    5 ---
 labels/label-edit-batch.pl                         |    2 -
 labels/label-edit-layout.pl                        |    6 +--
 labels/label-edit-profile.pl                       |    2 -
 labels/label-edit-template.pl                      |    2 -
 labels/label-home.pl                               |    1 -
 labels/label-item-search.pl                        |    4 +--
 labels/label-manage.pl                             |    2 -
 labels/label-print.pl                              |    1 -
 t/db_dependent/Labels/t_Batch.t                    |   14 ++++----
 t/db_dependent/Labels/t_Layout.t                   |   10 +++---
 t/db_dependent/Labels/t_Profile.t                  |   12 +++---
 t/db_dependent/Labels/t_Template.t                 |   10 +++---
 tools/manage-marc-import.pl                        |    5 +--
 27 files changed, 133 insertions(+), 150 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list