Bug 28077: Add a colon after the 'Reason' label on edit suggestion page
[koha.git] / Koha / Template /
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-08 Tomas Cohen AraziBug 23830: Adapt callers
2021-01-11 Jonathan DruartBug 27336: Add POD for new package
2021-01-11 Julian MauriceBug 27336: Sanitize correctly HTML id
2020-11-16 Martin RenvoizeBug 27002: Update callers for changed return
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix cases where we expected...
2020-11-06 Martin RenvoizeBug 24665: Add support for filtering by cash register
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) Hide archived registers
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) Unit tests for Registers...
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) Fix Registers Plugin
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) POD Fixes
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Update paycollect to use session register
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-08-25 Jonathan DruartBug 23166: Early return if no set
2020-08-25 Joonas KylmäläBug 23166: (QA follow-up) Add POD text
2020-08-25 Jonathan DruartBug 23166: Call the methods from the .inc
2020-08-13 Nick ClemensBug 21946: Display parent-child relationship on smart...
2020-08-07 Josef MoravecBug 24201: (QA follow-up) Remove unneeded use
2020-08-07 Josef MoravecBug 24201: (QA follow-up) Do not unbless a list from...
2020-08-07 Nicolas LegrandBug 24201: (follow-up) add desk choice with library...
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Rework Desks Plugin
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Use GetLoggedInDeskName
2020-08-07 Nicolas LegrandBug 24201: Attach desk to intranet session
2020-07-23 Martin RenvoizeBug 25765: (QA follow-up) Save a DB hit
2020-07-23 Fridolin SomersBug 25765: Add GetLoggedInBranchname method
2020-06-25 Jonathan DruartBug 24156: Make sort order and number of items to displ...
2020-06-25 Jonathan DruartBug 24156: move ColumnsSettings to TablesSettings
2020-05-12 Martin RenvoizeBug 13547: (follow-up) Improve POD for template plugin
2020-05-12 Nazlı ÇetinBug 13547: (follow-up) Item field 'Materials specified...
2020-05-12 Tomas Cohen AraziBug 25421: Remove use of Koha::Libraries->pickup_locations
2020-03-26 Kyle M HallBug 20415: Add POD
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-26 Fridolin SomersBug 20415: add Koha.ArePluginsEnabled Template Toolkit...
2020-03-25 Agustin MoyanoBug 24455: Add JS functions to format date and datetime...
2020-03-25 Owen LeonardBug 24745: (follow-up) Correct return statement in...
2020-03-25 Owen LeonardBug 24745: OPAC news block plugin should evaluate as...
2020-03-24 Jonathan DruartBug 21503: Restore existing ternary operator logic
2020-03-24 Christopher BrannonBug 21503: Changed logic for checking values
2020-03-24 Christopher BrannonBug 21503: Fix AV to fail to other values
2020-03-23 Jonathan DruartBug 20443: Move C4::Members::AttributeTypes::GetAttribu...
2020-03-16 Fridolin SomersBug 24776: Remove file Koha/Template/Plugin/Borrowers.pm
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Owen LeonardBug 22880: Convert opacheader system preference to...
2020-01-13 Agustin MoyanoBug 24350: (follow-up) Clear Koha::Libraries->pickup_lo...
2020-01-10 Nick ClemensBug 24350: (follow-up) Unbless each library, not the...
2020-01-07 Jonathan DruartBug 24350: Fix Branches.pickup_locations
2020-01-03 Tomas Cohen AraziBug 22284: (QA follow-up) Make pickup locations be...
2019-11-22 Martin RenvoizeBug 24068: (RM follow-up) Enhance the POD
2019-11-22 Jonathan DruartBug 24068: Fix I18 plugin - tnpx must call __npx
2019-11-13 Jonathan DruartBug 24026: (bug 22847 follow-up) Remove c/p issues
2019-11-01 Kyle M HallBug 21824: Add KohaDates method 'output_preference...
2019-11-01 Kyle M HallBug 21824: Add ability to format dates in various forma...
2019-05-09 Jonathan DruartBug 22847: Correctly displayed circ rule values for...
2019-04-25 Jonathan DruartBug 20891: Escape html then JSON
2019-04-18 Owen LeonardBug 22318: Extend Koha news feature to include other...
2019-04-16 Tomas Cohen AraziBug 22688: (QA follow-up) Use search_params as all...
2019-04-16 Kyle M HallBug 22688: TT plugin for pickup locations code wrong
2019-04-16 Josef MoravecBug 22451: Make Asset plugin use Koha::version instead...
2019-04-12 Martin RenvoizeBug 21890: (QA follow-up) Use List::Util::any
2019-04-12 Tomas Cohen AraziBug 21890: Add can_any_reset_password() to the Categori...
2019-03-28 Nick ClemensBug 18213: Add Template plugin and fix for C4/Languages
2019-03-05 Jonathan DruartBug 18925: Fix 'Default checkout, hold policy by patron...
2019-01-25 Kyle M HallBug 7614: Consider transfer limits in Koha::Template...
2018-11-08 Julian MauriceBug 15395: Make QA test script happy
2018-11-08 Julian MauriceBug 15395: Allow correct handling of plural translation
2018-10-18 Nick ClemensBug 21593: Remove GROUP BY from GetAuthValueDropbox
2018-10-03 Jonathan DruartBug 18887: Use get_effective_rule instead of search
2018-10-03 Kyle M HallBug 18887: Add Koha::CirculationRule(s)
2018-10-03 Kyle M HallBug 21352: Allow plugins to add CSS and Javascript...
2018-09-06 Lari TaskulaBug 7534: Use search parameters for Koha::Template...
2018-08-17 Jonathan DruartBug 13618: Add POD to raw.pm
2018-08-17 Jonathan DruartBug 13618: Add the raw TT filter
2018-08-14 Jonathan DruartBug 20226: Centralize update child code (CATCODE_MULTI)
2018-04-13 Jonathan DruartBug 20538: ->tag is private - tell it explicitly
2018-04-13 Julian MauriceBug 20538: Add POD for Asset.pm
2018-04-13 Julian MauriceBug 20538: Fix copyright notice in Asset.pm
2018-04-13 Julian MauriceBug 20538: Remove the need of writing [% KOHA_VERSION...
2018-04-06 Kyle M HallBug 20181: (QA follow-up) Remove double check
2018-04-06 Kyle M HallBug 20181: Add POD for new plugin
2018-04-06 Kyle M HallBug 20181: Allow plugins to add css and javascript...
2018-04-04 Jonathan DruartBug 19578: Remove MARC punctuation in notices (TT syntax)
2018-03-23 Jonathan DruartBug 4078: Pass with_symbol to module
2018-02-17 Jonathan DruartBug 9573: Lost items report - Add items.notforloan...
2018-02-12 Jonathan DruartBug 18403: Only display libraries from group in dropdow...
2018-02-12 Kyle M HallBug 15707: (QA follow-up) Allow object names to be...
2018-02-05 Marcel de RooyBug 20060: Resolve uninitialized warn from Koha::Templa...
2017-11-26 Kyle M HallBug 19655: Make To.json escape doesn't escape newlines...
2017-07-05 Marcel de RooyBug 17843: [QA Follow-up] Some polishing
2017-07-05 Jonathan DruartBug 17843: Replace C4::Koha::getitemtypeinfo with Koha...
2017-06-21 Marc VéronBug 18665 - Translatability: Add tt filter to allow...
2017-05-08 Nick ClemensBug 18512 - GetAuthorisedValues.GetByCode Template...
2017-04-28 Kyle M HallBug 12461 - Add patron clubs feature
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-03-31 Jonathan DruartBug 17847: Replace C4::Koha::GetAuthvalueDropbox with...
2017-03-03 Jonathan DruartBug 16530: Add a new method to the Branches TT Plugin...
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 Jonathan DruartBug 18026: Correct URL to database columns from .pref...
2016-10-28 Jonathan DruartBug 15803: Koha::AuthorisedValues - Remove C4::Koha...
next