IRC log for #koha, 2019-01-23

All times shown according to UTC.

Time S Nick Message
04:05 lukeG joined #koha
04:18 lukeg joined #koha
05:31 kohaputti joined #koha
06:07 josef_moravec joined #koha
06:11 chris joined #koha
06:21 cait joined #koha
06:22 fridolin joined #koha
06:23 cait1 joined #koha
06:40 calire joined #koha
07:10 magnuse \o/
07:26 alex_a joined #koha
07:27 alex_a bonjour
07:28 magnuse kia ora alex_a
07:29 alex_a Bonjour magnuse
07:29 alex_a !weather Gueret, France
07:29 AnnaBoten Gueret, France :: Granules de glace :: 36F/2C | Wind Chill: 30F/-1C | mercredi: Neige. Froid. Maximales : 35 ºF. Vents NO soufflant de 10 à 15 mi/h. Risque de neige : 90 %. 1-3 po de neige. mercredi soir: Chutes de neige en début de journée. Minimales : 26 ºF. Vents NNO soufflant de 10 à 20 mi/h. Risque de neige : 70 %. Accumulations de neige inférieures à 1 po.
07:37 magnuse @wunder bodo, norway
07:37 huginn magnuse: Bodo, Norway :: Partly Cloudy :: 23F/-5C | Wind Chill: 7F/-14C | Wednesday: A mix of clouds and sun with gusty winds. High near 25F. Winds ESE at 20 to 30 mph. Wednesday Night: Windy with partly cloudy skies. Low 17F. Winds ESE at 20 to 30 mph.
07:38 reiveune joined #koha
07:38 reiveune hello
07:41 cait joined #koha
07:43 AndrewIsh joined #koha
07:45 maya-jan-19 joined #koha
07:45 maya-jan-19 hi, everyone GM
07:49 greenjimll joined #koha
07:53 cait left #koha
08:05 paul_p joined #koha
08:07 sophie_m joined #koha
08:17 alexbuckley joined #koha
08:28 cait joined #koha
08:29 calire left #koha
08:42 indradg joined #koha
08:43 indradg hi anyone using continuous thermal barcode printing label rolls with Koha?
08:53 ashimema sorry indradg, no idea if any of our customers are using those.. it wouldn't surprise me at all if they are but I've not heard
08:53 ashimema mornin' #koha
09:08 Archie^ joined #koha
09:15 magnuse hiya indradg and ashimema
09:17 ashimema is it just me or does yarn not like node-sass at the moment
09:17 ashimema I can't get the whole sass build stuff up and running again at the moment :(
09:17 ashimema hi magnus
09:17 Archie^ Hey guys!
09:17 ashimema hi Archie^
09:17 Archie^ hi ashimema
09:18 Archie^ hey, i was wondering is it possible to change background of intra page in koha?
09:18 ashimema yup
09:18 ashimema intranetusercss is likely the easier way to achieve it
09:19 ashimema `body { background: color }` should do it in there
09:19 ashimema obviously replacing color with a color code of your choosing
09:19 Archie^ is it in System preferences?
09:19 ashimema yup
09:20 Archie^ thank you
09:31 tcohen hi
09:31 wahanui niihau, tcohen
09:46 cait joined #koha
09:58 vfernandes joined #koha
09:58 vfernandes hi #koha
10:11 Archie^ ashimema: is it possible to remove the koha logo in the background via intranetusercss?
10:15 paul_p_ joined #koha
10:17 ashimema You could probably hide it
10:17 ashimema Never tried
10:17 vfernandes in a installation with around 6k borrowers, 130k items and 90k biblio the SIP server is running so slow
10:17 vfernandes it takes around 30s to get patron information and 1 minute to get item information
10:19 vfernandes this is normal? in a clean install (tables almost empty) the SIP server responds in milliseconds
10:21 vfernandes joined #koha
10:24 calire joined #koha
10:24 vfernandes how I can speed up the SIP server?
10:25 ashimema that doesn't sound normal to me..
10:27 magnuse there is a setting for the number of something...
10:28 magnuse in SIPconfig.xml there is a setting min_servers='1', try increasing that number a bit, maybe 5
10:28 magnuse at least if there are more than one client using the SIP2 server
10:30 vfernandes let me try it @magnuse
10:35 vfernandes magnuse: right now everything is running fine :D
10:35 Archie^ mkey so i'm facing an issue with reader card numbers, i was wondering anyone can help?
10:36 vfernandes Attempting socket connection to 127.0.0.1:6001...connected! SEND: 9300CNselfcheckout1|COaz_uuchiec8Ne|CPNSBE| READ: 941  Trying 'item_information' SEND: 1700120190123    103515AONSBE|AB2018-001|ACaz_uuchiec8Ne| READ: 1801010120190123    103515AB2018-001|AJ|   real0m0.107s user0m0.064s sys0m0.000s
10:36 vfernandes real0m0.107s - sounds good to me
10:37 Archie^ is there a way to give some sort of "range" of card numbers for readers depending on a library?
10:37 Archie^ as in, depending on a library where reader is being registred in - give him a certain number from range
11:05 kohaputti joined #koha
11:10 ashimema hmm. no drojf
11:10 vfernandes another question: I have one Koha with 2 distinct designs for 2 diferent branches
11:11 vfernandes how I can set the branch in the virtualhost to be correctly used with plack?
11:13 cait1 joined #koha
11:15 vfernandes SetEnv OPAC_SEARCH_LIMIT branch:CODE works with plack?
11:18 ashimema see https://wiki.koha-community.or[…]_in_Apache_config vfernandes
11:18 ashimema you need to use RequestHeaders with plack
11:19 vfernandes ashimema: let me tell you what I really want... I want to show the related branch news in the diferent designs
11:20 vfernandes looking at opac-main-pl we have: my $homebranch; if (C4::Context->userenv) {     $homebranch = C4::Context->userenv->{'branch'}; } if (defined $input->param('branch') and length $input->param('branch')) {     $homebranch = $input->param('branch'); }
11:21 vfernandes if the user is logged the news appear correctly, but with anonymous don't
11:22 vfernandes RequestHeader add X-Koha-SetEnv "OPAC_SEARCH_LIMIT branch:MYLIB" RequestHeader add X-Koha-SetEnv "OPAC_LIMIT_OVERRIDE 1"
11:23 ashimema Sorry.. I'm not familiar enough with that code at the moment to offer much further advice I'm afraid
11:58 vfernandes ashimema: thanks for the help :)
11:58 vfernandes for display the branch news for anonymous users I need to pass a parameter to opac-main.pl
11:59 vfernandes something like https://domain.com/?branch=MYBRANCH
12:13 kohaputti joined #koha
12:33 oleonard joined #koha
12:34 oleonard Hi all
12:43 laurence joined #koha
13:04 calire hi oleonard
13:04 wahanui hi oleopard
13:05 oleonard Hi calire, I hope that fancy European winter is treating you well today.
13:08 calire it#s grey and boring where we are -.-
13:09 calire I would like some snow please
13:10 oleonard We got some snow. I'm satisfied. Don't need more.
13:20 koha-jenkins Project Koha_18.11_D8 build #22: SUCCESS in 24 min: https://jenkins.koha-community[…]Koha_18.11_D8/22/
13:24 dersmon joined #koha
13:24 koha-jenkins Project Koha_18.11_D9 build #22: SUCCESS in 30 min: https://jenkins.koha-community[…]Koha_18.11_D9/22/
13:26 oleonard Has anyone ever proposed a view-only version of smart-rules.pl accessible to the staff?
13:29 kidclamp so for staff who can't change, just allowing them to view the rules owen?
13:30 oleonard Yeah.
13:33 oleonard Looks like it would be pretty easy to do, but any change at all to that page gets stuck in QA
13:33 kidclamp well, kyle and jonathan are working on some structural things there
13:34 archie^ joined #koha
13:34 oleonard RIP Bug 15522
13:35 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=15522 enhancement, P5 - low, ---, kyle, BLOCKED , New interface for revamped circulation rules
13:36 koha-jenkins Project Koha_18.11_U18 build #21: SUCCESS in 45 min: https://jenkins.koha-community[…]oha_18.11_U18/21/
13:51 Dyrcona joined #koha
13:51 magnuse calire: you can have some of our snow too
13:53 oleonard Oh speaking of which... here magnuse, this is for your Instagram: ❤️️
13:55 magnuse ooh, thanks!
13:55 calire magnuse++
13:57 mirkh joined #koha
14:30 lukeG joined #koha
14:41 huginn News from kohagit: Bug 17047: (QA follow-up) Remove type from script tags <http://git.koha-community.org/[…]4ce00fcd8f7766f84>
14:41 huginn News from kohagit: Bug 17047: DBRev 18.12.00.008 <http://git.koha-community.org/[…]a292c07b7cd3a6ade>
14:41 huginn News from kohagit: Bug 17047: Compiled CSS <http://git.koha-community.org/[…]60a7e0f2fa8aa5fe6>
14:41 huginn News from kohagit: Bug 17047: Schema changes <http://git.koha-community.org/[…]319bf6443e179734d>
14:41 huginn News from kohagit: Bug 17047: Add a third option for Mana system preference <http://git.koha-community.org/[…]cdf5155e656e09013>
14:41 huginn News from kohagit: Bug 17047: add a dedicated page for Mana setup <http://git.koha-community.org/[…]09de82810e2729deb>
14:41 huginn News from kohagit: Bug 17047: SQL reports management with Mana-KB <http://git.koha-community.org/[…]413feef1fd70825fd>
14:41 huginn News from kohagit: Bug 17047: subscriptions management with Mana-KB <http://git.koha-community.org/[…]7d2c5972fc7867c26>
14:41 huginn News from kohagit: Bug 17047: add Mana-KB syspref <http://git.koha-community.org/[…]e708da033b6ec8531>
14:44 alex_a \o/
15:02 tuxayo confeti
15:03 tuxayo confetti!
15:03 wahanui o/`'`'`'`'`'`'`'`'`'`'`'`
15:09 koha-jenkins Project Koha_Master_U18 build #130: UNSTABLE in 29 min: https://jenkins.koha-community[…]a_Master_U18/130/
15:10 ashimema there goes my queue again
15:11 ashimema :)
15:13 tcohen WOOOOO Mana
15:13 tcohen confetti
15:13 wahanui o/`'`'`'`'`'`'`'`'`'`'`'`
15:13 tcohen confetti
15:13 wahanui o/`'`'`'`'`'`'`'`'`'`'`'`
15:14 koha-jenkins Project Koha_Master_D9 build #643: SUCCESS in 30 min: https://jenkins.koha-community[…]ha_Master_D9/643/
15:15 calire left #koha
15:15 ashimema well done
15:18 koha-jenkins Project Koha_Master_D8 build #152: SUCCESS in 35 min: https://jenkins.koha-community[…]ha_Master_D8/152/
15:41 laurence left #koha
15:54 cait joined #koha
15:57 oleonard Let's do this: https://zivotdesign.com/p/view[…]?p=15482590315213
16:00 reiveune bye
16:00 reiveune left #koha
16:01 cait1 joined #koha
16:13 fridolin left #koha
16:24 tuxayo Hi, does anyone have the script "po-reuse.pl" to fill the empty strings in a .po file from another one?
16:24 tuxayo I don't want to spam Bernardo if they don't have the time ^^
16:24 tuxayo Or maybe my spanish in the email I sent was terrible.
16:37 magnuse ooh, Mana, that is exciting
16:40 oleonard Bug 22195
16:40 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=22195 enhancement, P5 - low, ---, oleonard, ASSIGNED , Change default DataTables configuration to consolidate buttons
17:12 oleonard How do you get a token for Mana?
17:14 oleonard Oh I see, never mind
17:16 Nemo_bis https://joinup.ec.europa.eu/ne[…]-conquers-finland
17:20 alex_a oleonard, did you set the Mana server url in you koha-conf file ?
17:37 oleonard alex_a: It's working for me now, thanks!
17:37 alex_a Cool!
17:55 tuxayo Nemo_bis: thanks :)
18:30 paul_p_ joined #koha
18:45 alexbuckley joined #koha
19:10 oleonard Bug 22196
19:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=22196 enhancement, P5 - low, ---, oleonard, Needs Signoff , Clean up Mana KB administration template
19:14 wizzyrea joined #koha
19:14 wizzyrea hi
19:15 oleonard Hi and goodbye wizzyrea!
19:15 * oleonard has to split
19:36 Stompro joined #koha
19:37 teabrarian joined #koha
19:47 alexbuckley joined #koha
19:49 koha-jenkins Project Koha_18.05_D8 build #171: SUCCESS in 23 min: https://jenkins.koha-community[…]oha_18.05_D8/171/
19:51 koha-jenkins Project Koha_18.05_D9 build #166: SUCCESS in 26 min: https://jenkins.koha-community[…]oha_18.05_D9/166/
20:07 wallcom joined #koha
20:08 wallcom Hi. I need to report a ticket. I am the new Library Director with Wall Community Library and cannot get logged in to report.
20:09 koha-jenkins Project Koha_18.05_U18 build #171: SUCCESS in 42 min: https://jenkins.koha-community[…]ha_18.05_U18/171/
20:09 wizzyrea joined #koha
23:16 papa joined #koha
23:35 koha-jenkins Project Koha_18.05_D8 build #172: SUCCESS in 23 min: https://jenkins.koha-community[…]oha_18.05_D8/172/
23:35 koha-jenkins Project Koha_18.05_D9 build #167: SUCCESS in 26 min: https://jenkins.koha-community[…]oha_18.05_D9/167/
23:53 koha-jenkins Project Koha_18.05_U18 build #172: SUCCESS in 41 min: https://jenkins.koha-community[…]ha_18.05_U18/172/
23:58 koha-jenkins Project Koha_18.05_D8 build #173: SUCCESS in 23 min: https://jenkins.koha-community[…]oha_18.05_D8/173/

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary