[koha-commits] main Koha release repository branch new/bug_7747 updated. v3.08.00-175-gbe5ada5

Git repo owner gitmaster at git.koha-community.org
Sun Jun 10 14:05:57 CEST 2012


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, new/bug_7747 has been updated
       via  be5ada56ccd21397c9fac9dfcb5ced576e770552 (commit)
      from  f858a6853b17c54799d7d8250d71940d160b5819 (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 be5ada56ccd21397c9fac9dfcb5ced576e770552
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 1 10:09:30 2012 -0400

    Bug 7747 [FOLLOW-UP] Replace YUI autocomplete with jQueryUI
    
    This patch removes the template calls to the now-obsolete
    YUI JS dependencies and removes the relevant YUI files themselves.
    
    First two work perfectly, circulation search header and overdues patron
    authorized value. Authorities search does not seem to work, old yui file
    are still referenced in auth_finder.tt. The jquery works, but data set
    is not found, or I messed up my authority record.
    
    Signed-off-by: Michael Davis <m.r.davis at cranfield.ac.uk>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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

Summary of changes:
 .../prog/en/includes/doc-head-close.inc            |    4 -
 .../yui/autocomplete/assets/autocomplete-core.css  |    7 -
 .../assets/skins/sam/autocomplete-skin.css         |   57 -
 .../autocomplete/assets/skins/sam/autocomplete.css |    7 -
 .../en/lib/yui/autocomplete/autocomplete-debug.js  | 3009 -------------------
 .../en/lib/yui/autocomplete/autocomplete-min.js    |   12 -
 .../prog/en/lib/yui/autocomplete/autocomplete.js   | 2966 -------------------
 .../prog/en/lib/yui/datasource/datasource-debug.js | 3067 --------------------
 .../prog/en/lib/yui/datasource/datasource-min.js   |   12 -
 .../prog/en/lib/yui/datasource/datasource.js       | 2996 -------------------
 10 files changed, 0 insertions(+), 12137 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete/assets/autocomplete-core.css
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete/assets/skins/sam/autocomplete-skin.css
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete/assets/skins/sam/autocomplete.css
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete/autocomplete-debug.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete/autocomplete-min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/autocomplete/autocomplete.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/datasource/datasource-debug.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/datasource/datasource-min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/datasource/datasource.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list