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

Git repo owner gitmaster at git.koha-community.org
Fri Nov 5 01:24:23 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  797efe50bc2f5708e4501ced127e17db878e9ab9 (commit)
       via  68a24ddd1d025d56361b86a9695e315a8ab0ec69 (commit)
       via  f4aea1d1a0293704c3bb4b4d60778bb247b07c48 (commit)
       via  848d00482aab5581c7acaf6045ee3f36f2f19ed6 (commit)
       via  047e38e8a7b7c3cfd8bede76ff669359f6984622 (commit)
       via  a7cb6a9a3813f41aab4371ba350c78044a60faac (commit)
       via  2f194fdb1a7e589c8553843d36faf407567bff4e (commit)
       via  ea960af0fbd8c8d5ab1942c36ba82e419985bdf7 (commit)
       via  a2db9940a410b7077838bd313e2275b2875b7b18 (commit)
       via  1097106719b4859a1c79c4d3ebd1084a6d71c583 (commit)
       via  b2519527daa798f219007922167b7fe8e8b2592d (commit)
       via  646fd29b8700edcb83600374c1a4d9647064c767 (commit)
       via  3b5c1688a66396b0d2a2048dcbd077dea479fa83 (commit)
       via  12bf736becb5ce110a38118716bd28bddd2fa560 (commit)
       via  c661e9d219911f4ea6004b5474784ac089be4a5f (commit)
       via  ed4049443eccd03b017b898db6f72149442c5dfd (commit)
       via  067c2d101d986e2890afee111bb07c384ebfac60 (commit)
       via  19894217ef9b2bf2b98785a8560e50cf310903da (commit)
       via  09ff5abc0c6f5f4805848bc26fdf9161e872965d (commit)
       via  08e8a31cdb2f84d0b733b0986974d1b4633e41b2 (commit)
       via  707af529361c59a19586bdf1f9baa49a78e51084 (commit)
       via  50656a56e7f496d2aaf28ddd5a01f086c41af64f (commit)
       via  0084ce5a174d193def9a6704c397b2f0597260e0 (commit)
       via  bb08a2f8ec3b9fe08b6d03b2bd2d762b45a4f867 (commit)
       via  e6514b39fe7db7a39484d822072301be5f6472fd (commit)
       via  4b3ce545de9cd0e4a0c425d2c96678ffd43f11a9 (commit)
       via  e74fc14914d35b86748a9e8020407c1cadb72f3c (commit)
      from  9e75dd58ff5fe21a58363361bffb0cc31f2096c2 (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 797efe50bc2f5708e4501ced127e17db878e9ab9
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Nov 1 22:09:10 2010 -0400

    bug 5149: follow-up - remove extraneous character in link
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit b96617dea8fcd35d4f4f2f19860a2b7f14489e97)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 68a24ddd1d025d56361b86a9695e315a8ab0ec69
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Mon Nov 1 22:09:09 2010 -0400

    bug 5149 fix broken link to noItemTypeImages preference
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 36df1f6cdf231c72527d79bb08efeca01dd0e902)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit f4aea1d1a0293704c3bb4b4d60778bb247b07c48
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Sat Oct 30 16:29:24 2010 -0400

    bug 5110 move NewItemsDefaultLocation to cataloging tab
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 140fde57def7d146a633769ffdbb405222044432)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 848d00482aab5581c7acaf6045ee3f36f2f19ed6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 16:25:19 2010 -0400

    Fix for Bug 4963, sys prefs need date hints and/or picker
    
    This patch adds the standard date format hint used elsewhere
    in the interface.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 51405bcce471dd38b59425d1b3b6609e1d595572)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 047e38e8a7b7c3cfd8bede76ff669359f6984622
