Bug 19584: Replace label Status by Not for loan
[koha.git] / Koha /
2018-03-23 Marcel de RooyBug 19929: (QA follow-up) Fix POD
2018-03-23 Nick ClemensBug 19929: Add Koha objects for class sources and sorters
2018-03-23 Jonathan DruartBug 4078: Add the ability to display and configure...
2018-03-23 Jonathan DruartBug 4078: Pass with_symbol to module
2018-03-23 Jonathan DruartBug 4078: DBIC Schema changes
2018-03-19 Mark TompsettBug 18570: Send Password Reset Emails immediately
2018-03-15 Tomas Cohen AraziBug 20167: Make changing a hold pass the itemnumber...
2018-02-26 Jonathan DruartBug 20199: Send a DateTime to DBIC instead of an iso...
2018-02-23 Tomas Cohen AraziBug 12001: (QA follow-up) Explicit return
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountBalance to Koha::Accoun...
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2018-02-19 Tomas Cohen AraziBug 18336: (follow-up) Shift TINYTEXT columns
2018-02-18 Jonathan DruartBug 17672: DBIC Schema changes
2018-02-18 Jonathan DruartBug 20145: Do not insert 0000-00-00 in patron tests...
2018-02-17 Jonathan DruartBug 9573: Lost items report - Add items.notforloan...
2018-02-16 Jonathan DruartBug 18336: DBIC Schema changes
2018-02-16 Tomas Cohen AraziBug 18336: DBIC update
2018-02-16 Tomas Cohen AraziBug 18336: SET NAMES utf8mb4 in Koha::Database
2018-02-16 Kyle M HallBug 20004: Fix POD
2018-02-16 Tomas Cohen AraziBug 20004: Adapt /v1/cities to new naming guidelines
2018-02-16 Jonathan DruartBug 20229: Explicitly list the SQL modes we support
2018-02-16 Tomas Cohen AraziBug 19686: (follow-up) Add to_api param for completeness
2018-02-16 Tomas Cohen AraziBug 19686: Add objects.search a 'to_model' param
2018-02-16 Jonathan DruartBug 12598: Remove warnings from tests and make them...
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 Colin CampbellBug 12598: Allow matched patron to be updated
2018-02-16 Jonathan DruartBug 12598: Re-add some missing stuffs
2018-02-16 Jonathan DruartBug 12598: Fix conflict with 17829 - GetMember
2018-02-16 Jonathan DruartBug 12598: Fix conflict with bug 16911
2018-02-16 Jonathan DruartBug 12598: Update code to use new modules
2018-02-16 Kyle M HallBug 12598: New misc/import_borrowers.pl command line...
2018-02-16 Jonathan DruartBug 18789: Add POD for is_adult and is_child
2018-02-16 Jonathan DruartBug 18789: (follow-up) Use Koha::Patron->image from...
2018-02-16 Jonathan DruartBug 18789: Add tests for is_adult and is_child
2018-02-16 Jonathan DruartBug 20182: [sql_modes] Remove group by clause in search...
2018-02-16 Jonathan DruartBug 20176: [sql_modes] Set biblio.datecreated to NOW...
2018-02-13 Jonathan DruartBug 20144: DBIC Schema changes
2018-02-13 Marcel de RooyBug 19301: (QA follow-up) Add POD, use statements and...
2018-02-13 Jonathan DruartBug 19301: Move C4::Reserves::OnShelfHoldsAllowed to...
2018-02-13 Alex ArnaudBug 4319: (QA follow-up) Rename hasItemswaitingOrInTran...
2018-02-13 Alex ArnaudBug 4319: [OPAC] Allow holds on waiting/transit items
2018-02-12 Jonathan DruartBug 18403: Fix perlcritic on Koha::Patron
2018-02-12 Jonathan DruartBug 18403: rename Koha::Patron->can to has_permission
2018-02-12 Jonathan DruartBug 20175: DBRev 17.12.00.013
2018-02-12 Kyle M HallBug 20157: DBIC Schema changes
2018-02-12 Kyle M HallBug 20157: Use group 'features' to decide which groups...
2018-02-12 Jonathan DruartBug 20133: Enable/disable the "Hide patron information...
2018-02-12 Jonathan DruartBug 20133: DBIC Schema changes
2018-02-12 Kyle M HallBug 18403: Fix error triggered by subgroups being added...
2018-02-12 Jonathan DruartBug 18403: Deal with the DB user
2018-02-12 Jonathan DruartBug 18403: REST API - patrons endpoint
2018-02-12 Jonathan DruartBug 18403: Article requests
2018-02-12 Jonathan DruartBug 18403: Patron discharges
2018-02-12 Jonathan DruartBug 18403: Patron reviews
2018-02-12 Jonathan DruartBug 18403: Patron modification requests
2018-02-12 Jonathan DruartBug 18403: Add new method Koha::Patron->can_see_patrons...
2018-02-12 Jonathan DruartBug 18403: Refactor and add Koha::Patron->libraries_whe...
2018-02-12 Jonathan DruartBug 18403: Add new methods Koha::Patrons->search_limite...
2018-02-12 Jonathan DruartBug 18403: Use patron-title.inc when hidepatronname...
2018-02-12 Jonathan DruartBug 18403: Only display libraries from group in dropdow...
2018-02-12 Jonathan DruartBug 18403: Add new method Koha::Patron->can_see_patron_info
2018-02-12 Jonathan DruartBug 18403: Add new method Koha::Library::Group->has_child
2018-02-12 Jonathan DruartBug 18403: Add new method Koha::Library->library_group
2018-02-12 Jonathan DruartBug 16735: DBIC Schema files
2018-02-12 Jonathan DruartBug 16735: Fix POD format for Koha::Library::Groups...
2018-02-12 Tomas Cohen AraziBug 16735: (QA follow-up) POD fixes
2018-02-12 Kyle M HallBug 16735: Use libraries in all subgroups, not just...
2018-02-12 Kyle M HallBug 16735: Migrate library search groups into the new...
2018-02-12 Kyle M HallBug 16735: Remove modules no longer needed
2018-02-12 Jonathan DruartBug 15707: DBIC Schema files
2018-02-12 Kyle M HallBug 15707: Switch datetimes to timestamps
2018-02-12 Kyle M HallBug 15707: (QA follow-up) Allow object names to be...
2018-02-12 Kyle M HallBug 15707: (QA follow-up) Fix UI issues
2018-02-09 Jonathan DruartBug 15707: Fix conflict with bug 15446 (type vs _type)
2018-02-09 Kyle M HallBug 15707: Add Koha::Library::Group(s) modules
2018-02-08 Tomas Cohen AraziBug 20134: Remove /api/v1/app.pl from the generated...
2018-02-05 Marcel de RooyBug 20060: Resolve uninitialized warn from Koha::Templa...
2018-01-30 Julian MauriceBug 16213: Allow to select hold's itemtype when using API
2018-01-23 Kyle M HallBug 18477: Populate article_requests table values for...
2018-01-19 Jonathan DruartBug 15770: Do not format numbers if too big
2018-01-19 Jonathan DruartBug 20001: Fix confusion between array and arrayref
2018-01-15 Nick ClemensBug 19580: Exclude period as splitting character for...
2018-01-09 Jonathan DruartBug 17833: Make sure this warning will not be ignored
2018-01-09 Olli-Antti KivilahtiBug 17833: Add a warning if memcached init failed
2018-01-02 Jonathan DruartBug 19304: Move C4::Members::GetNoticeEmailAddress...
2018-01-02 Jonathan DruartBug 19303: Move C4::Members::GetFirstValidEmailAddress...
2018-01-02 Jonathan DruartBug 19300: Replace C4::Reserves::OPACItemHoldsAllowed
2018-01-02 Jonathan DruartBug 19300: Replace C4::Reserves::OPACItemHoldsAllowed...
2017-12-26 Jonathan DruartBug 19826: Add tests
2017-12-26 Tomas Cohen AraziBug 19826: Add K::Acq::Budget(s) and K::Acq::Fund(s)
2017-12-22 Josef MoravecBug 19828: (QA follow-up) Fix rethrowing exception...
2017-12-22 Tomas Cohen AraziBug 19828: Make Koha::Object->store translate DBIC...
2017-12-22 Jonathan DruartBug 19760: Die if koha-conf is not accessible
2017-12-21 Julian MauriceBug 19725: OAI-PMH - Use biblio_metadata.timestamp
2017-12-21 Jonathan DruartBug 19599: Speed anonymise_issue_history up
2017-12-21 Jonathan DruartBug 19830: Add the Koha::Patron->old_checkouts method
2017-12-21 Nick ClemensBug 18201: Export data -Fix "Remove non-local items...
2017-12-18 Jonathan DruartBug 18330: (follow-up) Do not return undef explicitely
2017-12-14 Lari TaskulaBug 18330: Handle date-time in Koha::Object->TO_JSON
next