[koha-commits] main Koha release repository branch master updated. v3.08.00-116-g0754c2f

Git repo owner gitmaster at git.koha-community.org
Thu May 24 14:53:53 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  0754c2f7cff6856ca418cff4fa4a336aa0620856 (commit)
       via  28d3693adc7eada6eda1c9700c102e83ef345a9d (commit)
       via  9959cf45e749523b4c04ec572942a5121ebc1305 (commit)
       via  9a867b176c0b86eaf83e18265d6a382dbf97dd6a (commit)
       via  d42e35ef4970c46bf131eb0a0126c8559e89b58a (commit)
       via  02a8557a3e5f7311f1627e7f159eadde5d30c794 (commit)
       via  f328a3240261cd7120fc82a7facc05470ea0ee50 (commit)
       via  5c6129687b2d76f66a2393de4e12ff8d4efaaa8e (commit)
       via  d78641e7c0b334a98f5d53971a97a433c9379117 (commit)
       via  fe09f2f6bd5f950bc782e1913e4a50d20ace6aef (commit)
       via  ef064dca6d2ef021ec008d01db0c2d15f27f8f60 (commit)
       via  73c506137965030656214a7ddaba15c1cf134bd1 (commit)
       via  b3726f28cfee2f1c4d0d523be49e26bc4e58230e (commit)
       via  a459da2c13da45bf0c8934f6a5d3c5c9479eb27c (commit)
       via  0a9f8f86aab7f75aec1eb897727c912cff0068f0 (commit)
       via  12cb095bac53f049d4148aec27a063a4dfa2c24e (commit)
       via  eb7e930eea4a8d8bc9fcf25c86dc46b5ee953523 (commit)
       via  4953b57fcdd68bb06bec192fd71a511e0cea8ecd (commit)
       via  50d35fd67823d6c5e0e750d0f769a1f93fcad5d6 (commit)
       via  376cda8d641231141a0f4b7c91426302bdaa962d (commit)
       via  e77461a3cfb18a851668b99d9d6d323b9fefceb4 (commit)
       via  2709f660891557224b2810f8f7f8441e8734c31a (commit)
       via  d6c3cb29349ef4d53823d0695b97c38e473dee07 (commit)
      from  f9352e89ac202eb84b235c3460f7d633db88ca14 (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/Acquisition.pm                                  |   12 +-
 C4/Installer/PerlDependencies.pm                   |    5 +
 C4/Koha.pm                                         |   80 +++++-
 acqui/basketheader.pl                              |   11 +-
 debian/control                                     |    1 +
 .../data/mysql/de-DE/mandatory/userpermissions.sql |    1 +
 .../data/mysql/en/mandatory/userpermissions.sql    |    1 +
 installer/data/mysql/en/optional/sample_quotes.sql |   34 ++
 installer/data/mysql/en/optional/sample_quotes.txt |    1 +
 .../data/mysql/es-ES/mandatory/userpermissions.sql |    1 +
 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql  |    1 +
 .../data/mysql/it-IT/necessari/userpermissions.sql |    1 +
 installer/data/mysql/kohastructure.sql             |   13 +
 .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql |    1 +
 .../data/mysql/pl-PL/mandatory/userpermissions.sql |    1 +
 .../ru-RU/mandatory/permissions_and_user_flags.sql |    1 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../uk-UA/mandatory/permissions_and_user_flags.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |   23 ++
 koha-tmpl/intranet-tmpl/prog/en/css/datatables.css |   57 +++-
 koha-tmpl/intranet-tmpl/prog/en/css/quotes.css     |   39 ++
 .../intranet-tmpl/prog/en/css/staff-global.css     |    8 +
 koha-tmpl/intranet-tmpl/prog/en/css/uploader.css   |   39 ++
 .../prog/en/includes/quotes-toolbar.inc            |   47 +++
 .../prog/en/includes/quotes-upload-toolbar.inc     |   41 +++
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    3 +
 .../prog/en/js/jquery.jeditable.mini.js            |   38 ++
 .../lib/jquery/plugins/dataTables.fnReloadAjax.js  |   50 +++
 .../en/lib/jquery/plugins/jquery.dataTables.min.js |  279 ++++++++--------
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    2 +-
 .../prog/en/modules/acqui/basketheader.tt          |   12 +
 .../prog/en/modules/admin/preferences/opac.pref    |    8 +-
 .../prog/en/modules/help/tools/quotes-upload.tt    |   44 +++
 .../prog/en/modules/help/tools/quotes.tt           |   42 +++
 .../prog/en/modules/tools/quotes-upload.tt         |  363 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/modules/tools/quotes.tt  |  218 ++++++++++++
 .../prog/en/modules/tools/tools-home.tt            |    4 +
 koha-tmpl/intranet-tmpl/prog/img/x_alt_16x16.png   |  Bin 0 -> 215 bytes
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   22 ++
 koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt   |    4 +
 kohaversion.pl                                     |    2 +-
 opac/opac-main.pl                                  |    9 +-
 t/db_dependent/Koha.t                              |  116 +++++--
 tools/quotes-upload.pl                             |   44 +++
 tools/quotes.pl                                    |   44 +++
 tools/quotes/quotes-upload_ajax.pl                 |   68 ++++
 tools/quotes/quotes_ajax.pl                        |  110 ++++++
 47 files changed, 1704 insertions(+), 199 deletions(-)
 create mode 100644 installer/data/mysql/en/optional/sample_quotes.sql
 create mode 100644 installer/data/mysql/en/optional/sample_quotes.txt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/quotes.css
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/uploader.css
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/quotes-toolbar.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/quotes-upload-toolbar.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/jquery.jeditable.mini.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/dataTables.fnReloadAjax.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/x_alt_16x16.png
 create mode 100755 tools/quotes-upload.pl
 create mode 100755 tools/quotes.pl
 create mode 100755 tools/quotes/quotes-upload_ajax.pl
 create mode 100755 tools/quotes/quotes_ajax.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list