Bug 10562: Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl
[koha.git] / tools /
2019-01-25 Jonathan DruartBug 21993: Display a user-friendly message when the...
2019-01-18 Jonathan DruartBug 22002: (bug 21621 follow-up) Re-add GROUP BY in...
2018-12-26 Owen LeonardBug 21695: Clean up access files template
2018-12-19 Nick ClemensBug 22022: Correct ordering for authorised values
2018-12-14 Jonathan DruartBug 21986: Do not escape quotation marks when cataloguing
2018-11-21 Nick ClemensBug 21854: Use template plugin to display category...
2018-11-08 Kyle M HallBug 21413: Inventory - Skip items with waiting holds
2018-11-07 Kyle M HallBug 21408: Inventory - Warn of items possibly scanned...
2018-11-05 Nick ClemensBug 19490: Add a 'Holds' column to the items batchmodif...
2018-10-29 Nick ClemensBug 21242: If not searching for patron, move to log...
2018-10-29 Jonathan DruartBug 21621: Remove incorrect GROUP BY from tools/letter.pl
2018-10-26 Jonathan DruartBug 21635: [sql_modes] Remove GROUP BY clause in batchM...
2018-10-17 Nick ClemensBug 21579: Make showdiffmarc.pl work for authorities...
2018-10-15 BlouBug 21291: (follow-up) Pass subscriptionsnumber to...
2018-10-15 Fridolin SomersBug 20131: Inventory optional filters correct "For...
2018-10-09 Martin RenvoizeBug 11897: Stockrotation
2018-10-01 Katrin FischerBug 15971: Add biblioitems to available fields for...
2018-09-26 Nick ClemensBug 21333: Add ability to add to basket from a new...
2018-09-19 Nick ClemensBug 20564: Don't use system to unzip files
2018-08-31 Jonathan DruartBug 21201: Replace C4::Items::GetItemnumbersForBiblio...
2018-08-30 Jonathan DruartBug 21183: Fix ->get_column call context
2018-08-30 Jonathan DruartBug 21183: Replace C4::Items::GetItemnumberFromBarcode...
2018-08-21 Jonathan DruartBug 21142: Open uploaded files in utf-8 - batch mod/del
2018-08-10 Marcel de RooyBug 19633: Use alphanumeric error codes in upload
2018-08-09 Jonathan DruartBug 21141: Handle non-existent itemnumbers in batch...
2018-07-19 Nick ClemensBug 13560: Add an 'Add' option for marc modification...
2018-07-18 Jonathan DruartBug 20287: Move ModMember to Koha::Patron
2018-05-11 Marcel de RooyBug 20695: Fix multiple upload result in tools/upload...
2018-05-07 Jonathan DruartBug 20305: Remove warnings from tools scripts
2018-05-03 Roch D'AmourBug 11317: (follow-up) Add two-level entry to koha...
2018-05-03 Roch D'AmourBug 11317: Add a way to access files from the intranet
2018-05-03 Josef MoravecBug 20444: Use Koha::Patron::Attribute::Types object...
2018-04-20 Jonathan DruartBug 19974: Make MarkLostItemsAsReturned multiple
2018-04-12 Jonathan DruartBug 17981: Add a preview mode for notice templates
2018-04-09 Jonathan DruartBug 20180: [sql_modes] Remove GROUP BY clause in manage...
2018-04-02 Jonathan DruartBug 20462: Ensure batch item deletion will not delete...
2018-03-28 Jonathan DruartBug 19673: Allow to set patron attributes to 0 with...
2018-03-26 Katrin FischerBug 20067: Fix other checks for linked authorised value...
2018-03-15 Josef MoravecBug 20323: Fix batch patron modification tool
2018-02-16 Jonathan DruartBug 12598: Add use Koha::Patron::debarments statement
2018-02-16 Jonathan DruartBug 12598: Re-add bug 18555: Create patron list from...
2018-02-16 Kyle M HallBug 12598: New misc/import_borrowers.pl command line...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix viewlog when accessed...
2018-02-16 Jonathan DruartBug 18789: Send Koha::Patron object to the templates
2018-02-12 Jonathan DruartBug 18403: Patron reviews
2018-02-12 Jonathan DruartBug 18403: Batch patron modification tool
2018-02-05 Victor GroussetBug 20098: Inventory tool: CVS export: fix itemlost...
2018-02-05 Jenny WayBug 20017: use Modern::Perl in Tools perl scripts
2018-01-19 Marcel de RooyBug 19585: Inventory: Allow additional separators in...
2018-01-15 Mark TompsettBug 19937: Silence warnings t/db_dependent/www/batch.t
2017-12-22 Nick ClemensBug 19621: Use Koha.Preference on template side to...
2017-12-21 Nick ClemensBug 18201: Export data -Fix "Remove non-local items...
2017-11-26 Andreas JonssonBug 19675: Fix update notice templates when they are...
2017-11-08 Marcel de RooyBug 19420: (QA Follow-up) Change in error reporting...
2017-10-27 Jonathan DruartBug 12363: Add a switch to mark|do not mark items as...
2017-09-19 Marcel de RooyBug 18149: Move CountUsage calls to Koha namespace
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-08-25 Jonathan DruartBug 19080: Handle non-existing patrons gratefully
2017-08-25 Marcel de RooyBug 19040: [QA Follow-up] Adjust embed_items parameter...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-08-23 Marcel de RooyBug 19163: Critical typo in stage-marc-import process
2017-08-22 Jonathan DruartBug 17829: (follow-up) Fix import patron
2017-08-15 Marcel de RooyBug 19049: [QA Follow-up] Mock config, default format
2017-08-15 Marcel de RooyBug 19049: Fix regression on stage-marc-import with...
2017-08-10 Alex SassmannshausenBug 19073: (bug 15758 follow-up) Dereference correct...
2017-08-10 Jonathan DruartBug 19074: Do not crash if cardnumber does not exist
2017-08-10 Alex SassmannshausenBug 19074: Fix category display in Batch patron modific...
2017-08-10 Marc VéronBug 18555: (QA-Followup) Remove duplicate code
2017-08-10 Marc VéronBug 18555: Create patron list from patron import
2017-08-09 Fridolin SomersBug 19023 - inventory tool performance
2017-07-25 Jonathan DruartBug 17829: Fix import patron
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-13 Owen LeonardBug 18847 - Add "Save and continue" option to notice...
2017-07-10 Nick ClemensBug 18577 - Importing a batch using a framework not...
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18260: Koha::Biblio - Remove GetBiblio
2017-07-10 Marcel de RooyBug 18277: [QA Follow-up] Additional polishing
2017-07-10 Jonathan DruartBug 18277: Remove GetBiblionumberFromItemnumber - Easy...
2017-06-19 Jonathan DruartBug 18806: Fix batch revert
2017-06-05 Josef MoravecBug 8612: [Follow-up] Make usage and type different...
2017-06-05 Nick ClemensBug 18704 - File types limit in tools/export.pl is...
2017-05-29 Jonathan DruartBug 16295: Fix access to MMT admin page
2017-05-10 Marcel de RooyBug 14399: Results form also needs a few interface...
2017-05-10 Marcel de RooyBug 14399: Numerous small refinements to the inventory...
2017-05-10 Marcel de RooyBug 14399: Prevent display of double zero notforloan...
2017-05-09 Jonathan DruartBug 17762: Update the letter form interface
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-04-13 Marcel de RooyBug 9988: Merge should have a parameter hash
2017-03-31 Fridolin SomersBug 18329 - Batch record deletion broken
2017-03-31 Marcel de RooyBug 12913: [QA Follow-up] Reword 'change item status...
2017-03-31 Fridolin SomersBug 12913 - wrong inventory results when notforloan...
2017-03-31 Jonathan DruartBug 17736: Replace GetReservesFromBiblionumber with...
2017-03-31 Jonathan DruartBug 15498: Let the user choose the CSV profile to expor...
2017-03-30 Jonathan DruartBug 18124: Change the calls to generate and check CSRF...
2017-03-29 Jonathan DruartBug 18312: Fix export unless a file is supplied
2017-03-22 Jonathan DruartBug 18256: Koha::Items - Remove GetItemsCount
2017-03-03 Marcel de RooyBug 18070: [Follow-up] What should DelAuthority return?
2017-03-03 Jonathan DruartBug 16966: move parameters to hashref
2017-03-03 Jonathan DruartBug 16966: Koha::Patrons - Move GetBorrowersWithIssuesH...
2017-03-03 Jonathan DruartBug 18087: Handle invalid filetypes
next