Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha.git] / serials /
2020-04-08 Jonathan DruartBug 25081: Fix wrong comment
2020-04-08 Janusz KaczmarekBug 25081: Fix creation of new item for a received...
2020-04-08 Jonathan DruartBug 7046: Preselect dropdown option and prefill input
2020-04-08 Alex BuckleyBug 7046: Implemented subscription renewal dropdown...
2020-03-27 Jonathan DruartBug 23888: Do not allow invalid vendor id on creating...
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-19 Maryse SimardBug 17674: Handling of special cases
2020-03-19 Pierre-Marc ThibaultBug 17674: Allow UI to delete serials in batch
2020-03-02 Jonathan DruartBug 24735: Remove QueryParser-related code
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2019-12-23 Jonathan DruartBug 7047: Change ReNewSubscription prototype - use...
2019-12-23 Alex BuckleyBug 7047: Storing subscription renewal note in suggesti...
2019-10-17 Aleisha AmohiaBug 23435: Add multiple copies of an item when receivin...
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-06-25 Katrin FischerBug 23126: Remove more unnecessary linebreak processing...
2019-06-04 Aleisha AmohiaBug 11492: (follow-up) Don't pass publisheddatetext...
2019-06-04 Aleisha AmohiaBug 11492: Keep routing notes when receiving next serial
2019-05-14 Jonathan DruartBug 22849: Do not share data (Mana) without agreement
2019-03-07 Nick ClemensBug 15774: (follow-up) fix rebase issues
2019-03-07 Jonathan DruartBug 15774: Fix insert and update for subscription
2019-03-07 Jonathan DruartBug 15774: Use the include file to display the subscrip...
2019-03-07 Nick ClemensBug 15774: (follow-up) Address QA issues
2019-03-07 Julian MauriceBug 15774: Show additional field values in edit form
2019-03-07 Julian MauriceBug 15774: Use Koha::Object(s) for additional fields
2019-03-07 Jesse WeaverBug 15774: Add additional fields to order baskets
2019-02-26 Fridolin SomersBug 15149: Serial test prediction pattern does not...
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 21467: Display a summary line per parent_ordernumber
2018-11-13 Jonathan DruartBug 21467: Fix default sort
2018-11-08 Josef MoravecBug 21719: Fix typos
2018-10-24 Nick ClemensBug 21511: (RM follow-up) Use orders.count instead...
2018-10-24 Owen LeonardBug 21511: Don't show acquisition details on subscripti...
2018-10-19 Jonathan DruartBug 21554: Add missing use statement in subscription...
2018-10-17 Jonathan DruartBug 20351: Shortcut serials scripts if a blocking error...
2018-10-17 Katrin FischerBug 21552: Use raw filter for displaying RoutingListNote
2018-09-28 Katrin FischerBug 20241: Fix display of publication year in subscript...
2018-08-30 Jonathan DruartBug 20726: Add acquisition history on the subscription...
2018-08-30 Jonathan DruartBug 21183: Replace C4::Items::GetItemnumberFromBarcode...
2018-05-23 Jonathan DruartBug 20730: Move the authentication block before doing...
2018-04-24 Jonathan DruartBug 7910: Add the ability to renew several subscription...
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-23 Jonathan DruartBug 18426: Make sure the logged in user can edit the...
2018-04-23 Julian MauriceBug 18426: Allow to edit subscriptions in batch
2018-04-19 Jonathan DruartBug 18327: Same change for serials-edit
2018-04-19 Jonathan DruartBug 18327: Add the ability to set the received date...
2018-03-26 Victor GroussetBug 20461: Serials: fix ignored params in subscription...
2018-03-23 Jonathan DruartBug 18255: Koha::Biblio - Replace GetBiblioItemByBiblio...
2018-02-05 Jenny WayBug 20015: use Modern::Perl in Serials perl script
2017-12-21 Jonathan DruartBug 19315: Prevent crash if no items and not library...
2017-12-14 Owen LeonardBug 19767: Remove unused serial-issues.pl script
2017-10-25 Aleisha AmohiaBug 18184: Show frequency and numbering pattern info...
2017-10-06 Marcel de RooyBug 19315: [QA Follow-up] Trivial edits
2017-10-06 Nick ClemensBug 19315: Use bibnum instead of biblionumber in routin...
2017-09-29 Fridolin SomersBug 19323: subscription edit permission issue
2017-08-25 Tomas Cohen AraziBug 19130: (followup) Controller scripts should preserv...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18260: Koha::Biblio - Remove GetBiblio
2017-06-05 Josef MoravecBug 8612: [Follow-up] Make usage and type different...
2017-06-05 BlouBug 8612: Use CSV profile for exporting basket
2017-05-19 Marcel de RooyBug 18536: [QA Follow-up] Tiny regex simplification
2017-05-19 Josef MoravecBug 18536: Generating CSV using profile in serials...
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-03-31 Aleisha AmohiaBug 18181: Can't tell which subscriptions already have...
2017-03-31 Marcel de RooyBug 17866: [QA Follow-up] Reword message for missing...
2017-03-31 Marcel de RooyBug 17736: [Follow-up] Rename to current_holds
2017-03-31 Jonathan DruartBug 17736: Replace GetReservesFromBiblionumber with...
2016-12-30 Jonathan DruartBug 13726: Fix for serials/acqui-search-result.pl
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-10-28 Jonathan DruartBug 15803: Koha::AuthorisedValues - Remove C4::Koha...
2016-10-28 Jonathan DruartBug 13321: Rename variables
2016-10-11 Jonathan DruartBug 17248 - Koha::AuthorisedValues - Remove GetKohaAuth...
2016-09-13 Nick ClemensBug 17295 - Missed variable removal in subscription...
2016-09-12 Julian MauriceBug 7677: QA followup
2016-09-12 Kyle M HallBug 7677 [QA Followup] - Replace GetItemnumberFromSeria...
2016-09-12 Matthias MeusburgerBug 7677 [Follow-up]: New areas in subscriptions and...
2016-09-12 Jonathan DruartBug 7677: FIX QA issues
2016-09-12 Matthias MeusburgerBZ7677: New areas in subscriptions and new functions...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace C4::Categ...
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove the residue
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfile
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfiles
2016-07-15 Jonathan DruartBug 12178: Update serial status to "claimed" when expor...
2016-04-26 Jonathan DruartBug 16154: Fix some other occurrences
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Manual changes
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
next