Bug 18789: (follow-up) Use Koha::Patron->image from the templates
[koha.git] / Koha /
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
2017-12-14 Lari TaskulaBug 18330: Add RFC3339 to Koha::DateUtils
2017-12-11 Jonathan DruartBug 19410: (follow-up) Move build_query_params_from_api...
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Julian MauriceBug 19410: Move search_for_api into a Mojo helper
2017-12-11 Lari TaskulaBug 19410: (follow-up) Fix typo in POD
2017-12-11 Tomas Cohen AraziBug 19410: Add Koha::Objects->search_for_api
2017-12-11 Tomas Cohen AraziBug 19370: (QA follow-up) Use OpenAPI's handling of...
2017-12-11 Tomas Cohen AraziBug 19370: Remove undefined variable warning
2017-12-11 Tomas Cohen AraziBug 19370: Add helper function for order_by attribute...
2017-12-11 Tomas Cohen AraziBug 19278: Mention RESTdefaultPageSize in POD
2017-12-11 Jonathan DruartBug 19278: (follow-up) Make the pagination plugin use...
2017-12-11 Tomas Cohen AraziBug 19278: Make the pagination plugin use RESTdefaultPa...
2017-12-11 Tomas Cohen AraziBug 19369: Add helper function for pagination attribute...
2017-12-11 Tomas Cohen AraziBug 19234: (follow-up) Make Query plugin available...
2017-12-11 Tomas Cohen AraziBug 19234: Add query parameters handling helpers
2017-12-11 Tomas Cohen AraziBug 19542: Add a check for ES configuration health
2017-12-11 Nick ClemensBug 19563: (follow-up) Restore checking sort variable
2017-12-11 David GustafssonBug 19563: Generation of sort_fields uses incorrect...
2017-12-11 Jonathan DruartBug 10021: Remove accountlines columns - DBIC Schema...
2017-12-11 Jonathan DruartBug 10021: Drop table notifys and related code
2017-12-07 Marcel de RooyBug 19096: Make Default authoritative in core modules
2017-12-07 Marcel de RooyBug 10306: Core module changes for multiple mappings
2017-12-07 Jonathan DruartBug 19724: DBIC Schema changes
2017-11-26 Nick ClemensBug 19559: Add '-' to list of characters we don't split...
2017-11-26 Kyle M HallBug 19655: Make To.json escape doesn't escape newlines...
2017-11-09 Jonathan DruartBug 7317: DBIC Schema changes
2017-11-09 Tomas Cohen AraziBug 7317: Remove traces of UnmediatedILL
2017-11-09 Tomas Cohen AraziBug 7317: (QA followup) Rename 'branch' for 'library'
2017-11-09 Jonathan DruartBug 7317: Add missing 'use Encode' statement
2017-11-09 Tomas Cohen AraziBug 7317: (QA followup) Fix capitalization and terminol...
2017-11-09 Tomas Cohen AraziBug 7317: Handle missing email addresses gracefuly
2017-11-09 Tomas Cohen AraziBug 7317: (followup) Make tests independent of data...
2017-11-09 Tomas Cohen AraziBug 7317: (QA followup) Get rid of warnings from the...
next