[koha-commits] main Koha release repository annotated tag v3.22.08 created. v3.22.08

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:24:32 CEST 2016


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, v3.22.08 has been created
        at  d421b7f5415b03bd9b80fa0545d1f3b377896052 (tag)
   tagging  978f8aedf3dddb26cbbc44455c239ab10d3f7dd2 (commit)
  replaces  v3.22.07
 tagged by  Julian Maurice
        on  Fri Jun 24 13:49:32 2016 +0200

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

iQIcBAABAgAGBQJXbR5MAAoJELCH1RJUPDmpisQP/3/trNH/QY2WJGkd6xR1VT4R
h1/qKPElfumaJQeJGl/hQUND3jaGMwwu2QpYCM207aaXOedg2yummJiIKfM0NkX+
TU8cFqvgtNMkbdb3IAauj5GDTKAdwl+LyEiY40YkKxWkib/3ztrAuKyM3qdvle/M
jkhEyEVm2wOseVw51lDT3+SefAaEwwVg6ClgAwODRSNup9QSb20eeHmV5mnv/+PC
BA5mLXbXr96fhJHBK1geVoNClAIt78GR4AHwtOSMdvB7XHYfLfqkbDp4k9uRDwXp
0B63bzLpUqfTTWvBegGveibc2cUitIws+oq/JDjbqk/yiqK57KEkGF+TYOoI1pji
S4VTJ7p2AWd8KkVynAfZxHH9JGIhcCQKnWBYfwEpf4FYrjT+P4e983WFf1jT4HQ7
DOvhTV7Bg/7NkbU15iiNKXGaRXERs/oWJyHL5zgFgoTGb86ug/Fgz4kDQDW3GkrI
dm58kwXFoub7CBjO2VA8DWZcaems6ANL3TXraBLqhvZFDqA5NW1IktfhrUFrTW7f
jf64lh6YgzSQGfzsOnEezB/jWzijbNlF6M/iUYhki+Ov59PcxUWFuyR8hK3Uv3Rv
RcBN8glwLC5xtOEZfKHhcomwMTiyBe1HCiUWCI2klno8PuvpJFfTlxfl7NRe5BjB
ghIQm6lS/pRwRbKJrDFC
=u/v0
-----END PGP SIGNATURE-----

Aleisha (3):
      Bug 16454: Use 'inventory' instead of 'inventory/stocktaking'
      Bug 16525: Have cancel button when adding new aq budget
      Bug 16511: Making contracts actions buttons

Aliki Pavlidou (1):
      Bug 15641 - Typo in explanation for MembershipExpiryDaysNotice

Bernardo Gonzalez Kriegel (1):
      Bug 13669: followup to add DBIx::RunSQL dependency

Blou (1):
      Bug 14605 - Corrects the individual fine's description

Brendan Gallagher (1):
      Bug 16200: Update DB rev (3.22.07.001)

Chris Cormack (2):
      Bug 16597: Fix XSS in opac-shelves.pl
      Bug 16597: Fix XSS in opac-shareshelf

Claire Gravely (2):
      Bug 16642 - Fix capitalisation for upload patron image
      Bug 16165 - Include link to ILS-DI documentation page in ILS-DI system preference

Dimitris Antonakis (1):
      Bug 14897 - Header name mismatch in ./modules/catalogue/detail.tt

Fridolin Somers (2):
      Bug 16608 - Add xsd extension to t/00-valid-xml.t
      Bug 16608 - Missing entity nbsp in some XML files

Galen Charlton (1):
      Bug 16675: fix breakage of t/Languages.t

Hector Castro (1):
      Bug 16343: 7XX XSLT subfields displaying out of order

Jacek Ablewicz (1):
      Bug 16221: Use Storable::dclone() instead of Clone::clone() for L1 cache deep-copying mode

