[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-55-g18f76d6

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 11:32:14 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  18f76d621cc403b5f66a59f2a7de79a78e4fab9f (commit)
      from  cb013de95c4ddd0be85c9bd5b83ef2345b850213 (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 18f76d621cc403b5f66a59f2a7de79a78e4fab9f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jul 3 10:52:21 2013 +0200

    Bug 10533: move JavaScript functions for basket groups to a separate file
    
    This patch moves JavaScript functions used for managing basket groups
    to a file.  This has the effect of putting the last (active) use of
    the YUI JavaScript library by the staff interface in one file:
    
      koha-tmpl/intranet-tmpl/prog/en/js/basketgroup.js
    
    Test plan:
    - Try all actions for basketgroup ( drag/drop, add, delete, close, print,
    reopen, edit, export as csv).
    - Check that there is no regression on others acquisition pages:
      * acqui/neworderempty.tt
      * acqui/uncertainprice.tt
      * acqui/addorderiso2709.tt
      * acqui/basketheader.tt
      * admin/aqbudgets.tt
      * admin/aqcontract.tt
      * admin/aqbudgetperiods.tt
      * admin/aqplan.tt
      * suggestion/suggestion.tt
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit b8f1b43966d178174583c7a3e0c36e58f988b161)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |  458 --------------------
 koha-tmpl/intranet-tmpl/prog/en/js/basketgroup.js  |  327 ++++++++++++++
 .../prog/en/modules/acqui/basketgroup.tt           |    2 +-
 3 files changed, 328 insertions(+), 459 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/basketgroup.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list