[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-85-g359dba5

Git repo owner gitmaster at git.koha-community.org
Thu Jun 19 16:32:04 CEST 2014


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.14.x has been updated
       via  359dba56dea1efd11dde99df7800ab3681fd9c75 (commit)
      from  314b8aaa6b42e6db0bf55099b7a14098f23f260a (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 359dba56dea1efd11dde99df7800ab3681fd9c75
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 15 14:51:11 2014 -0500

    Bug 11570 - Upgrade jQueryUI to latest version in the staff client
    
    This patch upgrades the version of jQueryUI included in the Koha staff
    client from v1.8.23 to v.1.10.4. The upgrade introduces a few minor API
    changes which require the updates in this patch:
    
    - In CSS, the term "active" is used instead of "selected"
    - Autocomplete functions use slightly changed parameters
    
    Changes to the default jQueryUI CSS allows us to remove some instances
    of "!important" from jQueryUI-related CSS in the staff client's main CSS
    file.
    
    To test:
    
    Testing changes to autocomplete:
    
    - Enable the CircAutocompl system preference. Try searching in the
      header's "Check out" tab. Autocomplete should look correct and
      function correctly.
    
    - In Circulation -> Overdues: The patron attribute authorized value
      filter (must have patron attributes enabled, and a patron attribute
      defined which uses authorized values.
    
    - Course reserves -> Course -> Edit: Searching for an instructor
    
    - In the unimarc_field_210c_bis.pl plugin:
      1. Link the publisher name field in your MARC structure to
         the unimarc_field_210c_bis.pl plugin.
      2. Open a MARC record for editing and click the "tag editor" link to
         launch the plugin.
      3. Type the first few letters of a publisher which exists in your
         database. You should get an autocomplete menu of publishers
         which match your search.
      4. Select one and click the "choose" button to fill the field in the
         MARC editor.
    
    - Tools -> Patron lists: Add a list or choose an existing list and add
      patrons. Perform a search for a patron.
    
    - Placing a hold: After choose a title and clicking "Place hold,"
      search for a patron.
    
    - Tags management: The sidebar filter for "reviewer" should let you
      search by patron name.
    
    Other jQueryUI widget changes:
    
    - Check tabs appearance in header search, biblio detail, cataloging, and
      circulation patron fines pages.
    
    To confirm other jQueryUI widgets still function correctly:
    
    - Check accordion (collapsing sections) in Patrons -> Patrons requesting
      modifications and the MARC subfield structure edit screen.
    
    - Check datepickers, especially in Circulation with the added timepicker.
      Test a linked datepicker, for example in Reports -> Stats wizards ->
      Circulation where the value in one date field affects what dates are
      available in the matching field.
    
    - Check the calendar interface in Tools -> Calendar
    
    To confirm that the new jQueryUI default CSS is more flexible (fixing
    Bug 11042), add the following CSS to your IntranetUserCSS system
    preference and confirm that the header search active tab border color
    changes (hash mark escaped so that it will appear in commit msg):
    
    \#header_search ul.ui-tabs-nav li.ui-tabs-active {
      background-color: #FFFFF1;
      border: 1px solid #800000;
      border-top: 0 !important;
      top: -2px;
    }
    
    Signed-off-by: Kyle M Hall <kyle 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 aa722ab694e1fc3141cda47f00f9b553e152265a)

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

Summary of changes:
 .../jquery/images/ui-bg_flat_0_aaaaaa_40x100.png   |  Bin 180 -> 212 bytes
 .../jquery/images/ui-bg_flat_75_ffffff_40x100.png  |  Bin 178 -> 208 bytes
 .../jquery/images/ui-bg_glass_55_fbf9ee_1x400.png  |  Bin 120 -> 335 bytes
 .../jquery/images/ui-bg_glass_65_ffffff_1x400.png  |  Bin 105 -> 207 bytes
 .../jquery/images/ui-bg_glass_75_dadada_1x400.png  |  Bin 111 -> 262 bytes
 .../jquery/images/ui-bg_glass_75_e6e6e6_1x400.png  |  Bin 110 -> 262 bytes
 .../jquery/images/ui-bg_glass_95_fef1ec_1x400.png  |  Bin 119 -> 332 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |  Bin 101 -> 280 bytes
 .../lib/jquery/images/ui-icons_222222_256x240.png  |  Bin 4369 -> 6922 bytes
 .../lib/jquery/images/ui-icons_2e83ff_256x240.png  |  Bin 4369 -> 4549 bytes
 .../lib/jquery/images/ui-icons_454545_256x240.png  |  Bin 4369 -> 6992 bytes
 .../lib/jquery/images/ui-icons_888888_256x240.png  |  Bin 4369 -> 6999 bytes
 .../lib/jquery/images/ui-icons_cd0a0a_256x240.png  |  Bin 4369 -> 4549 bytes
 koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.css   |  539 +-------------------
 koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.js    |   76 +--
 .../intranet-tmpl/prog/en/css/staff-global.css     |   27 +-
 .../prog/en/includes/patron-search-box.inc         |    4 +-
 koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js |    2 +-
 .../value_builder/unimarc_field_210c_bis.tt        |    4 +-
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |    4 +-
 .../prog/en/modules/course_reserves/course.tt      |    4 +-
 .../prog/en/modules/patron_lists/list.tt           |    4 +-
 .../prog/en/modules/reserve/request.tt             |    4 +-
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    4 +-
 24 files changed, 44 insertions(+), 628 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list