koha.git
2021-07-12 Kyle M HallBug 27883: Add ability to preserve patron field from...
2021-07-12 Julian MauriceBug 26760: Escape URI parameters in redirect URI to...
2021-07-12 Julian MauriceBug 26760: Redirect to paycollect.pl when clicking...
2021-07-12 Jonathan DruartBug 26340: Code simplification
2021-07-12 Katrin FischerBug 26340: (QA follow-up) Remove warns and set input...
2021-07-12 Ivan DziubaBug 26340: When printing labels from a barcode range...
2021-07-12 Jonathan DruartBug 11879: DBRev 21.06.00.007
2021-07-12 Jonathan DruartBug 11879: DBIC schema changes
2021-07-12 Jonathan DruartBug 11879: Remove primary_contact_method from REST API
2021-07-12 Alexis RipettiBug 11879: Remove the 'unwanted' preferences from the...
2021-07-12 Maryse SimardBug 11879: (follow up) Some fixes and code cleanup
2021-07-12 Bin WenBug 11879: Add a new field to patron record: main conta...
2021-07-12 Marcel de RooyBug 27948: (QA follow-up) Remove NewsChannels reference
2021-07-12 Marcel de RooyBug 27948: (QA follow-up) Correct empty branchcode
2021-07-12 Marcel de RooyBug 27948: (QA follow-up) Remove unused $disclaimer...
2021-07-12 Agustin MoyanoBug 27948: (follow-up) Use Koha.news and PROCESS koha_n...
2021-07-12 Agustin MoyanoBug 27948: Add disclaimer to article request
2021-07-12 Jonathan DruartBug 14237: DBRev 21.06.00.006
2021-07-12 Nick ClemensBug 14237: (follow-up) Make the routines exclusively...
2021-07-12 Jonathan DruartBug 14237: Set course_items.biblionumber in the DBrev
2021-07-12 Aleisha AmohiaBug 14237: Tests
2021-07-12 Aleisha AmohiaBug 14237: Schema updates
2021-07-12 Aleisha AmohiaBug 14237: Database updates
2021-07-12 Aleisha AmohiaBug 14237: Add individual bibliographic records to...
2021-07-12 Marcel de RooyBug 28644: Fix calling borrowernumber on undefined...
2021-07-12 Tomas Cohen... Bug 28483: Remove warnings from Search.t
2021-07-12 Marcel de RooyBug 28673: Add missing ampersand to amp; construction
2021-07-12 Jonathan DruartBug 28561: Remove DBIC warning in opac-shelves
2021-07-12 Marcel de RooyBug 28561: Fix noisy warning about $direction too
2021-07-12 Jonathan DruartBug 28399: Remove txn error from batchRebuildItemsTables.pl
2021-07-06 Jonathan DruartBug 22544: Restore newdate and timestamp for slip notices
2021-07-06 Jonathan DruartBug 22544: Fix OpacLoginInstructions
2021-07-06 Jonathan DruartBug 22544: TT plugin should return hashref only if...
2021-07-06 Josef MoravecBug 22544: Use template plugin for news author display
2021-07-06 Josef MoravecBug 22544: Add default language value to KohaNews templ...
2021-07-06 Josef MoravecBug 22544: Enhance exception description
2021-07-06 Josef MoravecBug 22544: Clarify documentation and change param ...
2021-07-06 Josef MoravecBug 22544: Fix filtering by location on tools -> news...
2021-07-06 Josef MoravecBug 22544: Update search_for_display to be able to...
2021-07-06 Josef MoravecBug 22544: Update to current codebase
2021-07-06 Josef MoravecBug 22544: (QA follow-up) Fix spelling
2021-07-06 Josef MoravecBug 22544: Refactor searching of news items
2021-07-06 Josef MoravecBug 22544: Add tests
2021-07-06 Josef MoravecBug 22544: Move GetNewsToDisplay to Koha namespace
2021-07-06 Josef MoravecBug 22544: Move add_opac_item to Koha namespace
2021-07-06 Josef MoravecBug 22544: Move upd_opac_new to Koha namespace
2021-07-06 Josef MoravecBug 22544: Move del_opac_new to Koha namespace
2021-07-06 Josef MoravecBug 22544: Move get_opac_news to Koha namespace
2021-07-06 Josef MoravecBug 22544: Move get_opac_new to Koha namespace
2021-07-06 Nick ClemensBug 28597: Fetch the logged in branchcode for OpacSugge...
2021-07-06 Andrew Fuerste... Bug 28455: Update wording on TrackLastPatronActivity
2021-07-06 Nick ClemensBug 28455: lastseen should be updated at checkout if...
2021-07-06 Jonathan DruartBug 28611: Fix width to 50% for additem form elements
2021-07-06 Tomas Cohen... Bug 28299: Make buildKohaItemsNamespace accept Koha...
2021-07-06 Jonathan DruartBug 28299: Take OpacHiddenItems into account on opac...
2021-07-06 Tomas Cohen... Bug 28299: Unit tests for buildKohaItemsNamespace
2021-07-06 Jonathan DruartBug 28462: Remove line breaks in TT tags
2021-07-06 Jonathan DruartBug 28462: Remove TT tag on several lines - opac-advsea...
2021-07-06 Jonathan DruartBug 28524: Escape 'rank' in cat_issues_top.pl
2021-07-06 Jonathan DruartBug 28523: Escape 'rank' in bor_issues_top.pl
2021-07-06 Jonathan DruartBug 28409: Adjust regression test
2021-07-06 Jonathan DruartBug 28409: Simplify data validation
2021-07-06 David CookBug 28409: Comprehensively validate category in opac...
2021-06-29 Tomas Cohen... Bug 28615: (follow-up) Disable strict mode explicitly
2021-06-29 Tomas Cohen... Bug 28615: (follow-up) Newer Test::MockModule forbid...
2021-06-29 Tomas Cohen... Bug 28615: Fix t/Auth_with_shibboleth.t
2021-06-29 Tomas Cohen... Bug 28615: Add a simple way to mock Koha::Logger
2021-06-24 Jonathan DruartBug 28571: Remove C4::Auth::_session_log
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-24 Nick ClemensBug 28601: Fix 'Home' breadcrumd on circulation-home.pl
2021-06-24 Tomas Cohen... Bug 28600: (bug 18989 follow-up) Resolve variable scope...
2021-06-23 Tomas Cohen... Bug 28588: (follow-up) Make the API use the new method
2021-06-23 Tomas Cohen... Bug 28588: Add Koha::Checkouts::ReturnClaim->resolve
2021-06-23 Tomas Cohen... Bug 28588: Unit tests
2021-06-23 Tomas Cohen... Bug 28604: Prevent double encoding of MARC::Record...
2021-06-23 Tomas Cohen... Bug 28604: Regression tests
2021-06-23 Nick ClemensBug 28480: (QA follow-up) Add unit test
2021-06-23 Tomas Cohen... Bug 28480: Add q parameters for GET /patrons
2021-06-23 Marcel de RooyBug 28581: (QA follow-up) Fix method on unblessed reference
2021-06-23 Martin RenvoizeBug 28581: Enhance POD for EnqueueLetter
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
2021-06-23 Martin RenvoizeBug 28581: (QA follow-up) Prevent code failure
2021-06-23 Marcel de RooyBug 28581: Use from_email_address in the codebase
2021-06-23 Martin RenvoizeBug 28581: Add 'from_email_address' method and use...
2021-06-23 Jonathan DruartBug 26205: DBRev 21.06.00.005
2021-06-23 Katrin FischerBug 26205: (QA follow-up) Add punctuation and widen...
2021-06-23 Katrin FischerBug 26205: (QA follow-up) Change OPACNEWS to just NEWS
2021-06-23 Katrin FischerBug 26205: (QA follow-up) Capitalization: OPAC News
2021-06-23 Lucas GassBug 26205: Add logging of news items
2021-06-23 Jonathan DruartBug 28516: Prevent failures if borrower_attribute_types...
2021-06-23 Jonathan DruartBug 28616: (bug 28220 follow-up) Replace Data::Printer...
2021-06-23 Tomas Cohen... Bug 28572: Set missing __LOG_DIR__ variable in zebra_co...
2021-06-23 Jonathan DruartBug 28572: Fix Search.t
2021-06-23 Jonathan DruartBug 28572: Fix misc/admin/koha-preferences
2021-06-22 Andrew Fuerste... Bug 28598: Update DateFormat and TimeFormat description...
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-22 Jonathan DruartBug 28591: Don't pass debug to get_template_and_user
2021-06-22 Jonathan DruartBug 28590: Remove get_shelves_userenv and set_shelves_u...
2021-06-22 Jonathan DruartBug 28570: Remove log to /tmp file from bor_issues_top.pl
2021-06-22 Jonathan DruartBug 28514: Set lang to default is not passed
next