[koha-commits] main Koha release repository branch, master, updated. v3.02.00-20-gb3fa9e3

Git repo owner gitmaster at git.koha-community.org
Mon Nov 1 03:38: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 "main Koha release repository".

The branch, master has been updated
       via  b3fa9e36d3961c384463a78c395185d9f6be3aee (commit)
       via  7fd5071e67ea6f3de9e56ff7532ee2fe814e5365 (commit)
       via  e0892a5139d68249db0c8acec03eae008f850509 (commit)
      from  81d8ff20d69f9c00fc2c4dc3041a3d95b71c562a (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 b3fa9e36d3961c384463a78c395185d9f6be3aee
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Oct 31 22:35:12 2010 -0400

    history updates - recent releases
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7fd5071e67ea6f3de9e56ff7532ee2fe814e5365
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Oct 31 18:25:47 2010 -0400

    bug 5327: follow-up to fix SIP tests
    
    * removed t/SIP_SIPServer.t - despite the file name,
      C4/SIP/SIPserver.pm is not actually a module and
      cannot be 'used' or 'required'
    * set module search path so that t/SIP_ILS.t and
      t/SIP_Sip.t will pass
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e0892a5139d68249db0c8acec03eae008f850509
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Oct 31 18:25:46 2010 -0400

    Bug 5327: More basic unit tests for C4 modules
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 docs/history.txt                 |    2 ++
 t/AuthoritiesMarc_MARC21.t       |   14 ++++++++++++++
 t/AuthoritiesMarc_UNIMARC.t      |   14 ++++++++++++++
 t/Barcodes_annual.t              |   14 ++++++++++++++
 t/Barcodes_hbyymmincr.t          |   14 ++++++++++++++
 t/Barcodes_incremental.t         |   14 ++++++++++++++
 t/Cache_FastMemcached.t          |   14 ++++++++++++++
 t/Cache_Memcached.t              |   14 ++++++++++++++
 t/Cache_Memoize_Memcached.t      |   14 ++++++++++++++
 t/ClassSortRoutine_Dewey.t       |   14 ++++++++++++++
 t/ClassSortRoutine_Generic.t     |   14 ++++++++++++++
 t/ClassSortRoutine_LCC.t         |   14 ++++++++++++++
 t/External_BakerTaylor.t         |   14 ++++++++++++++
 t/External_Syndetics.t           |   14 ++++++++++++++
 t/Form_MessagingPreferences.t    |   14 ++++++++++++++
 t/{Amazon.t => Heading_MARC21.t} |    0
 t/ILSDI_Services.t               |   14 ++++++++++++++
 t/ILSDI_Utility.t                |   14 ++++++++++++++
 t/Installer_PerlDependencies.t   |   14 ++++++++++++++
 t/Installer_PerlModules.t        |   14 ++++++++++++++
 t/Members_AttributeTypes.t       |   14 ++++++++++++++
 t/Members_Messaging.t            |   14 ++++++++++++++
 t/Output_JSONStream.t            |   14 ++++++++++++++
 t/Patroncards_Batch.t            |   14 ++++++++++++++
 t/Patroncards_Layout.t           |   14 ++++++++++++++
 t/Patroncards_Lib.t              |   14 ++++++++++++++
 t/Patroncards_Patroncard.t       |   14 ++++++++++++++
 t/Patroncards_Profile.t          |   14 ++++++++++++++
 t/Patroncards_Template.t         |   14 ++++++++++++++
 t/Reports_Guided.t               |   14 ++++++++++++++
 t/SIP_ILS.t                      |   16 ++++++++++++++++
 t/SIP_Sip.t                      |   16 ++++++++++++++++
 t/Search_PazPar2.t               |   14 ++++++++++++++
 t/VirtualShelves_Merge.t         |   14 ++++++++++++++
 t/VirtualShelves_Page.t          |   14 ++++++++++++++
 35 files changed, 468 insertions(+), 0 deletions(-)
 create mode 100755 t/AuthoritiesMarc_MARC21.t
 create mode 100755 t/AuthoritiesMarc_UNIMARC.t
 create mode 100755 t/Barcodes_annual.t
 create mode 100755 t/Barcodes_hbyymmincr.t
 create mode 100755 t/Barcodes_incremental.t
 create mode 100755 t/Cache_FastMemcached.t
 create mode 100755 t/Cache_Memcached.t
 create mode 100755 t/Cache_Memoize_Memcached.t
 create mode 100755 t/ClassSortRoutine_Dewey.t
 create mode 100755 t/ClassSortRoutine_Generic.t
 create mode 100755 t/ClassSortRoutine_LCC.t
 create mode 100755 t/External_BakerTaylor.t
 create mode 100755 t/External_Syndetics.t
 create mode 100755 t/Form_MessagingPreferences.t
 copy t/{Amazon.t => Heading_MARC21.t} (100%)
 create mode 100755 t/ILSDI_Services.t
 create mode 100755 t/ILSDI_Utility.t
 create mode 100755 t/Installer_PerlDependencies.t
 create mode 100755 t/Installer_PerlModules.t
 create mode 100755 t/Members_AttributeTypes.t
 create mode 100755 t/Members_Messaging.t
 create mode 100755 t/Output_JSONStream.t
 create mode 100755 t/Patroncards_Batch.t
 create mode 100755 t/Patroncards_Layout.t
 create mode 100755 t/Patroncards_Lib.t
 create mode 100755 t/Patroncards_Patroncard.t
 create mode 100755 t/Patroncards_Profile.t
 create mode 100755 t/Patroncards_Template.t
 create mode 100755 t/Reports_Guided.t
 create mode 100755 t/SIP_ILS.t
 create mode 100755 t/SIP_Sip.t
 create mode 100755 t/Search_PazPar2.t
 create mode 100755 t/VirtualShelves_Merge.t
 create mode 100755 t/VirtualShelves_Page.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list