[koha-commits] main Koha release repository branch master updated. v3.08.00-351-ge73058e

Git repo owner gitmaster at git.koha-community.org
Wed Jun 27 16:56:43 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  e73058e469fc8a0dcc3babc81218703882d382fa (commit)
       via  203757e353cbbb2add934523fdbd7113c6180207 (commit)
       via  51cdcd91f744ff95b442bdb02f088d7d4c7642e7 (commit)
       via  8b3a2d9dd0101c8dc48bd1344b55b4616db419d7 (commit)
       via  b3cec7bec331016896f91ef38f4a016aa2839db4 (commit)
      from  2b74492d7d25bddf0aab16d70c068dd052981d84 (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/Budgets.pm                                      |  158 +++++++++
 acqui/acqui-home.pl                                |   12 +-
 acqui/addorderiso2709.pl                           |   20 +-
 acqui/basket.pl                                    |    6 +-
 acqui/neworderempty.pl                             |    5 +-
 ...get_owner_search.pl => aqbudget_user_search.pl} |   51 +---
 admin/aqbudgets.pl                                 |   95 ++++---
 admin/aqplan.pl                                    |    4 +
 .../data/mysql/de-DE/mandatory/userpermissions.sql |    1 +
 .../data/mysql/en/mandatory/userpermissions.sql    |    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             |   16 +
 .../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 +
 .../uk-UA/mandatory/permissions_and_user_flags.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |   24 ++
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |    7 -
 .../prog/en/modules/acqui/basketgroup.tt           |   30 ++-
 .../prog/en/modules/admin/aqbudget_owner_search.tt |   77 -----
 .../prog/en/modules/admin/aqbudget_user_search.tt  |  111 +++++++
 .../prog/en/modules/admin/aqbudgets.tt             |  152 ++++++++--
 .../prog/en/modules/catalogue/detail.tt            |    2 +-
 .../prog/en/modules/serials/subscription-detail.tt |    8 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    4 +-
 .../prog/en/modules/opac-serial-issues.tt          |    7 +-
 kohaversion.pl                                     |    2 +-
 suggestion/suggestion.pl                           |   17 +-
 t/Budgets/CanUserModifyBudget.t                    |  340 ++++++++++++++++++++
 t/Budgets/CanUserUseBudget.t                       |  250 ++++++++++++++
 32 files changed, 1184 insertions(+), 223 deletions(-)
 rename admin/{aqbudget_owner_search.pl => aqbudget_user_search.pl} (58%)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_owner_search.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_user_search.tt
 create mode 100644 t/Budgets/CanUserModifyBudget.t
 create mode 100644 t/Budgets/CanUserUseBudget.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list