[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-22-gcfdf475

Git repo owner gitmaster at git.koha-community.org
Mon Jun 3 17:42:21 CEST 2013


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.12.x has been updated
       via  cfdf4759dc0fe857b3dfb2fcab2868e117c5e6ff (commit)
       via  d66e56177ec52d2278007275b261ee5e5b577ad2 (commit)
       via  09a17abfda2f0f0a01d7b5f807e73dd77bfcb856 (commit)
       via  b459eab4c89cf507ae3108194c2ec159b04672aa (commit)
       via  95d288da67dfc7c76f17fdd1dbf6feb5dd52678c (commit)
       via  1c6ab7f78575e7cc4eaee3eca397002ba9e23c8e (commit)
      from  ed34661870e50e04acf61c7f687343b9a2a8f1da (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 cfdf4759dc0fe857b3dfb2fcab2868e117c5e6ff
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri May 3 15:35:44 2013 +0100

    Bug 10184 - Circulation History reverses sort order
    
    Issue data is passed to the readingrec template ordered
    most recent due date first. Datatables unless specified
    otherwise do a presort on the data they will display
    the default results in an order the reverse of what was
    intended. Disabling the presort preserves the initial sort
    order until the user selects a different sort
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 3285261d0150113e597d48a5a78aee5fdc1ebd94)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d66e56177ec52d2278007275b261ee5e5b577ad2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 13 15:21:46 2013 -0400

    Bug 10193 - Copies should be holdings as label for items on MARC view
    
    In the OPAC MARC view, the table of holdings is labeled 'copies.' In
    order to be consistent with the normal view this should be labeled
    'holdings.' This patch makes this correction.
    
    To test, apply the patch and view the MARC detail page for any record
    with items. The table of holdings data at the bottom of the page should
    be labeled 'Holdings.'
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 492a1a19f99c27ccbb94cab2fa4318379076bc6f)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 09a17abfda2f0f0a01d7b5f807e73dd77bfcb856
Author: Connor Fraser <connor.fraser13 at yahoo.com>
Date:   Sat May 25 11:25:18 2013 +1200

    Bug 7368: Correct three typos in history.txt
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 342463b5796825e8dd941e575694e8e4be6aa274)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b459eab4c89cf507ae3108194c2ec159b04672aa
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun May 19 12:16:16 2013 +0200

    Bug 10284: Add missing spaces between label and content in XSLT view (780/785)
    
    To test:
    - Check OPAC and intranet XSLT view for a record that contains
      780 and 785 fields.
    - Verify there is no space between the label and the content of the
      field.
    - Apply patch.
    - Verify the display both in intranet and OPAC is a little nicer now.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4c1c323232cd303c9c1e0f02c83871e1e6fcd62d)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 95d288da67dfc7c76f17fdd1dbf6feb5dd52678c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 3 12:11:49 2013 -0300

    Bug 10120: DBRev 3.12.00.001
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1c6ab7f78575e7cc4eaee3eca397002ba9e23c8e
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Tue Apr 30 08:56:22 2013 +1200

    Bug 10120: Adding a syspref to control if overdue charges are updated on return
    
    On by default.
    
    To Test
    
    1/ Create an overdue item, that should get fines
    2/ Return the item
    3/ Check the borrowers record to see if the fine has been added/updated
    
    Apply patch
    1/ Make sure preference is set to do
    Repeat steps 1-3 above
    
    2/ Switch the preference to don't
    Repeat stes 1-2
    3/ Check the fine hasn't been added/updated
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass, works as described.
    I would categorize this a bug fix for libraries that don't want
    the new changed  behaviour that was introduced by recalculating
    fines on return.
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit fc61bd30186b0305579c5dee0a14f9d2733cd5db)
    
    Solved conflicts in:
    	installer/data/mysql/sysprefs.sql
    	installer/data/mysql/updatedatabase.pl
    and changed DB version number.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    4 +++-
 docs/history.txt                                   |    6 +++---
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   13 +++++++++++++
 .../en/modules/admin/preferences/circulation.pref  |    7 +++++++
 .../prog/en/modules/members/readingrec.tt          |    1 +
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    3 ++-
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt   |    2 +-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    3 ++-
 kohaversion.pl                                     |    2 +-
 10 files changed, 34 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list