[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.00-11-g37981b0

Git repo owner gitmaster at git.koha-community.org
Sun Oct 31 03:39:04 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, 3.2.x has been updated
       via  37981b034193ac9ac75d1a910c0465159282fd8d (commit)
       via  0ba23be34dcc4d6126c34d69a0feb2c5c2112e0f (commit)
       via  e3ba74c90ec487311d9df045b012344064ec4149 (commit)
       via  a04061d5a933bd315cbb8074ef4bbe25912b6301 (commit)
       via  3fb5b5989464bd36f7074426e60c8756a74038b9 (commit)
       via  e3732af7b9eab1a32f9b2f9d687856374f7f7cf9 (commit)
       via  dc472dfb0157e36580ff190912330cfd3a43f8f8 (commit)
       via  b8a6611333924daded72ebb2414ce73099d56913 (commit)
      from  8dfb71187a55b1817b8b2f2b8e02805dc4408b06 (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 37981b034193ac9ac75d1a910c0465159282fd8d
Author: Daniel Grobani <daniel.grobani at gmail.com>
Date:   Fri Oct 29 22:44:27 2010 -0400

    unit test stub for Z3950.pm
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 0ba23be34dcc4d6126c34d69a0feb2c5c2112e0f
Author: Brian Engard <engard at gmail.com>
Date:   Fri Oct 29 23:39:26 2010 -0400

    Create Unit Test for ImportBatch
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e3ba74c90ec487311d9df045b012344064ec4149
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Oct 28 07:57:32 2010 -0400

    bug 5146: patron import files require header row
    
    Fixed help text on this point as well as options for
    supplying dates in the input file.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a04061d5a933bd315cbb8074ef4bbe25912b6301
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Sat Oct 30 00:42:59 2010 -0400

    Bug 5327: Add basic unit tests to some C4 modules
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 3fb5b5989464bd36f7074426e60c8756a74038b9
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Oct 29 23:53:45 2010 -0400

    Bug 5327: Add basic unit tests to some C4 modules
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e3732af7b9eab1a32f9b2f9d687856374f7f7cf9
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 29 23:41:25 2010 -0400

    create unit test files
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit dc472dfb0157e36580ff190912330cfd3a43f8f8
Author: Liz Rea <lrea at nekls.org>
Date:   Fri Oct 29 22:44:26 2010 -0400

    Adding a simple test for Service.pm
    
    At the advisement of the great Chris Cormack. (thanks for the lesson)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit b8a6611333924daded72ebb2414ce73099d56913
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Oct 29 21:23:43 2010 -0400

    Bug 5322 - Added pwgen dependency
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 debian/control                                     |    1 +
 debian/control.in                                  |    1 +
 .../prog/en/modules/tools/import_borrowers.tmpl    |   10 ++++++----
 t/Auth_with_cas.t                                  |   14 ++++++++++++++
 t/AuthoritiesMarc.t                                |   14 ++++++++++++++
 t/Biblio.t                                         |   14 ++++++++++++++
 t/Breeding.t                                       |   14 ++++++++++++++
 t/Cache.t                                          |   14 ++++++++++++++
 t/Category.t                                       |   14 ++++++++++++++
 t/ClassSortRoutine.t                               |   14 ++++++++++++++
 t/ClassSource.t                                    |   14 ++++++++++++++
 t/Contract.t                                       |   14 ++++++++++++++
 t/Creators.t                                       |   14 ++++++++++++++
 t/Csv.t                                            |   14 ++++++++++++++
 t/Heading.t                                        |   14 ++++++++++++++
 t/ImportBatch.t                                    |   14 ++++++++++++++
 t/ItemCirculationAlertPreference.t                 |   14 ++++++++++++++
 t/Items.t                                          |   14 ++++++++++++++
 t/Letters.t                                        |   14 ++++++++++++++
 t/Log.t                                            |   14 ++++++++++++++
 t/Matcher.t                                        |   14 ++++++++++++++
 t/Members.t                                        |   14 ++++++++++++++
 t/Message.t                                        |   14 ++++++++++++++
 t/NewsChannels.t                                   |   14 ++++++++++++++
 t/Overdues.t                                       |   14 ++++++++++++++
 t/Patroncards.t                                    |   14 ++++++++++++++
 t/Print.t                                          |   14 ++++++++++++++
 t/Reports.t                                        |   14 ++++++++++++++
 t/Review.t                                         |    1 +
 t/Ris.t                                            |   14 ++++++++++++++
 t/RotatingCollections.t                            |   14 ++++++++++++++
 t/SMS.t                                            |   14 ++++++++++++++
 t/Scheduler.t                                      |   14 ++++++++++++++
 t/Service.t                                        |   14 ++++++++++++++
 t/Tags.t                                           |   14 ++++++++++++++
 t/UploadedFile.t                                   |   14 ++++++++++++++
 t/Utils.t                                          |   14 ++++++++++++++
 t/XISBN.t                                          |   14 ++++++++++++++
 t/XSLT.t                                           |   14 ++++++++++++++
 t/Z3950.t                                          |   14 ++++++++++++++
 40 files changed, 513 insertions(+), 4 deletions(-)
 create mode 100755 t/Auth_with_cas.t
 create mode 100755 t/AuthoritiesMarc.t
 create mode 100755 t/Biblio.t
 create mode 100755 t/Breeding.t
 create mode 100644 t/Cache.t
 create mode 100755 t/Category.t
 create mode 100755 t/ClassSortRoutine.t
 create mode 100755 t/ClassSource.t
 create mode 100755 t/Contract.t
 create mode 100755 t/Creators.t
 create mode 100755 t/Csv.t
 create mode 100755 t/Heading.t
 create mode 100644 t/ImportBatch.t
 create mode 100755 t/ItemCirculationAlertPreference.t
 create mode 100755 t/Items.t
 create mode 100755 t/Letters.t
 create mode 100755 t/Log.t
 create mode 100755 t/Matcher.t
 create mode 100755 t/Members.t
 create mode 100755 t/Message.t
 create mode 100755 t/NewsChannels.t
 create mode 100755 t/Overdues.t
 create mode 100755 t/Patroncards.t
 create mode 100755 t/Print.t
 create mode 100755 t/Reports.t
 create mode 100755 t/Ris.t
 create mode 100755 t/RotatingCollections.t
 create mode 100755 t/SMS.t
 create mode 100644 t/Scheduler.t
 create mode 100755 t/Service.t
 create mode 100755 t/Tags.t
 create mode 100755 t/UploadedFile.t
 create mode 100755 t/Utils.t
 create mode 100755 t/XISBN.t
 create mode 100755 t/XSLT.t
 create mode 100644 t/Z3950.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list