[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-51-g814c463

Git repo owner gitmaster at git.koha-community.org
Tue Oct 22 07:09:53 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, master has been updated
       via  814c463c24510ac0c1e7e240100833714089e86f (commit)
       via  ef6185d31f454a4766194cc4d823fe0210fefd21 (commit)
       via  e52bd72c650787e9c7690b7cfe172a9d9feab698 (commit)
       via  c900a47aa8c7133036138cf79a81e70b827fe61f (commit)
      from  f66f34a4200593f07b596d02b880aaf456b0c3fa (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 814c463c24510ac0c1e7e240100833714089e86f
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>

commit ef6185d31f454a4766194cc4d823fe0210fefd21
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>

commit e52bd72c650787e9c7690b7cfe172a9d9feab698
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>

commit c900a47aa8c7133036138cf79a81e70b827fe61f
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>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/facets.inc      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/members.js      |   38 +++-----------------
 .../prog/en/modules/cataloguing/addbiblio.tt       |   25 +++++++------
 .../prog/en/modules/members/memberentrygen.tt      |   12 +++++--
 4 files changed, 30 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list