Author: ByWater Solutions <brendan at bywatersolutions.com>
Date:   Sat Oct 30 09:50:29 2010 -0400

    Bug 4254 - adding new patron advanced notice doesn't save
    
    This was due to poorly constructed SQL which returned duplicate values for
    certain fields. This patch corrects that SQL.
    
    NOTE: There is also a formatting problem with the message prefs display table
    when it is displayed in moremember.pl. This is due to there being no logic to
    tell the table in that context to display checkboxes as appropriate. This patch
    does not fix that. Bug 5328 has been opened for this problem.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 321eed98334bac3564b0b11abf3fb6fe34074f0d)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a7cb6a9a3813f41aab4371ba350c78044a60faac
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 01:52:50 2010 -0400

    Fix for Bug 5082 - Not translatable name of default framework 'Default' in MARCdetail.tmpl
    
    This patch also fixes an unreported bug where switching from any
    other framework to 'Default' would bring up no MARC data.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit b0e29e5595f5d92cbd9a66ab306652a01d6382ed)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 2f194fdb1a7e589c8553843d36faf407567bff4e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 01:52:49 2010 -0400

    Fix for Bug 4980 - Acq: pull down 'Restrict access to:' for funds not translatable
    
    Applied Owen's patch to current head, updated de-DE translation. The pull down values are now  translated.
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit bd28366523c0778f496a310395f4481348e30ccf)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit ea960af0fbd8c8d5ab1942c36ba82e419985bdf7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 01:52:48 2010 -0400

    Fix for Bug 5142, Untranslatable strings in tag review template
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit c4de64629d7f0853f3919cb5d09f98b2c0c60c03)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a2db9940a410b7077838bd313e2275b2875b7b18
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 01:52:47 2010 -0400

    Fix for Bug 5056, Untranslatable strings in members.js
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 100099d429c3b092d9c3a9a7c65427499092d4b6)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 1097106719b4859a1c79c4d3ebd1084a6d71c583
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 01:36:57 2010 -0400

    Fix for Bug 5136, Replace SQL with call to GetAuthorisedValues
    
    An embedded query in circulation.pl for BOR_NOTES authorized
    values can be replaced with a call to GetAuthorisedValues
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 82d2cf464be0439b9d52de1d951baa856a4e60a4)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit b2519527daa798f219007922167b7fe8e8b2592d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 30 01:33:42 2010 -0400

    Fix for Bug 5135 - Authorized value input maxlength should match table column
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 81b3ca97eab7235dbff94d30e09e6d4325f21604)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 646fd29b8700edcb83600374c1a4d9647064c767
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Sat Oct 30 00:48:19 2010 -0400

    bug 5171 change 'edit items' to read 'edit item' when next to 1 item
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 3d66c2153b8be4192da055782f23ad08f2f9845f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 3b5c1688a66396b0d2a2048dcbd077dea479fa83
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Sat Oct 30 00:48:18 2010 -0400

    bug 5168 change link text from holdings to items
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit c3aa3d96819c32439ffa6f727367b679a1a24813)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 12bf736becb5ce110a38118716bd28bddd2fa560
Author: Jared CAMINS-ESAKOV <camins at numismatics.org>
Date:   Fri Oct 29 23:49:15 2010 -0400

    Fix bug 3811; Index language as word
    
    An incorrect definition in record.abs was resulting in searches on languages returning incorrect results.  By changing the indexing mode from numeric to word, this patch fixes that problem.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 68dc783c7e3b4f2721ef5efccc98934e8700f8d2)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit c661e9d219911f4ea6004b5474784ac089be4a5f
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Oct 29 23:49:14 2010 -0400

    bug 5311: correction to database update
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0d84902eca94fca399040e3c0088ee74f69cf68c)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit ed4049443eccd03b017b898db6f72149442c5dfd
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Oct 29 23:49:13 2010 -0400

    Update language mappings to fix Bug 5311
    
    This patch updates the language_rfc4646_to_iso639 mapping table with the
    correct mappings for several languages that were not mapped correctly to
    the codes used in MARC, including Finnish (which was not mapped at all),
    and Armenian (which was mapped to an obsolete code). This patch also
    changes English and French to use the proper three-letter codes, which
    will eliminate false positives when, for example, limiting by French
    brings up results in Afrikaans.
    
    This patch adds the changes to the updatedatabase.pl script, and removes
    the incorrectly specified DBversion in the previous patch.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 067c2d101d986e2890afee111bb07c384ebfac60
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Oct 29 22:35:44 2010 -0400

    bug 5190: improve linking to MARC field documentation
    
    * zero-pad tag numbers as needed
    * handle special case for linking to UNIMARC 0XX vs. 1-8XX
    * add a wrapper function
    * add comment about the poor linkability of IFLA's UNIMARC documentation
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 141ec0b9bcfa0bcf34d82cbb7ddc722a078e216e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 19894217ef9b2bf2b98785a8560e50cf310903da
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Oct 29 22:35:43 2010 -0400

    bug 5190: link to MARC21/UNIMARC online doc in the bib editor
    
    Patch from  Tomás Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 29432ee42cf25d79f28054eaea85f46edc688d1b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 09ff5abc0c6f5f4805848bc26fdf9161e872965d
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 29 20:28:49 2010 -0400

    bug 5326 fix link to old prefs editor on patron attributes
    
    on the patron attributes page if you have ExtendedPatronAttributes
    turned off the error points you to the old sys prefs editor - this
    patch fixes that
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 45a6cca1a17093291dc6ab0883578b79bff0b6e7)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 08e8a31cdb2f84d0b733b0986974d1b4633e41b2
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 29 20:28:48 2010 -0400

    bug 5326 fix extended patron attribute error
    
    the error message if you have ExtendedPatronAttributes turned
    off linked to the old sys prefs editor, link has been updated.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 83f03fb9d3bbbf5101a7209f934e91b7876fc2dc)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 707af529361c59a19586bdf1f9baa49a78e51084
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 29 08:37:41 2010 -0400

    Fix for Bug 5137, Remove obsolete code counting issues by item type in circ
    
    The removed section of code contained a "my $dbh = C4::Context->dbh"
    which was required for the query of BOR_NOTES. That line has been
    moved accordingly.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit b2bda465d770c078b14eef8493c0554143d90cc4)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 50656a56e7f496d2aaf28ddd5a01f086c41af64f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 29 08:29:02 2010 -0400

    Fix for Bug 5008 - "Remove" link missing when Cart in expanded view
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0d41ba7300a228217ac32a1169bf24b0e79aff98)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

    bug 4986 move serials prefs from cataloging tab to serials tab
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d1593acec727c6aa06fc0d3159c62b454d225518)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit bb08a2f8ec3b9fe08b6d03b2bd2d762b45a4f867
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 29 08:15:37 2010 -0400

    Fix for Bug 5114 - Can't edit basket in Internet Explorer
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0bb33cd7ceee5cdb8bf2a5bcde552257f2279cfb)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e6514b39fe7db7a39484d822072301be5f6472fd
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 29 08:10:44 2010 -0400

    bug 5019 remove link to funds
    
    This patch renames the link to budgets to say 'budgets & funds'
    and removes the links to funds (which went no where).
    
    This patch also adds the acq menu to the budget pages.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d5eb56dd528d29aace607f2994ff7fc2c132db57)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 4b3ce545de9cd0e4a0c425d2c96678ffd43f11a9
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Oct 29 07:47:33 2010 -0400

    Bug 5177 Selecting default sort result by syspref
    
    Syspref .pref file was defining a code for descending order which wasn't
    expected by .tmpl files... 'desc' instead of 'dsc'.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit aa7df17f7c63ae51f8d2088b795af6d92b85e6a0)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e74fc14914d35b86748a9e8020407c1cadb72f3c
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Nov 3 16:31:03 2010 -0400

    Bug 5363 - Removing unused module (C4::Cache::FastMemcached)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger 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:
 C4/Cache.pm                                        |    1 -
 C4/Cache/FastMemcached.pm                          |   95 --------------------
 C4/Form/MessagingPreferences.pm                    |    3 +-
 C4/Members/Messaging.pm                            |   29 +++---
 admin/aqbudgets.pl                                 |    9 +-
 admin/preferences.pl                               |    2 +
 catalogue/MARCdetail.pl                            |   37 +++-----
 cataloguing/addbiblio.pl                           |    3 +
 circ/circulation.pl                                |   51 +----------
 etc/zebradb/marc_defs/marc21/biblios/record.abs    |    2 +-
 .../data/mysql/en/mandatory/subtag_registry.sql    |   30 +++++--
 installer/data/mysql/updatedatabase.pl             |   16 ++++
 .../prog/en/includes/acquisitions-menu.inc         |    3 +-
 koha-tmpl/intranet-tmpl/prog/en/js/members.js      |   19 ++--
 .../prog/en/modules/acqui/basket.tmpl              |    6 +-
 .../prog/en/modules/admin/aqbudgetperiods.tmpl     |    4 +
 .../prog/en/modules/admin/aqbudgets.tmpl           |    9 ++-
 .../prog/en/modules/admin/aqplan.tmpl              |    3 +
 .../prog/en/modules/admin/authorised_values.tmpl   |    8 +-
 .../prog/en/modules/admin/itemtypes.tmpl           |    2 +-
 .../prog/en/modules/admin/patron-attr-types.tmpl   |    5 +-
 .../prog/en/modules/admin/preferences.tmpl         |    2 +-
 .../en/modules/admin/preferences/cataloguing.pref  |   22 +----
 .../en/modules/admin/preferences/circulation.pref  |    5 -
 .../en/modules/admin/preferences/searching.pref    |    4 +-
 .../prog/en/modules/admin/preferences/serials.pref |   19 ++++-
 .../prog/en/modules/basket/basket.tmpl             |    2 +
 .../prog/en/modules/catalogue/MARCdetail.tmpl      |    7 ++-
 .../prog/en/modules/catalogue/moredetail.tmpl      |    2 +-
 .../prog/en/modules/cataloguing/addbiblio.tmpl     |   38 ++++++++-
 .../prog/en/modules/cataloguing/addbooks.tmpl      |    2 +-
 .../prog/en/modules/members/memberentrygen.tmpl    |   12 ++-
 .../intranet-tmpl/prog/en/modules/tags/review.tmpl |   10 +-
 t/Cache_FastMemcached.t                            |   14 ---
 34 files changed, 206 insertions(+), 270 deletions(-)
 delete mode 100644 C4/Cache/FastMemcached.pm
 mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/biblios/record.abs
 delete mode 100755 t/Cache_FastMemcached.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list