Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha.git] / C4 /
2020-05-28 Jonathan DruartBug 25444: Simplify the code using a loop
2020-05-28 Kyle M HallBug 25444: Backup/restore course items fields correctly
2020-05-22 Jonathan DruartBug 24413: Do not remove the restrictions from AddReturn
2020-05-22 Jonathan DruartBug 24413: Apply AutoRemoveOverduesRestrictions for...
2020-05-22 Jonathan DruartBug 24612: Use the reserve_id to identify a reserve...
2020-05-22 Jonathan DruartBug 24612: Make hold-transfer-slip take reserve_id
2020-05-19 Jonathan DruartBug 25531: Debar patron if needed when checkin is backdated
2020-05-18 Tomas Cohen AraziBug 25527: Initialize the logger when required
2020-05-15 Nick ClemensBug 23403: Catch other cases of ->{patron}
2020-05-15 Jonathan DruartBug 23403: List borrowernumber in the ILS::Patron fields
2020-05-15 Kyle M HallBug 23403: Fix whitespace
2020-05-15 Jonathan DruartBug 23403: Remove cardnumber from SIP
2020-05-15 Tomas Cohen AraziBug 24458: Use the ViewPolicy filter on search results
2020-05-15 Tomas Cohen AraziBug 25416: Let OPAC XSLTs know if the context is an...
2020-05-12 Martin RenvoizeBug 25417: (QA follow-up) Restore 'fixing' of fines
2020-05-12 Jonathan DruartBug 25417: Prevent negative debit amount on backdating...
2020-05-12 Jonathan DruartBug 15253: Remove specific logging output
2020-05-12 Kyle M HallBug 15253: Add POD to C4/SIP/Logger.pm and C4/SIP/Trapp...
2020-05-12 Kyle M HallBug 15253: Convert all tabs into 4 spaces in affected...
2020-05-12 Kyle M HallBug 15253: Log trapped errors as log level 'warn' inste...
2020-05-12 Kyle M HallBug 15253: Rename syslog() to siplog()
2020-05-12 Kyle M HallBug 15253: Move subs to a new module, allow unit tests...
2020-05-12 Kyle M HallBug 15253: Add Koha::Logger based logging for SIP2
2020-05-12 Marcel de RooyBug 22437: (follow-up) Move deletion of merge requests...
2020-05-11 Kyle M HallBug 25184: Add syspref
2020-05-11 Kyle M HallBug 25184: Items with a negative notforloan status...
2020-05-05 Jonathan DruartBug 24769: (bug 14711 follow-up 2) Fix typo in paramete...
2020-05-05 Jonathan DruartBug 24769: (bug 14711 follow-up) Fix typo in parameter...
2020-05-04 Jonathan DruartBug 24161: Remove GetLateOrders
2020-05-04 Jonathan DruartBug 24161: Keep tracks of late orders claims
2020-05-04 Jonathan DruartBug 25305: Translation process - Open all files specify...
2020-05-04 Kyle M HallBug 25107: Remove double passing of $server variable...
2020-05-04 Martin RenvoizeBug 15751: Add ModDateLastSeen to ProcessOfflineReturn
2020-05-01 Kyle M HallBug 24772: Don't revert course item fields when deletin...
2020-05-01 Martin RenvoizeBug 25127: Use Koha::Number::Price->round for comparison
2020-05-01 Owen LeonardBug 23794: Convert OpacMainUserBlock system preference...
2020-04-29 Julian MauriceBug 22630: Allow to change homebranch in course reserves
2020-04-29 Kyle M HallBug 25227: Display correct message if item is withdrawn...
2020-04-29 Kyle M HallBug 25227: Display correct message if item is lost...
2020-04-27 Jonathan DruartBug 23081: Revert "Bug 24443: Consider NULL as 0 for...
2020-04-27 Katrin FischerBug 21927: Acq - Add blank values in pull downs of...
2020-04-27 Bernardo Gonzalez... Bug 25257: Preserve prolog on translated XML files
2020-04-27 Jonathan DruartBug 25142: Fix wrong grep logical test
2020-04-22 Nick ClemensBug 20816: Add ability to define custom templated field...
2020-04-21 Nick ClemensBug 25123: Count the current fine when reducing for...
2020-04-17 Kyle M HallBug 23727: Editing course reserve items is broken
2020-04-17 Jonathan DruartBug 23463: Remove double store call
2020-04-17 Jonathan DruartBug 21901: Add FK on subscription and serial tables
2020-04-17 Marcel de RooyBug 24715: Cache repeatable subfield in TransformKohaToMarc
2020-04-17 Jonathan DruartBug 20116: Cache language list
2020-04-17 Jonathan DruartBug 20116: Prepare the ground
2020-04-17 Martin RenvoizeBug 25147: (RM follow-up) Update pref references.
2020-04-16 Tomas Cohen AraziBug 25131: Add C4::Context->needs_install
2020-04-15 Jonathan DruartBug 24380: (QA follow-up) Simplify condition
2020-04-15 Kyle M HallBug 24380: Add syspref CalculateFinesOnBackdate
2020-04-15 Kyle M HallBug 24380: Backdated returns do not update fines unless...
2020-04-14 Nick ClemensBug 24620: Fix test, remove replaced code, use dt_from_...
2020-04-14 Nick ClemensBug 24620: Close existing transfers when setting item...
2020-04-14 Jonathan DruartBug 20728: Remove the 2 GetLastOrder* subroutines
2020-04-14 Jonathan DruartBug 20728: Proof that there is no cheating
2020-04-14 Jonathan DruartBug 22784: Add the ability to archive/unarchive a purch...
2020-04-14 Kyle M HallBug 24547: Add more action logs for holds
2020-04-14 Marcel de RooyBug 21190: (follow-up) Save patron id in failure when...
2020-04-14 Marcel de RooyBug 21190: Add authentication logging to checkpw
2020-04-14 Marcel de RooyBug 21190: Add interfaces parameter to POD in C4::Logs
2020-04-14 Marcel de RooyBug 24903: Special characters like parentheses in numbe...
2020-04-14 Marcel de RooyBug 24966: (QA follow-up) Fix return value of hold_patr...
2020-04-14 Jonathan DruartBug 24800: Handle inexistent return date on self checking
2020-04-14 Kyle M HallBug 25095: Remove warn left in FeePayment.pm
2020-04-14 Kyle M HallBug 22778: Suggestions with no "suggester" can cause...
2020-04-14 Tomas Cohen AraziBug 24027: (QA follow-up) Fix POD warning
2020-04-14 Andrew NuggedBug 24027: Call ModZebra once after all items added...
2020-04-14 Theodoros Theodoro... Bug 23514: Split Call Numbers for all layout types
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-04-08 Andreas RoussosBug 25046: Include borrowers.othernames in SELECT statement
2020-04-08 Alex BuckleyBug 7046: Implemented subscription renewal dropdown...
2020-04-06 Aleisha AmohiaBug 4461: Adding user flags for managing OPAC problem...
2020-04-06 Aleisha AmohiaBug 4461: (follow-up) Creating sample notice and other...
2020-04-06 Katrin FischerBug 4944: Add OpacNoItemTypeImages system preference
2020-04-03 Emmi TakkinenBug 19475: Don't copy holiday if it already exists...
2020-04-03 Aleisha AmohiaBug 24900: Checks in MARC mod templates for when from...
2020-03-31 Jonathan DruartBug 22001: execute reports in an eval
2020-03-30 Jonathan DruartBug 25018: Use new KOHA_TESTING envvar to detect enviro...
2020-03-27 Nazlı ÇetinBug 25000: SQL report not updated
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.bookselleremail
2020-03-27 Bernardo Gonzalez... Bug 24883: Add POD entry and remove unused variable
2020-03-27 Jonathan DruartBug 24883: Move to a flat array with all values to...
2020-03-27 Jonathan DruartBug 24883: Centralize code to load YAML installer files...
2020-03-27 Kyle M HallBug 24964: Fix perl critic warning
2020-03-27 Jonathan DruartBug 24964: Do not filter patrons after they have been...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-26 Jonathan DruartBug 24614: Use Koha::Reports from save_report and updat...
2020-03-25 Martin RenvoizeBug 24828: Add ability to specify cash register in...
2020-03-25 Andrew NuggedBug 24185: Make holds page fast when 'on shelf holds...
2020-03-25 Andrew NuggedBug 24185: Make holds page faster: Preparatory refactoring
2020-03-25 Andrew NuggedBug 24185: Make holds page faster - Call to subroutine...
2020-03-25 Jonathan DruartBug 23590: Add lastmodification by and date columns
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-24 Nick ClemensBug 24476: Change CanBookBeRenewed and adjust tests
next