[koha-commits] main Koha release repository branch master updated. v3.06.00-688-gd56a693

Git repo owner gitmaster at git.koha-community.org
Fri Mar 9 11:44:58 CET 2012


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 "main Koha release repository".

The branch, master has been updated
       via  d56a693d844a1e64fc47b1f4b5ac82e0283f6493 (commit)
       via  a9ded4fa008668df8c485fbbc76efa3cc9cc00d7 (commit)
      from  e32e3ba66269186729be6a4eda319a9f7c84072d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 C4/Circulation.pm                                  |   50 ++-
 C4/Letters.pm                                      |  547 +++++++++++++-------
 C4/Members.pm                                      |   81 +++-
 C4/Members/Attributes.pm                           |   18 +
 C4/Message.pm                                      |   12 +-
 C4/Print.pm                                        |  146 ++----
 C4/Reserves.pm                                     |  103 +++--
 C4/Suggestions.pm                                  |   22 +-
 acqui/booksellers.pl                               |    7 +-
 circ/circulation.pl                                |    3 +-
 circ/hold-transfer-slip.pl                         |   32 +-
 circ/transfer-slip.pl                              |   32 +-
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/en/mandatory/sample_notices.sql     |   91 ++++-
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |    2 +-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    2 +-
 installer/data/mysql/it-IT/necessari/notices.sql   |    2 +-
 installer/data/mysql/kohastructure.sql             |    7 +-
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |    2 +-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    2 +-
 installer/data/mysql/sysprefs.sql                  |    3 +
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    2 +-
 installer/data/mysql/updatedatabase.pl             |  111 ++++-
 .../prog/en/includes/circ-toolbar.inc              |    4 +-
 .../en/modules/admin/preferences/circulation.pref  |    5 +
 .../en/modules/admin/preferences/staff_client.pref |    5 +
 .../prog/en/modules/batch/print-notices.tt         |    6 +-
 .../prog/en/modules/circ/hold-transfer-slip.tt     |   54 --
 .../prog/en/modules/circ/printslip.tt              |   28 +
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |  162 +++++--
 .../prog/en/modules/tools/tools-home.tt            |    2 +-
 kohaversion.pl                                     |    2 +-
 members/memberentry.pl                             |    5 +-
 members/moremember.pl                              |   10 -
 members/printslip.pl                               |   92 ++++
 misc/cronjobs/advance_notices.pl                   |   78 ++--
 misc/cronjobs/gather_print_notices.pl              |   14 +-
 misc/cronjobs/overdue_notices.pl                   |   86 ++--
 t/db_dependent/lib/KohaTest/Letters.pm             |    5 +-
 t/db_dependent/lib/KohaTest/Letters/GetLetter.pm   |    3 +-
 t/db_dependent/lib/KohaTest/Members.pm             |    1 +
 t/db_dependent/lib/KohaTest/Print.pm               |    5 +-
 t/db_dependent/lib/KohaTest/Reserves.pm            |    1 +
 tools/letter.pl                                    |  230 ++++++---
 45 files changed, 1376 insertions(+), 703 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
 create mode 100755 members/printslip.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list