Attachment #174150
Bug 38384: Trigger plugin modules loading as soon as possible in Koha patch 2024-11-07 11:53:53 UTC 1.46 KB no flags Details
Attachment #174264
koha-plugin-fancyplugin from KohaAdvent application/zip 2024-11-08 09:22:25 UTC 13.29 KB no flags Details

Attachment cannot be viewed because its MIME type is not text/*, image/*, or application/vnd.mozilla.*. Download the attachment instead.

Attachment #174265
Test case (script) to reproduce the breaking database transaction text/x-perl-script 2024-11-08 09:23:21 UTC 632 bytes no flags Details
Attachment #174280
Bug 38384: Inline plugin loading into C4::Context's BEGIN block patch 2024-11-08 15:58:03 UTC 4.88 KB no flags Details
Attachment #174282
Bug 38384: Prevent initialization failure by checking for existence of plugin_data first patch 2024-11-08 16:10:42 UTC 5.29 KB no flags Details
Attachment #189636
Bug 38384: Trigger plugin modules loading as soon as possible in Koha patch 2025-11-17 16:36:40 UTC 1.66 KB no flags Details
Attachment #189637
Bug 38384: Inline plugin loading into C4::Context's BEGIN block patch 2025-11-17 16:36:42 UTC 4.80 KB no flags Details
Attachment #189638
Bug 38384: Prevent initialization failure by checking for existence of plugin_data first patch 2025-11-17 16:36:45 UTC 5.35 KB no flags Details
Attachment #189639
Bug 38384: Refactor plugin loading to use lightweight Koha::Plugins::Loader patch 2025-11-17 16:36:47 UTC 20.38 KB no flags Details
Attachment #189640
Bug 38384: Refactor plugin loading to use lightweight Koha::Plugins::Loader patch 2025-11-17 16:41:02 UTC 20.38 KB no flags Details
Attachment #190514
Bug 38384: Trigger plugin modules loading as soon as possible in Koha patch 2025-12-15 16:05:11 UTC 1.77 KB no flags Details
Attachment #190515
Bug 38384: Inline plugin loading into C4::Context's BEGIN block patch 2025-12-15 16:05:19 UTC 4.91 KB no flags Details
Attachment #190516
Bug 38384: Prevent initialization failure by checking for existence of plugin_data first patch 2025-12-15 16:05:21 UTC 5.46 KB no flags Details
Attachment #190517
Bug 38384: Refactor plugin loading to use lightweight Koha::Plugins::Loader patch 2025-12-15 16:05:24 UTC 20.45 KB no flags Details
Attachment #191860
Bug 38384: (follow-up) Move loading into Koha::Plugins BEGIN block patch 2026-01-22 13:53:56 UTC 1.93 KB no flags Details
Attachment #192119
Bug 38384: (follow-up) move require Koha::Plugins to use patch 2026-01-28 14:35:30 UTC 2.26 KB no flags Details
Attachment #192628
Bug 38384: Trigger plugin modules loading as soon as possible in Koha patch 2026-02-06 15:21:49 UTC 1.87 KB no flags Details
Attachment #192629
Bug 38384: Inline plugin loading into C4::Context's BEGIN block patch 2026-02-06 15:21:51 UTC 5.01 KB no flags Details
Attachment #192630
Bug 38384: Prevent initialization failure by checking for existence of plugin_data first patch 2026-02-06 15:21:53 UTC 5.56 KB no flags Details
Attachment #192631
Bug 38384: Refactor plugin loading to use lightweight Koha::Plugins::Loader patch 2026-02-06 15:21:56 UTC 20.58 KB no flags Details
Attachment #192632
Bug 38384: (follow-up) Move loading into Koha::Plugins BEGIN block patch 2026-02-06 15:21:58 UTC 2.09 KB no flags Details
Attachment #192633
Bug 38384: (follow-up) move require Koha::Plugins to use patch 2026-02-06 15:22:00 UTC 2.41 KB no flags Details
Attachment #192662
Bug 38384: Trigger plugin modules loading as soon as possible in Koha patch 2026-02-06 20:58:41 UTC 1.92 KB no flags Details
Attachment #192663
Bug 38384: Inline plugin loading into C4::Context's BEGIN block patch 2026-02-06 20:58:45 UTC 5.06 KB no flags Details
Attachment #192664
Bug 38384: Prevent initialization failure by checking for existence of plugin_data first patch 2026-02-06 20:58:48 UTC 5.61 KB no flags Details
Attachment #192665
Bug 38384: Refactor plugin loading to use lightweight Koha::Plugins::Loader patch 2026-02-06 20:58:51 UTC 20.64 KB no flags Details
Attachment #192666
Bug 38384: (follow-up) Move loading into Koha::Plugins BEGIN block patch 2026-02-06 20:58:55 UTC 2.14 KB no flags Details
Attachment #192667
Bug 38384: (follow-up) move require Koha::Plugins to use patch 2026-02-06 20:58:58 UTC 2.46 KB no flags Details
Attachment #193142
Bug 38384: (QA follow-up) Restore verbose option patch 2026-02-13 17:40:14 UTC 1.81 KB no flags Details
Attachment #193143
Bug 38384: (follow-up) Improve tests for caching patch 2026-02-13 17:40:17 UTC 3.09 KB no flags Details
Attachment #193144
Bug 38384: (follow-up) use Koha::Database in C4::Context patch 2026-02-13 17:40:21 UTC 670 bytes no flags Details
Attachment #193171
Bug 38384: Trigger plugin modules loading as soon as possible in Koha patch 2026-02-16 09:57:06 UTC 2.01 KB no flags Details
Attachment #193172
Bug 38384: Inline plugin loading into C4::Context's BEGIN block patch 2026-02-16 09:57:09 UTC 5.16 KB no flags Details
Attachment #193173
Bug 38384: Prevent initialization failure by checking for existence of plugin_data first patch 2026-02-16 09:57:12 UTC 5.71 KB no flags Details
Attachment #193174
Bug 38384: Refactor plugin loading to use lightweight Koha::Plugins::Loader patch 2026-02-16 09:57:16 UTC 20.72 KB no flags Details
Attachment #193175
Bug 38384: (follow-up) Move loading into Koha::Plugins BEGIN block patch 2026-02-16 09:57:20 UTC 2.23 KB no flags Details
Attachment #193176
Bug 38384: (follow-up) move require Koha::Plugins to use patch 2026-02-16 09:57:23 UTC 2.55 KB no flags Details
Attachment #193177
Bug 38384: (QA follow-up) Restore verbose option patch 2026-02-16 09:57:26 UTC 1.90 KB no flags Details
Attachment #193178
Bug 38384: (follow-up) Improve tests for caching patch 2026-02-16 09:57:29 UTC 3.19 KB no flags Details
Attachment #193179
Bug 38384: (follow-up) use Koha::Database in C4::Context patch 2026-02-16 09:57:32 UTC 765 bytes no flags Details