[koha-commits] updated branch master (beae9c35b7fa982e3d733c5a7cd29af6a758951e)

Koha Gitosis gitosis at git.koha.org
Tue Sep 15 19:16:13 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, master has been updated
       via  beae9c35b7fa982e3d733c5a7cd29af6a758951e (commit)
       via  cdc2da1847476873717f12b2f82403c1d3ad24f0 (commit)
       via  6fb8ef0d79cc145e0e227a9cd8a606c50ebcea84 (commit)
      from  3e248810b2b9ccbaf1228255156aebe6678a7c9a (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 beae9c35b7fa982e3d733c5a7cd29af6a758951e
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Sep 15 22:24:03 2009 -0400

    DB rev 059->060
    
    Bumped for new patron messaging feature.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit cdc2da1847476873717f12b2f82403c1d3ad24f0
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Sep 15 22:16:01 2009 -0400

    avoid error message since messages table does not exist yet
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 6fb8ef0d79cc145e0e227a9cd8a606c50ebcea84
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Sat Jul 25 10:03:09 2009 +0100

    New Messaging System.
    
    This system is indended to replace the old opacnotes
      and borrowernotes fields in the borrowers table.
      This system allows an unlimited number of Libraran and OPAC notes to be
      attached to a borrower. Each note has a message, a message type,
      the data it was created, and which library created it.
      Each message can only be deleted by the library that created it unless the syspref
      AllowAllMessageDeletion has been set.
    
      This system may be used simultaneously with the old notes system and does not affect it in any way.
    
      A new database table (messages) was added for this feature.
    
      The System also allows for pre-defined notes for Borrower records
    
      To use these, just create authorised values with the category BOR_NOTES
      where the Authorized Value is the short description shown in the pulldown,
      and the description is the text that should be in the note.
    
      Original Author: PTFS Contractor <dbavousett at ptfs.com>
    
      This work co-sponsered by Middletown Township Public Library, Middletown, NJ, USA
         and East Brunswick Public Library, East Brunswick, NJ, USA
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>

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

Summary of changes:
 C4/Members.pm                                      |  142 +++++++++++++++++++-
 admin/systempreferences.pl                         |    1 +
 labels/spinelabel-home.pl => circ/add_message.pl   |   33 ++++-
 circ/circulation.pl                                |   14 ++
 labels/spinelabel-home.pl => circ/del_message.pl   |   31 +++-
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/kohastructure.sql             |   14 ++
 installer/data/mysql/updatedatabase.pl             |   16 +++
 .../prog/en/modules/circ/circulation.tmpl          |   89 ++++++++++++-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl |   12 ++
 kohaversion.pl                                     |    2 +-
 opac/opac-user.pl                                  |    5 +
 13 files changed, 340 insertions(+), 21 deletions(-)
 copy labels/spinelabel-home.pl => circ/add_message.pl (58%)
 copy labels/spinelabel-home.pl => circ/del_message.pl (64%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list