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

LAURENT Henri-Damien hdl at eliot.biblibre.com
Mon Nov 8 15:36:15 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-various

Frederic Demians (1):
      Use marcflavour in Stage MARC Records For Import

Henri-Damien LAURENT (51):
      Performance enhancing
      Performance enhancing : C4/Languages.pm
      warn removing : C4/Languages.pm
      Take care of encoding
      Adding sudoc submodule
      selenium tests on Univ_Lyon3 : comments for gna and lost
      bulkmarcimport : Adding checks on last update date
      ILS/Transaction Conforming to APIs
      (MT 2256)Followup bulkmarcimport enhancement
      Enhancement bulkmarcimport for Agates
      bulkmarcimport log correction
      bulkmarcimport.pl Minor fixes
      MT3138 Adding some permission management to viewlog
      Improving load_testing
      MT3157 : editing an attribute lead to Error500
      MT3269 : BatchMod Feature blanking subfields
      MT3269: Followup BatchMod
      MT3269 Fixing tools/batchMod.pl tags/subfields display
      MT3289 : check_sysprefs.pl case sensitive variable names
      perf enhancement Lyon3
      Perf work
      Perf enhancement : C4/SQLHelper.pm
      MT3044 : Fix CSV export when rer are blank characters
      Auth_with_cas : removing a warning
      Auth_with_ldap : removing warnings
      (MT #2993) add EAN, PUC and Music-Number indexes
      export.pl : removing useless condition
      SIP Fixing debarment management
      Bug3916 : Batch Modify tool overwrites branches fields
      MT4049: OverdueNotices : missing to_address in emails.
      ilsdi service AuthenticatePatron doesn't with CAS syspref on
      fixing C4/Auth.pm
      Adding Script to remove items from biblioitems.marcxml
      Date processinghas to be done on all dates
      Letters can be html in overdu_notices.pl
      overdue_notices :Removing warning
      Dates format
      Letters : Display branchname rather than branchcode
      Followup Letters : Display branchname rather than branchcode
      SIP : Format dates as should be in Koha
      MT4653: Encoding Subject in letter message
      overduenotices fixing encoding for titles
      Letters : Fixing Subject encoding
      MT4862 : Problem with XSLT
      tools/batchMod.pl
      remove items.
      merge conflict solved bulkmarcimport
      Adding 2 new indexes don and codstat
      icu.xml edition
      C4::Record : Fixing bad usage of next
      rebuild_zebra : Adding a way to select the elements exported

Jean-André Santoni (3):
      Hide buttons when there is no more checkboxes
      (MT #3605) Fix escaping in ILSDI
      (bug #3945) Add Windows and Mac file support in CSV profiles

Marc Chantreux (1):
      add PSGI ability

Matthias Meusburger (19):
      MT2968: private lists display is no longer shortened to 10 lists
      MT2892: Fix security issue in intranet login
      MT2926: Fix default values import
      batchRebuildBiblioTables.pl doesn't crash anymore when GetMarcBiblio fails. Unprocessed biblionumbers are displayed at the end of the execution instead.
      MT 2270: CAS proxy
      MT2897 : Allow import_borrowers.pl to be used in commandline mode
      MT2889: Adds a script that re-create missing statistics from issues and old_issues tables
      MT2889, follow-up: Adds a script that re-create missing statistics from issues and old_issues tables
      MT3532: Deletes biblio record when there are no more items left for this biblio while batch item deleting
      Adds the ability to authenticate against multiple CAS servers
      (MT3584): Ajouter les icones de Nimes
      MT3815: Quickfix for CSV export (9999 rows limitation)
      MT3864 : Fix javascript syntax errors in items batchMod
      MT4380: Adds an empty choice for every select field in batch item edition
      Adds CAS documentation
      MT4057: Let the user choose the CAS server to authenticate against in case of multiple CAS servers
      MT4057: [Follow-up] Let the user choose the CAS server to authenticate against in case of multiple CAS servers
      MT4542 : duplicated notices sent to patrons
      MT4704: Fix multiple CAS authentication

Nahuel ANGELINETTI (4):
      (bug #3924 MT2500) fix useDaysMode use
      (bug #4290) searching for author in repository
      (bug #4916) permit tools/cleanborrowers.pl to be used by command line
      (bug #5164) fix csv in overdue notice

Nicolas Morin (2):
      removed host in label
      use of icu.xml

Owen Leonard (1):
      Fix for Bug 4451 Batch item tool can't process file with Windows line endings

Paul POULAIN (3):
      automatically recover silently invalid chars like < and > in records
      order branch list alphabetically, without taking care of uc/lc
      fixing merge problem

Paul Poulain (5):
      editing submodules for sudoc
      changing the head of the subproject
      Update sudoc
      Fixing Imporving YAML for authorities
      Bug Fix : C4::Context Failing when installing

Sophie Meynieux (1):
      printoverdues.sh bash odities

Stéphane Delaune (1):
      (MT #1654) followup : Adding jquery.tablesorter.pager support for reviewswaiting.pl

 .gitmodules                                        |    3 +
 C4/Auth.pm                                         |  166 +++--
 C4/Auth_cas_servers.yaml.orig                      |   12 +
 C4/Auth_with_cas.pm                                |  181 +++-
 C4/Auth_with_ldap.pm                               |   48 +-
 C4/Biblio.pm                                       |   84 +--
 C4/Branch.pm                                       |   18 +-
 C4/Breeding.pm                                     |   11 +-
 C4/Context.pm                                      |   29 +-
 C4/ILSDI/Services.pm                               |   15 +-
 C4/Koha.pm                                         |   19 +-
 C4/Languages.pm                                    |  100 +--
 C4/Letters.pm                                      |   25 +-
 C4/Log.pm                                          |   24 +-
 C4/Record.pm                                       |    4 +-
 C4/Reports/Guided.pm                               |    2 +-
 C4/SIP/ILS/Patron.pm                               |   31 +-
 C4/SIP/ILS/Transaction/Checkout.pm                 |    3 +-
 C4/SIP/ILS/Transaction/Renew.pm                    |    3 +
 C4/SIP/Sip/MsgType.pm                              |   68 ++-
 C4/SQLHelper.pm                                    |   32 +-
 C4/Search.pm                                       |    3 +
 C4/VirtualShelves.pm                               |    8 +-
 C4/XSLT.pm                                         |    4 +-
 catalogue/search.pl                                |    2 +-
 docs/CAS/CAS/README                                |    8 +
 docs/CAS/CASProxy/README                           |    9 +
 docs/CAS/CASProxy/examples/casSession.tmp          |  Bin 0 -> 134 bytes
 docs/CAS/CASProxy/examples/koha_webservice.pl      |   58 ++
 docs/CAS/CASProxy/examples/proxy_cas.pl            |   91 ++
 docs/CAS/CASProxy/examples/proxy_cas_callback.pl   |   62 ++
 docs/CAS/CASProxy/examples/proxy_cas_data.pl       |   80 ++
 etc/zebradb/biblios/etc/bib1.att                   |    2 +
 etc/zebradb/ccl.properties                         |    8 +
 etc/zebradb/etc/default.idx                        |    8 +-
 etc/zebradb/etc/icu.xml                            |   33 +
 etc/zebradb/marc_defs/unimarc/biblios/record.abs   |    6 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 +-
 installer/data/mysql/updatedatabase.pl             |   28 +
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |    2 +-
 .../prog/en/modules/cataloguing/z3950_search.tmpl  |    2 +-
 .../prog/en/modules/offline_circ/list.tmpl         |   97 +++
 .../prog/en/modules/reviews/reviewswaiting.tmpl    |   22 +-
 .../prog/en/modules/tools/batchMod-del.tmpl        |    2 +-
 .../prog/en/modules/tools/batchMod-edit.tmpl       |   52 +-
 .../prog/en/modules/tools/csv-profiles.tmpl        |   41 +-
 .../prog/en/modules/tools/stage-marc-import.tmpl   |   19 +-
 .../prog/en/modules/tools/viewlog.tmpl             |  142 ++--
 .../prog/img/itemtypeimg/carredart/bd.png          |  Bin 0 -> 1207 bytes
 .../prog/img/itemtypeimg/carredart/cd.png          |  Bin 0 -> 2005 bytes
 .../prog/img/itemtypeimg/carredart/cdrom.png       |  Bin 0 -> 787 bytes
 .../itemtypeimg/carredart/dossier_de_presse.png    |  Bin 0 -> 820 bytes
 .../prog/img/itemtypeimg/carredart/dvd.png         |  Bin 0 -> 1929 bytes
 .../prog/img/itemtypeimg/carredart/dvd_musical.png |  Bin 0 -> 2131 bytes
 .../prog/img/itemtypeimg/carredart/livre.png       |  Bin 0 -> 403 bytes
 .../img/itemtypeimg/carredart/livre_ancien.png     |  Bin 0 -> 2611 bytes
 .../img/itemtypeimg/carredart/livre_artiste.png    |  Bin 0 -> 1039 bytes
 .../prog/img/itemtypeimg/carredart/livre_audio.png |  Bin 0 -> 1886 bytes
 .../carredart/livre_en_gros_caracteres.png         |  Bin 0 -> 1279 bytes
 .../img/itemtypeimg/carredart/livre_multimedia.png |  Bin 0 -> 1372 bytes
 .../prog/img/itemtypeimg/carredart/partition.png   |  Bin 0 -> 976 bytes
 .../prog/img/itemtypeimg/carredart/revue.png       |  Bin 0 -> 624 bytes
 .../prog/img/itemtypeimg/carredart/vhs.png         |  Bin 0 -> 632 bytes
 koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tmpl     |   44 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl |   14 +-
 kohaversion.pl                                     |    2 +-
 misc/batchRebuildBiblioTables.pl                   |    8 +
 misc/check_sysprefs.pl                             |    7 +-
 misc/cronjobs/overdue_notices.pl                   |   41 +-
 misc/cronjobs/printoverdues.sh                     |    3 +-
 misc/load_testing/benchmark_circulation.pl         |   39 +-
 misc/load_testing/benchmark_opac.pl                |  128 +++
 misc/maintenance/remove_items_from_biblioitems.pl  |   50 ++
 misc/migration_tools/bulkmarcimport.pl             |  206 ++++-
 misc/migration_tools/rebuild_zebra.pl              |   22 +-
 misc/recreateIssueStatistics.pl                    |  115 +++
 misc/sudoc                                         |    1 +
 opac/ilsdi.pl                                      |    1 -
 opac/opac-addbybiblionumber.pl                     |    2 +-
 selenium/Univ_Lyon3                                |   14 +
 selenium/univ_lyon3/gna comment                    |   97 +++
 selenium/univ_lyon3/lostcomment                    |   97 +++
 tools/batchMod.pl                                  |  886 +++++++++++---------
 tools/cleanborrowers.pl                            |   69 ++
 tools/export.pl                                    |   30 +-
 tools/import_borrowers.pl                          |  181 ++++-
 tools/import_borrowers.yaml                        |    3 +
 tools/stage-marc-import.pl                         |    8 +-
 tools/viewlog.pl                                   |   22 +-
 virtualshelves/addbybiblionumber.pl                |    2 +-
 90 files changed, 2770 insertions(+), 991 deletions(-)
 create mode 100644 .gitmodules
 create mode 100644 C4/Auth_cas_servers.yaml.orig
 create mode 100644 docs/CAS/CAS/README
 create mode 100644 docs/CAS/CASProxy/README
 create mode 100644 docs/CAS/CASProxy/examples/casSession.tmp
 create mode 100755 docs/CAS/CASProxy/examples/koha_webservice.pl
 create mode 100755 docs/CAS/CASProxy/examples/proxy_cas.pl
 create mode 100755 docs/CAS/CASProxy/examples/proxy_cas_callback.pl
 create mode 100755 docs/CAS/CASProxy/examples/proxy_cas_data.pl
 create mode 100644 etc/zebradb/etc/icu.xml
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tmpl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/bd.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cd.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cdrom.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dossier_de_presse.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd_musical.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_ancien.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_artiste.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_audio.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_en_gros_caracteres.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_multimedia.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/partition.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/revue.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/vhs.png
 create mode 100755 misc/load_testing/benchmark_opac.pl
 create mode 100644 misc/maintenance/remove_items_from_biblioitems.pl
 create mode 100644 misc/recreateIssueStatistics.pl
 create mode 160000 misc/sudoc
 create mode 100644 selenium/Univ_Lyon3
 create mode 100644 selenium/univ_lyon3/gna comment
 create mode 100644 selenium/univ_lyon3/lostcomment
 create mode 100644 tools/import_borrowers.yaml


More information about the Koha-patches mailing list