Bug 28962: Add del-unv-selfreg to crontab
[koha.git] / circ /
2022-01-22 Tomas Cohen AraziBug 29865: Fix duplicate includes in circ/returns.pl
2022-01-19 Katrin FischerBug 11750: (QA follow-up) Remove unconditional warn
2022-01-19 Jonathan DruartBug 11750: Hide patron's attributes on overdue list...
2022-01-18 Nick ClemensBug 29786: Select only specific items for item level...
2021-12-07 Michael HafenBug 29637: AutoSwitchPatron should look for card number...
2021-11-19 Petro VashchukBug 29463: Escape utf8 characters before appending...
2021-11-03 Nick ClemensBug 29015: Add options for itemtype, collection, and...
2021-11-03 Martin RenvoizeBug 25883: Replace 'holdingbranch' with 'transfer to...
2021-11-03 Joonas KylmäläBug 29380: Correct table name in joins to prevent errors
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-18 Jonathan DruartBug 28785: Adjust check_cookie_auth calls
2021-10-18 Agustin MoyanoBug 27949: Allow multiple article requests print slip
2021-10-15 Marcel de RooyBug 29093: Interface changes
2021-10-14 Nick ClemensBug 15812: Use patron search in place of circ search
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Kyle M HallBug 26352: Add plugin hooks to transform patron barcodes
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-05 Tomas Cohen AraziBug 27945: Fix error handling and translatability
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-10-01 Agustin MoyanoBug 23678: Allow cancel holds in bulk
2021-08-30 Lucas GassBug 28695: Add shelving location column to overdue.tt
2021-08-16 Jonathan DruartBug 10902: Use prefetch and dbic rs
2021-08-16 Owen LeonardBug 10902: (QA follow-up) Show library name instead...
2021-08-16 Owen LeonardBug 10902: Highlight patrons from logged-in library...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Owen LeonardBug 27873: Improve message consistency: checkout and...
2021-07-12 Marcel de RooyBug 20472: Add format field to the interface
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
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-15 Martin RenvoizeBug 24434: Unit tests for updateWrongTransfer
2021-06-15 Martin RenvoizeBug 24434: Reinstate updateWrongTransfer
2021-06-14 Martin RenvoizeBug 28382: Set trigger to 'Reserve' when actioning...
2021-06-14 Joonas KylmäläBug 27064: (QA follow-up) Add error message only if...
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Do not create transfer prior...
2021-06-14 Nick ClemensBug 27064: Only allow transferring a hold from the...
2021-05-20 Owen LeonardBug 16785: Remove Autocomplete from overdues report...
2021-05-10 Nick ClemensBug 25760: (bug 15422 follow-up) Display record with...
2021-04-23 Martin RenvoizeBug 27896: Remove DeleteTransfer from circ/return.pl
2021-04-21 Martin RenvoizeBug 21883: Pass the item to the template
2021-04-21 Jonathan DruartBug 18912: Display more info when using itemBarcodeFall...
2021-04-16 Joonas KylmäläBug 28139: Simplify logic for handling found holds...
2021-04-16 Joonas KylmäläBug 28139: Handle Processing status with HoldsAutoFill...
2021-04-14 Nick ClemensBug 28136: Handle Transferred status for ResFound
2021-03-11 Martin RenvoizeBug 22569: Add a 'Transfers to send' report
2021-03-09 Jonathan DruartBug 27652: Display patron's categories for sysprefs...
2021-03-04 Martin RenvoizeBug 25690: (QA follow-up) PROCESSED -> PROCESSING for...
2021-03-04 Joonas KylmäläBug 25690: Make CanBookBeIssued return In Processing...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: Catch daterequested in circ returns
2021-03-01 Jonathan DruartBug 7806: Fix remaining occurrences of 0000-00-00
2021-02-18 Jonathan DruartBug 27131: Add get_items_that_can_fill
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-12 Jonathan DruartBug 27676: Correct finesMode ne off condition
2021-02-08 Jonathan DruartBug 24488: create a loop to avoid copy paste
2021-02-08 Josef MoravecBug 24488: (QA follow-up) Go to next loop as early...
2021-02-08 Jonathan DruartBug 24488: perf - Move holds search out of the loop
2021-02-08 Jonathan DruartBug 24488: Simplify structure passed to the template
2021-02-08 Jonathan DruartBug 24488: perf - move patrons_count out of the loop
2021-02-08 Jonathan DruartBug 24488: perf - Group by at DBMS level
2021-02-08 Jonathan DruartBug 24488: Fix count distinct patron on a given hold
2021-02-08 Josef MoravecBug 24488: (QA follow-up) Move getting items out of...
2021-02-08 Josef MoravecBug 24488: (QA follow-up) Remove two queries out of...
2021-02-08 Josef MoravecBug 24488: (QA follow-up) Make pending reserves faster
2021-02-08 Josef MoravecBug 24488: (QA follow-up): Fix small bugs, add checkk...
2021-02-08 Jonathan DruartBug 24488: [DISCUSSION] For comparaison
2021-02-08 Jonathan DruartBug 24488: Simplify searches
2021-02-08 Jonathan DruartBug 24488: Display patron with the highest priority...
2021-02-08 Jonathan DruartBug 24488: Fix reserve.reserve_id' isn't in GROUP BY
2021-02-08 Aleisha AmohiaBug 24488: Show correct first patron details on Holds...
2021-02-01 Petro VashchukBug 27549: "use of uninitialized value" warning on...
2021-02-01 Petro VashchukBug 27548: "use of uninitialized value" warning on...
2021-01-21 Amy KingBug 27011: Remove unused $name variable
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-06 Martin RenvoizeBug 23091: Add template handling for new messages
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-10-15 Katrin FischerBug 18170: Show damaged status in table of checkins
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-15 Martin RenvoizeBug 26643: Notify librarian of completed transfers
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Kyle M HallBug 19382: Add blocking of ability to checkout on circu...
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-09 Martin RenvoizeBug 23695: (QA follow-up) Revert 'Orginating library...
2020-10-08 Jonathan DruartBug 26485: Simplify itemnumber handling in returns.pl
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Prevent server error on bad...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Non-confirm on return
2020-10-01 Jonathan DruartBug 25261: (QA follow-up) Simplify tests and conditions
2020-10-01 Martin RenvoizeBug 25261: (follow-up) item.material may contain non...
2020-10-01 Martin RenvoizeBug 25261: (follow-up) Rename CircConfirmParts to CircC...
2020-10-01 Martin RenvoizeBug 25261: Require confirmation of multiple parts items
2020-09-28 Andrew Fuerste-HenryBug 23485: Show barcode in holds to pull
2020-09-18 Nick ClemensBug 25969: Don't set itemnumber as reserve->itemnumber
2020-09-18 Kyle M HallBug 25969: Checking in a found hold at a different...
next