Bug 29407: Make the pickup locations dropdown JS reusable
[koha.git] / C4 / Letters.pm
2021-10-07 Nick ClemensBug 29062: Use primary key issued_id to fetch old_issue...
2021-09-28 Martin RenvoizeBug 28803: (follow-up) Error details improvement
2021-09-28 Martin RenvoizeBug 28803: Add invalid email handling in _send_message_...
2021-08-16 Jonathan DruartBug 24387: Rename "News" with "Additional contents"
2021-08-11 Martin RenvoizeBug 28813: Rename delivery_note to failure_code
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-23 Martin RenvoizeBug 28581: Enhance POD for EnqueueLetter
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-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-21 Jonathan DruartBug 28514: Remove getletter
2021-05-27 Jonathan DruartBug 26734: Rename activethemes with availablethemes
2021-05-10 Martin RenvoizeBug 28108: (QA follow-up) Move 'ORDER' back into 'ACQUI...
2021-05-10 Martin RenvoizeBug 28108: Fix filtering
2021-05-07 Emmi TakkinenBug 14723: Use DATETIME instead DATE
2021-05-07 Emmi TakkinenBug 14723: Add error codes and replace strings with...
2021-05-07 Emmi TakkinenBug 14723: Make delivery notes translatable
2021-05-07 Lari TaskulaBug 14723: Additional delivery notes to messages
2021-04-27 Martin RenvoizeBug 26734: Convert printfeercpt/printinvoice to use...
2021-04-16 Nick ClemensBug 15986: Add a script for sending hold waiting remind...
2021-03-16 Jonathan DruartBug 27860: Add message_id param to SendQueuedMessages
2021-03-01 Jonathan DruartBug 7806: Fix remaining occurrences of 0000-00-00
2020-11-20 Tomas Cohen AraziBug 26922: Better error handling in SendAlerts
2020-11-12 Joonas KylmäläBug 26948: Remove double encoding from sent emails
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Andrew IsherwoodBug 22818: Add support for ILL notices
2020-11-05 Jonathan DruartBug 26935: Don't use basket for claimacquisition and...
2020-11-04 Martin RenvoizeBug 26745: Add TT support to 'title' in notices
2020-11-04 Jonathan DruartBug 21898: Add basket for TT syntax
2020-11-04 Martin RenvoizeBug 21898: Add aqbasket to available tables for ACQORDER
2020-10-02 Martin RenvoizeBug 22343: (QA follow-up) Fix some comments
2020-10-02 Tomas Cohen AraziBug 22343: Make C4::Letters use the new SMTP server...
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-05-22 Jonathan DruartBug 24612: Use the reserve_id to identify a reserve...
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-04-06 Aleisha AmohiaBug 4461: (follow-up) Creating sample notice and other...
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.bookselleremail
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-18 Martin RenvoizeBug 10269: Use 'reply-to' address if passed to EnqueueL...
2020-02-05 Agustin MoyanoBug 23673: Add "Updated on" column to patron's notices
2019-11-13 Jonathan DruartBug 23765: Do not display localized templates if Transl...
2019-05-10 Martin RenvoizeBug 5770: (QA follow-up) Revert change to GetQueuedMessages
2019-05-10 Nazlı ÇetinBug 5770: Unit test
2019-04-29 Marcel de RooyBug 8000: (QA follow-up) Two lastminute fixes
2019-04-29 Maryse SimardBug 8000: (QA follow-up) Update the to_address in the...
2019-04-29 Martin RenvoizeBug 8000: (QA follow-up) Centralise Bcc too
2019-04-29 David BourgaultBug 8000: Redirect all emails to SendAllEmailsTo
2019-02-27 Marcel de RooyBug 21875: Handling subject line in Letters.pm
2019-02-11 Jonathan DruartBug 21829: Correctly format dateexpiry in notices ...
2018-12-26 Jonathan DruartBug 21571: Make ACCTDETAILS translatable
2018-11-13 David GustafssonBug 20356: Add EmailSMSSendDriverFromAddress system...
2018-10-01 Katrin FischerBug 15971: Add biblioitems to available fields for...
2018-04-23 Jonathan DruartBug 19855: Move getalert, addalert and delalert to...
2018-04-23 Jonathan DruartBug 19855: Remove $type from the alerts
2018-04-23 Jonathan DruartBug 19855: Remove C4::Letters::findrelatedto
2018-04-16 Marcel de RooyBug 18725: (QA follow-up) Use make_column_dirty instead...
2018-04-16 Kyle M HallBug 18725: Prevent process_message_queue to send duplic...
2018-04-12 Jonathan DruartBug 17981: Add a preview mode for notice templates
2018-04-12 Jonathan DruartBug 17981: Add a 'letter' param to GetPreparedLetter
2018-04-04 Jonathan DruartBug 19578: Remove MARC punctuation in notices (TT syntax)
2018-03-27 Mark TompsettBug 20474: Explicitly call sendmail to make mocking...
2018-03-26 Kyle M HallBug 19955: Add ability to process only one 'type' of...
2018-03-19 Mark TompsettBug 18570: (QA follow-up) Improved POD
2018-03-19 Mark TompsettBug 18570: Send Password Reset Emails immediately
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Fix GROUP BY clause in GetLetters
2018-01-02 Jonathan DruartBug 19304: Move C4::Members::GetNoticeEmailAddress...
2017-12-07 Nick ClemensBug 18990: Overdue Notices are not sending through...
2017-11-08 Marcel de RooyBug 18894: (QA follow-up) POD changes
2017-11-08 Kyle M HallBug 18894: Add ability to limit the number of messages...
2017-09-12 Jonathan DruartBug 19277: TT syntax - Display ordered data
2017-09-07 Jonathan DruartBug 19256: Make Koha::Acq::Order using Koha::Object
2017-09-01 Jonathan DruartBug 17966: TT syntax for notices - Prove that ISSUESLIP...
2017-08-30 Tomas Cohen AraziBug 17969: (QA followup) Add POD
2017-08-30 Jonathan DruartBug 17969: Refactor the way <<items.content>> is generated
2017-07-17 Baptiste WojtkowskiBug 18613: Remove letter rule correctly as superlibrarian
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-06-15 Jonathan DruartBug 17975: TT syntax for notices - Prove that HOLD_SLIP...
2017-06-15 Jonathan DruartBug 17965: TT syntax for notices - Prove that DUEDGST...
2017-05-29 Nick ClemensBug 18478 - QA Followup
2017-05-29 Nick ClemensBug 18478 - Some notices sent via SMS gateway fail
2017-05-09 Nick ClemensBug 17762 (QA Followup) Use default lang if pref disabled
2017-05-09 Jonathan DruartBug 17762: Add the lang parameter to C4::Letters::getletter
2017-05-09 Jonathan DruartBug 17762: Update the letter form interface
2017-05-09 Alex ArnaudBug 12063 - Fix QA failures
2017-04-24 Kyle M HallBug 18457 - process_message_queue.pl will die if a...
2017-04-21 Jonathan DruartBug 17964: Replace next with last
2017-04-21 Jonathan DruartBug 17964: Support date formatting
2017-04-21 Jonathan DruartBug 17964: Add old_issues
2017-04-12 Aleisha AmohiaBug 14537: Renaming OverdueNoticeBcc to NoticeBcc
2017-03-31 Marcel de RooyBug 17866: Change sender for serial claim notifications
2017-03-31 Nick ClemensBug 17971 (QA Followup) Clarify comment
2017-03-31 Jonathan DruartBug 17971: Add support for objects represented by fk
2017-03-31 Jonathan DruartBug 17971: TT syntax for notices - Add support for...
2017-03-31 Jonathan DruartBug 17970: Fix GetPreparedLetter behavior if nothing...
2017-03-31 Jonathan DruartBug 17963: TT syntax for notices - Prove that AR_*...
2017-02-17 Jonathan DruartBug 17962: TT syntax for notices - Prove that ACQ_NOTIF...
2017-01-30 Jonathan DruartBug 17904: Fix possible SQL injection in late orders
2017-01-30 Jonathan DruartBug 17903: Fix possible SQL injection in serial claims
2016-12-28 Jonathan DruartBug 17246: Do no support arrayref to define multiple FK
next