Obsolete attachments are hidden. To view all attachments (including obsolete) click here.
Attachment #194045
Bug 10190: DB migration for overduerules patch 2026-02-27 07:14:37 UTC 15.86 KB no flags Details
Attachment #194046
Bug 10190: DBIC Schema update patch 2026-02-27 07:14:40 UTC 9.36 KB no flags Details
Attachment #194047
Bug 10190: Remove OverdueRule Koha Objects patch 2026-02-27 07:14:43 UTC 2.96 KB no flags Details
Attachment #194048
Bug 10190: Fix unit test to exclude _X_ rules patch 2026-02-27 07:14:46 UTC 1.07 KB no flags Details
Attachment #194049
Bug 10190: Add support for incrementable circulation rules patch 2026-02-27 07:14:49 UTC 5.32 KB no flags Details
Attachment #194050
Bug 10190: Update GetBranchcodesWithOverdueRules to use CirculationRules patch 2026-02-27 07:14:52 UTC 5.14 KB no flags Details
Attachment #194051
Bug 10190: Rework logic of overdue_notices patch 2026-02-27 07:14:55 UTC 45.28 KB no flags Details
Attachment #194052
Bug 10190: Let the circulation_rules endpoint accept query parameters patch 2026-02-27 07:14:58 UTC 1.71 KB no flags Details
Attachment #194053
Bug 10190: Complete Vue.js rewrite of Circulation Triggers administration interface patch 2026-02-27 07:15:01 UTC 150.63 KB no flags Details
Attachment #194054
Bug 10190: Update has_restricting_overdues to refer to circulation rules patch 2026-02-27 07:15:04 UTC 7.34 KB no flags Details
Attachment #194055
Bug 10190: Migrate MarkIssueReturned test to circulation rules patch 2026-02-27 07:15:07 UTC 3.79 KB no flags Details
Attachment #194056
Bug 10190: Remove old overduerules interface patch 2026-02-27 07:15:10 UTC 33.55 KB no flags Details
Attachment #194057
Bug 10190: Update itiva script to reflect move to circ_rules patch 2026-02-27 07:15:13 UTC 4.77 KB no flags Details
Attachment #194058
Bug 10190: Comprehensive Cypress tests for Circulation Triggers UI patch 2026-02-27 07:15:16 UTC 41.52 KB no flags Details
Attachment #194059
Bug 10190: (QA follow-up): Fix removal of tables patch 2026-02-27 07:15:19 UTC 984 bytes no flags Details
Attachment #194060
Bug 10190: (follow-up) Complete Vue.js rewrite of Circulation Triggers administration interface patch 2026-02-27 07:15:22 UTC 15.18 KB no flags Details
Attachment #194061
Bug 10190: fix permissions patch 2026-02-27 07:15:25 UTC 13.76 KB no flags Details
Attachment #194062
Bug 10190: remove circ triggers link from tools menu patch 2026-02-27 07:15:28 UTC 1.29 KB no flags Details
Attachment #194063
Bug 10190: refactor to remove redundant try..catch patch 2026-02-27 07:15:30 UTC 5.83 KB no flags Details
Attachment #194064
Bug 10190: (QA follow-up) fix unix permissions on bug_10190.pl patch 2026-02-27 07:15:33 UTC 582 bytes no flags Details
Attachment #194065
Bug 10190: (QA follow-up) fix unix permissions on circulation_triggers.pl patch 2026-02-27 07:15:36 UTC 525 bytes no flags Details
Attachment #194066
Bug 10190: (QA follow-up) add new line at end of MessageTransportType.pm patch 2026-02-27 07:15:39 UTC 750 bytes no flags Details
Attachment #194067
Bug 10190: (QA follow-up) amend copyright statement patch 2026-02-27 07:15:42 UTC 951 bytes no flags Details
Attachment #194068
Bug 10190: (QA follow-up) typo patch 2026-02-27 07:15:45 UTC 1.42 KB no flags Details
Attachment #194069
Bug 10190: enhance trigger context display in modal patch 2026-02-27 07:15:48 UTC 2.50 KB no flags Details
Attachment #194070
Bug 10190: (QA follow-up) add missing filter patch 2026-02-27 07:15:51 UTC 1.43 KB no flags Details
Attachment #194071
Bug 10190: trigger add/edit form UI/UX enhancements patch 2026-02-27 07:15:54 UTC 5.49 KB no flags Details
Attachment #194072
Bug 10190: (QA follow-up) swap undef for all in update db output patch 2026-02-27 07:15:57 UTC 3.11 KB no flags Details
Attachment #194073
Bug 10190: prevent duplicate ruleset load patch 2026-02-27 07:15:59 UTC 2.91 KB no flags Details
Attachment #194074
Bug 10190: Deprecate permission patch 2026-02-27 07:16:02 UTC 7.12 KB no flags Details
Attachment #194075
Bug 10190: rewrite atomicupdate with correct 1:1 rule migration patch 2026-02-27 07:16:05 UTC 18.47 KB no flags Details
Attachment #194076
Bug 10190: fix three regressions in overdue_notices.pl patch 2026-02-27 07:16:08 UTC 2.89 KB no flags Details
Attachment #194077
Bug 10190: fix four more issues spotted in the overdues script patch 2026-02-27 07:16:11 UTC 3.34 KB no flags Details
Attachment #194078
Bug 10190: correction to x-koha-authorization on /circulation_rules/config patch 2026-02-27 07:16:14 UTC 1.12 KB no flags Details
Attachment #194079
Bug 10190: three minor issues patch 2026-02-27 07:16:17 UTC 2.67 KB no flags Details
Attachment #194080
Bug 10190: remove has_rules sentinel from circulation_rules table patch 2026-02-27 07:16:20 UTC 12.77 KB no flags Details
Attachment #194081
Bug 10190: fix NaN trigger number when adding first rule for a library patch 2026-02-27 07:16:23 UTC 1.40 KB no flags Details
Attachment #194082
Bug 10190: warn when no default triggers exist and show libraries with rules patch 2026-02-27 07:16:26 UTC 5.95 KB no flags Details
Attachment #194083
Bug 10190: Fix test count in overdues.t patch 2026-02-27 07:16:29 UTC 644 bytes no flags Details
Attachment #194084
Bug 10190: fix failing Permissions.t and overhaul CirculationTriggers Cypress spec patch 2026-02-27 07:16:32 UTC 45.99 KB no flags Details
Attachment #194085
Bug 10190: Patron categories fetch shouldn't require full manage permission patch 2026-02-27 07:16:35 UTC 903 bytes no flags Details
Attachment #194086
Bug 10190: Fix permission mismatch on /circulation_rules/config endpoint patch 2026-02-27 07:16:37 UTC 1.11 KB no flags Details
Attachment #194087
Bug 10190: (QA follow-up) Fix six issues reported during QA patch 2026-02-27 07:16:40 UTC 11.22 KB no flags Details
Attachment #194088
Bug 10190: Enforce manage_circ_rules_from_any_libraries permission patch 2026-02-27 07:16:43 UTC 18.07 KB no flags Details
Attachment #194090
Bug 10190: Center tables in add modal patch 2026-02-27 08:02:12 UTC 1.79 KB no flags Details
Attachment #194094
Bug 10190: Fix patron_categories permission format patch 2026-02-27 10:11:50 UTC 1.08 KB no flags Details