Time  Nick         Message
07:10 magnuse      \o/
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     hello
07:45 maya-jan-19  hi, everyone GM
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: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:58 vfernandes   hi #koha
10:11 Archie^      ashimema: is it possible to remove the koha logo in the background via intranetusercss?
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: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|   real	0m0.107s user	0m0.064s sys	0m0.000s
10:36 vfernandes   real	0m0.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: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:15 vfernandes   SetEnv OPAC_SEARCH_LIMIT branch:CODE works with plack?
11:18 ashimema     see https://wiki.koha-community.org/wiki/Override_sysprefs_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:34 oleonard     Hi all
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.org/job/Koha_18.11_D8/22/
13:24 koha-jenkins Project Koha_18.11_D9 build #22: SUCCESS in 30 min: https://jenkins.koha-community.org/job/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 oleonard     RIP Bug 15522
13:35 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_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.org/job/Koha_18.11_U18/21/
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++
14:41 huginn       News from kohagit: Bug 17047: (QA follow-up) Remove type from script tags <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=09282c9e56216b3be7dcf904ce00fcd8f7766f84>
14:41 huginn       News from kohagit: Bug 17047: DBRev 18.12.00.008 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=54dff5c944ea01b1240e85da292c07b7cd3a6ade>
14:41 huginn       News from kohagit: Bug 17047: Compiled CSS <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=17575dfccb2688995ae1e4460a7e0f2fa8aa5fe6>
14:41 huginn       News from kohagit: Bug 17047: Schema changes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=055e709d447a0c830913ac8319bf6443e179734d>
14:41 huginn       News from kohagit: Bug 17047: Add a third option for Mana system preference <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=688a1f2adc2cdfd228aa9abcdf5155e656e09013>
14:41 huginn       News from kohagit: Bug 17047: add a dedicated page for Mana setup <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fe26d42ada25990fb99ac5309de82810e2729deb>
14:41 huginn       News from kohagit: Bug 17047: SQL reports management with Mana-KB <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cb01b253308060bad942723413feef1fd70825fd>
14:41 huginn       News from kohagit: Bug 17047: subscriptions management with Mana-KB <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cffb47ac5d4634c45cdf12f7d2c5972fc7867c26>
14:41 huginn       News from kohagit: Bug 17047: add Mana-KB syspref <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=290fe9ff36f0e17e157f3d4e708da033b6ec8531>
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.org/job/Koha_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.org/job/Koha_Master_D9/643/
15:15 ashimema     well done
15:18 koha-jenkins Project Koha_Master_D8 build #152: SUCCESS in 35 min: https://jenkins.koha-community.org/job/Koha_Master_D8/152/
15:57 oleonard     Let's do this: https://zivotdesign.com/p/view.php?p=15482590315213
16:00 reiveune     bye
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/bugzilla3/show_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/news/koha-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 :)
19:10 oleonard     Bug 22196
19:10 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22196 enhancement, P5 - low, ---, oleonard, Needs Signoff , Clean up Mana KB administration template
19:14 wizzyrea     hi
19:15 oleonard     Hi and goodbye wizzyrea!
19:15 * oleonard   has to split
19:49 koha-jenkins Project Koha_18.05_D8 build #171: SUCCESS in 23 min: https://jenkins.koha-community.org/job/Koha_18.05_D8/171/
19:51 koha-jenkins Project Koha_18.05_D9 build #166: SUCCESS in 26 min: https://jenkins.koha-community.org/job/Koha_18.05_D9/166/
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.org/job/Koha_18.05_U18/171/
23:35 koha-jenkins Project Koha_18.05_D8 build #172: SUCCESS in 23 min: https://jenkins.koha-community.org/job/Koha_18.05_D8/172/
23:35 koha-jenkins Project Koha_18.05_D9 build #167: SUCCESS in 26 min: https://jenkins.koha-community.org/job/Koha_18.05_D9/167/
23:53 koha-jenkins Project Koha_18.05_U18 build #172: SUCCESS in 41 min: https://jenkins.koha-community.org/job/Koha_18.05_U18/172/
23:58 koha-jenkins Project Koha_18.05_D8 build #173: SUCCESS in 23 min: https://jenkins.koha-community.org/job/Koha_18.05_D8/173/