[koha-commits] updated branch master (effad331138d8e607d9f342d965fafd4466984c8)

Koha Gitosis gitosis at git.koha.org
Thu Feb 18 15:25:55 CET 2010


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 "Koha GitWeb".

The branch, master has been updated
       via  effad331138d8e607d9f342d965fafd4466984c8 (commit)
       via  0bdba46f91c5329662834faf548cd1fcb5eaddb4 (commit)
       via  b4c887f2c4c4173be02b9832bab2ae72958edbce (commit)
      from  bc06a7736afbb4aad99d4697e7b0d55e6272cc2b (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 effad331138d8e607d9f342d965fafd4466984c8
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Feb 18 09:23:26 2010 -0500

    bug 1080: finish work for soundon syspref (DBrev 120)
    
    Tweaked wording of the soundon syspref, added it to the non-English
    SQL scripts, and created a DBrev.  Thanks to Nahuel and Eric
    for the French translation.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 0bdba46f91c5329662834faf548cd1fcb5eaddb4
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Feb 18 09:21:13 2010 -0500

    bug 1080: XHTML-ify audio tags
    
    This doesn't actually do much, since the <audio> tag is still
    not defined in XHTML1, but it makes it consistent with the rest of the
    markup.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b4c887f2c4c4173be02b9832bab2ae72958edbce
Author: root <root at newkoha32.local>
Date:   Wed Feb 17 13:24:46 2010 -0500

    Bugzilla 1080 to add enhancement for sound. Only changed circulation.tmpl/pl and returns.tmpl/pl and added a single syspref (set to off) along with very compressed OGG files for sound which are on the open source "artistic" licence.
    
    Works for HTML5 because it loads smoothly and no plugins required but *at
      this time* this update will only work with staff clients which are Firefox
      version >=3.5 (std for Koha) but other browsers will soon be adding support.
    
      Additional sounds are included for people to modify and play with, but this
      is such a simple upgrade I doubt at this time Koha needs another complex
      selector so users can add their own sounds. It could be a nice enhancement
      later, of course.
    
      Suggest we stick with HTML5 <audio tag because it is a standard and no
      plug-ins.
    
      This simple update has been running live for SMFPL.org for almost 2 weeks
    
      -Darrell Ulm
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 circ/circulation.pl                                |    1 +
 circ/returns.pl                                    |    1 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |    1 +
 .../ru-RU/mandatory/system_preferences_optimal.sql |    1 +
 .../uk-UA/mandatory/system_preferences_optimal.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |    8 ++++++++
 .../en/modules/admin/preferences/circulation.pref  |    8 +++++++-
 .../prog/en/modules/circ/circulation.tmpl          |    9 +++++++++
 .../prog/en/modules/circ/returns.tmpl              |   17 +++++++++++++++++
 .../intranet-tmpl/prog/sound/IM_notification.ogg   |  Bin 0 -> 7337 bytes
 koha-tmpl/intranet-tmpl/prog/sound/beep.ogg        |  Bin 0 -> 6705 bytes
 koha-tmpl/intranet-tmpl/prog/sound/call.ogg        |  Bin 0 -> 26046 bytes
 koha-tmpl/intranet-tmpl/prog/sound/critical.ogg    |  Bin 0 -> 11934 bytes
 .../intranet-tmpl/prog/sound/device_connect.ogg    |  Bin 0 -> 5716 bytes
 .../intranet-tmpl/prog/sound/device_disconnect.ogg |  Bin 0 -> 5816 bytes
 koha-tmpl/intranet-tmpl/prog/sound/ending.ogg      |  Bin 0 -> 13498 bytes
 koha-tmpl/intranet-tmpl/prog/sound/fail.ogg        |  Bin 0 -> 8538 bytes
 .../intranet-tmpl/prog/sound/incoming_call.ogg     |  Bin 0 -> 39239 bytes
 koha-tmpl/intranet-tmpl/prog/sound/loading.ogg     |  Bin 0 -> 58766 bytes
 koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg   |  Bin 0 -> 71540 bytes
 koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg    |  Bin 0 -> 5350 bytes
 koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg    |  Bin 0 -> 5477 bytes
 .../prog/sound/new_mail_notification.ogg           |  Bin 0 -> 9519 bytes
 koha-tmpl/intranet-tmpl/prog/sound/opening.ogg     |  Bin 0 -> 18855 bytes
 koha-tmpl/intranet-tmpl/prog/sound/panic.ogg       |  Bin 0 -> 70743 bytes
 koha-tmpl/intranet-tmpl/prog/sound/popup.ogg       |  Bin 0 -> 7224 bytes
 koha-tmpl/intranet-tmpl/prog/sound/warning.ogg     |  Bin 0 -> 6665 bytes
 kohaversion.pl                                     |    2 +-
 30 files changed, 49 insertions(+), 2 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/IM_notification.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/beep.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/call.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/critical.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/device_connect.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/device_disconnect.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/ending.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/fail.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/incoming_call.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/loading.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/new_mail_notification.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/opening.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/panic.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/popup.ogg
 create mode 100644 koha-tmpl/intranet-tmpl/prog/sound/warning.ogg


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list