Bug 14608: Move country list to an include file
[koha.git] / C4 /
2017-03-22 Jonathan DruartBug 18094: Only search in searchable patron attributes...
2017-03-22 Marcel de RooyBug 18215: Fix another tls warning
2017-03-22 Jonathan DruartBug 18256: Koha::Items - Remove GetItemsCount
2017-03-22 Baptiste WojtkowskiBUG 8010: Correct a few syntax errors, and moved tests
2017-03-22 Baptiste WojtkowskiAdded a new syspref to Load history to the next user
2017-03-22 Nicolas LegrandBug 18150 - CanItemBeReserved doesn't work with (Indepe...
2017-03-22 Jonathan DruartBug 18242: [SOLUTION 2]Handle correctly move to old_issues
2017-03-22 Jonathan DruartBug 18284: (bug 17196 follow-up) Move biblio metadata...
2017-03-20 Jonathan DruartBug 18275: Do not rely on CGI param userid to log a...
2017-03-03 Colin CampbellBug 16202: GetIssuingCharges should return a collectabl...
2017-03-03 Dimitris KamenopoulosBug 15427 : Enable TLS support for MySQL
2017-03-03 Marcel de RooyBug 18070: Correct error from podchecker on line 1376
2017-03-03 Marcel de RooyBug 18070: [Follow-up] What should DelAuthority return?
2017-03-03 Marcel de RooyBug 18070: Extend sub merge to remove fields for delete...
2017-03-03 Jonathan DruartBug 16966: Koha::Patrons - Move GetBorrowersWithIssuesH...
2017-03-03 Francesco RivettiBug 17941 avoid scanning the full cartesian product
2017-02-27 Kyle M HallRevert "Bug 12461 - Add patron clubs feature"
2017-02-23 Kyle M HallBug 12461 - Add patron clubs feature
2017-02-21 SrdjanBug 16034 follow-up: added WebService::ILS to PerlDepen...
2017-02-21 Luke HonissBug 17865 'If a subscription has no history end date...
2017-02-17 Jonathan DruartBug 17968: Remove useless variable $item_format in...
2017-02-17 Mark TompsettBug 17846: Remove get_infos_of declaration
2017-02-17 Jonathan DruartBug 17846: Remove C4::Koha::get_infos_of
2017-02-17 Jonathan DruartBug 17627: Move C4::Koha::GetItemTypesByCategory to...
2017-02-17 Jonathan DruartBug 17990: Refactor Perl module versions check
2017-02-17 Jonathan DruartBug 17962: TT syntax for notices - Prove that ACQ_NOTIF...
2017-02-14 Marcel de RooyBug 17982: Fix the use of uniq in sub themelanguage
2017-02-14 Kyle M HallBug 18089 - All XSLT testing singleBranchMode = 0 fails...
2017-02-14 Marcel de RooyBug 18014: AddAuthority should respect AUTO_INCREMENT
2017-02-14 Marcel de RooyBug 17512: Improve handling dates in C4::Items
2017-02-07 Lari TaskulaBug 16387: Fix default shortened loan period time
2017-02-07 Mirko TietgenBug 18015 - On shelf holds allowed > "If all unavailabl...
2017-02-07 Chris NighswongerBug 18044: Label Batches not displaying
2017-02-07 Dobrica PavlinusicBug 17775 - Add new user with LDAP not works under...
2017-02-07 BlouBug 15030 - Fixes the serials fields associated with...
2017-02-07 BlouBug 15030 - Certain values in serials' items are lost...
2017-01-30 Katrin FischerBug 17902: Follow-up fixing SQL statement
2017-01-30 Jonathan DruartBug 17902: Fix possible SQL injection in serials editing
2017-01-30 Kyle M HallRevert "Bug 17902: Fix possible SQL injection in serial...
2017-01-30 Jonathan DruartBug 17902: Fix possible SQL injection in serials editing
2017-01-30 Kyle M HallRevert "Bug 17902: Fix possible SQL injection in serial...
2017-01-30 Jonathan DruartBug 17902: Fix possible SQL injection in serials editing
2017-01-30 Jonathan DruartBug 9569: Security patch for AutoLocation
2017-01-30 Jonathan DruartBug 9569: Do not check the IP for login at the OPAC
2017-01-30 Jonathan DruartBug 9569: AutoLocation should not depend on Independent...
2017-01-30 Jonathan DruartBug 9569: Fix AutoLocation - handle .* for subnets
2017-01-30 Jonathan DruartBug 17904: Fix possible SQL injection in late orders
2017-01-30 Jonathan DruartBug 17903: Fix possible SQL injection in serial claims
2017-01-30 Jonathan DruartBug 17900: Fix possible SQL injection in patron cards...
2017-01-30 David CookBug 17986: Perl dependency evaluation incorrect
2017-01-20 Jonathan DruartBug 17588: ->get_issues has been replaced with ->checkouts
2017-01-20 Jonathan DruartBug 17588: get_account_lines->get_balance has been...
2017-01-20 Jonathan DruartBug 17588: Koha::Patrons - Move GetMemberIssuesAndFines
2017-01-20 Jonathan DruartBug 17824: Remove C4::Members::GetBorrowersWhoHaveNever...
2017-01-20 Marcel de RooyBug 17501: Remove Koha::Upload::get from Koha::Upload
2017-01-20 Marcel de RooyBug 17913: [Follow-up] Fix duplicate $9s after merging...
2017-01-20 Marcel de RooyBug 17913: Run perltidy on the inner foreach loop
2017-01-20 Marcel de RooyBug 17913: We always need some housekeeping
2017-01-20 Marcel de RooyBug 17913: Remove possible duplicates in strict merge...
2017-01-20 Marcel de RooyBug 17913: Do not keep a cleared subfield in loose...
2017-01-20 Marcel de RooyBug 17913: Fix the new field tag in merge when changing...
2017-01-20 FrédérickBug 17913: Use AuthorityMergeMode pref in sub merge
2017-01-20 Frédéric DemiansBug 17913: Use replace_with instead of insert_grouped_field
2017-01-20 David CookBug 17880 - Use version.pm to parse version numbers...
2017-01-20 Tomas Cohen AraziBug 17836: (ILSDI) Make GetPatronInfo fill 'charges...
2017-01-20 Jonathan DruartBug 8361: Do not allow checkouts if no rules are defined
2017-01-20 Alex ArnaudBug 17615 - Fix updating borrower attributes in checkpw...
2017-01-19 Kyle M HallBug 17894 - Remove and replace WriteOffFee
2017-01-19 Kyle M HallBug 17894 - Update pay() and use it internally for...
2017-01-18 Jonathan DruartBug 6782: Fix fixup_cardnumber call
2017-01-13 Marcel de RooyBug 17196: [QA Follow-up] Adjust some text on marcxml
2017-01-13 Marcel de RooyBug 17196: [QA Follow-up] Correct POD in ILSDI/Services.pm
2017-01-13 Jonathan DruartBug 17196: Fix - Update metadata on update
2017-01-13 Jonathan DruartBug 17196: Fix query builder for item search
2017-01-13 Jonathan DruartBug 17196: Move marcxml out of the biblioitems table
2017-01-13 Jonathan DruartBug 17629: Koha::Biblio - Remove ModBiblioframework
2017-01-13 Marcel de RooyBug 17486: [QA Follow-up] Changes as to set_userenv
2017-01-13 Jonathan DruartBug 17486: Remove Mozilla Persona
2017-01-13 Olli-Antti KivilahtiBug 14187: branchtransfer needs a primary key (id)...
2017-01-13 Meenakshi.RBug 6782 - Move auto member cardnumber generation to...
2017-01-13 Benjamin RoksethBug 17766 - Patron notification does not work with...
2017-01-12 Kyle M HallBug 15905 - Remove use of makepayment
2017-01-12 Jonathan DruartBug 17234: Need to separate KEY and FOREIGN KEY checks
2017-01-11 Kyle M HallBug 15908 - Remove use of recordpayment_selectaccts
2017-01-11 Kyle M HallBug 15909 - Remove the use of makepartialpayment
2017-01-11 Kyle M HallBug 15898 - Use Koha::Account::pay internally for makep...
2017-01-11 Jonathan DruartBug 17234: Move new subroutines to C4::Installer
2017-01-10 Kyle M HallBug 15897 - Use Koha::Account::pay internally for recor...
2016-12-30 Jonathan DruartBug 17569: Remove C4::Members::GetUpcomingMembershipExpires
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-30 Jonathan DruartBug 17820: use ->find instead of search->next
2016-12-28 Jonathan DruartBug 17679: C4::Circulation - Remove unused GetItemIssues
2016-12-28 Kyle M HallBug 17781 - Improper branchcode set during renewal
2016-12-28 Jonathan DruartBug 17246: Do no support arrayref to define multiple FK
2016-12-23 Jonathan DruartBug 17678: Use Koha::Checkouts instead of Koha::Issues
2016-12-23 Jonathan DruartBug 17678: C4::Circulation - Replace GetIssues with...
2016-12-23 Lyon3 TeamBug 17317: Perfomance Improvement
2016-12-23 Lyon3 TeamBug 17317: ILSDI: Getavailability method with id_type...
2016-12-23 Aleisha AmohiaBug 17208: Checking if classification source or filing...
2016-12-22 Jonathan DruartBug 17764: (bug 17556 follow-up) Fix search for logged...
next