← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:54 | aleisha_ joined #koha | |
01:13 | wizzyrea joined #koha | |
01:33 | aleisha_ joined #koha | |
01:52 | Y_lmaz_ joined #koha | |
01:57 | Y_lmaz_ | Qddcwfefdfw |
01:57 | ⚄ | |
01:58 | Vay zurnacılar vayy | |
01:58 | İyi geceler herkese | |
03:54 | alexbuckley joined #koha | |
05:24 | jasmine joined #koha | |
05:57 | davidnind left #koha | |
06:07 | Scott-CSPL joined #koha | |
06:35 | calire joined #koha | |
06:58 | fridolin joined #koha | |
06:58 | fridolin | hi |
06:58 | wahanui | privet, fridolin |
07:19 | magnuse | \o/ |
07:27 | kohaputti joined #koha | |
07:34 | reiveune joined #koha | |
07:35 | reiveune | hello |
07:35 | wahanui | salut, reiveune |
07:38 | alex_a joined #koha | |
07:39 | alex_a | bonjour |
07:39 | wahanui | bonjour, alex_a |
07:49 | laurence joined #koha | |
07:56 | AndrewIsh joined #koha | |
08:08 | cait joined #koha | |
08:40 | chris joined #koha | |
08:43 | alex_a_ joined #koha | |
08:44 | paul_p joined #koha | |
08:45 | alex_a__ joined #koha | |
10:05 | shakir joined #koha | |
10:06 | shakir left #koha | |
10:23 | tcohen | bonjour |
10:30 | jajm joined #koha | |
10:41 | kohaputti joined #koha | |
10:50 | kohaputti joined #koha | |
10:53 | IndigoRed joined #koha | |
10:58 | AndrewIsh | Helloooo! Anyone know anything about ILS-DI. I'm wondering why an AuthenticateUser call is returning a 403. Does the patron you're authenticating as need any special permissions? |
10:59 | s/AuthenticateUser/AuthenticatePatron/ | |
11:08 | cait | no it does not |
11:08 | did you check the documenation? | |
11:08 | which parameters are you sending? | |
11:08 | the in-built opac docs | |
11:09 | /cgi-bin/koha/ilsdi.pl | |
11:09 | AndrewIsh: ^ | |
11:10 | AndrewIsh | Thanks cait, I have checked that and am sending all the correct parameters |
11:10 | cait | are you sending userid or cardnumber? |
11:11 | it works for me - just tested it | |
11:23 | AndrewIsh | Just got to the bottom of it. It was down to some out of date documentation in the wiki, which I've just updated :) |
11:26 | magnuse | AndrewIsh++ |
11:35 | cait | AndrewIsh++ |
11:37 | calire left #koha | |
12:33 | oleonard joined #koha | |
12:34 | oleonard | Hi #koha |
12:43 | tcohen | hi oleonard |
12:43 | wahanui | hi oleopard |
12:46 | sophie_m joined #koha | |
13:29 | cait | oleonard: if you get a moment sometime... the new chart drawing options look a little squashed, maybe some or your magic would be nice :) |
13:32 | oleonard | Where's that? |
13:32 | wahanui | that is wrong - it's about 1/2 that (about 8C) + raining! |
13:33 | oleonard | wahanui: let huginn do the weather reports please |
13:33 | wahanui | oleonard: no idea |
13:34 | cait | oleonard: run a report - then open chart options from the toolbar on top) |
13:34 | wahanui: listen, so you can learn ;) | |
13:34 | wahanui | cait: i'm not following you... |
13:34 | cait | i know... |
13:35 | caroline joined #koha | |
13:35 | oleonard | Okay, this is the first I've seen it :) I had heard something about it... |
13:40 | cait | it's fun |
13:40 | magnuse | and cool |
13:40 | cait | i am playing with my brand new 18.11 demo install |
13:41 | bit sad that the new batch item edit feature requires you to have the column named itemnumbe (english) | |
13:42 | but otherwise fun too | |
13:42 | oleonard: shoud i file a bug about formatting the form? | |
13:42 | paul_p joined #koha | |
13:42 | oleonard | Yes please |
13:42 | * oleonard | is on it now |
13:42 | cait | will do :) |
13:48 | bug 22168 | |
13:48 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=22168 enhancement, P5 - low, ---, koha-bugs, NEW , Improve styling of new chart settings for reports |
13:51 | cait | ashimema: new translations for 18.11 now show up |
13:53 | magnuse | cait++ |
13:54 | cait | do/do not reconcile patron balances automatically on each transaction adding debits or credits. < this means that it will use up the credits when you enter a credit or a debit... right? |
14:21 | caroline joined #koha | |
14:22 | caroline | Hi all! |
14:33 | * magnuse | waves to caroline from norway |
14:33 | wanders off to make pizza | |
14:40 | AndrewIsh | I'm fixing some QA template problems, I'm running prove -v xt/tt_valid.t and that seems to work. But, I'm finding that even after I've fixed some problems, they're still being reported. Has anyone else seen this? |
14:41 | cait | did you commit them? |
14:41 | hi caroline! | |
14:42 | AndrewIsh | I didn't commit them, I wanted to test they worked before doing so |
14:45 | cait: ^^ So do I need to commit them before it'll report them as fixed? One of the errors is now reported as fixed, without me committing, but another isn't | |
14:45 | cait | it usually doesn't le me run them... so that's confusing |
14:45 | if there are still changes that is | |
14:45 | ah... you are running the test outside of the qa tools | |
14:45 | what do the qa tools report? | |
14:46 | maybe you are seeing something not caused by your new code? | |
14:47 | AndrewIsh | I can't run the QA tools with uncommitted changes. I think I'm going to try committing these fixes and see what happens |
14:48 | oleonard | That's what I do AndrewIsh |
14:48 | commits aren't permanent! | |
14:49 | AndrewIsh | oleonard: Indeed! |
14:49 | cait | --amend... |
14:50 | AndrewIsh | Well, that's bizarre, I've committed. And it's *still* reporting the problem, yet when I look at the file, the problem clearly isn't there. What the.... |
14:53 | alex_a joined #koha | |
15:03 | alex_a_ joined #koha | |
15:09 | oleonard | This chart template is a deep deep rabbit hole |
15:29 | cait | ohoh |
15:31 | * cait | sends cookies |
16:00 | reiveune | bye |
16:00 | reiveune left #koha | |
16:16 | fridolin left #koha | |
16:49 | caroline | @wunder cyul |
16:49 | huginn | caroline: Montreal-Pierre Elliott Trudeau Int'l Airport, Quebec :: Snow :: 10F/-12C | Wind Chill: 1F/-17C | Friday: Snow this morning will transition to snow showers this afternoon. High around 20F. Winds W at 10 to 15 mph. Chance of snow 90%. About one inch of snow expected. Friday Night: Bitterly cold. Some clouds. Low -6F. Winds NW at 10 to 15 mph. |
16:50 | caroline | "bitterly cold" brr... |
16:51 | oleonard | @wunder 45701 |
16:51 | huginn | oleonard: Athens, OH :: Overcast :: 35F/2C | Wind Chill: 33F/0C | Friday: Cloudy. Temps nearly steady in the mid to upper 30s. Winds light and variable. Friday Night: Cloudy skies. Low around 30F. Winds light and variable. |
16:51 | cait | it is :( |
16:51 | @wunder Konstanz | |
16:51 | huginn | cait: Konstanz, Germany :: Mostly Cloudy :: 33F/1C | Wind Chill: 29F/-2C | Friday: Partly cloudy. Lows overnight in the mid 20s. Friday Night: A few clouds. Low 24F. Winds NE at 5 to 10 mph. |
16:51 | cait | not as bad here, but ice |
16:53 | laurence left #koha | |
17:10 | cait left #koha | |
17:36 | cait joined #koha | |
18:19 | tallestjoy joined #koha | |
18:30 | lukeg joined #koha | |
18:58 | oleonard | Bye all. Happy weekend |
19:08 | caroline joined #koha | |
19:56 | maya_j joined #koha | |
19:56 | maya_j | hi how can we verify the zebra rendexing done automatically |
19:58 | is anyone there? | |
20:06 | looks like no one is there | |
20:07 | caroline | hi maya_j, it's usually pretty quiet at this time |
20:08 | it's Saturday or Friday afternoon / evening for most of the people | |
20:08 | maya_j | ok |
20:08 | thanks caroline | |
20:08 | caroline | I'm not sure I can answer your question, what is it you need to know? |
20:10 | maya_j | how can i know the reindexing job done, where i can check the log? |
20:11 | caroline | ish, I'm not sure... |
20:11 | mine are in var/log/ | |
20:12 | it's called koha-zebradaemon-output.log | |
20:25 | maya_j | ok |
20:26 | thanks caroline gn | |
20:56 | huginn | News from kohagit: Bug 7143: Fix typo in adding new dev <http://git.koha-community.org/[…]4361d8beb57419d15> |
20:56 | News from kohagit: Bug 22122: Rearranged inputs from a patrons basket in Acquisitions. <http://git.koha-community.org/[…]612c821e4f83facc1> | |
20:56 | News from kohagit: Bug 20274: Itemtypes report gives zero results if item-level_itypes set to bibliograp... <http://git.koha-community.org/[…]2e3cd92076fb94e17> | |
20:56 | News from kohagit: Bug 22125: branches.pickup_location should be flagged as boolean <http://git.koha-community.org/[…]da3bb8bf05373c65e> | |
20:56 | News from kohagit: Bug 22002: (QA follow-up) Remove some debugging code from template <http://git.koha-community.org/[…]53bdad1edb8242eda> | |
20:56 | News from kohagit: Bug 22101: Ill Requests missing in menu on advanced search page <http://git.koha-community.org/[…]6c8ffc1140f294c22> | |
20:56 | News from kohagit: Bug 22085: fix UNIMARC default XSLT broken by Bug 14716 <http://git.koha-community.org/[…]43231b32793f55b1b> | |
20:56 | News from kohagit: Bug 22082: ambiguous column in patron stats <http://git.koha-community.org/[…]d432e14add4874779> | |
20:56 | News from kohagit: Bug 22058: Fix display of empty table cells in OPAC MARC view holdings <http://git.koha-community.org/[…]48fae61b89c0a9868> | |
20:56 | News from kohagit: Bug 21170: Remove "isn't numeric in numeric eq (==)" warnings in MARCdetail <http://git.koha-community.org/[…]94a33d6b8a824a4c4> | |
20:56 | News from kohagit: Bug 22002: (bug 21621 follow-up) Re-add GROUP BY in letter.pl and fix it <http://git.koha-community.org/[…]3546e86d917d1e244> | |
20:56 | News from kohagit: Bug 22006: Handle undefined itemnumber for Koha::Account::Line->item <http://git.koha-community.org/[…]e8817933afdb2fcc3> | |
20:56 | News from kohagit: Bug 22006: Add tests <http://git.koha-community.org/[…]bba1b9a0b22e1664b> | |
20:56 | News from kohagit: Bug 21084: Fix automatic truncation in authority search <http://git.koha-community.org/[…]d0facb80aeb8dcff4> | |
20:56 | News from kohagit: Bug 21491: Display 'Yes' as selected if no refundlostitemfee rules are set <http://git.koha-community.org/[…]9554953ec7475cdd8> | |
20:56 | News from kohagit: Bug 21192: Do not pick SelfRegistration hidden fields for SelfModification <http://git.koha-community.org/[…]855cdc995023dc8be> | |
21:08 | lukeG joined #koha | |
21:09 | tallestjoy joined #koha | |
21:12 | tallestjoy joined #koha | |
21:13 | tallestjoy joined #koha | |
21:13 | tallestjoy joined #koha | |
21:14 | tallestjoy joined #koha | |
21:14 | tallestjoy joined #koha | |
21:24 | kidclamp | byee all |
21:29 | koha-jenkins | Project Koha_Master_U18 build #129: SUCCESS in 29 min: https://jenkins.koha-community[…]a_Master_U18/129/ |
21:32 | Project Koha_Master_D9 build #641: UNSTABLE in 33 min: https://jenkins.koha-community[…]ha_Master_D9/641/ | |
21:33 | Project Koha_Master_D8 build #151: SUCCESS in 35 min: https://jenkins.koha-community[…]ha_Master_D8/151/ | |
23:13 | caroline | good weekend everybody! |
23:41 | lukeg1 joined #koha | |
23:55 | koha-jenkins | Yippee, build fixed! |
23:55 | Project Koha_Master_D9 build #642: FIXED in 28 min: https://jenkins.koha-community[…]ha_Master_D9/642/ |
← Previous day | Today | Next day → | Search | Index