[Koha-patches] request to pull 3.4/BibLibre-admin

LAURENT Henri-Damien hdl at eliot.biblibre.com
Mon Nov 8 15:36:11 CET 2010


The following changes since commit ce54fe0323a8ab523ae8992ff269bf82fea2dd10:

  Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster (2010-11-08 19:42:41 +1300)

are available in the git repository at:

  git://git.koha-community.org/wip/koha-biblibre.git 3.4/BibLibre-admin

Henri-Damien LAURENT (3):
      Followup admin/categorie.pl
      MT4009: followup removing systempreferences
      branch transfer limits

Matthias Meusburger (2):
      MT 2446 : Cancel authority edition for a field goes back to this field
      MT 2310 : New subfield for fields < 10 is now in a tab

Paul POULAIN (1):
      mybranch not exported (merge pb)

Paul Poulain (1):
      Removing usage of preferences.pl

Stéphane Delaune (11):
      (MT #1577) complete langages checkbox for unique id
      (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branches.pl
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for itemtypes.pl
      (MT #1654) followup : corrects tablesorting for authorised_values and itemtypes
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for categorie.pl
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for cities.pl
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for marctagstructure.pl
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for auth_tag_structure.pl
      (MT #1654) followup : corrects tablesorting for authorised_values.pl
      (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branch_transfer_limits.pl

 C4/Branch.pm                                       |    1 +
 admin/auth_tag_structure.pl                        |   11 +-
 admin/branch_transfer_limits.pl                    |   10 +-
 admin/categorie.pl                                 |    2 +-
 admin/marctagstructure.pl                          |    6 +-
 .../prog/en/includes/prefs-admin-search.inc        |    2 +-
 .../lib/jquery/plugins/jquery.tablesorter.pager.js |  184 ++++++++++++++++++++
 .../prog/en/modules/admin/admin-home.tmpl          |    2 +-
 .../en/modules/admin/auth_subfields_structure.tmpl |    3 +-
 .../prog/en/modules/admin/auth_tag_structure.tmpl  |   38 +++-
 .../prog/en/modules/admin/authorised_values.tmpl   |   50 ++++--
 .../en/modules/admin/branch_transfer_limits.tmpl   |   27 +++
 .../prog/en/modules/admin/branches.tmpl            |   22 ++-
 .../prog/en/modules/admin/categorie.tmpl           |   33 +++-
 .../prog/en/modules/admin/cities.tmpl              |   33 ++++-
 .../prog/en/modules/admin/itemtypes.tmpl           |   37 ++++-
 .../en/modules/admin/marc_subfields_structure.tmpl |    2 -
 .../prog/en/modules/admin/marctagstructure.tmpl    |   39 +++-
 .../prog/en/modules/admin/systempreferences.tmpl   |    4 +-
 .../prog/en/modules/intranet-main.tmpl             |    2 +-
 koha-tmpl/intranet-tmpl/prog/img/first.png         |  Bin 0 -> 720 bytes
 koha-tmpl/intranet-tmpl/prog/img/last.png          |  Bin 0 -> 737 bytes
 koha-tmpl/intranet-tmpl/prog/img/next.png          |  Bin 0 -> 736 bytes
 koha-tmpl/intranet-tmpl/prog/img/prev.png          |  Bin 0 -> 745 bytes
 24 files changed, 443 insertions(+), 65 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.tablesorter.pager.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/first.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/last.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/next.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/prev.png


More information about the Koha-patches mailing list