IRC log for #koha, 2015-06-01

All times shown according to UTC.

Time S Nick Message
00:08 indradg @later tell cait fixed the first two issues on bug 14252. I've left indentation part along for now.
00:08 huginn indradg: The operation succeeded.
00:46 JoshB joined #koha
02:20 indradg joined #koha
02:30 JoshB joined #koha
03:12 AmitG joined #koha
04:47 JoshB joined #koha
05:12 p_vdk joined #koha
05:15 p_vdk joined #koha
05:22 cait joined #koha
05:56 dcook I have the oddest search results right now...
05:56 dcook On a customized Koha, which makes it the most fun, of course
05:56 dcook customised*
05:56 dcook *for wizzyrea
05:58 dcook Ahh, I see at least one obvious problem..
05:59 dcook Hurray! One mystery solved! And somehow the inspiration came from complaining in IRC
06:00 dcook http://en.wikipedia.org/wiki/R[…]er_duck_debugging ftw
06:03 sophie_m joined #koha
06:23 reiveune joined #koha
06:23 reiveune hello
06:23 wahanui what's up, reiveune
06:33 dcook maxItemsinSearchResults is one weird system preference...
06:33 dcook yo reiveune
06:34 reiveune salut dcook magnuse cait
06:40 * cait waves
06:40 cait dcook: agreed - band aid one
06:41 cait left #koha
06:44 dcook cait: It doesn't even seem to work consistently :S
06:44 paul_p joined #koha
06:50 dcook &GetHideLostItemsPreference($borrowernumber);
06:50 dcook :S
07:00 alex_a joined #koha
07:01 alex_a bonjour
07:01 wahanui what's up, alex_a
07:03 fridolin joined #koha
07:03 fridolin hie
07:05 Jul joined #koha
07:08 laurence joined #koha
07:17 * magnuse waves
07:23 codavid joined #koha
07:23 codavid left #koha
07:31 sophie_m joined #koha
07:32 Viktor joined #koha
07:32 gaetan_B joined #koha
07:33 gaetan_B hello
07:36 magnuse bonjour gaetan_B
07:46 Viktor joined #koha
07:48 ashimema joined #koha
07:52 ashimema joined #koha
07:53 ashimema Good morning #koha
08:06 magnuse hiya ashimema
08:10 wicope joined #koha
08:13 nlegrand Hey #koha
08:13 nlegrand o/ magnuse ashimema gaetan_B fridolin
08:15 Viktor joined #koha
08:22 cait joined #koha
08:24 fridolin hie nlegrand
08:25 * cait waves
08:26 magnuse bonojur nlegrand fridolin cait
08:27 cait I am back :)
08:29 magnuse wb cait
08:39 nlegrand o/ cait
09:00 Viktor joined #koha
09:14 gaetan_B joined #koha
09:21 p_vdk joined #koha
09:23 p_vdk left #koha
09:54 p_vdk joined #koha
09:54 p_vdk left #koha
09:55 laurence left #koha
10:16 indradg joined #koha
10:35 indradg kia ora #koha
10:35 Viktor joined #koha
10:41 fridolin left #koha
10:42 magnuse namoshkaar indradg
10:44 indradg magnuse Hei! :)
10:54 magnuse joined #koha
11:08 JoshB joined #koha
11:08 Viktor joined #koha
11:25 alex_a_ joined #koha
11:37 edveal joined #koha
11:39 fridolin joined #koha
11:55 meliss joined #koha
11:56 meliss left #koha
12:02 misilot does holds waiting pickup honor closed days? or is just # of days since placed on hold shelf?
12:03 cait misilot: i thik the expired holds cronjob can - check the prefs
12:04 cait but apart from that i think it could be better supported hm.
12:04 misilot cait: ah, with the expired holds though they don't transition over to the "holds over" tab and we like that so we know to return them to the shelf by just looking at the site instead of individual pages
12:05 misilot pages = printed pieces of paper :)
12:05 misilot tired and i just got here :(
12:05 cait same here - that's the reason we don't use the automatism yet
12:06 cait so there was bug 8735 - but i think that's only for the automatism
12:06 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8735 enhancement, P5 - low, ---, kyle, Pushed to Master , Expire holds waiting only on days the library is open
12:06 cait and there is bug 12353
12:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12353 enhancement, P5 - low, ---, olli-antti.kivilahti, In Discussion , Reserves last pickup date needs to respect holidays, and everybody need to know the last pickup date for reserves, even notices.
12:10 misilot thanks cait
12:10 cait yw
12:20 alex_a joined #koha
12:30 tcohen joined #koha
12:32 tcohen morning
12:34 carmen joined #koha
12:35 tcohen hi cait
12:41 NateC joined #koha
12:43 magnuse hola tcohen
12:43 * magnuse wanders off to celebrate his son turning 3 years
12:44 tcohen yay magnuse!
12:46 NateC joined #koha
12:46 NateC morning everyone
12:50 tcohen hi NateC
12:50 NateC hiya tcohen :)
12:55 Dyrcona joined #koha
12:58 mario joined #koha
13:09 indradg joined #koha
13:13 nengard joined #koha
13:33 cma joined #koha
13:49 cait if soeone has time... bug 14173 - a missing space and a broken pagination
13:49 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=14173 normal, P5 - low, ---, oleonard, NEW , Paging on 'recent comments' page in OPAC is not displaying correctly
13:57 edveal joined #koha
14:08 talljoy joined #koha
14:12 misilot joined #koha
14:29 reiveune bye
14:29 reiveune left #koha
14:30 JoshB joined #koha
14:41 DisneyDave joined #koha
14:42 DisneyDave Hello everyone!  What is the field name and table that indicates a borrower has more than one item checked out?
14:43 DisneyDave I need to run an SQL report to identify patrons who do not have any checked out items
14:44 rocio joined #koha
14:45 DisneyDave The amazing Nicole answered it: select p.borrowernumber, p.cardnumber, p.surname, p.firstname from borrowers p where p.dateexpiry < '2015-07-15' and p.borrowernumber not in (select borrowernumber from issues)
14:45 xarragon If I intend to write new tests using TestBuilder and DBIx::Class, but the existing tests for the particular module is using plain SQL etc, can I add a new test module?
14:56 cait tcohen: ?
14:57 cait xarragon: i am not sure, maybe starting a new test file woudl be the cleaner way - and it could still be merged if necessary i guess
15:00 xarragon cait: Yeah, I have 'MyNewsChannel.t' as a stopgap measure. I was just curious about the tests, since rewriting them (esp. a junior dev like myself) is risky; they define the behaviour.
15:01 cait I'd add additonal tests for now i guess, while checking things out
15:03 xarragon cait: Ok, thanks. I was just throwing it out there, I also asked in the associated bug ticket.
15:04 cait :)
15:19 pianohacker joined #koha
15:23 sophie_m joined #koha
15:31 fridolin left #koha
15:55 edveal joined #koha
15:57 tcohen #koha: shouldn't we have an "events" section on the community site?
15:57 tcohen we are announcing a regional hackfest
15:57 tcohen and am not sure where to put it
15:57 cait i think you can put it in the calendar and possibly newsletter/blog
15:57 cait when is it?
16:00 nengard I agree, events would be nice
16:00 cait confetti!
16:00 wahanui o/ '`'`'`'`'`'`'`'`
16:01 cait tcohen ;)
16:02 tcohen July 2dn and 3rd
16:03 tcohen will try to repeat yearly or each semester
16:03 tcohen we need to check how it goes
16:05 nengard if we know it's july every year i can plan for next year :) hehe
16:29 cait me too heh
16:30 pianohacker hi cait!
16:30 cait hi pianohacker
16:30 cait :)
16:30 pianohacker how are ya?
16:31 indradg joined #koha
16:34 cait stressed and leaving :)
16:34 pianohacker leaving to?
16:34 cait wednesday is dev meeting!
16:34 * cait runs off
16:34 cait home! :)
16:34 pianohacker bye cait
16:34 cait just got a ride and it looks like rain soon :)
16:34 cait left #koha
17:18 wicope joined #koha
17:18 magnuse joined #koha
17:20 * magnuse gently waves
17:23 cait joined #koha
17:23 * cait waves
17:24 tcohen hi magnuse cait
17:26 huginn New commit(s) kohagit: Bug 14265 - Use $.trim instead of trim() in admin/categorie.tt <http://git.koha-community.org/[…]f30592ff46b21a383> / Bug 14266: Trim the email address in the pl script <http://git.koha-community.org/[…]96c63a92ff1c7fcc8> / Bug 14266: Replace trim() with $.trim() in opac-shareshelf.tt <http://git.koha-community.org/gi
17:34 magnuse hiya cait & tcohen
17:35 * magnuse takes the plunge and moves a customer to plack
17:36 tcohen magnuse: yay!
17:36 pianohacker magnuse: opac only, or full plack?
17:36 huginn New commit(s) kohagit: Bug 14047: Order z39.50 biblioservers in cataloguing <http://git.koha-community.org/[…]4952d6a692f898953> / Bug 11929: patron modification error shows borrowernumber <http://git.koha-community.org/[…]dd0d293182e5b9bdc> / Bug 11603: Change the output filenames <http://git.koha-community.org/[…]oha.git;a=commitd
17:38 magnuse pianohacker: full plack, until we find something that maks it impossible
17:39 magnuse if that ever happens
17:39 pianohacker sweet
17:40 magnuse now i just need to figure out how i did it the last time i did it
17:47 gaetan_B bye
17:49 magnuse what's the preferred way of running koha with plack these days? apache or nginx in front?
17:50 magnuse or some other way?
18:04 indradg joined #koha
18:13 indradg tcohen++ just came online to see a bunch of pushes! :)
18:16 indradg @seen tcohen
18:16 huginn indradg: tcohen was last seen in #koha 39 minutes and 46 seconds ago: <tcohen> magnuse: yay!
18:16 cait indradg++ :)
18:17 indradg tcohen: when you have some time, do consider these  bug 14206, bug 14135, bug 14268 and  bug 14285
18:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=14206 normal, P5 - low, ---, indradg, Passed QA , notices using non email templates can't be deleted from the staff client
18:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=14135 minor, P5 - low, ---, indradg, Passed QA , Local Use syspref addition form missing variable type 'Free'
18:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=14268 enhancement, P5 - low, ---, indradg, Passed QA , Change Localsyspref type entry to dropdown
18:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=14285 trivial, P5 - low, ---, bgkriegel, Passed QA , Bengali locale needs to be re-defined
18:17 tcohen i'm right now on 14285
18:18 tcohen i need to finish some stuff this week
18:18 tcohen so might delay the others
18:18 indradg tcohen++ that one would be really useful!
18:18 indradg yay!
18:20 indradg cait: if you could please review bug 14252 again, I believe this time it should not fail QA
18:20 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=14252 enhancement, P5 - low, ---, indradg, Signed Off , Make the OPAC language switcher available in the masthead navbar, footer, or both.
18:22 cait indradg: it might get next week - bit short on time until thursday at least
18:26 indradg cait: i'm in no hurry! and your suggestion on the positioning defaults... that was really cool :)
18:26 cait :9
18:26 cait :)
18:26 cait glad you thought it was helpful
18:27 magnuse cait++ indradg++ tcohen++
18:27 indradg :)
18:41 bgkriegel joined #koha
18:41 cait bgkriegel++ :)
18:41 bgkriegel Hi cait :)
18:41 cait hey :)
18:42 cait the 'von' or 'by' - i will see if i can spot why this happens :)
18:42 cait really glad you looked into the paging
18:43 nengard joined #koha
18:43 bgkriegel cait: np! that was easy :)
18:44 * cait sends thank you cookies
18:49 huginn New commit(s) kohagit: Bug 14285: DBRev 3.21.00.003 <http://git.koha-community.org/[…]fbd8e86e3c8d9ea1c> / Bug 14285: Bengali locale needs to be re-defined <http://git.koha-community.org/[…]def7e74e0ad24419c> / Bug 14291: Fix OpacExportOptions text <http://git.koha-community.org/[…]3d891a31c20b86690
18:50 tcohen @later tell eythian could you please review/qa 14283? thanks
18:50 huginn tcohen: The operation succeeded.
18:56 Viktor joined #koha
19:01 edveal joined #koha
19:43 nengard left #koha
19:46 nengard joined #koha
19:51 eskaaren joined #koha
20:09 rangi morning
20:10 pianohacker hi rangi
20:11 rangi @later tell cait we could, or we could stop adding needless dependencies ;-)
20:11 huginn rangi: The operation succeeded.
20:11 cait morning
20:11 rangi hey pianohacker how's graduate life going?
20:11 cait rangi: while we are working on that... can i get a keyword and a 3.20 version?
20:13 pianohacker rangi: very good! just started full time at bywater last week
20:13 rangi sweet
20:14 rangi cait: done
20:14 cait thx
20:16 cait can we schedule the bugzilla mass edit for sometime later this week?
20:17 rangi yup
20:17 cait maybe your friday?
20:17 rangi should be ok
20:20 indradg joined #koha
20:21 pianohacker what's the mass edit, if I may ask? (for mr. out of the loop)
20:22 cait switching old old bugs to closed fixed and newer ones to resolved fixed
20:22 cait we have been doing that for a whle now after every release
20:22 pianohacker ah kk
20:22 cait only the bugs pushed of course
20:22 pianohacker right
20:22 cait and to not spam everyone... rangi turns off the email for while i do it
20:23 cait :)
20:23 pianohacker you can do a bulk edit, right? you don't have to do it by hand?
20:23 cait yep
20:23 pianohacker phew good
20:24 pianohacker rangi: how's life with you?
20:24 rangi busy but otherwise ok ;)
20:33 NateC_ joined #koha
20:33 JoshB_ joined #koha
20:33 db joined #koha
20:33 meliss1 joined #koha
20:35 gmcharlt joined #koha
20:36 kivilahtio_ joined #koha
20:38 eskaaren joined #koha
20:38 wicope joined #koha
20:38 misilot joined #koha
20:38 kivilahtio joined #koha
20:38 Guest49 joined #koha
20:38 gmcharlt_ joined #koha
20:39 ashimema joined #koha
20:39 jmsasse joined #koha
20:40 wicope joined #koha
20:40 nengard left #koha
21:12 magnuse joined #koha
21:25 cdickinson joined #koha
21:26 indradg a non-librarian question: why is the default MarcOrgCode set as OSt? what does OSt represent?
21:27 rangi Stow Public library
21:28 rangi people should be setting it to their actual code
21:28 rangi http://www.loc.gov/marc/organi[…]ns/org-search.php
21:43 indradg rangi: I just checked from org search page on LoC, but shouldn't this be set to blank?
21:44 rangi it is blank
21:44 rangi unless you don't fill it in, then it tries to suggest one for you
21:45 rangi its a required field
21:45 rangi to have a valid marc 21 record
22:14 eythian hi
22:18 eythian @later tell tcohen I'm all for reducing required versions, though if everything is happy in wheezy and up, then it doesn't affect me at all. My dependency stuff doesn't understand required versions, maybe it will in the future.
22:18 huginn eythian: The operation succeeded.
22:56 JoshB joined #koha
23:15 cait left #koha
23:18 irma joined #koha
23:31 chrisvella joined #koha
23:58 eythian mtj: "As always, the best option is to upgrade using the debian packages, at debian.koha-community.org" ... currently 3.16 isn't packaged, only 3.18, 3.20, and 3.21.

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