Bug 33928: Improve translation of title tags: Various
[koha.git] / C4 /
2023-11-06 Nick ClemensBug 17798: Confirm hold when printing slip from another...
2023-11-03 Kyle M HallBug 33749: (QA follow-up) Tidy code for qa script
2023-11-03 Tomas Cohen AraziBug 33749: Use TrimFields instead of stripWhitespaceChars
2023-11-03 Marcel de RooyBug 35231: Resolve crash on unexisting patron in Auth
2023-11-03 Tomas Cohen AraziBug 29002: Tidy
2023-11-03 Martin RenvoizeBug 29002: Circulation
2023-11-01 Magnus EngerBug 26170: Add protected status for patrons
2023-10-31 Nick ClemensBug 34924: Add 'auto_renew_final' and 'auto_unseen_fina...
2023-10-30 Katrin FischerBug 27943: (QA follow-up) Perltidy
2023-10-30 George VeranisBug 27943: (follow-up) Fix unit test, and use systempre...
2023-10-30 George VeranisBug 27943: Add support for 7XX equal terms on authoriti...
2023-10-27 Nick ClemensBug 34678: Allow new entries to overwrite hold_fill_targets
2023-10-25 Marcel de RooyBug 33608: (QA follow-up) Remove ->insert method
2023-10-25 Marcel de RooyBug 33608: Redirect UpdateStats to Koha namespace
2023-10-25 Marcel de RooyBug 33608: Add two new circulation types in Statistics...
2023-10-25 Kyle M HallBug 8838: Add digest option for HOLD notice
2023-10-25 Katrin FischerBug 10762: (QA follow-up) Perltidy
2023-10-25 Thibaud GuillotBug 10762: (follow-up) Update test plan, add kohastruct...
2023-10-25 Jérémy BreuillardBug 10762: Change the size of barcodes in label creator
2023-10-25 Kyle M HallBug 31846: (QA follow-up) Tidy code to make qa script...
2023-10-25 David GustafssonBug 31846: Add syspref for serials search results limit
2023-10-24 Martin RenvoizeBug 35027: Add 'hold' to patron activity triggers
2023-10-24 Martin RenvoizeBug 15504: Remove PatronLastActivity preference
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Use borrowernumber in Koha:...
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-24 Matt BlenkinsopBug 15504: Remove update_lastseen method
2023-10-24 Matt BlenkinsopBug 15504: Add triggers to instances of track_login_daily
2023-10-24 Matt BlenkinsopBug 15504: Update track_login_daily to accept triggers
2023-10-23 Jonathan DruartBug 33547: Add print slip
2023-10-23 Nick ClemensBug 28166: (QA follow-up) Fix and tidy tests and code
2023-10-23 Mark HofstetterBug 28166: Optionally add MARC fields to authority...
2023-10-20 Nick ClemensBug 25393: (QA follow-up) simplify auto_renew condition
2023-10-20 Pedro AmorimBug 25393: Update CanBookBeRenewed pod with bug 25758...
2023-10-20 Pedro AmorimBug 25393: Auto renewals logic reimplementation:
2023-10-20 Pedro AmorimBug 25393: Distinguish between auto or normal renewals...
2023-10-20 Pedro AmorimBug 25393: Use new noautorenewalbefore circulation...
2023-10-20 Kyle M HallBug 31357: Separate holds history from intranetreadingh...
2023-10-20 Katrin FischerBug 14092: (QA follow-up) Avoid fiddling with the hash...
2023-10-20 Jonathan DruartBug 31383: Create a parent-child DB relation for additi...
2023-10-20 Jonathan DruartBug 33947: Remove GetAllIssues
2023-10-20 Kyle M HallBug 25816: (QA follow-up) Add system preference
2023-10-20 Matthias MeusburgerBug 25816: Add opac messages in SIP display.
2023-10-20 Nick ClemensBug 34014: (follow-up) Tidy
2023-10-20 Nick ClemensBug 34014: Allow staff to edit degraded records
2023-10-19 Martin RenvoizeBug 32721: (QA follow-up) Drop fields from API response
2023-10-19 Matt BlenkinsopBug 32721: (QA follow up) - fix QA issues
2023-10-18 Alex BuckleyBug 31631: Optionally use tax-exclusive values for...
2023-10-17 Martin RenvoizeBug 26314: Update for changes to bug 11175 methodology
2023-10-17 Martin RenvoizeBug 26314: Only display volumes link when required
2023-10-11 Fridolin SomersBug 33239: Add the ability to run borrowers-force-messa...
2023-10-10 Tomas Cohen AraziBug 29033: Add C4::Context->multivalue_preference
2023-10-10 Alex BuckleyBug 25560: Define item-type specific rules in UpdateNot...
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Fix issues highlighted by...
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) More cleanup
2023-10-10 Hammat WeleBug 12532: (follow-up) Send email to guarantor using...
2023-10-10 Hammat WeleBug 12532: Send email to guarantee and guarantor
2023-10-10 Jonathan DruartBug 34828: Fix test
2023-10-09 David CookBug 34549: Strip non-XML chars during TransformHtmlToMarc
2023-10-04 Kyle M HallBug 34153: (QA follow-up) Tidy code
2023-10-04 Kyle M HallBug 34153: Add ability to allow items with additional...
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Tidy
2023-10-04 Emmi TakkinenBug 9525: Add option to define float groups and rules...
2023-10-04 Jonathan DruartBug 33958: Koha::Biblio::normalized_oclc
2023-10-04 Martin RenvoizeBug 34737: (follow-up) Code more defensively
2023-10-04 Martin RenvoizeBug 34737: (follow-up) Squelch a warning
2023-10-04 Martin RenvoizeBug 34737: Add ability to match on combinations of...
2023-10-04 Kyle M HallBug 22873: Add comment to explain what disallow_overpay...
2023-10-04 Nick ClemensBug 34822: Process real time holds along with indexing
2023-10-03 Katrin FischerBug 29145: Perltidy files and added code
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Rename has_debarring_overdues...
2023-10-03 David GustafssonBug 29145: Fix conditions for patron debarring overdues
2023-10-03 David GustafssonBug 29145: Add tests and modify sysprefs
2023-10-03 Stefan BerndtssonBug 29145: use overdues restrict delays when removing...
2023-09-25 David CookBug 34513: Set auth state correctly when changing auth...
2023-09-25 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-09-25 Kyle M HallBug 33926: Add ability to specify fields allowed in...
2023-09-25 Aleisha AmohiaBug 34016: Manage recalls via SIP
2023-09-22 Andreas RoussosBug 21828: build $bib_heading_fields only once per...
2023-09-22 Jonathan DruartBug 32496: Fix tests
2023-09-22 Jonathan DruartBug 30825: Move holds_control_library to Koha::Policy...
2023-09-22 Tomas Cohen AraziBug 30825: Remove GetReservesControlBranch in favour...
2023-09-22 Katrin FischerBug 34230: Add part_name and part_number to subscriptio...
2023-09-22 Katrin FischerBug 32496: (QA follow-up) Fix POD and DateTime use
2023-09-22 David GustafssonBug 32496: Reduce unnecessary unblessings of objects...
2023-09-19 Jonathan DruartBug 33955: Koha::Biblio::normalized_upc
2023-09-18 Laura EscamillaBug 32048: Added clear cache routine to delete_holiday_...
2023-09-18 Marcel de RooyBug 34786: after_biblio_action hooks - No find when...
2023-09-15 Kyle HallBug 33045: Use process_tt in C4::Record::marcrecord2csv
2023-09-15 Nick ClemensBug 34656: Do not update real Time Holds Queue when...
2023-09-15 Martin RenvoizeBug 34767: Pass fee_ack into ::Transaction::Renew(All)
2023-09-15 Lucas GassBug 34532: Silence warns in Patroncard.pm
2023-09-15 Jonathan DruartBug 33940: Move C4::Members cardnumber sub to Koha...
2023-09-12 Kyle M HallBug 34731: Use Koha::Notice::Message in EnqueueLetter
2023-09-12 Kyle M HallBug 34731: Don't call SendQueuedMessages if message_id...
2023-09-12 Kyle M HallBug 34731: Throw exception if SendQueuedMessages is...
2023-09-08 Nick ClemensBug 34666: Combine queries in _Findgroupreserve
2023-09-08 Nick ClemensBug 34666: Allow item_group to be null and still match
2023-09-06 Per LarssonBug 23548: Set AQ to empty when item not exist
2023-09-05 Marcel de RooyBug 33833: Add two FIXMEs to SocialData::get_report
2023-08-30 David CookBug 30362: Fix GetSoonestRenewDate to really return...
next