[koha-commits] main Koha release repository annotated tag v16.11.10 created. v16.11.10

Git repo owner gitmaster at git.koha-community.org
Fri Jul 28 02:10:50 CEST 2017


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 annotated tag, v16.11.10 has been created
        at  f8a6f7ea7bc6dc62f659c8527cc2741a01947e78 (tag)
   tagging  0d345348ed7d024427cbd8d6bb81107cba81da9d (commit)
  replaces  v16.11.09
 tagged by  Katrin Fischer
        on  Fri Jul 28 02:04:28 2017 +0200

- Log -----------------------------------------------------------------
Koha release 16.11.10
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJZen+MAAoJEB+uyDM6ADoA7asP/jAeGPgBkgv2Vq6CF2lA79aT
dtPy3y1DK8EjBhoo3L8/JDNn2sbR4DbnuvC3uGsFt2Kn6Uk9EBeAVDygN7sI6qkp
AE3vZmZiM1vw5ZLzctPDBUOSKSMvaQGZTP5+WLJ/QUG3ie7V2RcuJ11vIGWuENqS
moYzAfk7I9rtVx+U1E0xnphxhTKmsz6q4MXgWmLbENKMvSF2+xArWK/2h7zndaw/
QEOoZETeKQsaUUC5jOnBvVyPqW1+nfGC/UGNlhxsFiJv0A6JWRqxSQxahV3HGMm3
mIYjMmvHeDoPxIrWGJsgZ2UqXU+Yj1Y7YMKfVfIArGgM5z7LsgULQxU2/i1WljoZ
iFcqwm2074hREW7cMhKQ+/RbXBzRCw4QZ/DXGGTgfNzqQI9Y6LnxRBN/nfB/iLzy
yrP21cyS3twUWnAVf5TyCKSTEQwv50S40pOgWMsyk3+MQe2I1v3tR6N5GRYBa29h
dHy+btYoZBXm5C/sNWvCMPfyej1P4TLaOeqwDDeJB6qwcYldDzYoOWMHnx562soh
9Il9c3Hhf4VVG97b4DUlwXX4KRrv/Hb8AIeYPFu0gw4W5K+GOCj2PZAJTeIxP4/k
DB79EkODzZu7yKtOKuJI7MDEof7Ra6CRbpKLMHohPoGlHndwJIe+MxLl7FvnaSwk
lYK5up3zLlUUDwRVbtLI
=DeWK
-----END PGP SIGNATURE-----

Aleisha Amohia (3):
      Bug 17181: Check for duplicate image names when uploading image to patron card creator
      Bug 18858: Prevent warn when deleting a borrower debarment
      Bug 18934: Preventing warns in Admin -> SMS providers

Baptiste Wojtkowski (2):
      Bug 18613: Remove letter rule correctly as superlibrarian
      Bug 18613: Add unit tests for getletter

Chris Cormack (1):
      Bug 18854 - Protect from DOS

Christophe Croullebois (1):
      Bug 18756: Users can view aq.baskets even if they are not allowed

Colin Campbell (2):
      Bug 18755: Allow empty passwords in Patron Info to return OK
      Bug 18830: Fix phrasing of screen message

Fridolin Somers (2):
      Bug 18756 - add Unit Test
      Bug 18955 - autocomplete is on in OPAC password recovery

