Obsolete attachments are hidden. To view all attachments (including obsolete) click here.
Attachment #101246
Bug 23463: Replace SearchItemsByField by SearchItems patch 2020-03-20 15:12:45 UTC 2.37 KB no flags Details
Attachment #101247
Bug 23463: Remove uneeded SearchItemsByField subroutine patch 2020-03-20 15:12:49 UTC 1.41 KB no flags Details
Attachment #101248
Bug 23463: fix for testbuilder - set default value items.damaged=0 patch 2020-03-20 15:12:53 UTC 868 bytes no flags Details
Attachment #101249
Bug 23463: Replace AddItem calls with Koha::Item->store patch 2020-03-20 15:12:57 UTC 77.49 KB no flags Details
Attachment #101250
Bug 23463: Remove _set_defaults_for_add patch 2020-03-20 15:13:01 UTC 2.43 KB no flags Details
Attachment #101251
Bug 23463: Replace _set_derived_columns_for_add patch 2020-03-20 15:13:05 UTC 2.15 KB no flags Details
Attachment #101252
Bug 23463: AddItem removing patch 2020-03-20 15:13:08 UTC 5.21 KB no flags Details
Attachment #101253
Bug 23463: Replace ModItem with Koha::Item->store patch 2020-03-20 15:13:13 UTC 49.58 KB no flags Details
Attachment #101254
Bug 23463: remove trivial UpdateHoldingbranch sub patch 2020-03-20 15:13:16 UTC 1.77 KB no flags Details
Attachment #101255
Bug 23463: Move plugin hook patch 2020-03-20 15:13:20 UTC 3.14 KB no flags Details
Attachment #101256
Bug 23463: _set_derived_columns_for_mod was only used for cn_sort patch 2020-03-20 15:13:24 UTC 4.12 KB no flags Details
Attachment #101257
Bug 23463: _do_column_fixes_for_mod dealt with integer location and timestamp moved patch 2020-03-20 15:13:28 UTC 2.19 KB no flags Details
Attachment #101258
Bug 23463: Remove _mod_item_dates patch 2020-03-20 15:13:32 UTC 1.65 KB no flags Details
Attachment #101259
Bug 23463: Remove ModItem patch 2020-03-20 15:13:36 UTC 3.02 KB no flags Details
Attachment #101260
Bug 23463: Remove DelItem patch 2020-03-20 15:13:39 UTC 7.56 KB no flags Details
Attachment #101261
Bug 23463: Remove DelItemCheck and ItemSafeToDelete patch 2020-03-20 15:13:43 UTC 16.03 KB no flags Details
Attachment #101262
Bug 23463: Remove no longer needed subs related to default values patch 2020-03-20 15:13:47 UTC 19.50 KB no flags Details
Attachment #101263
Bug 23463: Fix CancelReceipt.t patch 2020-03-20 15:13:51 UTC 4.20 KB no flags Details
Attachment #101264
Bug 23463: Fix failing tests patch 2020-03-20 15:13:55 UTC 1.60 KB no flags Details
Attachment #101265
Bug 23463: Getting less item-level_itypes warnings (?) patch 2020-03-20 15:13:59 UTC 1.92 KB no flags Details
Attachment #101266
Bug 23463: Fix AutomaticItemModificationByAge.t patch 2020-03-20 15:14:03 UTC 903 bytes no flags Details
Attachment #101267
Bug 23463: update permanent_location if location has been updated patch 2020-03-20 15:14:07 UTC 3.05 KB no flags Details
Attachment #101268
Bug 23463: Fix items.cn_source vs cn_source patch 2020-03-20 15:14:11 UTC 2.04 KB no flags Details
Attachment #101269
Bug 23463: build cn_sort only if needed patch 2020-03-20 15:14:15 UTC 1.36 KB no flags Details
Attachment #101270
Bug 23463: Replace recently added occurrences patch 2020-03-20 15:14:19 UTC 3.73 KB no flags Details
Attachment #101271
Bug 23463: cn_sort needs to be updated if cn_source changed patch 2020-03-20 15:14:23 UTC 1.02 KB no flags Details
Attachment #101272
Bug 23463: (follow-up) Remove DelItemCheck and ItemSafeToDelete patch 2020-03-20 15:14:27 UTC 1.74 KB no flags Details
Attachment #101273
Bug 23463: Fix timestamp default value patch 2020-03-20 15:14:31 UTC 1.39 KB no flags Details
Attachment #101274
Bug 23463: Move DelItem.t and Items_DelItemCheck.t tests to a Koha/Item.t subtest patch 2020-03-20 15:14:35 UTC 9.51 KB no flags Details
Attachment #101275
Bug 23463: (follow-up) Fix timestamp default value patch 2020-03-20 15:14:39 UTC 2.15 KB no flags Details
Attachment #101276
Bug 23463: Fix safe_return return value in deletion tools patch 2020-03-20 15:14:43 UTC 1.62 KB no flags Details
Attachment #101277
Bug 23463: Fix tests patch 2020-03-20 15:14:47 UTC 6.20 KB no flags Details
Attachment #101278
Bug 23463: Fix IsItemIssued.t patch 2020-03-20 15:14:51 UTC 1.16 KB no flags Details
Attachment #101279
Bug 23463: Fix cn_source for new item patch 2020-03-20 15:14:55 UTC 2.25 KB no flags Details
Attachment #101280
Bug 23463: Fix XSLT.t patch 2020-03-20 15:14:59 UTC 1.62 KB no flags Details
Attachment #101281
Bug 23463: Replace new occurrence of AddItem patch 2020-03-20 15:15:03 UTC 1.51 KB no flags Details
Attachment #101282
Bug 23463: Use new method Koha::Object->set_or_blank patch 2020-03-20 15:15:07 UTC 7.39 KB no flags Details
Attachment #101283
Bug 23463: (follow-up 2) Fix timestamp default value patch 2020-03-20 15:15:11 UTC 1019 bytes no flags Details
Attachment #101284
Bug 23463: Fix items.cn_sort vs cn_sort patch 2020-03-20 15:15:15 UTC 1.95 KB no flags Details
Attachment #101413
Bug 23463: Replace a new occurrence of ModItem patch 2020-03-23 10:35:04 UTC 1.12 KB no flags Details
Attachment #101414
Bug 23463: Fix CourseReserves/CourseItems.t patch 2020-03-23 10:35:11 UTC 975 bytes no flags Details
Attachment #101415
Bug 23463: (RM follow-up) Add try block around Illrequest item creation patch 2020-03-23 10:36:38 UTC 1.17 KB no flags Details
Attachment #101416
Bug 23463: Fix wrong variable name patch 2020-03-23 10:37:24 UTC 1.17 KB no flags Details
Attachment #101432
Bug 23463: Fix selenium tests (highlight a bug in date management) patch 2020-03-23 12:14:45 UTC 2.17 KB no flags Details
Attachment #102071
Bug 23463: (follow-up 3) Fix timestamp default value patch 2020-03-30 09:28:16 UTC 2.34 KB no flags Details
Attachment #103129
Bug 23463: Remove double store call patch 2020-04-17 08:42:58 UTC 920 bytes no flags Details