[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-77-g784e05e

Git repo owner gitmaster at git.koha-community.org
Tue Jul 14 23:02:04 CEST 2015


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.20.x has been updated
       via  784e05e87302363760c47a7c4dfae6019d62fe6f (commit)
       via  72c88c29f0198ab608fe6b8f6f0499c36d7545e9 (commit)
       via  f40acf3c32e9cbe469b3699e6c92601477ec4565 (commit)
       via  757394fd0334c14cd295674b58c57cc7d8e9aebb (commit)
       via  b04dc9f77704c0119b4513022729896705c5799d (commit)
       via  6fae699d0195175210150435b4b8eec0913f7e5e (commit)
       via  d3c5685ecb96e084651b873b311f1e900a7ed2e4 (commit)
       via  acc9775ef44fe701b7142124e2f60f37beff4f32 (commit)
      from  177ff20ec2f249ebacee5f793fa0926ded6d1184 (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 784e05e87302363760c47a7c4dfae6019d62fe6f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Tue Jun 9 02:44:48 2015 +0200

    Bug 14303: Fix item search CSV export - obsolete "by" and display of publication year for MARC21
    
    The exported CSV file from the item search didn't display the publication
    year in MARC21 installations and the title always contained 'by'
    even if there was no author information to display. Also the by is
    not needed by MARC21 as the data should include punctuation.
    
    This basically copies the changes done to the JSON format
    on bug 13859 to the CSV include.
    
    To test: Switch from 'Screen' to 'CSV'
    - Check publication date always displays (MARC21 and UNIMARC)
    - Check that for MARC21 the 'by' has been removed from the title information
    - Check that for UNIMARC the 'by' only displays when there is also
      an author to display
    
    Tested for MARC21, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit cd9a827b6928ed0cb80c78ebf897e2d77132296a)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 72c88c29f0198ab608fe6b8f6f0499c36d7545e9
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon Jul 6 12:27:08 2015 +0200

    Bug 14496: Improving opac-detail.pl performances
    
    Get notes and subjects from MARC record
    ONLY when XSLT is not activated.
    
    It's useless doing it when XSLT is activated,
    because XSLT takes care of it by its own.
    
    => With this patch, we are saving precious
    milliseconds
    
    I compared the display of some records in XSLT view with and without patch, was the same (as expected).
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    On a slower server, I saw a time save of 0.0274 to 0.0908 seconds (with XSLT).
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    (cherry picked from commit 468d3d9c83a9760e796cdf43c7da2766ccf7c9b9)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f40acf3c32e9cbe469b3699e6c92601477ec4565
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jul 8 18:25:45 2015 -0300

    Bug 14508: 'New patron' dropdown empty list on circulation.pl
    
    This patch makes includes/patron-toolbar.inc (the one in charge of
    rendering the 'New patron' dropdown) make use of the Categories
    Template Toolkit plugin to create the list of categories.
    
    (1) To check the setup is sane:
    - Go to the Patrons page
    => SUCCESS: The 'New patron' dropdown is populated
    - Click on the [+] symbol on the Patron search on the top
    => SUCCESS: The Categories dropdown is populated
    
    (2) To test the patch:
    - On the checkout form, perform a patron search that
      (a) returns more than one result
      (b) returns zero results
    - Click the dropdown menu to create a new patron
    => FAIL: Dropdown is empty
    - Repeat for (a) or (b)
    - Apply the patch and reload
    => SUCCESS: The dropdown is correctly populated
    - Repeat (1)
    => SUCCESS: Nothing got broken
    - Verify the logs
    => SUCCESS: No new warnings
    - Sign off :-D
    - Get a cookie
    - Smile
    
    Regards
    
    Discussion: we might need a new bug to start cleaning stuff like this:
    
    @categories=C4::Category->all;
    if(scalar(@categories) < 1){
        $no_add = 1;
        $template->param(no_categories => 1);
    }
    else {
        $template->param(categories=>\@categories);
    }
    
    but it belongs to a new bug me thinks. Well, suggestions are welcome, but this must
    be fixed on stable ASAP so hurry :-D
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 5a57b3c163e6609aa99ab34e906aa05bd033d5ff)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 757394fd0334c14cd295674b58c57cc7d8e9aebb
Author: Nicole C. Engard <nicole at bywatersolutions.com>
Date:   Tue Jun 23 14:49:55 2015 -0500

    Bug 14424: Add on site checkouts help for 3.20
    
    There is no help for the pending on site checkouts report. This patch
    adds it.
    
    To test:
    
    * visit pending on site checkouts
    * click help
    * confirm help is there and correct
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit c00c6e3c675da7f244d5042e1ba9be4648bd4ee9)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit b04dc9f77704c0119b4513022729896705c5799d
Author: Nicole C. Engard <nicole at bywatersolutions.com>
Date:   Tue Jun 23 14:44:11 2015 -0500

    Bug 14424: Update Acq Help for 3.20
    
    This patch adds the missing order from subscription help and updates basket
    help.
    
    To test:
    
    * Visit a basket, review the help
    * Click order from a subscrption, review the help
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 4e271637cd64ef733fadb231be51f22146a1a9e8)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6fae699d0195175210150435b4b8eec0913f7e5e
Author: Nicole C. Engard <nicole at bywatersolutions.com>
Date:   Tue Jun 23 14:31:15 2015 -0500

    Bug 14424: Update Discharge Help for 3.20
    
    This patch adds the missing discharge help file and updates the moremember file with
    info on discharges.
    
    To test:
    
    * Visit a patron
    * View and confirm help is right
    * Visit the discharge page on the patron
    * Confirm help file loads and is right
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit a350d02b995483bdd3bc7ede2271ad8a17190acc)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d3c5685ecb96e084651b873b311f1e900a7ed2e4
Author: Nicole C. Engard <nicole at bywatersolutions.com>
Date:   Tue Jun 23 13:00:06 2015 -0500

    Bug 14424: Update cataloging help for 3.20
    
    This patch updates 3 help files for catalolging in 3.20
    
    To test:
    
    * Visit
     * cataloging home
     * cataloging a new record
     * mergin bib records
    * Confirm text is right and visible
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit ddd2ec87523b1d5379c8a021347fa600ddd66cc2)

