[koha-commits] updated branch master (d91ebf445fc3ad591b9e1b4282088742c3ed501b)

Koha Gitosis gitosis at git.koha.org
Tue Feb 9 02:58:30 CET 2010


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  d91ebf445fc3ad591b9e1b4282088742c3ed501b (commit)
       via  2433a91e92145a0bd24d984c3e485b7d9f98ae9b (commit)
       via  84d5b28f12c038309e8d3891653ea6fd291b666e (commit)
       via  63bb60702fbdc9b273d130d3a3a486b3942ed313 (commit)
      from  b5dafcf19831a3a91ed522ac61862e611ffada93 (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 d91ebf445fc3ad591b9e1b4282088742c3ed501b
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Mon Feb 8 15:23:58 2010 -0500

    Bugfix: Enabling guide box configuration parameter
    
    This patch enables turning the guide boxes on/off in the patron
    cards layout editor.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 2433a91e92145a0bd24d984c3e485b7d9f98ae9b
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Mon Feb 8 15:20:50 2010 -0500

    Removing depricated file from the C4::Labels module.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 84d5b28f12c038309e8d3891653ea6fd291b666e
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Mon Feb 8 15:15:02 2010 -0500

    Bringing label, patroncard, and creator modules into conformity with the rest of C4 style.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 63bb60702fbdc9b273d130d3a3a486b3942ed313
Author: Garry Collum <gcollum at gmail.com>
Date:   Mon Feb 8 17:36:38 2010 -0500

    Bug 4142: Fixes XHTML errors in aqbudgetperiod.tmpl.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Creators.pm                                     |   28 ++
 C4/Creators/Lib.pm                                 |   32 +-
 C4/Labels.pm                                       |   13 +
 C4/Labels/Lib.pm                                   |  513 --------------------
 C4/Patroncards.pm                                  |   24 +
 C4/Patroncards/Lib.pm                              |   16 +-
 .../prog/en/modules/admin/aqbudgetperiods.tmpl     |    6 +-
 .../prog/en/modules/patroncards/edit-layout.tmpl   |   15 +-
 labels/label-create-csv.pl                         |    9 +-
 labels/label-create-pdf.pl                         |   11 +-
 labels/label-create-xml.pl                         |    9 +-
 labels/label-edit-batch.pl                         |    4 +-
 labels/label-edit-layout.pl                        |    4 +-
 labels/label-edit-profile.pl                       |    4 +-
 labels/label-edit-template.pl                      |    5 +-
 labels/label-manage.pl                             |    7 +-
 patroncards/card-print.pl                          |    4 +-
 patroncards/create-pdf.pl                          |    9 +-
 patroncards/edit-batch.pl                          |    4 +-
 patroncards/edit-layout.pl                         |    6 +-
 patroncards/edit-template.pl                       |    5 +-
 patroncards/image-manage.pl                        |    4 +-
 patroncards/manage.pl                              |   13 +-
 patroncards/print.pl                               |    4 +-
 24 files changed, 149 insertions(+), 600 deletions(-)
 create mode 100644 C4/Creators.pm
 create mode 100644 C4/Labels.pm
 delete mode 100644 C4/Labels/Lib.pm
 create mode 100644 C4/Patroncards.pm


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list