Bug 29897: Don't use $6 for linkage but build the link instead
[koha.git] / svc /
2022-07-25 Jonathan DruartBug 29697: Replace some missing occurrences
2022-07-19 Marcel de RooyBug 25498: Add transfer button on intranet
2022-07-08 Martin RenvoizeBug 29051: Update svc api to allow seen renewals
2022-06-16 Tomas Cohen AraziBug 30971: (follow-up) Fix one more occurence
2022-06-13 Tomas Cohen AraziBug 30924: Add missing branchtransfers.reason value...
2022-06-09 Tomas Cohen AraziBug 30907: Fix incorrect uses of Koha::Recall->item_lev...
2022-05-05 Nick ClemensBug 30167: (follow-up) Return a hash with soonest_renew...
2022-05-05 Nick ClemensBug 30167: Use returned renewal date rather than fetching
2022-04-05 Jonathan DruartBug 29859: Fix club/enroll
2022-04-04 Nick ClemensBug 26669: (QA follow-up) Update last run when report...
2022-04-04 Fridolin SomersBug 26669: Last Run if report not always updated
2022-04-04 Jonathan DruartBug 30063: Remove svc/members/search
2022-03-16 Marcel de RooyBug 29931: (follow-up) Fix svc/checkouts and return_cla...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixing tests and QA tools
2022-03-15 Aleisha AmohiaBug 19532: Recalls on intranet
2022-03-09 Tomas Cohen AraziBug 29771: Remove trivial cases
2022-02-24 Jonathan DruartBug 29844: Fix advanced editor
2022-02-16 Lari TaskulaBug 30081: Use itemtype description instead of itemtype...
2022-02-10 Owen LeonardBug 20894: Add barcode size parameters to /svc/barcode
2021-12-16 Tomas Cohen AraziBug 28377: (follow-up) Remove svc/hold/{resume|suspend}
2021-10-28 Tomas Cohen AraziBug 28959: Add virtualshelves.public as a boolean
2021-10-26 Jonathan DruartBug 14957: Fix record preview
2021-10-21 Jonathan DruartBug 17600: Fix imports for svc/letters/preview
2021-10-18 Jonathan DruartBug 28785: Adjust check_cookie_auth calls
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Make parameters a hashref
2021-10-05 Tomas Cohen AraziBug 27944: (QA follow-up) Rename ->open for ->set_pending
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-09-28 Petro VashchukBug 29056: Remove the demo functionality leftovers
2021-08-16 Jonathan DruartBug 24387: Rename "News" with "Additional contents"
2021-07-26 Jonathan DruartBug 17600: Fix other occurrences in svc
2021-07-26 Nick ClemensBug 28750: fix svc/bib_framework
2021-07-26 Nick ClemensBug 28750: (bug 17600 follow-up) Use full routine names...
2021-07-26 Nick ClemensBug 28750: (bug 17600 follow-up) Use full path for...
2021-07-21 Nick ClemensBug 28731: (bug 17600 follow-up) Import necessary subro...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Marcel de RooyBug 20472: Edit URL field on staff form
2021-06-21 Jonathan DruartBug 28271: Preselect the current item lost value
2021-04-30 Jonathan DruartBug 27061: Remove duplicate permission check in svc...
2021-03-01 Nick ClemensBug 26457: Throw exception if update of issues table...
2021-02-12 Nick ClemensBug 27380: Move get_prepped_report to object and use...
2021-01-14 Jonathan DruartBug 11299: Adjust call to check_cookie_auth
2021-01-14 Katrin FischerBug 11299: Fix indirect object notation
2021-01-14 Nick ClemensBug 11299: (QA follow-up) Fix tests, spaces, and CSS...
2021-01-14 Bouzid FerganiBug 11299: Add a button to the biblio edition page...
2021-01-12 Lucas GassBug 27306: Add subtitle to return-claims-table
2020-12-04 Jonathan DruartBug 26976: Display 0 if renewalsallowed is not defined
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Fix params to AddRenewal
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-06 Nicolas LegrandBug 24412: (follow-up) prevent error in svc/holds
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-04 Katrin FischerBug 19351: Add items.copynumber to the checkouts table
2020-11-02 Nick ClemensBug 17515: Order Z3950 server by rank and preserve...
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
2020-10-12 Jonathan DruartBug 26145: Add the ability to upload a cover image...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add confirmation to issues...
2020-09-28 Fridolin SomersBug 26424: Better performance of svc/checkouts
2020-09-03 David CookBug 26331: Make svc/letters/preview executable
2020-09-03 Jonathan DruartBug 24663: Force authentication in svc/records/preview (?)
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-08-24 Jonathan DruartBug 25728: Use a svc script instead of the REST API...
2020-08-20 Marcel de RooyBug 26251: Remove unused routines from svc/split_callnu...
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-04-06 Aleisha AmohiaBug 4461: Fix status and borrowernumber fields in probl...
2020-04-06 Aleisha AmohiaBug 4461: Manage problem reports on the staff client
2020-03-27 Jonathan DruartBug 24964: Do not filter patrons after they have been...
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-18 Lucas GassBug 24456: change default sort orders/make wording...
2020-03-16 Andreas RoussosBug 24827: Standardise on 'UTF-8' as the encoding name
2020-03-04 Jonathan DruartBug 22529: Use new C4::Auth::haspermission from svc...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-11-07 Jonathan DruartBug 23427: Simplify sort logic
2019-11-07 Fridolin SomersBug 23427: Better sorting of previous checkouts
2019-11-07 Fridolin SomersBug 23427: Fix previous checkouts sort order
2019-11-03 Alex ArnaudBug 20194: Display both biblioitems.itemtype and items...
2019-11-03 Lucas GassBug 23862: add enumchron to holds-table
2019-10-31 Kyle M HallBug 14697: Enhance the return claims feature
2019-08-13 Nick ClemensBug 23390: Introduce placeholder syntax for report...
2019-08-05 Ere MaijalaBug 11529: (follow-up) Fix QA issues
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Clean up subtitle usage
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-07-26 Alex ArnaudBug 22249: Mana - Move comment process in a dedicated sub
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-06-20 Julian MauriceBug 23144: (QA follow-up) Fix another POD error in...
2019-06-20 Nick ClemensBug 23144: Replace missing =cut in svc/header
2019-05-15 Aleisha AmohiaBug 7862: Preventing warns when creating a notice
2019-05-09 Andrew IsherwoodBug 7088: Allow renew on hold items with due date
2019-04-25 Nick ClemensBug 14576: Allow arbitrary automatic update of location...
2019-04-11 Owen LeonardBug 22250: Clean up Mana KB integration with serials...
2019-03-09 Martin RenvoizeBug 22483: Restore svc/members/search
2019-03-08 Martin RenvoizeBug 22483: Explicitly ban 'undef' as a valid $flagsrequired
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-21 Jonathan DruartBug 22388: Add missing +x flag to split_callnumbers
2019-01-23 Alex ArnaudBug 17047: add a dedicated page for Mana setup
2019-01-23 Baptiste WojtkowskiBug 17047: SQL reports management with Mana-KB
2019-01-23 morgane alonsoBug 17047: subscriptions management with Mana-KB
2018-11-13 Jonathan DruartBug 15836: Remove debug statement
next