commit acc9775ef44fe701b7142124e2f60f37beff4f32
Author: Nicole C. Engard <nicole at bywatersolutions.com>
Date:   Tue Jun 23 12:45:17 2015 -0500

    Bug 14424: Patron Help Files for 3.20
    
    This patch updates the help files for 3.20
    
    To test:
    
    * Visit
     * Main patron page
     * Patron search page
     * Patron permissions page
    * Confirm the text is right on all three
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 274942abbd299e39ba75b947023bdc881d4a54b4)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../en/includes/catalogue/itemsearch_item.csv.inc  |    3 +-
 .../prog/en/includes/patron-toolbar.inc            |    3 ++
 .../prog/en/modules/help/acqui/basket.tt           |   13 +++++
 .../en/modules/help/acqui/newordersubscription.tt  |   17 ++++++
 .../prog/en/modules/help/cataloguing/addbiblio.tt  |   22 ++++----
 .../prog/en/modules/help/cataloguing/addbooks.tt   |   10 ++--
 .../prog/en/modules/help/cataloguing/merge.tt      |   17 +++---
 .../prog/en/modules/help/circ/on-site_checkouts.tt |   11 ++++
 .../prog/en/modules/help/members/discharge.tt      |   21 ++++++++
 .../prog/en/modules/help/members/member-flags.tt   |   55 +++++++++++++++++---
 .../prog/en/modules/help/members/member.tt         |   14 ++++-
 .../prog/en/modules/help/members/members-home.tt   |   14 ++++-
 .../prog/en/modules/help/members/moremember.tt     |   16 ++++++
 opac/opac-detail.pl                                |   31 ++++++-----
 14 files changed, 201 insertions(+), 46 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersubscription.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/on-site_checkouts.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list