[koha-commits] main Koha release repository branch master updated. v3.08.00-261-g3752be0

Git repo owner gitmaster at git.koha-community.org
Mon Jun 11 15:39:40 CEST 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  3752be09d3a3c4142a3dadbc306f8985a4234489 (commit)
       via  591bae324d77d285b27dfa6e10dc7001671f53cc (commit)
       via  1d53bd778be4fd8ceddb0e918d142ddb67317ac7 (commit)
       via  9e745aff029ba84e8e622692d9448b769160d8ce (commit)
       via  47e4f3ed84c819f61c4325c94316372cb27fa437 (commit)
       via  d29efac4f3792df8eb9325cf8a350346972bdbb7 (commit)
      from  68b30468c3e8998a5eaa3054c70f44dc61d3721c (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 3752be09d3a3c4142a3dadbc306f8985a4234489
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Jun 11 15:38:35 2012 +0200

    Revert "Subroutine prototypes used at line XXX, column 1.  See page 194 of PBP."
    
    This reverts commit 583abead1b3d537f78a3d558981b2e9abb2791ff.
    The translator does not work anymore after this patch has been applied, so reverting it

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

Summary of changes:
 C4/Circulation.pm                                  |    2 +-
 C4/Form/MessagingPreferences.pm                    |    2 +-
 C4/Letters.pm                                      |    4 +-
 C4/Members/Messaging.pm                            |    6 +-
 C4/Reserves.pm                                     |   24 +-
 admin/categorie.pl                                 |    5 +-
 ...-4246-Talking-Tech-itiva-phone-notifications.pl |   27 ++
 installer/data/mysql/updatedatabase.pl             |   27 ++
 .../prog/en/includes/messaging-preference-form.inc |   29 ++
 .../prog/en/modules/admin/preferences/patrons.pref |    6 +
 .../opac-tmpl/prog/en/modules/opac-messaging.tt    |   19 +-
 kohaversion.pl                                     |    2 +-
 members/memberentry.pl                             |    1 +
 members/moremember.pl                              |    1 +
 misc/cronjobs/advance_notices.pl                   |    6 +-
 misc/cronjobs/thirdparty/TalkingTech.README        |   32 ++
 .../thirdparty/TalkingTech_itiva_inbound.pl        |  137 ++++++++
 .../thirdparty/TalkingTech_itiva_outbound.pl       |  348 ++++++++++++++++++++
 misc/translator/TmplTokenizer.pm                   |   54 ++--
 opac/opac-messaging.pl                             |    3 +-
 opac/opac-userupdate.pl                            |    4 +-
 21 files changed, 683 insertions(+), 56 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
 create mode 100644 misc/cronjobs/thirdparty/TalkingTech.README
 create mode 100755 misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl
 create mode 100755 misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list