[koha-commits] main Koha release repository branch master updated. v3.14.00-910-gda8d126

Git repo owner gitmaster at git.koha-community.org
Fri Apr 25 17:12:46 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, master has been updated
       via  da8d126c9a524dfefe610684349e69bb4d9c7a79 (commit)
       via  3268ae4a001561c7dcaf9ba3d51168ab70afe901 (commit)
       via  8f006fd002bca0967dac7a21d10474de745ba0f5 (commit)
       via  c5a58a045774844d6ff6074b0ebe94a112bbc7cb (commit)
       via  fc9d207d9e6ae68651c6f60eaa77f2a16581a4ca (commit)
       via  1cea3ee5846c84ca0d8bf406b01debf6a3a64336 (commit)
       via  84c3587d034966b743a354fff58bb322cb76e72f (commit)
       via  3b4fd63d114257d3d626efdc7a878aafe3bfa616 (commit)
       via  1e69481103605f1f178f07c5898c7f291b621bd8 (commit)
       via  127b931681d903bbfb023c14751795ec06d69348 (commit)
       via  990bb17e14efb8a2c16236c89ef5869dcfc48ad4 (commit)
      from  2a7e71554b534f8d79cdbdc9552bc78bba9c4408 (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 da8d126c9a524dfefe610684349e69bb4d9c7a79
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 25 08:53:25 2014 -0400

    Bug 12114: (QA Followup) Use JSON instead of JSON::XS
    
    RM note: on most platforms, the JSON module will use JSON::XS
    by default.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3268ae4a001561c7dcaf9ba3d51168ab70afe901
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Apr 21 00:07:31 2014 +0200

    Bug 12114: Fix encoding problem with reports JSON web service (staff)
    
    Repeat tests from first patch, but this time, access the report
    with your staff client base URL.
    
    <Staff BaseURL>/cgi-bin/koha/svc/report?id=<reportid>
    
    Based on paste from Galen Charlton.
    
    Followed test plan. Result as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8f006fd002bca0967dac7a21d10474de745ba0f5
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Apr 21 00:01:19 2014 +0200

    Bug 12114: Fix encoding problem with reports JSON web service (opac)
    
    - catalog a record that includes umlauts äöü
    - write a report, that has the record in the result set
    - access the JSON output of the report
      <OPAC BaseURL/cgi-bin/koha/svc/report?id=1
    - verify the umlaut displays not correctly
    - switch the encoding in the browser to 'western'/latin1
    - verify the umlaut now displays correctly
    - apply patch
    - verify umlaut now displays correctly from the beginning
    
    Based on paste from Galen Charlton.
    
    Followed test plan. Result as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c5a58a045774844d6ff6074b0ebe94a112bbc7cb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 21 14:29:19 2014 -0400

    Bug 12118 - remove unnecessary YUI assets included in offline circ manifest
    
    The offline circulation asset manifest includes some YUI JavaScript
    files which are no longer used by any template in Koha except for
    acquisitions/basketgroup.tt. This patch removes them from the manifest.
    
    To test, apply the patch and test offline circulation. Everything should
    work correctly.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit fc9d207d9e6ae68651c6f60eaa77f2a16581a4ca
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Apr 23 14:23:28 2014 +0100

    Bug 12131: Remove unused dependency on Exporter
    
    C4::TmplToken depends on Exporter but does not use any
    of its facilities. Removed the dead code so it does not
    clog up the source and waste compilation time
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Module still compiles correctly; t/TmplToken.t passes.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1cea3ee5846c84ca0d8bf406b01debf6a3a64336
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 21 14:42:14 2014 -0400

    Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory outside of language-specific directory
    
    This patch moves the jeditable jQuery plugin to
    intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated
    for each set of translated templates.
    
    To test, apply the patch and confirm that editing quotes works correctly
    in the Quote of the Day manager.
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 84c3587d034966b743a354fff58bb322cb76e72f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 21 12:11:58 2014 -0400

    Bug 12116 - Move fixFloat jQuery plugin outside of language-specific directory
    
    This patch moves the fixFloat jQuery plugin to
    intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated
    for each set of translated templates.
    
    This patch also includes a change to staff-global.css to override some
    style the floating toolbar inherited when we added Bootstrap widgets.
    
    To test, apply the patch and confirm that the toolbar "sticks" to the
    top of the screen when scrolling down on the following pages:
    
    - System preferences
    - Authorities editor (Authorities -> New authority)
    - Cataloging editor (Cataloging -> New record)
    - List contents view (Lists -> View a list's contents)
    
    Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3b4fd63d114257d3d626efdc7a878aafe3bfa616
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 17 12:44:42 2014 -0400

    Bug 12101 - Move Greybox library outside of language-specific directory
    
    This patch moves the Greybox library to intranet-tmpl/lib so that it is
    not duplicated for each set of translated templates. The Greybox library
    files are called directly only by one include file, greybox.inc, which
    is modified by this patch.
    
    To test, apply the patch and view any page which calls the Greybox
    library and confirm that modal windows are still generated correctly.
    
    For instance, Cataloging -> Cataloging search, click the "Preview MARC"
    link.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1e69481103605f1f178f07c5898c7f291b621bd8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 18 09:27:48 2014 -0400

    Bug 12107 - Move checkboxes jQuery plugin outside of language-specific directory
    
    This patch moves the checkboxes jQuery plugin to
    intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated
    for each set of translated templates.
    
    To test, apply the patch and confirm that select all/clear all controls
    continue to work on the following pages:
    
    - Acquisitions -> Late orders
    - Acquisitions -> Add to order from an external source (search targets)
    - Acquisitions -> Suggestions
    - Administration -> Funds -> Planning (show/hide all columns)
      * Some unused code has been removed
    - Administration -> Library transfer limits
    - Staff client cart
    - Authorities -> New from Z39.50 (search targets)
    - Cataloging -> New from Z39.50 (search targets)
    - Circulation -> Check out to a patron (renew/check in selections)
    - Circulation -> Offline circulation -> Pending operations
    - Patrons -> Patron detail (renew/check in selections)
    - Patrons -> Fines -> Pay fines
    - Serials -> Subscription -> Serial collection
    - Tools -> Label creator -> Batches -> Search results
    - Tools -> Patron card creator -> Batches -> Search results
    - Tools -> Tags moderation
    - Tools -> Batch item deletion
    - Tools -> Batch item modification
    - Tools -> Inventory -> Submit a batch of barcodes
    - Lists -> List contents view
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described! I don't think I've ever checked so many boxes
    before...
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 127b931681d903bbfb023c14751795ec06d69348
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 17 13:27:14 2014 -0400

    Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
    
    This patch moves the ajaxfileupload jQuery plugin to
    intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated
    for each set of translated templates.
    
    To test, apply the patch and test a page which requires the file upload
    plugin. For instance: Tools -> Upload local cover image. The upload
    process should finish correctly.
    
    Tested with patron and local cover images. Works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 990bb17e14efb8a2c16236c89ef5869dcfc48ad4
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 21:57:08 2014 +0000

    Bug 12112: remove disused routine C4::Breeding::ImportBreeding()
    
    This patch removes the ImportBreeding() routine, which lost its
    last caller as of the patch for bug 10462.
    
    To test:
    
    [1] Verify that prove -v t/Breeding.t passes.
    [2] Perform a Z39.50 search in the staff interface.
    [3] Perform a cataloguing reservoir search in the staff
        interface; verifying that cached records from the search
        done in step 2 are retrieved.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Breeding.pm                                     |  112 +-------------------
 C4/TmplToken.pm                                    |   15 +--
 .../intranet-tmpl/{prog/en => }/lib/greybox/AJS.js |    0
 .../{prog/en => }/lib/greybox/AJS_fx.js            |    0
 .../{prog/en => }/lib/greybox/GreyBox_v5_5.zip     |  Bin 180408 -> 180408 bytes
 .../en => }/lib/greybox/GreyBox_v5_5/LGPL.txt      |    0
 .../en => }/lib/greybox/GreyBox_v5_5/about.html    |    0
 .../GreyBox_v5_5/adobe_images/nav_buttons.psd      |  Bin 165140 -> 165140 bytes
 .../lib/greybox/GreyBox_v5_5/advance_usage.html    |    0
 .../en => }/lib/greybox/GreyBox_v5_5/combiner.py   |    0
 .../greybox/GreyBox_v5_5/compressing_greybox.html  |    0
 .../GreyBox_v5_5/compression_lib/AJS_minify.py     |    0
 .../GreyBox_v5_5/compression_lib/__init__.py       |    0
 .../en => }/lib/greybox/GreyBox_v5_5/examples.html |    0
 .../GreyBox_v5_5/greybox_source/auto_deco.js       |    0
 .../GreyBox_v5_5/greybox_source/base/AJS.js        |    0
 .../GreyBox_v5_5/greybox_source/base/AJS_fx.js     |    0
 .../GreyBox_v5_5/greybox_source/base/base.css      |    0
 .../GreyBox_v5_5/greybox_source/base/base.js       |    0
 .../GreyBox_v5_5/greybox_source/base/indicator.gif |  Bin 8238 -> 8238 bytes
 .../greybox_source/base/loader_frame.html          |    0
 .../greybox_source/gallery/g_close.gif             |  Bin 541 -> 541 bytes
 .../greybox_source/gallery/gallery.css             |    0
 .../GreyBox_v5_5/greybox_source/gallery/gallery.js |    0
 .../GreyBox_v5_5/greybox_source/set/next.gif       |  Bin 528 -> 528 bytes
 .../GreyBox_v5_5/greybox_source/set/prev.gif       |  Bin 525 -> 525 bytes
 .../GreyBox_v5_5/greybox_source/set/set.css        |    0
 .../greybox/GreyBox_v5_5/greybox_source/set/set.js |    0
 .../greybox_source/window/header_bg.gif            |  Bin 1188 -> 1188 bytes
 .../GreyBox_v5_5/greybox_source/window/w_close.gif |  Bin 74 -> 74 bytes
 .../GreyBox_v5_5/greybox_source/window/window.css  |    0
 .../GreyBox_v5_5/greybox_source/window/window.js   |    0
 .../lib/greybox/GreyBox_v5_5/installation.html     |    0
 .../lib/greybox/GreyBox_v5_5/normal_usage.html     |    0
 .../lib/greybox/GreyBox_v5_5/static_files/help.css |    0
 .../lib/greybox/GreyBox_v5_5/static_files/help.js  |    0
 .../lib/greybox/GreyBox_v5_5/static_files/logo.gif |  Bin 4514 -> 4514 bytes
 .../GreyBox_v5_5/static_files/night_valley.jpg     |  Bin 46740 -> 46740 bytes
 .../static_files/night_valley_thumb.gif            |  Bin 4410 -> 4410 bytes
 .../static_files/night_valley_thumb.jpg            |  Bin 2524 -> 2524 bytes
 .../lib/greybox/GreyBox_v5_5/static_files/salt.jpg |  Bin 54124 -> 54124 bytes
 .../GreyBox_v5_5/static_files/salt_thumb.gif       |  Bin 3061 -> 3061 bytes
 .../{prog/en => }/lib/greybox/g_close.gif          |  Bin 541 -> 541 bytes
 .../{prog/en => }/lib/greybox/gb_scripts.js        |    0
 .../{prog/en => }/lib/greybox/gb_styles.css        |    0
 .../{prog/en => }/lib/greybox/header_bg.gif        |  Bin 1188 -> 1188 bytes
 .../{prog/en => }/lib/greybox/indicator.gif        |  Bin 8238 -> 8238 bytes
 .../{prog/en => }/lib/greybox/loader_frame.html    |    0
 .../{prog/en => }/lib/greybox/next.gif             |  Bin 528 -> 528 bytes
 .../{prog/en => }/lib/greybox/prev.gif             |  Bin 525 -> 525 bytes
 .../{prog/en => }/lib/greybox/w_close.gif          |  Bin 74 -> 74 bytes
 .../en => }/lib/jquery/plugins/ajaxfileupload.js   |    0
 .../lib/jquery/plugins/jquery.checkboxes.min.js    |    0
 .../en => }/lib/jquery/plugins/jquery.fixFloat.js  |    0
 .../jquery/plugins}/jquery.jeditable.mini.js       |    0
 .../intranet-tmpl/prog/en/css/staff-global.css     |    7 ++
 .../intranet-tmpl/prog/en/includes/file-upload.inc |    2 +-
 .../intranet-tmpl/prog/en/includes/greybox.inc     |   12 +--
 .../prog/en/modules/acqui/lateorders.tt            |    2 +-
 .../prog/en/modules/acqui/z3950_search.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |   10 +-
 .../en/modules/admin/branch_transfer_limits.tt     |    2 +-
 .../prog/en/modules/admin/preferences.tt           |    2 +-
 .../prog/en/modules/authorities/authorities.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |    2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |    2 +-
 .../en/modules/cataloguing/z3950_auth_search.tt    |    2 +-
 .../prog/en/modules/cataloguing/z3950_search.tt    |    2 +-
 .../prog/en/modules/circ/circulation.tt            |    2 +-
 .../prog/en/modules/circ/offline-mf.tt             |    4 -
 .../intranet-tmpl/prog/en/modules/labels/result.tt |    2 +-
 .../prog/en/modules/members/moremember.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    2 +-
 .../prog/en/modules/offline_circ/list.tt           |    2 +-
 .../prog/en/modules/patroncards/members-search.tt  |    2 +-
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    2 +-
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    2 +-
 .../prog/en/modules/tools/batchMod-del.tt          |    2 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |    2 +-
 .../prog/en/modules/tools/inventory.tt             |    2 +-
 .../prog/en/modules/tools/quotes-upload.tt         |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/quotes.tt  |    2 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |    4 +-
 opac/svc/report                                    |    4 +-
 svc/report                                         |    4 +-
 86 files changed, 51 insertions(+), 169 deletions(-)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/AJS.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/AJS_fx.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5.zip (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/LGPL.txt (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/about.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/advance_usage.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/combiner.py (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/compressing_greybox.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/examples.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/installation.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/normal_usage.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/help.css (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/help.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/logo.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/salt.jpg (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/g_close.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/gb_scripts.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/gb_styles.css (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/header_bg.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/indicator.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/loader_frame.html (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/next.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/prev.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/greybox/w_close.gif (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/ajaxfileupload.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/jquery.checkboxes.min.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/jquery.fixFloat.js (100%)
 rename koha-tmpl/intranet-tmpl/{prog/en/js => lib/jquery/plugins}/jquery.jeditable.mini.js (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list