← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
02:08 | darkharmony9999[m] joined #koha | |
03:11 | kohails joined #koha | |
03:12 | kohails | hello |
03:14 | Why i can not import marc framework? | |
03:15 | tamirci[m] joined #koha | |
03:22 | kohails | another problem: I have import sample data. but in Administration > Basic parameters > Libraries page, I can not find any library data. Why? |
03:48 | irma joined #koha | |
04:18 | jpahd[m] joined #koha | |
05:49 | dcook joined #koha | |
05:49 | * dcook | waves |
05:50 | reiveune joined #koha | |
05:51 | reiveune | hello |
05:51 | wahanui | hey, reiveune |
06:01 | dcook | Well I tried to work on 3 bugs.. heh. Only progressed one really. Better than nothing O_O. |
06:01 | Hope everyone has a good Friday. Weekend time here :D | |
06:14 | kohails | 有中国的爱好者么? |
06:21 | marcelr joined #koha | |
06:21 | marcelr | hi #koha |
06:29 | black23[m] joined #koha | |
06:30 | cait joined #koha | |
06:31 | cait1 joined #koha | |
06:57 | alex_a joined #koha | |
06:57 | alex_a | Bonjour |
07:00 | Jeremy_b joined #koha | |
07:02 | lds joined #koha | |
07:20 | marcelr | @later tell Joubu Is replacing a comma a new feature? |
07:20 | huginn` | marcelr: The operation succeeded. |
08:19 | Joubu | marcelr: not really |
08:38 | marcelr | see dashboard |
08:38 | it used to be different | |
08:39 | ah enh | |
10:10 | alex_a joined #koha | |
10:23 | oleonard | o/ |
10:24 | tuxayo joined #koha | |
10:31 | khall joined #koha | |
10:33 | SlackIntegration[m] joined #koha | |
10:58 | kellym joined #koha | |
11:24 | koha-jenkins | Project Koha_21.05_D11 build #82: SUCCESS in 37 min: https://jenkins.koha-community[…]oha_21.05_D11/82/ |
11:26 | Project Koha_21.05_U18 build #63: SUCCESS in 36 min: https://jenkins.koha-community[…]oha_21.05_U18/63/ | |
11:33 | oleonard | If any smart folks have a chance to look at my comment on Bug 22115 I'd appreciate it. |
11:33 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=22115 minor, P5 - low, ---, koha-bugs, NEW , Table of checkouts doesn't respect CurrencyFormat setting |
11:46 | koha-jenkins | Project Koha_21.05_D9 build #66: SUCCESS in 59 min: https://jenkins.koha-community[…]Koha_21.05_D9/66/ |
11:47 | khall joined #koha | |
11:49 | koha-jenkins | Project Koha_21.05_U20 build #70: SUCCESS in 1 hr 0 min: https://jenkins.koha-community[…]oha_21.05_U20/70/ |
11:53 | khall joined #koha | |
11:58 | koha-jenkins | Project Koha_21.05_U20 build #71: SUCCESS in 32 min: https://jenkins.koha-community[…]oha_21.05_U20/71/ |
12:02 | Project Koha_21.05_U16 build #65: SUCCESS in 1 hr 12 min: https://jenkins.koha-community[…]oha_21.05_U16/65/ | |
12:04 | Project Koha_21.05_U_Stable build #63: SUCCESS in 40 min: https://jenkins.koha-community[…]1.05_U_Stable/63/ | |
12:35 | Project Koha_21.05_U16 build #66: SUCCESS in 36 min: https://jenkins.koha-community[…]oha_21.05_U16/66/ | |
12:44 | Project Koha_21.05_U18 build #64: SUCCESS in 58 min: https://jenkins.koha-community[…]oha_21.05_U18/64/ | |
12:48 | Project Koha_21.05_D11 build #83: SUCCESS in 59 min: https://jenkins.koha-community[…]oha_21.05_D11/83/ | |
13:07 | ashimema joined #koha | |
13:08 | koha-jenkins | Project Koha_21.05_U20 build #72: SUCCESS in 33 min: https://jenkins.koha-community[…]oha_21.05_U20/72/ |
13:09 | Joubu | Any goos ideas for bug 29020? |
13:09 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29020 normal, P5 - low, ---, koha-bugs, In Discussion , Missing Background jobs link in admin-home |
13:09 | Joubu | good* |
13:11 | tcohen | right now they are on an admin page, right? (i.e. not in about/status) |
13:12 | I'd add a 'Server status' entry to the main admin page, pointing to the (only) thing we have now, the running tasks | |
13:12 | AndrewFH joined #koha | |
13:12 | tcohen | and we could later move some stuffs from about.pl to this Server status page |
13:12 | (ES running, some statistics, etc) | |
13:16 | koha-jenkins | Project Koha_21.05_D9 build #67: SUCCESS in 1 hr 14 min: https://jenkins.koha-community[…]Koha_21.05_D9/67/ |
13:17 | Joubu | tcohen: the problem is the permission. Some users (manage_background_jobs subperm) can have access to all the tasks. However a user who enqueued a job need an access as well, to its own jobs |
13:17 | and right now we don't have any links | |
13:17 | you only see a "see your background job status" after you enqueued a job | |
13:17 | tcohen | the link should always exist? And the page only display allowed tasks? |
13:17 | Joubu | with a "back to the list" link |
13:18 | see comment 4 | |
13:19 | tcohen | bug #? |
13:20 | found it, sorry | |
13:22 | Dyrcona joined #koha | |
13:22 | tcohen | I think users should be able to see the status of the background jobs they started |
13:22 | if it was an API route, I would implement something like | |
13:23 | Koha::BackgroundJObs->filter_by_patron_has_access | |
13:23 | and use that if the patron doesn't have the permissions | |
13:23 | to see everything | |
13:25 | Joubu | yes, but where do we put the link? :) |
13:26 | tcohen | I like a Server status entry on the main page, as 'Administration' |
13:27 | stefanberndtsson[m] joined #koha | |
13:30 | Joubu | tcohen: can you comment on the bug please? |
13:34 | tcohen | +1 |
13:35 | Joubu | what about: |
13:36 | 1. you have access to the admin module with the subperm: the link is in the admin module like all other admin pages | |
13:36 | 2. You don't have access to the admin module: a. You have already ran a job: display of the link on the home page (like the "module" or at the bottom?) | |
13:36 | b. You never ran a job: nothing is displayed | |
13:40 | tcohen | I feel like it is an anti-pattern |
13:41 | things the user has no intuition on how to find | |
13:41 | koha-jenkins | Project Koha_21.05_U16 build #67: SUCCESS in 41 min: https://jenkins.koha-community[…]oha_21.05_U16/67/ |
13:41 | tcohen | they show sometimes, some other times they don't |
13:41 | I agree with 'notifications' or indications something is running, | |
13:42 | but there should be a clear section in which current/past jobs can be foudn | |
13:43 | Joubu | it won't change for a given user. Either they will have access from the admin module, or not |
13:43 | permissions are not supposed to change | |
13:44 | koha-jenkins | Project Koha_21.05_U18 build #65: SUCCESS in 59 min: https://jenkins.koha-community[…]oha_21.05_U18/65/ |
13:44 | Joubu | IMO it makes to let admin users access it from the admin module |
13:46 | koha-jenkins | Project Koha_21.05_D11 build #84: SUCCESS in 58 min: https://jenkins.koha-community[…]oha_21.05_D11/84/ |
13:54 | Project Koha_21.05_U_Stable build #64: SUCCESS in 54 min: https://jenkins.koha-community[…]1.05_U_Stable/64/ | |
14:09 | khall_ joined #koha | |
14:28 | koha-jenkins | Project Koha_21.05_U18 build #66: SUCCESS in 1 hr 11 min: https://jenkins.koha-community[…]oha_21.05_U18/66/ |
14:28 | Project Koha_21.05_U18 build #67: SUCCESS in 42 min: https://jenkins.koha-community[…]oha_21.05_U18/67/ | |
14:35 | khall joined #koha | |
14:35 | raboof joined #koha | |
14:44 | koha-jenkins | Project Koha_21.05_D9 build #68: SUCCESS in 59 min: https://jenkins.koha-community[…]Koha_21.05_D9/68/ |
14:46 | kidclamp | joubu: follow-up on bug 29134 |
14:46 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=29134 major, P5 - low, ---, nick, Pushed to stable , Patron search has poor performance when ExtendedAttributes enabled and many attributes match |
14:47 | Joubu | thx kidclamp |
14:49 | reiveune | bye |
14:49 | reiveune left #koha | |
14:51 | koha-jenkins | Project Koha_21.05_U16 build #68: SUCCESS in 1 hr 4 min: https://jenkins.koha-community[…]oha_21.05_U16/68/ |
15:02 | huginn` | News from kohagit: Bug 29134: (follow-up) Specify which borrowernumber <https://git.koha-community.org[…]a85a35a28931b10d9> |
15:02 | News from kohagit: Bug 3142: Add tests for item-level_itypes=0 <https://git.koha-community.org[…]99bc090dfb04f3674> | |
15:02 | News from kohagit: Bug 3142: Handle biblio level item type <https://git.koha-community.org[…]741bc1848641209f2> | |
15:02 | News from kohagit: Bug 3142: (QA follow-up) Include notforloan itemtypes <https://git.koha-community.org[…]bf4ac389c4b3ad13d> | |
15:02 | News from kohagit: Bug 3142: (QA follow-up) Cosmetic changes <https://git.koha-community.org[…]40a339710afc0fa22> | |
15:02 | News from kohagit: Bug 29169: Fix wrong terminology when article request is not available <https://git.koha-community.org[…]002014c57914138ae> | |
15:02 | News from kohagit: Bug 3142: Add note about imprecision of filter_by_for_hold <https://git.koha-community.org[…]9cafe0061afb26471> | |
15:02 | News from kohagit: Bug 3142: Add test for the circ rule <https://git.koha-community.org[…]9b36548beeefdfeba> | |
15:02 | News from kohagit: Bug 3142: Add tests <https://git.koha-community.org[…]7b7b9553a4f1c62a3> | |
15:02 | News from kohagit: Bug 3142: Use filter_by_for_holds where holdability is calculated <https://git.koha-community.org[…]79948d0c4a1eca71c> | |
15:02 | News from kohagit: Bug 3142: Add itype <https://git.koha-community.org[…]c55fd1d387e954343> | |
15:02 | News from kohagit: Bug 3142: Exclude damaged items <https://git.koha-community.org[…]1a238f3990e50cf6f> | |
15:02 | News from kohagit: Bug 3142: Add itemlost, withdrawn and notforloan <https://git.koha-community.org[…]7034cc4d932b10963> | |
15:04 | koha-jenkins | Project Koha_21.05_U16 build #69: SUCCESS in 36 min: https://jenkins.koha-community[…]oha_21.05_U16/69/ |
15:04 | aaru_swartz[m] joined #koha | |
15:06 | koha-jenkins | Project Koha_21.05_D11 build #85: SUCCESS in 38 min: https://jenkins.koha-community[…]oha_21.05_D11/85/ |
15:17 | Project Koha_21.05_U20 build #73: SUCCESS in 49 min: https://jenkins.koha-community[…]oha_21.05_U20/73/ | |
15:32 | Project Koha_21.05_U_Stable build #65: FAILURE in 41 min: https://jenkins.koha-community[…]1.05_U_Stable/65/ | |
15:34 | khall_ joined #koha | |
15:36 | koha-jenkins | Project Koha_21.05_D9 build #69: FAILURE in 4 min 18 sec: https://jenkins.koha-community[…]Koha_21.05_D9/69/ |
15:37 | Project Koha_21.05_U20 build #74: SUCCESS in 32 min: https://jenkins.koha-community[…]oha_21.05_U20/74/ | |
15:43 | Project Koha_21.05_D11 build #86: SUCCESS in 37 min: https://jenkins.koha-community[…]oha_21.05_D11/86/ | |
15:44 | Project Koha_21.05_U18 build #68: SUCCESS in 59 min: https://jenkins.koha-community[…]oha_21.05_U18/68/ | |
16:02 | caroline_catlady | what is the commande to attach last two commits to a sign off? |
16:02 | I tried HEAD~2 and it takes 3 commits, and HEAD~1 takes one commit | |
16:02 | I'm lost :( | |
16:02 | tcohen | HEAD~2.. |
16:03 | caroline_catlady | with the two dots after? |
16:03 | ashimema | yup |
16:03 | caroline_catlady | ok trying it |
16:03 | ashimema | or HEAD^^.. would work too |
16:04 | tcohen | there's nothing bad with signing more than you need, if you want to save typing heh |
16:04 | ashimema | ^^ and ~2 mean the same thing "Walk back 2 commits".. then ".." means 'Take everything from here to the end |
16:04 | caroline_catlady | can you check that I did it right? https://bugs.koha-community.or[…]_bug.cgi?id=29020 |
16:04 | huginn` | Bug 29020: normal, P5 - low, ---, jonathan.druart+koha, Signed Off , Missing Background jobs link in admin-home |
16:04 | ashimema | so HEAD^^..HEAD, HEAD~2..HEAD, HEAD^^.. and HEAD~2.. are all equivalent ;) |
16:07 | caroline_catlady | I think I didn't add -s for the first patch... |
16:08 | ashimema | hehe |
16:08 | caroline_catlady | would the attach command for multiple patches be git commit --amend -s HEAD~2.. |
16:08 | and then git bz attach... | |
16:08 | tcohen | git bz attach <bug #> HEAD~2.. |
16:09 | * ashimema | clocks off.. it's been a looooong day |
16:09 | ashimema | have a good weekend #koha |
16:09 | caroline_catlady | you too! |
16:09 | * tcohen | is actually |
16:09 | tcohen | off |
16:09 | bye! | |
16:10 | caroline_catlady | We have a long weekend coming up here (canadian thanksgiving), it will be very nice to relax for 3 days :) |
16:10 | koha-jenkins | Project Koha_Master_D11_CPAN build #443: SUCCESS in 33 min: https://jenkins.koha-community[…]ter_D11_CPAN/443/ |
16:11 | caroline_catlady | I added the command for more than one patch here https://wiki.koha-community.or[…]ation#Signing_off |
16:11 | I hope it's OK | |
16:16 | ashimema | Perfect caroline_catlady |
16:19 | jeff joined #koha | |
16:22 | oleonard | I always copy and paste the syntax for attaching multiple patches so I'm guaranteed never to remember it off the top of my head. |
16:23 | koha-jenkins | Project Koha_Master_U20 build #200: SUCCESS in 39 min: https://jenkins.koha-community[…]a_Master_U20/200/ |
16:24 | caroline_catlady | thanks guys for your help! I'm celebrating 4 years at inlibro, and I'm still learning basic things lol! |
16:29 | koha-jenkins | Project Koha_21.05_U16 build #70: SUCCESS in 1 hr 12 min: https://jenkins.koha-community[…]oha_21.05_U16/70/ |
16:38 | Project Koha_21.05_U18 build #69: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]oha_21.05_U18/69/ | |
16:42 | Project Koha_Master_D10_My8 build #660: SUCCESS in 31 min: https://jenkins.koha-community[…]ster_D10_My8/660/ | |
16:44 | Project Koha_Master_D9 build #1776: UNSTABLE in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_D9/1776/ | |
16:50 | oleonard | I think Bug 28694 turned out pretty good. I hope it works for y'all. |
16:50 | huginn` | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28694 enhancement, P5 - low, ---, oleonard, Needs Signoff , Check alert in cataloguing should be a static message |
17:15 | koha-jenkins | Project Koha_Master_U_Stable build #266: SUCCESS in 32 min: https://jenkins.koha-community[…]ter_U_Stable/266/ |
17:15 | Project Koha_Master build #1767: STILL UNSTABLE in 1 hr 3 min: https://jenkins.koha-community[…]Koha_Master/1767/ | |
17:19 | Project Koha_Master_D11 build #404: SUCCESS in 50 min: https://jenkins.koha-community[…]a_Master_D11/404/ | |
17:34 | Project Koha_21.05_D11 build #87: SUCCESS in 56 min: https://jenkins.koha-community[…]oha_21.05_D11/87/ | |
17:38 | khall joined #koha | |
17:39 | koha-jenkins | Project Koha_21.05_U20 build #75: SUCCESS in 54 min: https://jenkins.koha-community[…]oha_21.05_U20/75/ |
17:49 | Project Koha_21.05_U16 build #71: SUCCESS in 34 min: https://jenkins.koha-community[…]oha_21.05_U16/71/ | |
17:52 | cait joined #koha | |
17:53 | * cait | waves |
18:03 | caroline_catlady | hi cait! |
18:03 | cait | hi caroline_catlady! |
18:03 | how are you doing? got done with your migrations? | |
18:04 | khall joined #koha | |
18:04 | caroline_catlady | pff no! One went live on Sept 27, I have 3 more before the end of the year, Nov 22, Dec 6 and Dec 13 |
18:04 | cait | fingers crossed |
18:04 | I am doing one right now and it's keeping me busy! :) | |
18:05 | caroline_catlady | I can imagine! |
18:06 | cait | but now is weekend here - for you soon too I hope |
18:06 | caroline_catlady | yes, a couple of hours and I have a 3-day weekend! woohoo! |
18:06 | cait | enjoy :) |
18:06 | do you have something fun planned? | |
18:07 | caroline_catlady | It's supposed to be nice out, so we might go walk in the woods somewhere |
18:07 | other wise knitting and reading as usual :) | |
18:07 | oleonard | woods++ |
18:07 | cait | sounds like a perfect weekend |
18:07 | i need to pick up needles again | |
18:07 | koha-jenkins | Yippee, build fixed! |
18:07 | wahanui | Congratulations! |
18:07 | koha-jenkins | Project Koha_21.05_U_Stable build #66: FIXED in 52 min: https://jenkins.koha-community[…]1.05_U_Stable/66/ |
18:08 | caroline_catlady | I learned a new term in English Through John Oliver : "leaf peeping" XD |
18:08 | cait | hm? |
18:08 | caroline_catlady | It the action of going to look at autumn colours |
18:08 | it,s just that it sound a bit creepy when said like that | |
18:09 | cait | ah! :) |
18:09 | koha-jenkins | Project Koha_Master_D11_CPAN build #444: SUCCESS in 49 min: https://jenkins.koha-community[…]ter_D11_CPAN/444/ |
18:10 | caroline_catlady | https://www.youtube.com/watch?v=Pfz31csggEM |
18:12 | oleonard | caroline_catlady: I've never heard that phrase in my entire life. |
18:13 | caroline_catlady | lol! Now you have! |
18:13 | oleonard | I have, and thanks to that video--to many times! |
18:16 | cait joined #koha | |
18:26 | khall_ joined #koha | |
18:28 | koha-jenkins | Project Koha_Master_U20 build #201: SUCCESS in 53 min: https://jenkins.koha-community[…]a_Master_U20/201/ |
21:28 | caroline_catlady | have a good weekend everyone! |
← Previous day | Today | Next day → | Search | Index