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

2010-10-30 Thread Git repo owner
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  522a2759050837b78e713bb5d5342fc41460dcf6 (commit)
  from  391ce2b4693a98753b16980d42c3a5682660ba6f (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 522a2759050837b78e713bb5d5342fc41460dcf6
Author: Robin Sheat ro...@catalyst.net.nz
Date:   Fri Oct 29 21:23:43 2010 -0400

Bug 5322 - Added pwgen dependency

Signed-off-by: Galen Charlton gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

---

Summary of changes:
 debian/control|1 +
 debian/control.in |1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository
___
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits


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

2010-10-30 Thread Git repo owner
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  cc9a34c2748f8534a92ad2deb210cbfff6a32be2 (commit)
   via  88acebeebefd2da9eba6ae222bc96ac0de5c601e (commit)
   via  12f9aa973d855fb1f058fdcbe68a0e84dfbd77ae (commit)
  from  522a2759050837b78e713bb5d5342fc41460dcf6 (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 cc9a34c2748f8534a92ad2deb210cbfff6a32be2
Author: Katrin Fischer katrin.fischer...@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 gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

commit 88acebeebefd2da9eba6ae222bc96ac0de5c601e
Author: Nicole Engard neng...@bywatersolutions.com
Date:   Fri Oct 29 23:41:25 2010 -0400

create unit test files

Signed-off-by: Galen Charlton gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

commit 12f9aa973d855fb1f058fdcbe68a0e84dfbd77ae
Author: Liz Rea l...@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 gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

---

Summary of changes:
 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/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 ++
 32 files changed, 435 insertions(+), 0 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 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


hooks/post-receive
-- 
main Koha release repository
___
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits


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

2010-10-30 Thread Git repo owner
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  d15790d9c56dfc1dc3bf3d3cbde452c936aa530c (commit)
  from  cc9a34c2748f8534a92ad2deb210cbfff6a32be2 (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 d15790d9c56dfc1dc3bf3d3cbde452c936aa530c
Author: Magnus Enger mag...@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 gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

---

Summary of changes:
 t/{Input.t = Utils.t} |2 +-
 t/{Input.t = XISBN.t} |2 +-
 t/{Log.t = XSLT.t}|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 copy t/{Input.t = Utils.t} (83%)
 copy t/{Input.t = XISBN.t} (83%)
 copy t/{Log.t = XSLT.t} (84%)


hooks/post-receive
-- 
main Koha release repository
___
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits


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

2010-10-30 Thread Git repo owner
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  80be4c65e6b524ab430f5b96a02ce6c1650ec59f (commit)
   via  b558c0db5ad9125a947454b5ba8892f996553ab4 (commit)
  from  041207b5e24a08ddca6c16e7fdf57c860b6b4851 (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 80be4c65e6b524ab430f5b96a02ce6c1650ec59f
Merge: 041207b5e24a08ddca6c16e7fdf57c860b6b4851 
b558c0db5ad9125a947454b5ba8892f996553ab4
Author: Chris Cormack chr...@catalyst.net.nz
Date:   Sat Oct 30 20:32:45 2010 +1300

Merge remote branch 'kc/new/bug5075' into kcmaster

---

Summary of changes:
 .../opac-tmpl/prog/en/modules/opac-results.tmpl|2 +-
 .../prog/en/xslt/MARC21slim2OPACResults.xsl|5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository
___
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits


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

2010-10-30 Thread Git repo owner
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  c45b18251e7d384219a2adf234b4fab734fbaab3 (commit)
   via  69037606f578d0c81a5c1584c5a865cba7acf3e2 (commit)
  from  80be4c65e6b524ab430f5b96a02ce6c1650ec59f (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 c45b18251e7d384219a2adf234b4fab734fbaab3
Author: Daniel Grobani daniel.grob...@gmail.com
Date:   Fri Oct 29 22:44:27 2010 -0400

unit test stub for Z3950.pm

Signed-off-by: Galen Charlton gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

commit 69037606f578d0c81a5c1584c5a865cba7acf3e2
Author: Brian Engard eng...@gmail.com
Date:   Fri Oct 29 23:39:26 2010 -0400

Create Unit Test for ImportBatch

Signed-off-by: Galen Charlton gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

---

Summary of changes:
 t/{Biblio.t = ImportBatch.t} |2 +-
 t/{Input.t = Z3950.t}|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 copy t/{Biblio.t = ImportBatch.t} (80%)
 mode change 100755 = 100644
 copy t/{Input.t = Z3950.t} (83%)
 mode change 100755 = 100644


hooks/post-receive
-- 
main Koha release repository
___
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits


[koha-commits] main Koha release repository branch, new/bug2567, created. v3.02.00-9-g3c91225

2010-10-30 Thread Git repo owner
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, new/bug2567 has been created
at  3c91225a49fca74eb6f4119c1a288f91b2e4a4f5 (commit)

- Log -
commit 3c91225a49fca74eb6f4119c1a288f91b2e4a4f5
Author: Galen Charlton gmcha...@gmail.com
Date:   Mon Oct 25 10:16:19 2010 -0400

bug 2567: let 008/15-17 and 008/24-27 be set

Fixes bug where the MARC21 008 plugin was falsely
claiming that it set the illustration and nature of
contents positions by deriving it from other fields
in the bib records.

Signed-off-by: Galen Charlton gmcha...@gmail.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

---


hooks/post-receive
-- 
main Koha release repository
___
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits