[Koha-patches] pull request for bug 5574

Paul Poulain paul.poulain at biblibre.com
Tue Jan 4 22:48:21 CET 2011


The following changes since commit 718473bdd2f156544e7f254fa7adce2890c51e2a:

  Merge remote branch 'colin/QA/bug_4506' into new/enh/bug_4506
(2010-12-14 21:07:15 +1300)

are available in the git repository at:

  git://git.biblibre.com/koha_biblibre.git
remotes/origin/3.4/BibLibre-cataloguing-recommited

Paul Poulain (18):
      Order cancelling improvement : delete attached items & biblio
      Fixes leading zeroes in Add Mulpiple Copies
      NormalizeString POD Fixing and variable renaming
      C4/Items.pm changes & improvements
      MT4586: Use zebra instead of mysql for publisher and
collectiontitle searches
      don't discard $3 when building a record (UNIMARC specific)
      MT4004 : additem.pl Some Status were not defaulted to the correct
value         Status 0 was lost because test was done on value and not
on the fact that a value was defined or not.         when value is 0
then it was not used as default value for
      fix permission of moveitem = edit_items needed
      update some unimarc plugins
      addbiblio: removing dead code and managing new permissions
      unimarc plugin 210c bis to fixup
      MT3915: rebuild_zebra changes because deleted biblios would stick
in zebra indexes
      missing french permission to deal with edit_items
      MT #2991 (Feature) Batch biblio modifications
      MT #4931 add the ability to choose home or holding branch in
stocktaking
      MT1059 Follow-up : Fix merge reference selection presentation
      Add link to Fast cataloguing in case the scanned barcode don't
exist in circulation
      adding some copyright BibLibre statements

 C4/Acquisition.pm                                  |    3 +
 C4/Barcodes.pm                                     |    9 +-
 C4/Biblio.pm                                       |  182 +++++++-
 C4/Charset.pm                                      |   31 +-
 C4/Items.pm                                        |   73 +++-
 C4/Search.pm                                       |    3 +-
 cataloguing/addbiblio.pl                           |    3 +-
 cataloguing/additem.pl                             |  472
+++++++++++---------
 cataloguing/moveitem.pl                            |    2 +-
 cataloguing/value_builder/unimarc_field_010.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_210c.pl    |  217 +++++-----
 .../value_builder/unimarc_field_210c_bis.pl        |  109 +++++
 cataloguing/value_builder/unimarc_field_225a.pl    |    2 +-
 cataloguing/ysearchzebra.pl                        |   52 +++
 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql  |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/basket.js       |    6 +
 .../prog/en/modules/basket/basket.tmpl             |    5 +
 .../prog/en/modules/cataloguing/addbiblio.tmpl     |   44 +-
 .../prog/en/modules/cataloguing/additem.tmpl       |    1 +
 .../prog/en/modules/cataloguing/merge.tmpl         |    4 +-
 .../value_builder/unimarc_field_210c_bis.tmpl      |   73 +++
 .../prog/en/modules/cataloguing/z3950_search.tmpl  |    2 +-
 .../prog/en/modules/circ/circulation.tmpl          |    1 +
 .../prog/en/modules/tools/batchedit.tmpl           |  231 ++++++++++
 .../prog/en/modules/tools/inventory.tmpl           |    6 +
 misc/migration_tools/rebuild_zebra.pl              |   27 +-
 tools/batchedit.pl                                 |  222 +++++++++
 tools/inventory.pl                                 |    4 +-
 28 files changed, 1357 insertions(+), 431 deletions(-)
 create mode 100755 cataloguing/value_builder/unimarc_field_210c_bis.pl
 create mode 100644 cataloguing/ysearchzebra.pl
 create mode 100644
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tmpl
 create mode 100644
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchedit.tmpl
 create mode 100755 tools/batchedit.pl

-- 
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
Tel : (33) 4 91 81 35 08



More information about the Koha-patches mailing list