← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:37 | oleonard joined #koha | |
01:17 | Nemo_bis joined #koha | |
02:26 | koha-jenkins | Project Koha_19.11_D8 build #407: SUCCESS in 21 min: https://jenkins.koha-community[…]oha_19.11_D8/407/ |
02:37 | Project Koha_19.11_D9 build #349: SUCCESS in 31 min: https://jenkins.koha-community[…]oha_19.11_D9/349/ | |
02:40 | Wainui joined #koha | |
02:41 | Wainui | Hi RMaints etc - just wondering if anyone knows if I should backport the following bugs to 19.11.x |
02:41 | 28462 28644 28604 28632 28057 | |
02:47 | koha-jenkins | Project Koha_19.11_U2010 build #32: SUCCESS in 43 min: https://jenkins.koha-community[…]a_19.11_U2010/32/ |
02:49 | Project Koha_19.11_U20 build #234: SUCCESS in 23 min: https://jenkins.koha-community[…]ha_19.11_U20/234/ | |
02:51 | Project Koha_19.11_U18 build #334: SUCCESS in 46 min: https://jenkins.koha-community[…]ha_19.11_U18/334/ | |
03:01 | Project Koha_19.11_D8 build #408: SUCCESS in 24 min: https://jenkins.koha-community[…]oha_19.11_D8/408/ | |
03:13 | Project Koha_19.11_U2010 build #33: UNSTABLE in 23 min: https://jenkins.koha-community[…]a_19.11_U2010/33/ | |
03:33 | Project Koha_19.11_D9 build #350: SUCCESS in 45 min: https://jenkins.koha-community[…]oha_19.11_D9/350/ | |
03:38 | Project Koha_19.11_U18 build #335: SUCCESS in 46 min: https://jenkins.koha-community[…]ha_19.11_U18/335/ | |
04:41 | eythian joined #koha | |
05:14 | sonOfRa joined #koha | |
05:19 | reiveune joined #koha | |
05:20 | reiveune | hello |
05:20 | wahanui | hi, reiveune |
05:43 | Oak joined #koha | |
06:05 | Oak joined #koha | |
06:45 | sophie_m joined #koha | |
06:52 | alex_a joined #koha | |
06:53 | alex_a | Bonjour |
06:58 | lds joined #koha | |
07:10 | davidnind1 joined #koha | |
07:45 | ashimema | morning #koha |
07:49 | any UI people around... do we have a JS equivilent to our AV template helpers? | |
07:50 | as in '[% AuthorisedValues.GetByCode('CCODE', item.ccode) | html %]' | |
07:50 | but in JS so I can manipulate ajax data | |
08:18 | cait joined #koha | |
08:29 | * cait | waves |
08:29 | ashimema | hi cait |
08:30 | working with api's and js is a bit of a pain still in koha :( | |
08:41 | cait | ashimema: not responsible for htat ;) |
08:41 | ashimema | mm |
08:43 | magnuse | ashimema: any suggestions for improvement? |
08:52 | ashimema | bug 28874 would be a start |
08:52 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28874 enhancement, P5 - low, ---, oleonard, NEW , We need javascript equivalents to many of our TT plugins |
08:52 | ashimema | we have lots of nice helpers and include for TT now.. but they obviously can't be used with ajax responses.. not easily. |
08:53 | like, I was looking at ajax datatables for some area's.. to improve performance and load things on the fly.. | |
08:53 | but, we butcher our column content so much with various tt plugins that it's a huge amount of work to get those displays back.. | |
08:54 | we've been doing good things for translations.. and there are already bugs for date display handling | |
08:54 | but yeah.. things like linked/unlinked bib title display.. | |
08:54 | authorised value descriptions displays | |
08:54 | they're a pain right now | |
08:59 | Oak joined #koha | |
09:02 | cait | filing a bug was a good first step :) |
09:03 | hm 80 in queue... | |
09:04 | ashimema | mmm |
09:05 | * ashimema | grapples with not for loan vs withdrawn for bundles.. |
09:07 | cait | hm does someone know if this translates? [% IF ( ISSUE.note ) -%] |
09:07 | + [% SET note_action = "Edit note" %] | |
09:07 | + [% ELSE -%] | |
09:07 | + [% SET note_action = "Add note" %] | |
09:07 | + [% END %] | |
09:09 | ashimema | erm.. I think it does.. but I'm by no means a pro with translations |
09:09 | humm | |
09:09 | not sure actually. | |
09:10 | setting a string using a variable.. seems a little odd with what we do already | |
09:11 | cait | i am not sure, because then a lot of the variable assignments would show up in po |
09:12 | ashimema | yeah.. |
09:12 | that's what made me wonder | |
09:12 | perhaps it's not | |
09:12 | * cait | hides from oleonard |
09:12 | ashimema | hehe |
09:12 | how do people use withdrawn vs not for loan.. ? | |
09:13 | humm.. just brought up in training | |
09:14 | for items in the edit item/add item form.. would it make sense to change | |
09:14 | 'Permanent location' to 'Home library' and 'Current location' to 'Holding library' | |
09:14 | to better reflect they're libraries not shelf locations ;) | |
09:14 | cait | yes |
09:14 | i think we did that | |
09:15 | but it's coming from the frameworks | |
09:15 | ashimema | ? |
09:15 | cait | the descriptions on this form are coming from the frameworks, so translations may vary |
09:15 | and i think we made changes over time | |
09:15 | ashimema | aha, I see |
09:15 | cait | so there might be version differences too |
09:21 | ashimema | thanks.. that's useful to know |
09:21 | I had forgotten it comes from the framework | |
09:23 | oh.. | |
09:23 | it doesn't appear to be getting those descriptions properly on this system then | |
09:38 | cait | ashimema: withdrawn is used in our libraires as "removed from the library" |
09:38 | to your earlier question | |
09:38 | maybe a translation issue? | |
09:38 | i've wondered about this since you have been asking | |
09:39 | ashimema | ? |
09:39 | it's an AV for display is it not? | |
09:39 | both notforloan and withdrawn | |
09:39 | I may be wrong though.. | |
09:39 | cait | what do you mean with for display? |
09:39 | ashimema | I'm under a really really tight deadline |
09:39 | cait | we use it for the items that are "deleted" |
09:39 | thrown out | |
09:39 | ashimema | oh.. what do you mean for display? |
09:40 | ok.. | |
09:40 | cait | yoyou said that not me |
09:40 | ashimema | I'm confused.. I never mentioned display |
09:41 | cait | (11:39:16) ashimema: it's an AV for display is it not? |
09:41 | ashimema | you said 'maybe a translation issue' |
09:41 | cait | oleonard: any notes on withdrawn? |
09:41 | that we translated withdrawn in that way | |
09:41 | ashimema | right.. |
09:41 | back to basics | |
09:42 | julian, when doing bundles, would 'withdraw' an item when it's attached to a bundle | |
09:42 | because it can no longer be loaned on it's own.. only as part of the bundle | |
09:42 | I'm wondering if 'withdrawn' is right.. vs using a 'notforloan' | |
09:42 | cait | i don't think i'd use withdrawn here |
09:42 | ashimema | I'm thinking notforloan |
09:42 | cait | yes |
09:42 | ashimema | ta |
09:43 | I want to be able to 'check in' individual items even if they've been checked out and lost as part of the bundle | |
09:43 | cait | or usage restrictions |
09:43 | ashimema | that way I can track if they eventually make their way back |
09:43 | ack.. | |
09:43 | where does 'usage restrictions' come in? | |
09:43 | cait | restricted |
09:43 | wahanui | restricted is linked to an authorised value |
09:43 | ashimema | is that yet another field somewhere? |
09:43 | cait | but the use is not well documented |
09:43 | ashimema | so notforloan or restricted |
09:43 | more for me to investigate | |
09:44 | cait | nfl might be nice because it also can block holds if you want that automatically |
09:44 | positive nfl values don't allow for holds | |
09:46 | ashimema | excellet.. yes we will want to prevent holds on the individual items too :) |
09:46 | does restricted not block holds then? | |
09:52 | cait | i am not sure |
09:52 | i now that restricted = 1 cannot be checked out? but other values work? | |
09:52 | it's a little confusing | |
09:52 | so maybe sticking with nfl is better | |
09:57 | ashimema | ta |
10:19 | cait | hm i qa and qa... and still just barely below 80 |
10:25 | Joubu: could you have a look at bug 28872 with the new database update? | |
10:25 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28872 major, P5 - low, ---, koha-bugs, Signed Off , AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values |
10:31 | Putti joined #koha | |
10:33 | Putti | Hi guys! This is Putti AKA kohaputti!! :) You know what, I just got approved for sponsorship for working on Koha so seems like you won't be able to get rid of me after all ;P I still have some details to clear but it seems like a solid deal. |
10:35 | cait | woohoo ! :) |
10:36 | happy to have you back | |
10:37 | fingers crossed for the last details :) | |
10:37 | ashimema | awesome! |
10:37 | Putti | :) |
10:38 | ashimema | some of koha's code might be cringy... but the community of people more than make up for it.. I was missing you already Putti :) |
10:38 | cait | I was just trying to explain that to my dad heh |
10:39 | Putti | I'm working now on a completely different field and nothing related to libraries but with this sponsorship I'm able to spend some time working on koha on the evenings and weekends :) |
10:40 | ashimema | interesting. |
10:40 | Putti | ashimema, the sponsorship is actually to fix the cringy code, I'm gonna do a blog post about it and will link it then here :) |
10:40 | ashimema | New fields can be refreshing.. I should split my time a bit more honestly.. I'd come back to Koha happier and more knowledgeable again. |
10:40 | awesome. | |
10:40 | that would be great to see | |
10:43 | cait | Putti: sounds great :) but make sure you don't overdo on your time - want you around along time |
10:43 | I'll be off for a bit -bbl | |
10:44 | Putti | yup :) |
10:48 | oleonard | Hi all, I'm here now. (my chat client doesn't reliably remember when I get disconnected as "away") |
10:48 | * oleonard | reading back |
10:51 | oleonard | cait ashimema I've never known what "withdrawn" is for. I know it fits in some libraries' workflows but I don't know how. |
11:01 | huginn | News from kohagit: Bug 25078: Explicitely return from DB revs to avoid warnings <https://git.koha-community.org[…]529a2af6326f3afbf> |
11:19 | ashimema | hehe |
11:19 | we have so many ways of doing nearly the same things in koha | |
11:38 | cait joined #koha | |
11:38 | koha-jenkins | Project Koha_Master_D9 build #1739: SUCCESS in 34 min: https://jenkins.koha-community[…]a_Master_D9/1739/ |
11:43 | cait | back for a little bit |
11:43 | koha-jenkins | Project Koha_Master_D10_MDB_Latest build #671: SUCCESS in 40 min: https://jenkins.koha-community[…]0_MDB_Latest/671/ |
11:46 | alex_a joined #koha | |
11:46 | davidnind1 left #koha | |
11:52 | marcelr joined #koha | |
11:52 | marcelr | hi #koha |
11:54 | oleonard | Anyone else find that they have multiple identical content blocks after the upgrade to Koha news? |
11:57 | koha-jenkins | Project Koha_Master_U20 build #174: SUCCESS in 52 min: https://jenkins.koha-community[…]a_Master_U20/174/ |
12:03 | Project Koha_Master_U_Stable build #239: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]ter_U_Stable/239/ | |
12:09 | Project Koha_Master_D10_CPAN build #411: SUCCESS in 30 min: https://jenkins.koha-community[…]ter_D10_CPAN/411/ | |
12:11 | oleonard | Does the "gulp po:update" step replace the "translate update" step? |
12:11 | cait? ^^ | |
12:12 | * oleonard | trying to test the translatability of Bug 28720 |
12:12 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28720 enhancement, P5 - low, ---, oleonard, Failed QA , Update the process of adding a checkout note in the OPAC |
12:12 | tcohen | hola #koha! |
12:14 | ashimema | oleonard.. translate update should still work I think |
12:14 | it uses the gulp commands internally now | |
12:14 | at least that how the bug worked as far as I remember | |
12:14 | hi tcohen | |
12:15 | cait joined #koha | |
12:17 | cait | oleonard: yes |
12:17 | oleonard: i don't remember if you can limit it to one specific language, but it's much faster than befoe | |
12:19 | Joubu | http://blogs.perl.org/users/da[…]eam-realized.html |
12:19 | ashimema | good read |
12:20 | tcohen | nice one, Joubu |
12:21 | Joubu | yes, and follow the link, especially the RFC of course (if you haven't yet) |
12:21 | oleonard: can you describe the problem you are seeing with the news? | |
12:21 | did you let a comment or open a bug report? | |
12:22 | oleonard | No not yet |
12:22 | https://snipboard.io/oZGJs6.jpg | |
12:22 | * ashimema | has been following that OO developments in Perl Core for some time.. |
12:23 | ashimema | interesting stuff |
12:25 | marie-luce joined #koha | |
12:25 | Joubu | oleonard: are they existing stuffs you had before the upgrade or new content? |
12:27 | oleonard | It appears to be duplicates of the opacheader_en content I had before the upgrade (a single "opacheader" string) |
12:37 | Joubu | I switched to the commit before 24387, reset_all, added 1 opacheader_en, checkout master, updatedatabase |
12:37 | and I have only 1 opacheader entry in the additional_contents table, and displayed only once on the UI | |
12:37 | lmstrandatdesk joined #koha | |
12:38 | Joubu | maybe you had several opacheader prior to the upgrade? |
12:39 | on your screenshot there is a border and background color that is not in master, maybe it's coming from local changes? | |
12:39 | koha-jenkins | Project Koha_Master_D10_CPAN build #412: SUCCESS in 30 min: https://jenkins.koha-community[…]ter_D10_CPAN/412/ |
12:41 | oleonard | Joubu: Yes the styling is local. I'll run more tests to see if I can reproduce it. |
12:50 | koha-jenkins | Project Koha_Master_D10_My8 build #635: SUCCESS in 53 min: https://jenkins.koha-community[…]ster_D10_My8/635/ |
12:58 | cait | bye all, cya tomorrow or Friday |
13:00 | cait joined #koha | |
13:02 | koha-jenkins | Project Koha_Master_D11 build #367: UNSTABLE in 58 min: https://jenkins.koha-community[…]a_Master_D11/367/ |
13:06 | Joubu | tcohen: had a look at bug 21670 already? |
13:06 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=21670 major, P5 - low, ---, chris, NEW , t/db_dependent/Plugins.t is failing randomly on Jenkins |
13:08 | Oak joined #koha | |
13:26 | Joubu | oleonard: could you add your final stamp on bug 28717? |
13:26 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28717 normal, P5 - low, ---, lucas, Needs Signoff , NewsLog doesn't work |
13:36 | khall joined #koha | |
13:37 | huginn | News from kohagit: Bug 28346: (QA follow-up) Add `-action` for consistency <https://git.koha-community.org[…]720eb72b4323686d6> |
13:37 | News from kohagit: Bug 28873: Fix age displayed in db_dependent/Koha/Patrons.t <https://git.koha-community.org[…]51b66c92870d58763> | |
13:37 | News from kohagit: Bug 28850: (QA follow-up) Add "patrons with fines" for clarification <https://git.koha-community.org[…]a3b35868ceced815e> | |
13:37 | News from kohagit: Bug 28868: Add back mastheadsearch class name <https://git.koha-community.org[…]e0aae48db21616f3d> | |
13:38 | News from kohagit: Bug 28861: Item type column always hidden in OPAC holds history <https://git.koha-community.org[…]0a06502b221d8af8f> | |
13:38 | News from kohagit: Bug 28850: Reword AllFinesNeedOverride <https://git.koha-community.org[…]87ba526576601eee8> | |
13:38 | News from kohagit: Bug 28839: Better texts in stage MARC for import <https://git.koha-community.org[…]2c0197cb86b314496> | |
13:38 | News from kohagit: Bug 28802: Untranslatable strings in browser.js <https://git.koha-community.org[…]d129ba647c537c68b> | |
13:38 | News from kohagit: Bug 28776: Warns from GetItemsInfo when biblio marked as serial <https://git.koha-community.org[…]7726ee4ac90f6a28b> | |
13:38 | News from kohagit: Bug 28525: Dont let TinyMCE do code cleanup <https://git.koha-community.org[…]8f0584aa78438f479> | |
13:38 | News from kohagit: Bug 28390: Move timestamp into grouping row <https://git.koha-community.org[…]e4ddf5699c5fb0f2d> | |
13:38 | News from kohagit: Bug 28346: Add classes to account action buttons <https://git.koha-community.org[…]af2129f48b3891fe1> | |
13:40 | khall_ joined #koha | |
13:44 | khall joined #koha | |
13:47 | oleonard | Joubu: I will. |
14:00 | khall_ joined #koha | |
14:14 | koha-jenkins | Project Koha_Master_D9 build #1740: UNSTABLE in 35 min: https://jenkins.koha-community[…]a_Master_D9/1740/ |
14:17 | Project Koha_Master_D10_MDB_Latest build #672: UNSTABLE in 39 min: https://jenkins.koha-community[…]0_MDB_Latest/672/ | |
14:31 | Project Koha_Master_U20 build #175: UNSTABLE in 52 min: https://jenkins.koha-community[…]a_Master_U20/175/ | |
14:37 | khall joined #koha | |
14:45 | koha-jenkins | Project Koha_Master_D10_CPAN build #413: UNSTABLE in 30 min: https://jenkins.koha-community[…]ter_D10_CPAN/413/ |
14:55 | Project Koha_Master_D10_My8 build #636: UNSTABLE in 37 min: https://jenkins.koha-community[…]ster_D10_My8/636/ | |
14:55 | dpk joined #koha | |
15:19 | koha-jenkins | Project Koha_21.05_D9 build #46: STILL UNSTABLE in 34 min: https://jenkins.koha-community[…]Koha_21.05_D9/46/ |
15:25 | Project Koha_Master_D11 build #368: STILL UNSTABLE in 53 min: https://jenkins.koha-community[…]a_Master_D11/368/ | |
15:34 | Project Koha_21.05_D11 build #55: STILL UNSTABLE in 39 min: https://jenkins.koha-community[…]oha_21.05_D11/55/ | |
15:39 | Joubu | tcohen, ashimema: Could you have a look at bug 28692 please? |
15:39 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28692 major, P5 - low, ---, stalkernoid, Needs Signoff , Reduce DB action_log table size |
15:39 | koha-jenkins | Project Koha_Master_U_Stable build #240: UNSTABLE in 58 min: https://jenkins.koha-community[…]ter_U_Stable/240/ |
15:40 | Joubu | I think it's great to fix the log of DateTime object that make the actionlog table huge and not redeable |
15:40 | readable | |
15:45 | khall joined #koha | |
15:50 | koha-jenkins | Project Koha_21.05_U20 build #51: STILL UNSTABLE in 31 min: https://jenkins.koha-community[…]oha_21.05_U20/51/ |
15:52 | ashimema | Sure thing Joubu.. though I might not get to it for a week.. I'm about to head on vacation for a week ;) |
15:52 | Joubu | Enjoy then :) |
15:53 | oleonard | Send us pictures ashimema :) |
16:02 | reiveune | bye |
16:02 | reiveune left #koha | |
16:04 | koha-jenkins | Project Koha_21.05_U16 build #48: FAILURE in 13 min: https://jenkins.koha-community[…]oha_21.05_U16/48/ |
16:15 | ashimema | 😀 |
16:16 | koha-jenkins | Project Koha_21.05_U18 build #48: STILL UNSTABLE in 41 min: https://jenkins.koha-community[…]oha_21.05_U18/48/ |
16:24 | Project Koha_21.05_D9 build #47: FAILURE in 20 min: https://jenkins.koha-community[…]Koha_21.05_D9/47/ | |
16:36 | Project Koha_21.05_U18 build #49: FAILURE in 20 min: https://jenkins.koha-community[…]oha_21.05_U18/49/ | |
16:36 | Project Koha_21.05_U_Stable build #44: STILL UNSTABLE in 56 min: https://jenkins.koha-community[…]1.05_U_Stable/44/ | |
16:43 | khall_ joined #koha | |
16:44 | koha-jenkins | Project Koha_Master_U_Stable build #241: FAILURE in 20 min: https://jenkins.koha-community[…]ter_U_Stable/241/ |
16:59 | khall joined #koha | |
17:00 | oleonard | Joubu I still can't get the patches on Bug 28717 to apply |
17:00 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28717 normal, P5 - low, ---, jonathan.druart+koha, Needs Signoff , NewsLog doesn't work |
17:29 | khall joined #koha | |
17:32 | koha-jenkins | Project Koha_21.05_U_Stable build #45: STILL UNSTABLE in 56 min: https://jenkins.koha-community[…]1.05_U_Stable/45/ |
17:44 | Project Koha_21.05_U16 build #49: NOW UNSTABLE in 1 hr 18 min: https://jenkins.koha-community[…]oha_21.05_U16/49/ | |
17:50 | Oak_ joined #koha | |
18:07 | khall_ joined #koha | |
18:23 | Oak_ joined #koha | |
18:34 | khall joined #koha | |
18:34 | fridolin joined #koha | |
18:43 | fridolin1 joined #koha | |
18:55 | khall_ joined #koha | |
19:29 | koha-jenkins | Project Koha_20.11_U20 build #124: SUCCESS in 31 min: https://jenkins.koha-community[…]ha_20.11_U20/124/ |
19:39 | Project Koha_20.11_U18 build #115: SUCCESS in 41 min: https://jenkins.koha-community[…]ha_20.11_U18/115/ | |
19:50 | Project Koha_20.11_U_Stable build #28: SUCCESS in 53 min: https://jenkins.koha-community[…]0.11_U_Stable/28/ | |
20:03 | Project Koha_20.11_D9 build #130: SUCCESS in 33 min: https://jenkins.koha-community[…]oha_20.11_D9/130/ | |
20:13 | Project Koha_20.11_U16 build #110: SUCCESS in 1 hr 17 min: https://jenkins.koha-community[…]ha_20.11_U16/110/ | |
20:17 | Project Koha_20.11_D11 build #147: SUCCESS in 37 min: https://jenkins.koha-community[…]ha_20.11_D11/147/ | |
20:31 | Project Koha_20.11_D11 build #148: SUCCESS in 28 min: https://jenkins.koha-community[…]ha_20.11_D11/148/ | |
20:42 | bshum joined #koha | |
21:03 | koha-jenkins | Yippee, build fixed! |
21:03 | wahanui | Congratulations! |
21:03 | koha-jenkins | Project Koha_20.05_D9 build #312: FIXED in 31 min: https://jenkins.koha-community[…]oha_20.05_D9/312/ |
21:12 | Project Koha_20.05_U18 build #188: SUCCESS in 38 min: https://jenkins.koha-community[…]ha_20.05_U18/188/ | |
21:27 | Project Koha_20.05_U16 build #316: SUCCESS in 54 min: https://jenkins.koha-community[…]ha_20.05_U16/316/ | |
21:30 | Project Koha_20.05_D11 build #704: SUCCESS in 27 min: https://jenkins.koha-community[…]ha_20.05_D11/704/ | |
21:45 | Project Koha_20.05_U20 build #350: SUCCESS in 33 min: https://jenkins.koha-community[…]ha_20.05_U20/350/ | |
22:09 | Project Koha_20.05_U2010 build #213: SUCCESS in 1 hr 39 min: https://jenkins.koha-community[…]_20.05_U2010/213/ | |
22:12 | Project Koha_20.05_U20 build #351: SUCCESS in 26 min: https://jenkins.koha-community[…]ha_20.05_U20/351/ | |
22:44 | hayley joined #koha |
← Previous day | Today | Next day → | Search | Index