Jonathan Druart (19):
      Bug 18804: Skip selenium tests if Selenium::Remote::Driver is not installed
      Bug 18804: (bug 16286 follow-up) Update the "save category" elt selector
      Bug 18804: (bugs 16400,11088 follow-up) Update the "save category" elt selector
      Bug 18804: (bug 13501 follow-up) Fix add item form (select2)
      Bug 18804: Add additional information to execute successfuly selenium tests
      Bug 18806: Fix batch revert
      Bug 18807: Fix tests www/batch.t
      Bug 17181: Simplify code
      Update mailmap - Jonathan Druart
      Bug 18577: Add FIXME about the missing FK
      Bug 18854: Make sure offset will not be < 0 - protect from DoS
      Bug 18854: Protect few other occurrences of offset
      Bug 18931: Add a "data corrupted" section on the about page - MySQL AI
      Bug 18931: Add items/deleteditems tables
      Bug 18966: Do not deal with duplicate issue_id on checkin
      Bug 18910: Revert "Bug 18152: Add tests"
      Bug 18910: Revert "Bug 18152 : fix unimarc label in SetMarcUnicodeFlag"
      Bug 18826: rollback transaction for api tests
      Bug 18572: Remove AddRenewal parameter

Josef Moravec (1):
      Bug 18703 - Followup, fix typo "statment"

Julian Maurice (3):
      Bug 13452: Fix obvious issues in issues_avg_stats.pl
      Bug 13452: Fix for plack
      Bug 18901: Sysprefs translation: translate only *.pref files (not *.pref*)

Katrin Fischer (4):
      Bug 13452: 'Average loan time' report to obey item-level_itypes preference
      Bug 18931 - Follow up - Typo fix in SQL statement
      Increment version for 16.11.10 release
      Add release notes for Koha 16.11.10

Lee Jamison (2):
      Bug 18848: borrowers.lastseen comment typo
      Bug 18848: borrowers.lastseen comment typo

Marc Véron (5):
      Bug 11235: Names for reports and dictionary are cut off when quotes are used
      Bug 18699: Get rid of %%] in translation for edi_accounts.tt
      Bug 18703 - Translatability: Resolve some remaining %%] problems for staff client in 6 Files
      Bug 18800: Patron card images: Add some more explanation to upload page and fix small translatabiity issue
      Bug 18824: Remove stray i from matching-rules.tt

Marcel de Rooy (14):
      Bug 18356: Extend GetNextDate.t, add GetFictiveIssueNumber.t (unit=year)
      Bug 18356: Fix date calculations for yearly frequencies in Serials
      Bug 18607: Fix date calculations for monthly frequencies in Serials
      Bug 18607: Adjusting unit tests for monthly serial frequencies
      Bug 18697: Fix date calculations for weekly frequencies in Serials
      Bug 18697: Adjusting unit tests for weekly serial frequencies
      Bug 18697: Fix date calculation for dayly frequencies in Serials
      Bug 18697: Adjusting unit tests for dayly serial frequencies
      Bug 18697: Final polishing
      Bug 18214: Cannot edit list permissions of a private list
      Bug 18214: Add check for shared or public list
      Bug 18634: Handle colliding translation for preference sections
      Bug 18554: Adjust a few typos including responsability
      Bug 18901: [QA Follow-up] Do not translate zzpref either

Mark Tompsett (3):
      Bug 18807: t/db_dependent/www/batch.t fails
      Bug 18771: CGI.pm: Subroutine multi_param redefined
      Bug 18748: Noisy t/db_dependent/AuthorisedValues.t

Mason James (2):
      Bug 18931 - Follow up - Typo fix in template for holds
      Bug 18966: fix unneeded INSERT in AddReturn()

Nick Clemens (4):
      Bug 18577 - Importing a batch using a framework not fully set up causes and endless loop
      Bug 18826 - (QA Followup) Add mock SessionStorage to patrons.t
      Bug 18572 - Improper branchcode set during OPAC renewal
      Bug 18572 - QA Followup

Owen Leonard (1):
      Bug 17639 - Remove white filling inside of Koha logo

Rodrigo Santellan (1):
      Bug 14572 - insert_single_holiday() forces a value on an AUTO_INCREMENT column, during an INSERT

Tomas Cohen Arazi (1):
      Bug 18931: (followup) Tidy text

apirak (1):
      Bug 18400 - Noisy warns in opac-search.pl during itemtype sorting (16.11)

root (1):
      Translation updates for Koha 16.11.10

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list