[koha-commits] main Koha release repository branch master updated. v3.08.00-930-geb6effd

Git repo owner gitmaster at git.koha-community.org
Fri Sep 28 17:23:14 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, master has been updated
       via  eb6effd2c2eaf26c5aff80cb1f45e75a5fcf426f (commit)
       via  b5659f64255d8801f2afbcde6d172c493ac4e683 (commit)
       via  52f54eec1da5e60f3e211844c2336e62a974201d (commit)
       via  ef87bb0a81fde413f6bb8e8b106009707efe8f9b (commit)
       via  d2cd2e09aad85a44e2392ac8900320bf29a735be (commit)
       via  35b7162adf130dda4087a3f69c7a570db77dee02 (commit)
      from  8e7df043013f161566c074e97f31b203f373c68d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 C4/Calendar.pm                                     |   72 +++++++++++++
 Koha/SuggestionEngine.pm                           |    7 +-
 Koha/SuggestionEngine/Base.pm                      |    8 +-
 Koha/SuggestionEngine/Plugin/AuthorityFile.pm      |   22 ++++-
 Koha/SuggestionEngine/Plugin/ExplodedTerms.pm      |  105 ++++++++++++++++++++
 Koha/SuggestionEngine/Plugin/Null.pm               |   22 ++++-
 admin/didyoumean.pl                                |   37 +++++++
 installer/data/mysql/sysprefs.sql                  |    3 +-
 installer/data/mysql/updatedatabase.pl             |   10 ++-
 .../intranet-tmpl/prog/en/css/staff-global.css     |   32 ++++++
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    1 +
 .../jquery/images/ui-bg_flat_0_aaaaaa_40x100.png   |  Bin 0 -> 180 bytes
 .../jquery/images/ui-bg_flat_75_ffffff_40x100.png  |  Bin 0 -> 178 bytes
 .../jquery/images/ui-bg_glass_55_fbf9ee_1x400.png  |  Bin 0 -> 120 bytes
 .../jquery/images/ui-bg_glass_65_ffffff_1x400.png  |  Bin 0 -> 105 bytes
 .../jquery/images/ui-bg_glass_75_dadada_1x400.png  |  Bin 0 -> 111 bytes
 .../jquery/images/ui-bg_glass_75_e6e6e6_1x400.png  |  Bin 0 -> 110 bytes
 .../jquery/images/ui-bg_glass_95_fef1ec_1x400.png  |  Bin 0 -> 119 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |  Bin 0 -> 101 bytes
 .../lib/jquery/images/ui-icons_2e83ff_256x240.png  |  Bin 0 -> 4369 bytes
 .../lib/jquery/images/ui-icons_888888_256x240.png  |  Bin 0 -> 4369 bytes
 .../lib/jquery/images/ui-icons_cd0a0a_256x240.png  |  Bin 0 -> 4369 bytes
 .../intranet-tmpl/prog/en/lib/jquery/jquery-ui.css |   38 ++++----
 .../intranet-tmpl/prog/en/lib/jquery/jquery-ui.js  |    4 +
 .../prog/en/modules/admin/admin-home.tt            |    2 +
 .../prog/en/modules/admin/didyoumean.tt            |  105 ++++++++++++++++++++
 .../prog/en/modules/tools/holidays.tt              |   36 ++++++--
 koha-tmpl/opac-tmpl/ccsr/en/css/opac.css           |   20 ++++
 .../opac-tmpl/prog/en/lib/jquery/jquery-ui.css     |   38 ++++----
 .../opac-tmpl/prog/en/lib/jquery/jquery-ui.js      |    4 +
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    2 +-
 .../prog/en/modules/text/explodedterms.tt          |    8 ++
 opac/opac-search.pl                                |    2 +-
 opac/svc/suggestion                                |   12 ++-
 t/SuggestionEngine.t                               |    8 +-
 t/SuggestionEngine_AuthorityFile.t                 |    2 +-
 t/SuggestionEngine_ExplodedTerms.t                 |   31 ++++++
 tools/exceptionHolidays.pl                         |   74 +++++++++++++-
 tools/newHolidays.pl                               |   76 +++++++--------
 39 files changed, 670 insertions(+), 111 deletions(-)
 create mode 100644 Koha/SuggestionEngine/Plugin/ExplodedTerms.pm
 create mode 100755 admin/didyoumean.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_flat_75_ffffff_40x100.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_glass_65_ffffff_1x400.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_glass_75_dadada_1x400.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-icons_2e83ff_256x240.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-icons_888888_256x240.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/images/ui-icons_cd0a0a_256x240.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt
 create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/text/explodedterms.tt
 create mode 100755 t/SuggestionEngine_ExplodedTerms.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list