[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.07-43-gc5865d6

Git repo owner gitmaster at git.koha-community.org
Thu Dec 5 15:55:46 CET 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  c5865d6bcabe6f57f6a3b3d217cf43481c3ec363 (commit)
       via  3ebb18be60d906fe5953a379e09cde4dd01f4516 (commit)
       via  dfa9f2f1a71a0862c2ea693200c3f18a9cbc8856 (commit)
       via  c81b0a2ca59bd7254b66ca0256225c88436b3cab (commit)
       via  f6ca88b5ed1ef0074aa4cfb618f88572a300dc29 (commit)
       via  71035aab2db03fc4b60a6d5f8979832eb99a81d6 (commit)
       via  386a5732b4d4232db68cb09873ff0bee1850f45c (commit)
       via  bd7c3f42ab6143d2fa007a764bd89591e5c87d82 (commit)
       via  3678c1e6030f9fb4cb224ce26ed9ce88fd981379 (commit)
       via  0456102ba606793f8a1b44db93cb88923a9a0b06 (commit)
       via  bf7e754f29db720f7dfdaf385ea30b0a62faf762 (commit)
       via  e6dc671fea264f21b50caed9baa48dec72508464 (commit)
       via  91b0a6c6f2c256a27226e9d30e9c50d6c89e87cb (commit)
      from  4db6cf60ea1e4180c3f3f487c71c6d4aa737aa8b (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 c5865d6bcabe6f57f6a3b3d217cf43481c3ec363
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Sep 5 15:49:55 2013 +0100

    Bug 10829: fix browsing across pages breaks for OPAC bibs-linked-to-authority searches
    
    Test plan
    1. Do an authority search in the OPAC (A search for 'an:49' perhaps..
    that should bring up results for authority number 49, hopefully there
    are multiple pages of results, if not try again and find one that
    gives you multiple pages of results)
    2. Click the final result on any page of results (there must be more
    results to follow for this to work)
    3. Try clicking the 'Next' button in the 'Browse results' pane on
    the right of the page.
    4. It should take you to the next result in the search list (i.e
    the first result from the next page of results) - Double check it is
    correct, we found that it was often not.
    
    5. Apply patch and run same process, this time you should get the
    correct paging.
    
    Signed-off-by: Koha Team Amu <koha.aixmarseille at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I reproduce the issue and I confirm this patch fixes it!
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ded9896ec28c404ab27d5bef54eabb570c636841)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3ebb18be60d906fe5953a379e09cde4dd01f4516
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Dec 3 14:08:07 2012 +0100

    Bug 9192: let UNIMARC_sync_date_created_with_marc_biblio.pl create fields if needed
    
    Prior to this patch, this script would only modify the date
    created and modified fields; this patch changes the behavior
    so that the fields can be created if they're not already present
    in the record.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    
    Bug 9192: UNIMARC_sync_date_created_with_marc_biblio.pl field creation (followup)
    
    Add tests :
    if field < 10 it must not have a subfield
    if field > 9 is must have a subfield
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Both patches applied, no koha-qa errors.
    
    Bug 9192: followup fix typo
    
    Fix typo on usage message.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 20022e5b58ea58b6dfdda9b8e1a75c1b4c0b0d73)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit dfa9f2f1a71a0862c2ea693200c3f18a9cbc8856
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Oct 10 14:09:19 2013 +0100

    Bug 11034: remove incorrect return for BiblioAutoLink
    
    BiblioAutoLink was being called expecting an array to
    be returned. The subroutine in fact returns a scalar
    
    As the variables that the return was stored in, went
    out of scope immediately. It is probably better to be
    explicit that we are throwing the return away by not
    going through the motions of storing it in a variable
    
    To test:
    
    [1] Add or save a bib record using the cataloging editor.
    [2] Verify that no regressions have occurred
    [3] (optional) If BiblioAddsAuthorities is on, verify that
        relevant authority records are linked to from the bib.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 89a8a17fdc793b145fc0d7bdcef601698b36fdaa)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c81b0a2ca59bd7254b66ca0256225c88436b3cab
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Oct 20 17:43:12 2013 +0000

    Bug 10889: fix comment describing biblioitems.serial
    
    biblioitems.serial is not a foreign key; it's a Boolean indicating
    whether the biblio record is a serial, which in turn influences how
    serial items are displayed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f22431c2a1415627c9155ee52b5a19ecef01e9ed)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f6ca88b5ed1ef0074aa4cfb618f88572a300dc29
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 21 14:54:41 2013 -0700

    Bug 11097 - Hide duplicate patron button if logged in user lacks CAN_user_borrowers permission
    
    The "duplicate" button on the circ/patron toolbar should not appear if
    the logged in user lacks permission to edit patron records. This patch
    wraps the button in the required logic.
    
    To test, open a patron record in circulation or patrons and view as a
    staff client user who both has and doesn't have CAN_user_borrowers
    permission. The button should be shown and not shown accordingly.
    
    Signed-off-by: Ed Veal <ed.veal at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit cb75b239215714416c43282b573ae653e55e29a8)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 71035aab2db03fc4b60a6d5f8979832eb99a81d6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 26 12:22:39 2013 -0400

    Bug 10954: ensure that payment receipt displays the payment made
    
    When printing a payment receipt, the payment did not display, only the
    total currently owed.
    
    Test Plan:
    1) Create a payment for a borrower
    2) Print the payment with the "print" button to the right of the payment
    3) Note the missing payment line
    4) Apply this patch
    5) Repeat step 2
    6) Note the payment line now displays
    
    Signed-off-by: cedric.vita at dracenie.com <cedric.vita at dracenie.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 50e25d212a0298910a5b4322b475df550985fbea)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 386a5732b4d4232db68cb09873ff0bee1850f45c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Oct 22 05:40:49 2013 +0000

    Bug 10785: (follow-up) fix one last bit of capitalization
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e0829b1a353ae69abcf026b50a47933cb992494b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bd7c3f42ab6143d2fa007a764bd89591e5c87d82
Author: Ketan Kulkarni <ketan at carvingit.com>
Date:   Wed Oct 9 18:57:03 2013 +0530

    Bug 10785: change 'Dropbox' labels to 'Book drop'
    
    Signed-off-by: KohaCon13 demo <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Checked the book drop still works, also grepped for
    other appearances of the term.
    Fixed capitalization.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5750f32519aa701cdf0cd158b6d9576e3a45f2a8)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3678c1e6030f9fb4cb224ce26ed9ce88fd981379
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Oct 2 10:53:30 2013 +0200

    Bug 10982: fix link to IFLA UNIMARC documentation in Cataloging
    
    In Cataloging, a ? opens a documentation page on IFLA web site. The current
    implementation rely on the tag tab to select the appropriate IFLA
    documentation web page. It doesn't work when UNIMARC tag are displayed
    in a tab which digit is different for tag first digit.
    
    To reproduce the bug:
    
      - Modify default framework, put all 200 subfields in tab 1
      - Add a new biblio record
      - Click on ? on 200 field
       => Wrong IFLA page is opened
    
    Apply the patch and retry...
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Simple fix. Work as described. No koha-qa errors
    
    Test on UNIMARC install
    1) Switched all 2xx tags to tab 1
    2) press any 2xx ?, wrong page
    3) patch applied
    4) links are now correct
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 814c463c24510ac0c1e7e240100833714089e86f)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0456102ba606793f8a1b44db93cb88923a9a0b06
Author: Jonet Moore <jonetem at gmail.com>
Date:   Tue Oct 22 11:52:34 2013 +1300

    Bug 11099: fixed bug in Label in Staff Client - series on facets not easily css selectable
    
    add c-span to series facet
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ef6185d31f454a4766194cc4d823fe0210fefd21)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bf7e754f29db720f7dfdaf385ea30b0a62faf762
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Oct 22 05:15:07 2013 +0000

    Bug 11002: (follow-up) use jQuery validator plugin
    
    This patch uses the jQuery validator plugin introduced in
    bug 6209 for two reasons:
    
    [1] To supply validation for non-HTML5-compatible web
        browsers.
    [2] To force use of the validator plugin rather than
        built-in validation for HTML5 browsers, which means
        that our translations will be used.
    
    Note that a version of the function to prevent double form submission
    is used as the submit handler invoked when the validator plugin
    is satisified that the form is complete.
    
    To test:
    
    [1] Same as the main test plan, but note that the validation
        messages now appear inline rather than as pop-ups.
    [2] Verify that the double form submission prevention still
        works.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e52bd72c650787e9c7690b7cfe172a9d9feab698)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e6dc671fea264f21b50caed9baa48dec72508464
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Oct 7 10:41:24 2013 +0200

    Bug 11002: simplify patron mandatory field validation
    
    When the pref BorrowerMandatoryField is set and a librarian forget to
    fill fields, a js popup appears with the following message:
      "The following fields are mandatory: surname, etc."
    The fields are not translatable.
    
    Test plan:
    - fill the pref BorrowerMandatoryField with something like:
      title|zipcode|surname|cardnumber|branchcode
    - go the members/memberentry.pl?op=add page
    - verify you are not allowed to add the patron without filling all
      mandatory fields.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c900a47aa8c7133036138cf79a81e70b827fe61f)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 91b0a6c6f2c256a27226e9d30e9c50d6c89e87cb
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Oct 7 11:41:22 2013 +0200

    Bug 11003: fix JS error on the staff cart page
    
    A call to yuiToolbar breaks JavaScript code on the cart page.
    
    Test plan:
    - add some biblio to your cart
    - open the cart
    - a js error occurs (see it with firebug):
      ReferenceError: yuiToolbar is not defined
    - apply the patch
    - retry and verify the error does not appear anymore.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f66f34a4200593f07b596d02b880aaf456b0c3fa)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Fixes the JS error.

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

Summary of changes:
 cataloguing/addbiblio.pl                           |    2 +-
 installer/data/mysql/kohastructure.sql             |    4 +-
 .../intranet-tmpl/prog/en/includes/facets.inc      |    2 +-
 .../prog/en/includes/members-toolbar.inc           |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/members.js      |   38 ++------------
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |    1 -
 .../prog/en/modules/cataloguing/addbiblio.tt       |   25 +++++----
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    4 +-
 .../prog/en/modules/help/circ/returns.tt           |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |   12 ++++-
 members/printfeercpt.pl                            |    4 +-
 .../UNIMARC_sync_date_created_with_marc_biblio.pl  |   53 ++++++++++++++++----
 opac/opac-detail.pl                                |    3 +-
 13 files changed, 83 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list