[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-7-g67f6bc5

Git repo owner gitmaster at git.koha-community.org
Tue Sep 25 04:03:15 CEST 2012


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.8.x has been updated
       via  67f6bc5d7a658e966c98c30e5c1607c9d050a916 (commit)
       via  7d7f44c4505fbe4d1656219b7e03ed0ed04d656f (commit)
       via  b0c67f84c934be8208bbf224f12d2171bb031701 (commit)
       via  f362888e0c0d50fefc9daa429fbb1fce39ccfc1a (commit)
       via  95bcab8d62eaf6679e4d9dcbe4216ebf9f494780 (commit)
       via  98b6189fff27b299bf9cb9714776d37aad675162 (commit)
      from  a311449d79228ed1d30cd06af7ca99a30beb9ee8 (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 67f6bc5d7a658e966c98c30e5c1607c9d050a916
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 16 15:19:04 2012 -0400

    Bug 8617 - Problem with display of comments waiting for moderation in OPAC
    
    This patch addresses on aspect of Bug 8617: The behavior where
    live previews of edited comments are displaying on opac-detail
    as a duplicate comment. We must pass the review id back to the
    script when submitting so that the check for it will evaluate
    as true when it should.
    
    This patch also corrects some JavaScript for translatability.
    
    To test, submit a comment on a title and approve it. Return to
    the title and edit the comment. When you submit your revised
    comment the comment pop-up window should close and your revised
    comment should appear on opac-detail as "pending approval."
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7d7f44c4505fbe4d1656219b7e03ed0ed04d656f
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Sep 13 06:31:41 2012 +1000

    Bug 8764 - Template change "Authors" to "Additional authors" in OPAC
    
    This patch simply changes "Authors" to "Additional authors" in the OPAC. This label describes authors that are added via the MARC 700 fields, which are added or additional authors.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Works as advertised, and seems to make sense. Only affects the display
    when XSLT is not enabled.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit b0c67f84c934be8208bbf224f12d2171bb031701
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Aug 13 13:55:11 2012 +0200

    Bug 8629: update of statistics fields on fund selection in order creation/edition
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Followed test plan in comment #1
    Behaves as described in the test plan.
    Useful feature!
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f362888e0c0d50fefc9daa429fbb1fce39ccfc1a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 6 09:23:08 2012 -0400

    Bug 4173: Followup: Document KohaAuthorisedValues plugin
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 95bcab8d62eaf6679e4d9dcbe4216ebf9f494780
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jul 25 16:20:30 2012 +0200

    Bug 4173: Followup: put the lib into a variable
    
    Prevent 2 calls instead of 1
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 98b6189fff27b299bf9cb9714776d37aad675162
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jul 12 10:48:12 2012 -0400

    Bug 4173 - Statuses not appearing in the OPAC
    
    For the authorised values LOST and DAMAGED, if an OPAC description
    is defined for the given value, display that description in the OPAC
    rather than the generic description.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Koha.pm                                         |    7 ++-
 Koha/Template/Plugin/KohaAuthorisedValues.pm       |   50 ++++++++++++++++++
 acqui/addorderiso2709.pl                           |    6 --
 acqui/fetch_sort_dropbox.pl                        |   54 ++++++++++++-------
 acqui/neworderempty.pl                             |    4 --
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |   10 +++-
 .../prog/en/modules/acqui/addorderiso2709.tt       |   28 ++++++-----
 .../prog/en/modules/acqui/neworderempty.tt         |    7 ++-
 .../opac-tmpl/prog/en/includes/item-status.inc     |   20 ++++++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt |    6 +-
 11 files changed, 135 insertions(+), 59 deletions(-)
 create mode 100644 Koha/Template/Plugin/KohaAuthorisedValues.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list