Jonathan Druart (38):
      Bug 15333: Use Koha::Cache to cache exception_holidays instead of a package variable
      Bug 16454: Remove another occurrence in comment
      Bug 16599: Fix XSS in opac-shareshelf.pl
      Bug 16599: Fix other potentials XSS for shelfname
      Bug 16597: Fix XSS in shelves.pl
      Bug 16504: Add regression tests
      Bug 16504: (follow-up for bug 15163) Do not remove attributes of other patrons
      Bug 16565: Drop additional_fields and additional_field_values before creating them
      Bug 16442: Make C4::Ris plack safe
      Bug 16458: Update library when a guarantor is set
      Bug 16444: Make C4::Tags plack safe
      Bug 16518: Fix Plack variable scoping problem in opac-addbybiblionumber.pl
      Bug 16508: Updating a syspref requires parameters_remaining_permissions
      Bug 16455: Remove the "Too late to run INIT block" from C4::Tags
      Bug 16443: Make C4::Members::Statistics plack safe
      Bug 16441: Do not use a package variable to cache C4::Letters::getletter
      Bug 16441: Fix Letters.t
      Bug 16428: Use the biblio framework to know if a field is mapped
      Bug 16465: discharge - Add a title tag at the OPAC
      Bug 16465: Fix typo issues vs checkouts
      Bug 16578: Same fix for the staff interface
      Bug 16199: Remove C4::Ris::charconv
      Bug 16668: Fix t/Ris.t tests
      Bug 16695: Require Exception::Class 1.38 instead of 1.39
      Bug 16492: Test that no_set_userenv will not set userenv if not exist yet
      Bug 16492: Add a FIXME to explain the possible problem with no_set_userenv
      Bug 16044: Use the L1 cache for any objects set in cache
      Bug 16044: Make tests from t/Cache.t pass
      Bug 16044: Add tests to make sure structures will be copied
      Bug 16044: Add deep cloning
      Bug 16044: Add an unsafe flag to Koha::Cache->get_from_cache
      Bug 16044: Populate the L1 cache when L2 is fetched
      Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language
      Bug 16229: Deep copy on first L2 fetch
      Bug 16229: Deep copy on setting in cache
      Bug 16229: Add the unsafe flag to set_in_cache
      Bug 16221: follow-up for changes made by bug 16229
      Bug 16412: Make sure Koha::Cache->set_in_cache will not warn anymore

Julian Maurice (3):
      Update release notes for 3.22.8 release
      Translation updates for Koha 3.22.8
      Increment version for 3.22.8 release

Katrin Fischer (1):
      Bug 16385: Fix breadcrumbs when ordering from subscription

Kyle M Hall (4):
      Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled
      Bug 16610 - Regression in SIP2 user password handling
      Bug 16492 - Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library
      Bug 16636 [QA Followup] - Move tests to t/External

Lari Taskula (2):
      Bug 16200: Make 'Hold waiting too long' translatable and give it an unique accounttype
      Bug 16200: Convert all existing expired holds accounttype to HE

Marc Véron (5):
      Bug 16589 - Quote of the day: Fix upload with csv files associated to LibreOffice Calc
      Bug 16540 - Clean up opac-auth.tt for translatability
      Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt
      Bug 16633: Translatability: Issues in tags/review.tt (sentence splitting)
      Bug 16634: Translatability: Fix issue in memberentrygen.tt

Marcel de Rooy (8):
      Bug 15333: [QA Follow-up] Add few tests
      Bug 16504: [QA Follow-up] Make koha-qa happy with two newlines
      Bug 16443: [QA Follow-up] Add two tests for get_fields
      Bug 16428: [QA Follow-up] Useless call to GetMarcStructure in _build_default_values_for_mod_marc
      Bug 16635: [QA Follow-up] Eliminate some global package vars
      Bug 16636: [QA Follow-up] Make BakerTaylor plack safe
      Bug 16636: [QA Follow-up] Move External_BakerTaylor.t to t
      Bug 16412: Cache undef in L1 only

Mark Tompsett (4):
      Bug 16582 t/Price.t test should pass if Test::DBIx::Class is not available
      Bug 16635: t/00-load.t warning from C4/Barcodes/hbyymmincr.pm
      Bug 16636: t/00-load.t warning from C4/External/BakerTaylor.pm
      Bug 16637: Dependency for C4::Tags not listed

Owen Leonard (3):
      Bug 16548 - All libraries selected on Tools -> Export Data screen
      Bug 16001 - Use standard message dialog when there are no cities to list
      Bug 15676 - Actions in pending offline circulation actions are not translatable

Robin Sheat (1):
      Bug 16617 - fix issues with debian/control

Rocio Dressler (1):
      Bug 16537 - Overdue and Status triggers grammar

Tomas Cohen Arazi (4):
      Bug 16216: Circulation_Branch.t doesn't set itemtype for test data
      Bug 16578: Fix wide character errors in opac-export.pl
      Bug 16667: Unused variable and function call in circulation.pl
      Bug 16229: (QA) POD fixes

phette23 (1):
      Bug 16613: fix MARC 09X help links

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list