Back to bug 32565
Who | When | What | Removed | Added |
---|---|---|---|---|
nick | 2023-01-04 17:37:24 UTC | CC | nick | |
katrin.fischer | 2023-01-04 18:51:58 UTC | CC | tomascohen | |
daniel.gaghan | 2023-02-14 17:50:58 UTC | CC | daniel.gaghan | |
bugzilla | 2023-03-08 17:30:07 UTC | CC | bugzilla | |
rcoert | 2023-04-05 14:36:13 UTC | CC | rcoert | |
pedro.amorim | 2024-01-22 10:49:16 UTC | Attachment #147659 Attachment is obsolete | 0 | 1 |
pedro.amorim | 2024-01-22 11:21:27 UTC | CC | pedro.amorim | |
katrin.fischer | 2024-01-22 21:14:39 UTC | Version | 22.05 | master |
nick | 2024-01-25 12:32:22 UTC | Status | NEW | Needs Signoff |
nick | 2024-01-25 12:32:25 UTC | Attachment #161232 Attachment is obsolete | 0 | 1 |
Attachment #161231 Attachment is obsolete | 0 | 1 | ||
nick | 2024-01-25 12:32:37 UTC | Assignee | koha-bugs | nick |
nick | 2024-01-25 12:41:47 UTC | See Also | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34676 | |
pedro.amorim | 2024-01-31 12:07:19 UTC | Status | Needs Signoff | Signed Off |
pedro.amorim | 2024-01-31 12:07:22 UTC | Attachment #161393 Attachment is obsolete | 0 | 1 |
pedro.amorim | 2024-01-31 12:07:25 UTC | Attachment #161394 Attachment is obsolete | 0 | 1 |
victor | 2024-02-17 23:54:37 UTC | Comment 15 Tag | 34676 | |
Comment 15 Tag | not | |||
victor | 2024-02-17 23:54:39 UTC | Comment 15 Tag | not | |
victor | 2024-02-17 23:54:40 UTC | Comment 15 Tag | 34676 | |
victor | 2024-02-17 23:54:44 UTC | Comment 15 Tag | 34676_not_3467 | |
victor | 2024-02-18 01:21:31 UTC | Status | Signed Off | Failed QA |
CC | victor | |||
pedro.amorim | 2024-02-19 12:18:17 UTC | Status | Failed QA | Signed Off |
nick | 2024-02-29 15:35:02 UTC | See Also | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32328 | |
pedro.amorim | 2024-03-01 11:41:16 UTC | Attachment #162297 Attachment is obsolete | 0 | 1 |
pedro.amorim | 2024-04-02 14:03:03 UTC | Attachment #161679 Attachment is obsolete | 0 | 1 |
pedro.amorim | 2024-04-02 14:03:06 UTC | Attachment #161680 Attachment is obsolete | 0 | 1 |
pedro.amorim | 2024-04-02 14:03:10 UTC | Attachment #162269 Attachment is obsolete | 0 | 1 |
lisette | 2024-04-08 14:05:28 UTC | CC | lisette.scheer | |
nick | 2024-04-19 11:27:06 UTC | Attachment #164274 Attachment is obsolete | 0 | 1 |
Attachment #164272 Attachment is obsolete | 0 | 1 | ||
Attachment #164273 Attachment is obsolete | 0 | 1 | ||
tomascohen | 2024-04-29 18:45:50 UTC | Status | Signed Off | Passed QA |
tomascohen | 2024-04-29 18:45:53 UTC | Attachment #165169 Attachment is obsolete | 0 | 1 |
Attachment #165167 Attachment is obsolete | 0 | 1 | ||
Attachment #165168 Attachment is obsolete | 0 | 1 | ||
Attachment #165166 Attachment is obsolete | 0 | 1 | ||
nick | 2024-04-30 10:49:09 UTC | Text to go in the release notes | , libraries could run a nightly 'unallocated' cron to select holds for libraries that were not open on the previous day, depending on whether the 'RealTimeHoldsQueue' (RTHQ) system preference is anbled or not. Without RTHQ libraries who want a more static holds queue during the day can run an hourly 'unallocated' cronjob. This will add new holds to the queue as they This ptchset adds a new option "--unallocated" to the build_holds_queue.pl cronjob. This option prevents deletion of the existing queue, and to select holds that have been unsuspended by another cronjob. Current setups will continue to function as before with no change, but libraries may wish to review their options after this upgrade. come in, but allow libraries longer to fill the holds in their existing queue before they move on. The recommendation would then be a nightly full run to rebuild the queue entirely. With RTHQ, and looks for new unassigned holds that may be mapped to available items. There are two intended uses for the option |
|
katrin.fischer | 2024-04-30 11:47:52 UTC | CC | michaela.sieber | |
katrin.fischer | 2024-04-30 12:33:04 UTC | Status | Passed QA | Pushed to main |
Version(s) released in | 24.05.00 | |||
katrin.fischer | 2024-05-08 18:13:37 UTC | Text to go in the release notes | This ptchset adds a new option "--unallocated" to the build_holds_queue.pl cronjob. This option prevents deletion of the existing queue, and to select holds that have been unsuspended by another cronjob. Current setups will continue to function as before with no change, but libraries may wish to review their options after this upgrade. come in, but allow libraries longer to fill the holds in their existing queue before they move on. The recommendation would then be a nightly full run to rebuild the queue entirely. With RTHQ, and looks for new unassigned holds that may be mapped to available items. There are two intended uses for the option, libraries could run a nightly 'unallocated' cron to select holds for libraries that were not open on the previous day, depending on whether the 'RealTimeHoldsQueue' (RTHQ) system preference is anbled or not. Without RTHQ libraries who want a more static holds queue during the day can run an hourly 'unallocated' cronjob. This will add new holds to the queue as they | This patch set adds a new option "--unallocated" to the build_holds_queue.pl cronjob. This option prevents deletion of the existing queue, and to select holds that have been unsuspended by another cronjob. Current setups will continue to function as before with no change, but libraries may wish to review their options after this upgrade. come in, but allow libraries longer to fill the holds in their existing queue before they move on. The recommendation would then be a nightly full run to rebuild the queue entirely. With RTHQ, and looks for new unassigned holds that may be mapped to available items. There are two intended uses for the option, libraries could run a nightly 'unallocated' cron to select holds for libraries that were not open on the previous day, depending on whether the 'RealTimeHoldsQueue' (RTHQ) system preference is enabled or not. Without RTHQ libraries who want a more static holds queue during the day can run an hourly 'unallocated' cronjob. This will add new holds to the queue as they |
katrin.fischer | 2024-05-08 18:30:01 UTC | See Also | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36817 | |
emily.lamancusa | 2024-05-14 19:07:24 UTC | CC | Laura.escamilla | |
emily.lamancusa | 2024-05-14 19:07:55 UTC | CC | sbrown | |
fridolin.somers | 2024-05-24 12:15:16 UTC | CC | fridolin.somers | |
Version(s) released in | 24.05.00 | 24.05.00,23.11.06 | ||
Status | Pushed to main | Pushed to stable | ||
lucas | 2024-05-28 21:15:56 UTC | CC | lucas | |
Version(s) released in | 24.05.00,23.11.06 | 24.05.00,23.11.06,23.05.12 | ||
Status | Pushed to stable | Pushed to oldstable | ||
wainuiwitikapark | 2025-06-24 01:46:29 UTC | CC | wainuiwitikapark | |
Status | Pushed to oldstable | Needs documenting |
Back to bug 32565