[koha-commits] updated branch master (844f63f1f8704e7f02f9fb194e5dc7142a9f12b5)

Koha Gitosis gitosis at git.koha.org
Wed Feb 3 01:22:35 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  844f63f1f8704e7f02f9fb194e5dc7142a9f12b5 (commit)
       via  ab60e8c98fe9580424adb884e1984f8703649898 (commit)
      from  2c039f9b9a058737b36ec98c45e1458717787181 (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 844f63f1f8704e7f02f9fb194e5dc7142a9f12b5
Author: Kyle M Hall <kyle.m.hall at gmail.com>
Date:   Wed Jan 27 14:53:41 2010 +0000

    Rotating Collections Fixes
    
    This patch does the following:
      * Fixes the typos in updatedatabase.pl ( updates colBranchcode to varchar(10)
      * Adds the rotating_collections template files that somehow were not committed
      * Adds a missing sub from RotatingCollections.pm that must been deleted by accident
      * Adds the neccessary hooks in returns.pl to warn that and item needs to be returned
        to the branch that currently holds the collection.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit ab60e8c98fe9580424adb884e1984f8703649898
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Jan 29 12:30:17 2010 +0100

    Bug 4077 - Tweak UNIMARC default framework
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/RotatingCollections.pm                          |   28 +++++
 circ/returns.pl                                    |   11 ++
 .../Obligatoire/framework_DEFAULT.sql              |   12 +-
 installer/data/mysql/updatedatabase.pl             |    2 +-
 .../prog/en/modules/circ/returns.tmpl              |    5 +
 .../en/modules/rotating_collections/addItems.tmpl  |   88 ++++++++++++++
 .../rotating_collections/editCollections.tmpl      |  125 ++++++++++++++++++++
 .../rotating_collections/rotatingCollections.tmpl  |   47 ++++++++
 .../rotating_collections/transferCollection.tmpl   |   48 ++++++++
 9 files changed, 359 insertions(+), 7 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tmpl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tmpl


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list