IRC log for #koha, 2012-01-16

All times shown according to UTC.

Time S Nick Message
01:09 JesseM joined #koha
01:09 JesseM left #koha
01:17 Soupermanito left #koha
01:50 Culiforge is now known as cul_away
01:50 cul_away left #koha
02:32 mtate left #koha
02:32 davi left #koha
02:32 gmcharlt left #koha
02:32 moodaepo left #koha
02:32 jcamins_away left #koha
02:32 Guest24039 left #koha
02:32 rangi left #koha
02:32 bigbrovar left #koha
02:32 wahanui left #koha
02:32 matts_away left #koha
02:32 thd-away left #koha
02:32 Irma left #koha
02:32 eythian left #koha
02:32 huginn left #koha
02:32 pastebot left #koha
02:32 chris_n left #koha
02:32 bag left #koha
02:32 alohalog` left #koha
02:32 mle left #koha
02:32 tfaile_ left #koha
02:32 chrisdothall left #koha
02:32 phasefx left #koha
02:32 magnus_away left #koha
02:32 phasefx_ left #koha
02:32 luisb left #koha
02:32 bshum left #koha
02:32 mtj left #koha
02:32 Callender left #koha
02:32 sijobl left #koha
02:33 bigbrovar joined #koha
02:33 wahanui joined #koha
02:33 matts_away joined #koha
02:33 Callender joined #koha
02:33 tfaile_ joined #koha
02:33 mtate joined #koha
02:33 chrisdothall joined #koha
02:33 thd-away joined #koha
02:33 Irma joined #koha
02:33 bshum joined #koha
02:33 chris_n joined #koha
02:33 pastebot joined #koha
02:33 huginn joined #koha
02:33 eythian joined #koha
02:33 alohalog` joined #koha
02:33 mle joined #koha
02:33 bag joined #koha
02:33 luisb joined #koha
02:33 phasefx_ joined #koha
02:33 magnus_away joined #koha
02:33 phasefx joined #koha
02:33 Guest24039 joined #koha
02:33 jcamins_away joined #koha
02:33 sijobl joined #koha
02:33 moodaepo joined #koha
02:33 mtj joined #koha
02:33 gmcharlt joined #koha
02:33 rangi joined #koha
02:33 davi joined #koha
02:43 Callender left #koha
02:56 huginn left #koha
02:56 pastebot left #koha
02:56 chris_n left #koha
02:56 Irma left #koha
02:56 thd-away left #koha
02:56 matts_away left #koha
02:56 bigbrovar left #koha
02:56 eythian left #koha
02:56 bag left #koha
02:56 alohalog` left #koha
02:56 mle left #koha
02:56 wahanui left #koha
02:56 phasefx left #koha
02:56 magnus_away left #koha
02:56 phasefx_ left #koha
02:56 luisb left #koha
02:56 bshum left #koha
02:56 chrisdothall left #koha
02:56 tfaile_ left #koha
02:56 mtj left #koha
02:56 sijobl left #koha
02:56 davi left #koha
02:56 rangi left #koha
02:56 moodaepo left #koha
02:56 jcamins_away left #koha
02:56 Guest24039 left #koha
02:56 mtate left #koha
02:56 gmcharlt left #koha
02:57 Callender joined #koha
02:57 bigbrovar joined #koha
02:57 wahanui joined #koha
02:57 matts_away joined #koha
02:57 tfaile_ joined #koha
02:57 mtate joined #koha
02:57 chrisdothall joined #koha
02:57 thd-away joined #koha
02:57 Irma joined #koha
02:57 bshum joined #koha
02:57 chris_n joined #koha
02:57 pastebot joined #koha
02:57 huginn joined #koha
02:57 eythian joined #koha
02:57 alohalog` joined #koha
02:57 mle joined #koha
02:57 bag joined #koha
02:57 luisb joined #koha
02:57 phasefx_ joined #koha
02:57 magnus_away joined #koha
02:57 phasefx joined #koha
02:57 Guest24039 joined #koha
02:57 jcamins_away joined #koha
02:57 sijobl joined #koha
02:57 moodaepo joined #koha
02:57 mtj joined #koha
02:57 gmcharlt joined #koha
02:57 rangi joined #koha
02:57 davi joined #koha
03:26 AmitG joined #koha
03:26 AmitG heya bag
04:14 mtj hi amit
04:22 stuartyeates joined #koha
04:23 kathryn left #koha
04:37 cait joined #koha
04:38 cait good morning #koha
04:41 AmitG heya cait
04:42 cait hi AmitG
05:13 hdl joined #koha
06:05 mtj hi all - i have a n00b perl question :)
06:05 mtj hwo to dump a perl $object ?
06:07 mtj aah, click...
06:07 hdl left #koha
06:08 mtj i was expecting to see the object's  methods from a 'print Dumper $object'...
06:09 mtj which wont happen (as expected)
06:12 mtj but still, i wonder how to actually get more info about a perl object?
06:12 mtj using data::dumper gives not much info...  :/
06:13 mtj $VAR1 = bless( do{\(my $o = 34361408)}, 'MARC::Record' ); etc
06:13 mtj which means yay, $o is an object.... but thats about it...
06:13 mtj .
06:14 mtj i wonder if theres a way to dump out an object's methods, etc?
06:18 mtj hmm, thats the best i could find on the subject
06:18 mtj http://stackoverflow.com/quest[…]r-package-in-perl
06:18 mtj or this is close....
06:19 mtj http://search.cpan.org/~adamk/[…]lass/Inspector.pm
06:20 mtj look at the object's class
06:20 mtj Class::Inspector->methods( 'MARC::Record', 'full', 'public' );
06:23 cait hi mtj :)
06:24 mtj heya cait , thanx for looking at my 'ratings' stuff,  great spotting
06:31 cait thx :) if you sign off the follow up - it can move into qa :)
06:32 mtj cool, will do that tonite
06:37 cait cool
07:16 magnus_away is now known as magnuse
07:16 magnuse kia ora #koha
07:17 cait good morning magnuse :)
07:18 magnuse guten morgen cait
07:18 cait :)
07:23 rangi evening
07:24 cait good evening rangi :)
07:25 magnuse kia ora rangi
07:25 magnuse no sign of the phone?
07:26 rangi nope, hasnt been connected to the net, or they wiped it .. either is ok with me
07:27 magnuse yay
07:35 laurence joined #koha
07:37 cait hi laurence
07:37 laurence hi cait
07:39 rangi hi laurence
07:39 magnuse hi laurence
07:40 laurence hi rangi magnuse, all
07:40 cait ok, work time
07:40 cait bbiab
07:41 matts_away is now known as matts
07:44 kmkale joined #koha
07:48 paul_p joined #koha
07:49 cait left #koha
07:50 alex_a joined #koha
07:50 alex_a morning #koha
07:55 reiveune joined #koha
07:56 reiveune hello
07:56 wahanui niihau, reiveune
08:01 julian_m joined #koha
08:02 kmkale left #koha
08:07 sophie_m joined #koha
08:09 gaetan_B joined #koha
08:09 gaetan_B hello
08:10 gaetan_B left #koha
08:12 asaurat joined #koha
08:13 asaurat hi
08:13 wahanui privet, asaurat
08:14 asaurat these are not russian characters, wahanui :D
08:15 mib_fgh0tp joined #koha
08:15 kf joined #koha
08:16 kf hi again #koha
08:16 mib_fgh0tp left #koha
08:16 magnuse wb kf
08:17 asaurat hi kf
08:17 kf guten morgen asaurat :)
08:18 masmedios joined #koha
08:18 masmedios left #koha
08:25 kmkale joined #koha
08:31 marcelr joined #koha
08:31 marcelr hi koha
08:38 kf hi marcelr :)
08:39 kf I updated the export options bug - perhaps you can take a look?
08:39 marcelr hi kf; will look
08:39 marcelr struggling with bugzilla now..
08:41 kf oh
08:41 kf I have added some updated searches to my profile
08:41 kf and rangi has updated his
08:48 kf any opinions about bug 7243?
08:48 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7243 enhancement, PATCH-Sent, ---, srdjan, Needs Signoff , Do not take rentals as fines
08:49 kf I feel a bit uncomfortable to be the only once commenting there - perhaps overcomplicating things
08:51 kf magnuse: can we set a new date for gbsd?
08:52 magnuse sure
08:52 magnuse got any suggestions?
08:52 kf hm
08:52 kf beginning or mid february
08:52 kf next irc meeting is on 8th
08:53 kmkale magnuse: how to bug 1633 marked as QA passed?
08:53 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=1633 enhancement, PATCH-Sent, ---, kmkale, Signed Off , Add ability to take book cover images from local img db
08:53 kmkale can you do it?
08:53 magnuse kmkale: nope, that's for sekjal or someone else on the qa team
08:53 kf kmkale: only sekjal, jonathan druart or marcelr can
08:53 magnuse kmkale: http://wiki.koha-community.org/wiki/Roles_for_3.8
08:53 * kmkale thought magnuse was on qa team
08:54 kmkale oh
08:54 kf perhaps confusing with marcelr?
08:54 magnuse kf and i a re bug wranglers
08:54 kf magnuse: do we want it to be before or after the meeting date? any preferences?
08:55 stuartyeates left #koha
08:55 magnuse either way is fine by me
08:55 magnuse i'll be sleeping through the meeting anyway
08:55 kf me too
08:55 kf ok
08:56 kf so... last was a friday I think do we want to rotate again?
08:58 hdl joined #koha
08:58 magnuse phone...
09:00 kmkale_ joined #koha
09:03 magnuse back
09:03 magnuse another day than friday is fine by me
09:06 kmkale left #koha
09:19 AmitG heya magnuse, kmkale
09:24 magnuse namaste AmitG
09:30 kf wednesday?
09:37 Callender left #koha
09:40 Callender joined #koha
09:59 marcelr left #koha
10:11 kmkale joined #koha
10:12 chris_n` joined #koha
10:12 chris_n is now known as Guest24168
10:12 chris_n` is now known as chris_n
10:16 kmkale_ left #koha
10:18 Guest24168 left #koha
10:22 kmkale left #koha
10:24 kmkale joined #koha
10:28 hdl left #koha
10:29 hdl joined #koha
10:38 alex_a left #koha
10:48 kf paul_p: thx for sharing the document
10:52 alex_a joined #koha
11:00 kf is now known as kf_lunch
11:01 tiko12 joined #koha
11:02 kmkale_ joined #koha
11:05 matts is now known as matts_away
11:05 tiko12 hi team!
11:06 tiko12 its with great pleasure to be part of the koha community
11:07 tiko12 left #koha
11:07 kmkale left #koha
11:07 kmkale_ is now known as kmkale
11:08 tiko12 joined #koha
11:09 tiko12 when using ubuntu linux? how can one upgrade from koha 3.2.x to koha 3.6.x.
11:10 tiko12 when using ubuntu linux,when using ubuntu linux?
11:11 alex_a left #koha
11:12 laurence left #koha
11:25 alex_a joined #koha
11:27 sophie_m left #koha
11:32 AmitG_ joined #koha
11:36 AmitG left #koha
11:37 AmitG_ is now known as AmitG
11:42 sophie_m joined #koha
12:06 kf_lunch is now known as kf
12:07 paul_p hi kf & al
12:07 kf hi paul_p :)
12:07 * paul_p heads to bugzilla to play with patches to push, new patch status & queries to update
12:07 nengard joined #koha
12:08 kf hi nengard
12:08 nengard hiya
12:08 kf nengard: can I bring your attention to some bugs? :)
12:08 kf I am looking for more opinions
12:08 nengard sure
12:08 kf and one is sponsored by bywater I think
12:09 kf acq workflow change for bug 7175
12:09 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7175 enhancement, PATCH-Sent, ---, julian.maurice, Needs Signoff , Improve order receiving page
12:10 kf and bug 7243 - this is the bywater bug
12:10 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7243 enhancement, PATCH-Sent, ---, srdjan, Needs Signoff , Do not take rentals as fines
12:14 nengard kf on 7243 i agree with you
12:15 nengard but i don't know who asked for that dev so I need to check in on that
12:17 kf cool
12:17 kf 7175 collides with a development of yours
12:18 kf but I think the display here is perhaps the better way to do it - it's very fast to edit and go back, while having the form on the same page can make it really hard to edit the right things
12:18 kf it's all noted on the bug
12:21 collum joined #koha
12:21 AmitG heya kf :D
12:21 kf hi AmitG
12:21 AmitG @wunder New Delhi
12:21 huginn AmitG: The current temperature in New Delhi, India is 18.0�C (5:30 PM IST on January 16, 2012). Conditions: Haze. Humidity: 68%. Dew Point: 12.0�C. Pressure: 29.80 in 1009 hPa (Steady).
12:21 nengard kf i updated bug 7175 with a comment
12:21 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7175 enhancement, PATCH-Sent, ---, julian.maurice, Needs Signoff , Improve order receiving page
12:21 AmitG heya nengard
12:21 AmitG :D
12:21 nengard Hello!
12:21 AmitG @wunder Dehradun
12:21 huginn AmitG: The current temperature in Dehradun, India is 14.0�C (2:30 PM IST on January 16, 2012). Conditions: Haze. Humidity: 73%. Dew Point: 10.0�C. Pressure: 29.81 in 1009 hPa.
12:22 AmitG left #koha
12:22 kf @wunder Konstanz
12:22 huginn kf: The current temperature in Konstanz, Germany is 2.0�C (1:00 PM CET on January 16, 2012). Conditions: Clear. Humidity: 40%. Dew Point: -7.0�C. Pressure: 30.28 in 1025 hPa (Falling).
12:23 kf nengard: 4) is worrying me a bit - although I think it's buggy like it works now
12:23 nengard yeah, i think you're right
12:29 kmkale_ joined #koha
12:30 cul_away joined #koha
12:30 cul_away is now known as Culiforge
12:32 kmkale left #koha
12:33 kmkale_ is now known as kmkale
12:35 tiko12 left #koha
12:36 nengard left #koha
12:37 kf yay 7392 passed qa :)
12:38 matts_away is now known as matts
12:39 kf marcelr++
12:40 sophie_m left #koha
12:41 sophie_m joined #koha
12:44 nengard joined #koha
12:56 jcamins_away is now known as jcamins
12:56 jcamins Good morning, #koha.
13:01 Culiforge Good morning
13:02 Culiforge jcamins: cheese bread today?
13:03 jcamins Culiforge: of course!
13:04 Culiforge mmm
13:05 kmkale left #koha
13:09 druthb joined #koha
13:09 druthb o/
13:12 NateC joined #koha
13:12 druthb morning, Nate
13:24 JesseM joined #koha
13:39 laurence joined #koha
13:56 jcamins is now known as jcamins_away
14:00 JesseM left #koha
14:02 laurence left #koha
14:03 laurence joined #koha
14:04 kmkale joined #koha
14:04 sekjal joined #koha
14:10 ago43 joined #koha
14:11 druthb Namaste, kmkale.
14:17 kmkale left #koha
14:20 laurence left #koha
14:23 magnuse o/
14:24 Irma left #koha
14:24 edveal joined #koha
14:28 kf oh, I missed the cheese bread?
14:33 JesseM joined #koha
14:44 Callender left #koha
14:46 ebegin joined #koha
14:52 Callender joined #koha
15:03 julian_m left #koha
15:13 kmkale joined #koha
15:14 Culiforge is now known as cul_away
15:16 jcamins_away is now known as jcamins
15:16 jcamins paul_p: around?
15:17 paul_p jcamins, yep
15:17 jcamins paul_p: were you trying to apply the patch for bug 7439 to Master?
15:17 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7439 enhancement, PATCH-Sent, ---, cnighswonger, Patch doesn't apply , Mailmap for 3.6.x not complete
15:17 paul_p jcamins, yep
15:17 jcamins paul_p: that would be the problem.
15:18 jcamins It's for 3.6 only.
15:18 JesseM left #koha
15:18 paul_p Does it mean we don't need it on master ?
15:18 matts is now known as matts_away
15:18 jcamins Well, there's no .mailmap file on Master.
15:18 paul_p but don't we need it ?
15:19 jcamins I would think so.
15:19 talljoy joined #koha
15:19 paul_p (+ I have a .mailmap file !)
15:19 jcamins chris_n did a patch which added a mailmap file and noted that he suggested you cherry-pick it.
15:20 paul_p I missed that completly !
15:20 JesseM joined #koha
15:21 trea joined #koha
15:22 jcamins It was a while ago.
15:22 jcamins 12/4/11 e-mail to Koha-devel: Adding .mailmap file to 3.6.x
15:22 jcamins paul_p: http://git.koha-community.org/[…]caaa022535efa3485
15:23 paul_p 12/4, you mean 4th dec or 12th of april ?
15:23 paul_p (silly americans ;-) )
15:23 jcamins 4 December.
15:23 jcamins Silly Europeans. :P
15:24 paul_p (well, iso & europan is logical from most to less specific or from less to most specific. m/d/y has no logic behind it ;-) )
15:24 jcamins paul_p: sure it does!
15:25 jcamins It's the perfect shibboleth!
15:25 jcamins If you say to someone "I'll meet you on 2/1/12, if they show up the day after New Years, you know they're probably not from the US. ;)
15:25 jcamins s/12,/12,"/
15:25 jcamins Bet you never thought about that, did you?
15:26 jcamins :)
15:26 kf I would only think they got the date wrong
15:27 cul_away or they're a time lord and they'll be back last month
15:27 jcamins cul_away: lol
15:28 jcamins I'm totally using that excuse next time I get the day wrong.
15:30 matts_away is now known as matts
15:41 matts is now known as matts_away
15:46 Callender left #koha
15:52 Callender joined #koha
15:58 kf @seen chris_n
15:58 huginn kf: chris_n was last seen in #koha 3 weeks, 3 days, 16 hours, 31 minutes, and 20 seconds ago: * chris_n heads out for a week or so
15:59 kf hm
15:59 kf that's a long week
15:59 huginn New commit(s) kohagit: Bug 7364: Possible to get to FA item add without current branch being defined. <http://git.koha-community.org/[…]f8e0c15010241d580> / Merge remote-tracking branch 'origin/new/bug_7143' <http://git.koha-community.org/[…]25c9edba7b41ebd7f> / Bug 7143: add Albert Oller to the about.tt <http://git.koha-community.org/gitwe
15:59 jcamins kf: sure is. I wish my weeks were that long.
15:59 jenkins_koha Starting build #589 for job Koha_master (previous build: UNSTABLE -- last SUCCESS #587 3 j 4 h ago)
16:00 kf I am kinda desperately waiting for some pushes to 3.6.x...
16:00 kf and it's almost time for translation again
16:00 jcamins kf: today's a holiday, so I expect he won't be around again until tomorrow.
16:01 matts_away is now known as matts
16:02 kf hm if not should drop him a mail and ask nicely .)
16:17 reiveune bye
16:17 reiveune left #koha
16:28 moodaepo left #koha
16:34 asaurat left #koha
16:40 chris_n kf: I'm hoping to push a bunch this evening; things have been *extremely* busy over the past two weeks and show no signs of letting up unfortunately :(
16:41 kf I have a list of blockers for us - at home unfortunately
16:42 kf do you have a sequence for pushing - or does it make sense to give you the numbers?
16:42 kf there is a problem with language selection that's kinda evil
16:42 kf opac always shows up in english first -which makes no sense here
16:47 trea jcamins: i found something you had written on the k-c and wanted to verify that it is still true: "in order to use the Journal title index, MARC21 field 773$t would need to be indexed and linked to CCL search prefix 'Host-item:'."
16:48 melia joined #koha
16:50 jcamins trea: it depends what you're trying to do.
16:50 matts is now known as matts_away
16:50 jcamins trea: don't you love the way I make everything so clear?
16:51 jcamins :D
16:51 jcamins That particular example is drawn from the ANS's particular data.
16:51 trea that's my fault i should have been more clear.
16:51 jcamins trea: no, I'm about to make you more confused. :P
16:51 trea in order to do a search for "Journal Title" the 773$t needs to be populated?
16:51 trea is that correct?
16:51 jcamins Other libraries have journal titles stored elsewhere. For example, 949$j.
16:51 jcamins No.
16:52 jcamins Or, for the ANS, that's true because the ANS uses Journal Title for analytics.
16:53 jcamins But then you have other libraries which don't do analytics, and want the "Journal Title" search to do something akin to what SFX does by putting an 856 in for each journal.
16:53 jcamins They put the journal title elsewhere.
16:53 jcamins You'll have to find out from them exactly where.
16:53 jcamins For at least one of ByWater's clients, they chose 949$j.
16:53 trea so, the bottom line is, I should check their koha to marc mappings
16:54 jcamins There are also those who only use uniform titles with journals, in which case you can use 240.
16:54 jenkins_koha Project Koha_master build #589: STILL UNSTABLE in 54 mn: http://jenkins.koha-community.[…]/Koha_master/589/
16:54 jenkins_koha * julian.maurice: Bug 6132: Update sysprefs cache in set_preference
16:54 jenkins_koha * julian.maurice: Bug 6132: Add unit test for system preferences
16:54 jenkins_koha * Chris Cormack: Bug 6947 : opac-topissues.pl wasn't respecting item live itemtypes
16:54 jenkins_koha * jesse: Bug 7143: add Albert Oller to the about.tt
16:54 jenkins_koha * ruth: Bug 7364: Possible to get to FA item add without current branch being defined.
16:54 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6132 minor, P3, ---, jonathan.druart, Pushed to Master , System preferences are case sensitive
16:54 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6947 minor, PATCH-Sent, ---, ian.walls, Pushed to Master , OPAC top-issues doesn't respect item-level itypes
16:54 sekjal trea:  not their mappings, no
16:54 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7143 enhancement, PATCH-Sent, ---, katrin.fischer, ASSIGNED , Bug for tracking changes to the about page
16:54 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7364 enhancement, PATCH-Sent, ---, ruth, Pushed to Master , Fast-Add framework doesn't always get the branch for item creation
16:54 * jcamins waits for jenkins and huginn to stop.
16:54 jcamins Oh, that was it.
16:54 jcamins trea: no, you'll need to actually look at their MARC records.
16:54 kf trea: I htink the marc mappins will not help here
16:54 sekjal trea: record.abs will tell you which MARC fields are getting dumped into which indexes
16:54 jcamins Koha-MARC mappings are more or less meaningless in every situation.
16:55 trea record.abs?
16:55 jcamins trea: right, what sekjal said. BUT that won't help you if the problem is that searches for Journal Title are not working.
16:55 sekjal trea:  yes, in etc/zebradb/marc_defs/marc21/biblios
16:55 trea okay, so what WILL Help
16:55 jcamins trea: you need to know where the library is actually putting journal title.
16:56 jcamins Not where they tell you it belongs, but where they put it.
16:56 jcamins (these two will rarely match)
16:56 jcamins Then, you'll have to go to record.abs to determine if there is any unique search index configured for that field.
16:56 jcamins Chances are there is not, in which case you'll need to add one.
16:57 jcamins But, note that all this is assuming that you want to search for records by journal title. It just occurred to me that you might have a completely different question about the jQuery, and now I've just confused you a lot.
16:59 chris_n kf: I generally pick sequentially from master
16:59 chris_n off to lunch
17:01 Guillaume1 joined #koha
17:02 jcamins trea: Is there anything else I can do to confuse you further?
17:02 kf chris_n: ok :)
17:03 paul_p yeah ... on wednesday, they'll disconnect a WWII bomb just close to BibLibre office !!! not sure we will be able to come to our office...
17:04 jcamins paul_p: why do you have a WWII bomb by the BibLibre office?
17:04 paul_p jcamins, not IN BibLibre office, but in the port
17:04 sophie_m left #koha
17:04 paul_p http://www.paca.pref.gouv.fr/A[…]-de-la-population
17:05 paul_p we've on the right of the area. Not IN the area. But for many of us, that will be very hard to reach our office
17:06 jcamins Yikes!
17:08 magnuse wow, stay well clear of that, dear biblibrians!
17:08 kf yes plz
17:11 druthb a *US* bomb, no less.  Gotta love our legacy of making the rest of the earth unsafe for humanity, even to our friends.   Harrumph.
17:21 huginn New commit(s) kohagit: Merge remote-tracking branch 'origin/new/bug_929' <http://git.koha-community.org/[…]8a9d4fad596176ff8> / Bug 929 : Follow up to allow tests to check plugins too <http://git.koha-community.org/[…]944c70d751b966cfb>
17:27 sekjal left #koha
17:27 sekjal joined #koha
17:30 jenkins_koha Starting build #590 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #587 3 j 6 h ago)
17:32 jcamins Oh, we should memoize the language retrieval bit.
17:32 jcamins (if we haven't already)
17:33 kf I think there is a bug waiting somewhere
17:33 kf with patches
17:35 jcamins kf: after I said it I realized that I think I actually saw it pushed.
17:35 jcamins A while ago.
17:35 kf not sure
17:36 jcamins Oh, no, you're right.
17:36 jcamins Bug 6000.
17:36 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6000 enhancement, PATCH-Sent, ---, paul.poulain, Needs Signoff , Performance enhancements for C4::Context and C4::Languages
17:37 jcamins kf: any idea if I can put a range of dates in KVK?
17:38 * jcamins tries.
17:38 jcamins Yup.
17:38 kf never tried it - you know more than I do :)
17:43 edveal is now known as edveal-lunch
17:50 * magnuse doesn't even know what KVK is...
17:52 kf meta search for a lot of library catalogs
17:53 talljoy is now known as talljoy_lunch
17:58 jcamins magnuse: you know what Koha should be doing with linked data?
17:58 jcamins This: http://www.kino-teatr.ru/kino/[…]e/sov/5544/annot/
17:59 jcamins Notice the mouse-over for names.
17:59 magnuse cool
18:00 magnuse and perfectly doable
18:00 jcamins :)
18:00 magnuse if we had uris for authors we could fetch data from all over, including images from wikipedia, oen library etc
18:00 jcamins _That_ would be a cool feature.
18:01 magnuse yup
18:01 magnuse i hope i can spend some time playing with that this year
18:01 huginn New commit(s) kohagit: Revert "Bug 7364: Possible to get to FA item add without current branch being defined." <http://git.koha-community.org/[…]ae7d25b05eb3d84fc>
18:02 magnuse jcamins: or you could do an author image upload thingy ;-)
18:02 jcamins magnuse: Or that.
18:03 jcamins magnuse: better, authority record image upload thingy.
18:03 magnuse ooh
18:03 kf heh
18:03 magnuse yeah, that makes sense
18:04 jcamins Have a cloak and dagger image for "Detective and mysteries."
18:04 jcamins Cloak, dagger, and smiley face for "Detective and mystery stories--Juvenile literature."
18:04 jcamins :)
18:04 magnuse yay!
18:05 nengard yikes! I upgraded my xml editor and it decided to make a ton of changes when all I did was add a section to the manual ?
18:05 nengard http://git.koha-community.org/[…]6644b8cc76e7fcd13
18:05 nengard it's sloppy - but i guess it's all necessary
18:06 jcamins I always thought there was supposed to be a space before a self-closing closing bracket.
18:06 magnuse hey, did i mention recently that i think the debian packages are awesome?
18:06 jcamins magnuse: I'm not sure.
18:06 jcamins Did I?
18:07 magnuse jcamins: not sure
18:07 jcamins magnuse: hm. Well, there's nothing for it, then.
18:08 jcamins The Debian packages are awesome!
18:08 magnuse The Debian packages are awesome!
18:09 * sekjal prefers Git
18:10 magnuse depends on the use case, i think
18:10 jcamins sekjal: for source code control, git is the way to go. For painless installs, Debian packages all the way.
18:10 sekjal git installs are pretty darn smooth these days
18:11 sekjal thanks in part to the Debian packaging
18:11 sekjal all the modules are quick to install now
18:11 magnuse well, there's nothing that beats the packages (and the scripts that come with them) for creating new installs, or moving installs
18:11 jcamins Yeah, those scripts are the real winners.
18:11 magnuse yup
18:12 magnuse there's a lot of "best practice" embedded in there
18:13 jcamins magnuse: also a bit of "Jared does *WHAT*??" ;)
18:13 magnuse hehe?
18:13 jcamins Actually, possibly those patches weren't pushed yet.
18:14 paul_p left #koha
18:14 magnuse building your own packes is pretty smooth too, with build-git-snapshot
18:15 jcamins Sure is. :)
18:16 jcamins Incidentally, magnuse, I've decided to switch from Puppet to Chef.
18:17 magnuse cool - probably
18:17 * magnuse only knows either by hearsay
18:18 jcamins I went to a talk on Chef the other day, and the guy demonstrated the solutions to all the problems I'd had with Puppet in the course of the presentation.
18:23 talljoy_lunch is now known as talljoy
18:24 jenkins_koha Yippie, build fixed!
18:24 jenkins_koha Project Koha_master build #590: FIXED in 54 mn: http://jenkins.koha-community.[…]/Koha_master/590/
18:24 jenkins_koha Chris Cormack: Bug 929 : Follow up to allow tests to check plugins too
18:24 huginn Bug http://bugs.koha-community.org[…]ow_bug.cgi?id=929 enhancement, PATCH-Sent, ---, chris, Pushed to Master , See details of a budget
18:24 jcamins Yippie!
18:24 kf yippiee :)
18:24 jcamins kf: do you hear that?
18:24 jenkins_koha Starting build #591 for job Koha_master (previous build: FIXED)
18:24 kf hm?
18:24 Guillaume1 left #koha
18:25 jcamins That sound. It sounds like... dinner?
18:25 kf aah
18:25 kf so you finally hired a cook for me?
18:25 jcamins Better go home and check. ;)
18:26 kf hmpf
18:28 kf okok
18:28 kf bye all - bbl
18:28 kf left #koha
18:33 druthb left #koha
18:40 mib_f962ey joined #koha
18:42 mib_f962ey left #koha
18:43 * magnuse does a delayed happydance for jenkins
18:43 magnuse jcamins: cool, sounds like agood talk! ;-)
18:49 edveal-lunch is now known as edveal
18:56 edveal left #koha
18:56 cait joined #koha
18:56 rangi morning
18:56 cait jcamins: no cook, I am very disappointed
18:56 cait morning rangi
18:57 jcamins cait: hmmm...
18:57 rangi doh, i missed paul
18:57 jcamins I guess "she's in Konstanz" wasn't clear enough direction.
18:57 nengard is now known as nengard_lunch
18:58 jcamins rangi: morning.
18:58 rangi heya jcamins
18:58 wahanui somebody said jcamins was supposed to be an outstanding cook. or well-traveled and brilliant. or trying to think of a solution, but short of a set of three sysprefs (ShelfBrowserUsesLocation, ShelfBrowserUsesCcode, and ShelfBrowserUsesHomeBranch), I don't really have any ideas. or awesome fixing broken email notifications or the wizard that forges queries in the deep fires of zebra
18:58 jcamins Heh.
18:58 edveal joined #koha
18:59 jcamins You know what LibreOffice needs? The xp operator.
19:00 jcamins I have to use *arrow keys* and *retype* the letter that I transposed right now.
19:00 jcamins Absurd!
19:03 magnuse g'day rangi
19:06 rangi heya magnuse
19:06 wahanui rumour has it magnuse is afraid that we added another 10000 bugs while he was eating pizza
19:06 cait :)
19:07 magnuse hehe
19:07 cait :)
19:07 magnuse cait?
19:07 wahanui That's Ms. Cait to you! or in a very good mood today :)
19:07 magnuse heya cait
19:08 magnuse how come wahanui does the pizza thing for me but not ms cait for cait?
19:08 magnuse oh well...
19:09 cait no  idea
19:09 jcamins heya cait
19:09 jcamins magnuse?
19:09 wahanui magnuse is afraid that we added another 10000 bugs while he was eating pizza.
19:10 magnuse maybe rangi has special powers?
19:10 magnuse heya jcamins
19:10 wahanui jcamins is probably supposed to be an outstanding cook. or well-traveled and brilliant. or trying to think of a solution, but short of a set of three sysprefs (ShelfBrowserUsesLocation, ShelfBrowserUsesCcode, and ShelfBrowserUsesHomeBranch), I don't really have any ideas. or awesome fixing broken email notifications or the wizard that forges queries in the deep fires of zebra
19:10 magnuse hm
19:10 jcamins hey kf
19:10 jcamins heya kf
19:10 jcamins heya druthb
19:10 jcamins heya magnuse
19:11 jcamins heya magnuse
19:11 wahanui i think magnuse is afraid that we added another 10000 bugs while he was eating pizza.
19:11 jcamins heya cait
19:11 * jcamins gives up.
19:11 wizzyrea joined #koha
19:11 jcamins No logic here.
19:11 cait heya cait is hi!
19:11 * wizzyrea waves
19:11 cait heya cait
19:11 cait well... that didn't work
19:11 jcamins heya cait?
19:11 wahanui That's Ms. Cait to you! or in a very good mood today :)
19:11 * magnuse waves back
19:11 cait heya cait is <reply> something
19:11 cait heya cait
19:12 jcamins wahanui: heya cait?
19:12 wahanui That's Ms. Cait to you! or in a very good mood today :)
19:13 * wizzyrea giggles
19:13 jcamins heya wizzyrea
19:13 wahanui I LIKE SCIENCE!
19:13 rangi hey wizzyrea
19:13 wahanui I LIKE SCIENCE!
19:13 jcamins heya trea
19:13 jcamins trea?
19:13 wahanui The support in the darkness. The watcher of the tickets. The fire that keeps partners happy, the light that brings code updates, the horn that wakes the devs, the shield that guards the realms of nerds.
19:13 trea ?
19:13 jcamins trea: just trying to understand wahanui.
19:14 jcamins i was wondering if maybe yours would work with "heya" because you had a <reply> set, like wizzyrea.
19:14 * wizzyrea doesn't know why that works
19:14 wizzyrea some times and not others
19:17 jcamins It didn't.
19:17 * jcamins figured out that if he says "heya magnuse" it doesn't work but "heya magnuse " does work.
19:17 jcamins hey cait
19:17 jcamins hey cait
19:17 jcamins "hey[a] cait" doesn't work with zero, one, or two spaces, though.
19:18 jenkins_koha Project Koha_master build #591: SUCCESS in 53 mn: http://jenkins.koha-community.[…]/Koha_master/591/
19:18 jenkins_koha paul.poulain: Revert "Bug 7364: Possible to get to FA item add without current branch being defined."
19:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7364 enhancement, PATCH-Sent, ---, ian.walls, Signed Off , Fast-Add framework doesn't always get the branch for item creation
19:18 trea is now known as trea-lunch
19:24 * magnuse wonders if the different ownership of the backupfiles created by the package-scripts is on purpose or accidental:
19:24 magnuse -rw-r----- 1 root esme-koha 147K Jan 11 12:27 esme-2012-01-11.sql.gz
19:24 magnuse -rw------- 1 root root      153K Jan 11 12:27 esme-2012-01-11.tar.gz
19:25 jcamins magnuse: accidental. The tar.gz should have the same permissions as the sql.gz.
19:25 jcamins At least, that's my thought on the matter.
19:26 magnuse hm, it does look strange that it's different
19:26 rangi yep, should be same group
19:26 magnuse i'll create a bug for it
19:27 rangi cool
19:27 rangi maybe one of the academy students can look at it
19:27 magnuse not saying i'll fix it, though...
19:27 magnuse cool!
19:27 rangi if anyone has some easy peasy bugs
19:28 rangi let me know
19:29 jcamins Bug 7409?
19:29 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7409 enhancement, P5 - low, ---, robin, NEW , Missing dependencies for Debian package
19:30 jcamins I think that one's probably easy.
19:31 cait eythian ping
19:32 magnuse bug 7448
19:32 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7448 normal, P5 - low, ---, robin, NEW , Files created by koha-dump have different owners/permissions
19:35 rangi ta
19:35 rangi ok
19:35 rangi heading downstairs to academy now
19:36 nengard_lunch is now known as nengard
19:40 cait wb nengard
19:40 nengard :)
19:40 cait jcamins: still around? :)
19:41 cait I need some of your cataloging insight
19:41 cait bug 4300
19:41 * magnuse wanders off - have fun #koha!
19:41 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=4300 enhancement, PATCH-Sent, ---, chris, REOPENED , Display 866z summary holdings public note in OPAC
19:41 magnuse is now known as magnus_afk
19:41 cait have a nice evening magnus_afk :)
19:41 magnus_afk thanks cait
19:42 jcamins cait: I am indeed.
19:42 cait ah
19:42 cait good :)
19:42 cait I was thinking
19:42 cait about displaying $a and $z in opac
19:43 cait and $a $z and $y in staff
19:43 cait and making it work for repeated fields and subfields correctly
19:43 cait what do you think?
19:43 jcamins That sounds like a good idea to me.
19:44 cait ok
19:44 cait I was wondering if you were opposed to $a
19:44 cait but in our data this seems the interesting field
19:45 jcamins Makes sense to me.
19:47 hdl left #koha
19:48 jcamins 866$a is definitely the field that data should be going in.
19:51 kmkale left #koha
19:52 wizzyrea oh, we fixed the numbering! woot!
19:52 cait hm?
19:52 cait jcamins: cool, I will work something out :)
20:00 melia is now known as melia_lunch
20:01 rangi ok, gonna try to get the academy kids on here to start the day
20:01 cait so we have to be nice?
20:01 * jcamins had better leave, then...
20:02 kmkale joined #koha
20:03 cait jcamins: you are actually quite nice
20:03 samsanders joined #koha
20:03 Kate joined #koha
20:03 jcamins Easy for you to say.
20:03 _reason joined #koha
20:03 juggler-boy-123 joined #koha
20:03 cait hi _reason :)
20:03 jcamins Most people on this channel wouldn't have to think about analytics if it weren't for me. ;)
20:03 cait and juggler-boy-123
20:04 cait jcamins: I am guilty about that too
20:05 * cait puts a plate of cookies in the middle of #koha
20:05 rangi two more students to join, then we are all here
20:08 jorgia joined #koha
20:08 * wizzyrea waves to the academy peeps
20:08 * cait waves too
20:08 cait welcome jorgia
20:09 jorgia Hey :)
20:09 * chrisdothall waves at academy students from across the table
20:09 cait heya chrisdothall :)
20:09 cait how is my translation bug?
20:09 cait ;)
20:09 chrisdothall cait: not fun :(
20:09 cait take a cookie
20:09 chrisdothall thanks :)
20:09 cait :)
20:13 _Bart___ joined #koha
20:13 cait ah number 4 - welcome _Bart___
20:13 rangi should be 6 in total
20:14 _Bart___ hi
20:14 jcamins Welcome, samsanders, Kate, _reason, juggler-boy-123, jorgia, and _Bart___.
20:14 rangi http://koha-community.org/
20:14 rangi git.koha-community.org
20:14 wahanui i guess git.koha-community.org is where the source code for Koha is kept.
20:14 rangi wiki.koha-community.org
20:15 wizzyrea schema
20:15 rangi bugs?
20:15 wahanui i think bugs is interesting
20:15 wizzyrea schema.koha-community.org
20:15 wahanui i think schema.koha-community.org is wicked awesome
20:15 rangi bugs.koha-community.org
20:15 rangi http://www.ohloh.net/p/koha/
20:17 rangi http://opac.koha.workbuffer.org/
20:18 kathryn joined #koha
20:18 rangi librarian.koha.workbuffer.org
20:18 wizzyrea forget bugs
20:18 wahanui wizzyrea: I forgot bugs
20:19 wizzyrea bugs is found at http://bugs.koha-community.org
20:20 * magnus_afk waves to the academics from norway
20:21 jcamins bugs are also rarely good news.
20:21 jcamins bugs?
20:21 wahanui it has been said that bugs is found at http://bugs.koha-community.org
20:21 jcamins bugs is also rarely good news.
20:21 wahanui okay, jcamins.
20:21 jcamins bugs?
20:21 wahanui bugs is found at http://bugs.koha-community.org or rarely good news.
20:21 wizzyrea lies, some bugs are great news.
20:22 wizzyrea especially when they have patches attached to them.
20:22 cait enhancements mostly :)
20:22 cait oh right
20:22 cait or when someone managed to reproduce something you always wondered about
20:22 magnus_afk well a bug found is better than a bug not found
20:22 jcamins wahanui: forget bugs.
20:22 wahanui jcamins: I forgot bugs
20:23 wizzyrea why forget bugs?!
20:23 * wizzyrea just fixed that.
20:23 jcamins bugs is found at http://bugs.koha-community.org. Please fix any bugs you find. :)
20:23 jcamins bugs?
20:23 wahanui hmmm... bugs is found at http://bugs.koha-community.org. Please fix any bugs you find. :)
20:23 wizzyrea ok fine.
20:23 wizzyrea :)
20:23 jcamins :)
20:23 cait @wunder Konstanz
20:23 wizzyrea at least you didn't say "please report, fix, or whine about any bugs you find"
20:24 Callender_ joined #koha
20:24 huginn cait: The current temperature in Taegerwilen, Taegerwilen, Germany is -2.9�C (9:19 PM CET on January 16, 2012). Conditions: Clear. Humidity: 79%. Dew Point: -6.0�C. Windchill: -3.0�C. Pressure: 30.37 in 1028.3 hPa (Steady).
20:24 jcamins Academy students: yes, that sort of conversation is completely normal on #koha. :)
20:24 cait and cookies
20:24 wizzyrea occasionally very bad jokes.
20:24 cait wizzyrea: could you take a look at 2 bugs for me?
20:24 wizzyrea @quote random
20:24 huginn wizzyrea: Quote #121: "mtj> friends don't let librarians spec bib formats" (added by chris at 08:18 PM, March 24, 2011)
20:24 cait I am hunting for comments
20:24 wizzyrea sure
20:24 cait @quote 123
20:24 huginn cait: I suck
20:25 wizzyrea @quote get 123
20:25 huginn wizzyrea: Quote #123: "rangi: #thingsihavelearnt if there is a mad scheme a library somewhere will be doing it ... except madder" (added by wizzyrea at 09:20 PM, March 30, 2011)
20:25 cait @quote get 123
20:25 huginn cait: Quote #123: "rangi: #thingsihavelearnt if there is a mad scheme a library somewhere will be doing it ... except madder" (added by wizzyrea at 09:20 PM, March 30, 2011)
20:25 jcamins cait: the rarest of animals, we are about to see a comment in its natural habitat!
20:25 wizzyrea is that like hunting wabbits
20:25 cait huh?
20:26 wizzyrea which bugs :)
20:26 cait wizzyrea: my pets are bug 7243
20:26 wizzyrea also this:
20:26 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7243 enhancement, PATCH-Sent, ---, srdjan, In Discussion , Do not take rentals as fines
20:26 wizzyrea http://www.youtube.com/watch?v=QQcccIfy7mE
20:26 rangi http://librarian.koha.workbuff[…]a/svc/report?id=8
20:27 cait and bug 7175
20:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7175 enhancement, PATCH-Sent, ---, julian.maurice, Needs Signoff , Improve order receiving page
20:27 edveal is now known as edveal-away
20:28 trea-lunch is now known as trea
20:29 rangi http://stats.workbuffer.org/its_a_bugs_life.html
20:30 rangi http://api.jquery.com/jQuery.getJSON/
20:30 Callender__ joined #koha
20:30 wizzyrea well re: 7243 - defaults should be set to current behaviour
20:31 Callender left #koha
20:31 Callender__ is now known as Callender
20:31 wizzyrea is that the kind of comment you are looking for?
20:32 cait I am not looking for a special kind of ocmment :)
20:32 cait only comments
20:32 wizzyrea oic :)
20:32 cait but what do you think about the sysprefs?
20:32 wizzyrea I think it's a fine idea - as long as they are initially set to current behavior
20:34 pastebot "rangi" at 202.78.240.10 pasted "jquery" (4 lines) at http://paste.koha-community.org/206
20:35 jcamins sysprefs++
20:37 Callender_ left #koha
20:37 edveal-away is now known as edveal
20:41 wizzyrea woo koha import :)
20:41 schuster joined #koha
20:42 rangi http://api.jquery.com/jQuery.getJSON/
20:43 rangi http://librarian.koha.workbuff[…]a/svc/report?id=8
20:43 schuster setting up another dev and ran make test and got an error about "t/Koha_template_plugin_KohaDates.t " can I go on or what happened?  everything else seemed to be ok...
20:45 wizzyrea can you be specific about the message?
20:45 jcamins schuster: rangi did a fix for that just today.
20:45 wizzyrea oh nm
20:46 schuster left #koha
20:46 schuster1 joined #koha
20:47 cait yep
20:47 cait it's been pushed to latest master
20:48 schuster1 ok so I just need to do a git fetch and then rerun my make?
20:50 jcamins schuster1: git pull
20:50 wahanui well, git pull is really simple.
20:51 schuster1 ah yes sorry
20:51 schuster1 Thanks for the help...
20:51 pastebot "nengard" at 98.114.30.184 pasted "report help (cait you around?)" (22 lines) at http://paste.koha-community.org/207
20:56 collum left #koha
20:57 pastebot "Kate" at 202.78.240.10 pasted "<html> <script language="javas" (18 lines) at http://paste.koha-community.org/208
20:57 trea left #koha
21:01 schuster1 left #koha
21:01 schuster joined #koha
21:02 cait nengard: I am not sure
21:02 cait I started with something like
21:02 cait select count(itemnumber) from statistics group by borrowernumber, date(datetime)
21:02 cait but not sore how to go from there
21:05 melia_lunch is now known as melia
21:05 nengard hmmm
21:05 nengard me either
21:06 schuster left #koha
21:06 schuster joined #koha
21:12 trea joined #koha
21:12 schuster left #koha
21:13 rangi http://opac.koha.workbuffer.or[…]a/svc/report?id=8
21:20 cait nengard: you might want to check for mathematically correctness
21:20 cait select avg(counter) from (select borrowernumber, date(datetime) as ckodate, count(*) as counter from statistics group by borrowernumber, ckodate) temp
21:20 cait and rename the columns
21:21 nengard oooo
21:24 nengard why the 'temp' at the end?
21:24 nengard it works but i don't understand why
21:26 cait i think sometimes you have to name the table
21:26 cait like in unions
21:27 nengard got it
21:27 nengard you're the bestest I just could not wrap my brain around that one
21:28 nengard cait++
21:33 nengard left #koha
21:34 * chris_n gives a big push to 3.6.x
21:34 chris_n cait: I'll not be calling a string freeze until late tomorrow
21:34 chris_n so have a look around and see if what you wanted is there
21:34 chris_n and everyone else for that matter :-)
21:34 cait ok
21:35 cait thank you
21:35 JesseM left #koha
21:36 cait chris_n: looks good so far :)
21:36 cait chris_n++
21:36 maximep joined #koha
21:37 jcamins chris_n: BTW, I had a question about bug 7284.
21:37 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7284 enhancement, PATCH-Sent, ---, jcamins, Needs Signoff , Authority matching algorithm improvements
21:37 jcamins I had marked that "enhancement."
21:37 jcamins You may have observed the message on the list decrying that classification, and claiming it was repairing a huge bug.
21:38 jcamins Should I change the classification to bug?
21:41 cait chris_n: I see you got 929 - our libraries will love that
21:42 jcamins chris_n: and, to be fair, authority matching is presently completely broken.
21:44 rangi students: http://opac.koha.workbuffer.or[…]a/svc/report?id=9
21:45 * jcamins would take rangi's opinion on that, too.
21:45 jenkins_koha Starting build #27 for job Koha_3.6.x (previous build: SUCCESS)
21:45 rangi jcamins: db changes?
21:45 jcamins rangi: new sysprefs.
21:46 jcamins Defaults to identical behavior.
21:46 rangi yep
21:46 jcamins (i.e., it'll still be broken)
21:46 rangi id like that for 3.6.x
21:46 jcamins Okay, I'll change it from enhancement to bug.
21:48 jcamins chris_n: never mind, rangi answered my question.
21:50 ago43 left #koha
21:53 cait chris_n: I think you caught all my bugs :)
21:54 cait chris_n: meaning the things I had on my personal 'we absolutely need that' list and even those on my 'wish list'
21:59 cait chris_n++
22:03 sekjal left #koha
22:12 magnus_afk is now known as magnus_away
22:15 cait @later tell chris_n : perhaps set 'pushed to stable' on those bugs now? I can go through them if you want me to
22:15 huginn cait: The operation succeeded.
22:19 jcamins Good night, #koha.
22:19 jcamins is now known as jcamins_away
22:25 maximep2 joined #koha
22:26 maximep left #koha
22:27 jenkins_koha Project Koha_3.6.x build #27: UNSTABLE in 42 mn: http://jenkins.koha-community.[…]ob/Koha_3.6.x/27/
22:27 jenkins_koha * duncan: Added unit tests for Sip Checksum.pm
22:27 jenkins_koha * duncan: Added unit test for AuthoritiesMarc/UNIMARC.pm
22:27 jenkins_koha * duncan: Added unit tests for Scrubber
22:27 jenkins_koha * chrish: Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token
22:27 jenkins_koha * chrish: Added missing reference case to Boolean.t and corrected count
22:27 jenkins_koha * paul.poulain: welcome to Duncan Tyler, developer 166 !
22:27 jenkins_koha * chrish: Added missing reference case to Boolean.t and corrected count
22:27 jenkins_koha * duncan: Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5327 enhancement, PATCH-Sent, ---, gmcharlt, Failed QA , Unit tests required for all C4 modules
22:27 jenkins_koha * paul.poulain: Revert "Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token"
22:27 jenkins_koha * paul.poulain: Revert "Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm"
22:27 jenkins_koha * Katrin.Fischer.83: Bug 7313: Untranslatable strings in 'Search to hold' feature
22:27 jenkins_koha * Katrin.Fischer.83: Bug 7321: Silence some warns in Koha.pm
22:27 jenkins_koha * oleonard: Bug 7323 - Javascript error when editing list
22:27 jenkins_koha * oleonard: Bug 7325 - Editing a list generates errors in the log
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7313 normal, PATCH-Sent, ---, katrin.fischer, Pushed to Master , Untranslatable strings in 'search to hold' feature
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7321 minor, PATCH-Sent, ---, katrin.fischer, Pushed to Master , Silence warns in Koha.pm
22:27 jenkins_koha * ian.walls: Bug 7326: longoverdue.pl hardcoded to 366 days maximum
22:27 jenkins_koha * oleonard: Bug 7330 - System preferences editor generates errors in the log with each search
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7323 minor, PATCH-Sent, ---, oleonard, Pushed to Master , Javascript error when editing list
22:27 jenkins_koha * duncan: Bug 7331 - Circulation.pl generates errors in the log
22:27 jenkins_koha * wizzyrea: Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7325 minor, PATCH-Sent, ---, oleonard, Pushed to Master , Editing a list generates errors in the log
22:27 jenkins_koha * Katrin.Fischer.83: Bug 7334: Improve 'no address stored' and similar messages in patron account
22:27 jenkins_koha * marc: Bail out early if an invalid language is used.
22:27 jenkins_koha * paul.poulain: welcome to Marc Balmer, #167
22:27 jenkins_koha * Katrin.Fischer.83: Bug 7324: Show alternate email as mailto: / hide labels when field is empty
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7326 enhancement, PATCH-Sent, ---, ian.walls, Pushed to Master , longoverdue.pl was hardcoded to 1 year, is now a parameter
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7330 minor, PATCH-Sent, ---, oleonard, Pushed to Master , System preferences editor generates errors in the log with each search
22:27 jenkins_koha * oleonard: Bug 7319 - Improving title and breadcrumbs on acquisitions Z39.50 search pages
22:27 jenkins_koha * semarie-koha: Bug 7282 - invalid language selection
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7331 minor, PATCH-Sent, ---, duncan, Pushed to Master , Circulation.pl generates errors in the log
22:27 jenkins_koha * duncan: Bug 5327: Added unit test for C4/SIP/ILS/Transaction/RenewAll.pm
22:27 jenkins_koha * adrien.saurat: Bug 7349: corrects sort order for Patron search
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7333 trivial, PATCH-Sent, ---, wizzyrea, Pushed to Master , Cleaning up tests to use sample data
22:27 jenkins_koha * duncan: Bug 7361 Fix default option in encoding dropdown
22:27 jenkins_koha * srdjan: bug_2830: Remove reserve when checking out if the borrower is not the first one in the reserve queue
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7334 trivial, PATCH-Sent, ---, katrin.fischer, Pushed to Master , Improve 'No address stored' and similar messages in patron account
22:27 jenkins_koha * sophie.meynieux: Bug 6292 followup
22:27 jenkins_koha * Chris Cormack: Bug 6292 : Overdue notices not being generated when borrower had an overdue older than the max value of the notice triggers
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7324 enhancement, PATCH-Sent, ---, katrin.fischer, Pushed to Master , Show alternate email as mailto link on patron summary
22:27 jenkins_koha * sophie.meynieux: Bug 6292 : Followup 2. several letters where generated if a borrower had overdues with different due_date triggering the same level
22:27 jenkins_koha * Katrin.Fischer.83: Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7319 minor, PATCH-Sent, ---, oleonard, Pushed to Master , Improve specificity of title and breadcrumbs on acquisitions Z39.50 search pages
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7282 major, PATCH-Sent, ---, semarie-koha, Pushed to Master , invalid language selection
22:27 jenkins_koha * m.de.rooy: 6302 follow up
22:27 jenkins_koha * oleonard: Bug 7226 - can't add tags on list
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7349 normal, PATCH-Sent, ---, adrien.saurat, Pushed to Master , Sorting patron search result by cardnumber doesn't work
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7361 normal, PATCH-Sent, ---, duncan, Pushed to Master , 'Default' encoding in staged marc import breaks diacritics
22:27 jenkins_koha * oleonard: Bug 2307 - Calendar widget cannot be translated
22:27 jenkins_koha * oleonard: Fix for Bug 3431 - Catalog by itemtype report pulling from holdingbranch
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6292 critical, PATCH-Sent, ---, chris, Pushed to Master , Overdue notices have a bug when multiple overdues exist
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6302 major, PATCH-Sent, ---, katrin.fischer, Pushed to Master , Failing to send email notices - to_address not set
22:27 jenkins_koha * oleonard: Bug 6880- Reason for suggestions do not save
22:27 jenkins_koha * tomascohen: Bug 6193 - Use memcached cache koha-conf.xml configuration variables
22:27 jenkins_koha * m.de.rooy: 6700: Better handling of version numbers in updatedatabase
22:27 jenkins_koha * Chris Cormack: Test to check for XXX in kohaversion.pl or updatedatabase.pl
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7226 major, PATCH-Sent, ---, oleonard, Pushed to Master , Can't add tags on list
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=2307 normal, PATCH-Sent, ---, oleonard, Pushed to Master , Calendar widget cannot be translated
22:27 jenkins_koha * frederick.capovilla: Use MARCAuthorityControlField008 in AddAuthority for empty 008s
22:27 jenkins_koha * jcamins: Bug 7311: Only run analytics code if analytics are enabled
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=3431 normal, PATCH-Sent, ---, oleonard, Pushed to Master , Catalog by itemtype report pulling from holdingbranch
22:27 jenkins_koha * Chris Cormack: Bug 7370 : Missing use call
22:27 jenkins_koha * oleonard: Bug 1623 - Provide view of approved comments
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6880 critical, PATCH-Sent, ---, oleonard, Pushed to Master , Reason for suggestions do not save
22:27 jenkins_koha * f.demians: Bug 5565 Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks
22:27 jenkins_koha * f.demians: Bug 5565 UNIMARC to DC XSL tidy up
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6193 enhancement, PATCH-Sent, ---, tomascohen, Needs Signoff , Use memcached cache koha-conf.xml configuration variables
22:27 jenkins_koha * sophie.meynieux: BUG 5607 : Adds parsing of issues fields in overdue letters
22:27 jenkins_koha * paul.poulain: Bug 5729 - Add CoinS to intranet
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7311 normal, PATCH-Sent, ---, jcamins, Pushed to Master , Error when records have UNIMARC 461$0 or 773$0 for something other than bibnumber
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7370 critical, PATCH-Sent, ---, chris, Pushed to Master , Longoverdue cronjob claims Undefined subroutine &main::LostItem
22:27 jenkins_koha * alex.arnaud: Bug #6142 - Delete sub CanBookBeReserved and delete function's reference on @EXPORT
22:27 jenkins_koha * wizzyrea: Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N. for helping figure out that it was because there were no French stopwords in the DB that the test was failing.
22:27 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=1623 enhancement, PATCH-Sent, ---, oleonard, RESOLVED FIXED, Retain history of approved comments
22:27 jenkins_koha * f.demians: Bug 7328 Expanded options in advanced search
22:27 jenkins_koha * Chris Cormack: Bug 7394 : Fixing scoping issue with XSLT processing. Also bailing out early for 404 inestead of doing unnessecary processing
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5565 enhancement, PATCH-Sent, ---, frederic, RESOLVED FIXED, Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks
22:28 jenkins_koha * Katrin.Fischer.83: Bug 3184: Show creator and budget on order receive page
22:28 jenkins_koha * Chris Cormack: Bug 929 : Reinstating the breakdown of budgets
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5607 enhancement, PATCH-Sent, ---, sophie.meynieux, Pushed to Master , Make fields from issues table available in overdues
22:28 jenkins_koha * Chris Cormack: Bug 929 : Follow up, making some improvements to the spent page More to come
22:28 jenkins_koha * Chris Cormack: Bug 929 : Last follow up, implementing the last of Katrins suggestions
22:28 jenkins_koha * Chris Cormack: Bug 929 : Followup fixing date formatting
22:28 jenkins_koha * Katrin.Fischer.83: Bug 929: Follow up - showing fund code instead of internal number
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5729 enhancement, PATCH-Sent, ---, paul.poulain, Pushed to Master , Add coins information to the intranet
22:28 jenkins_koha * Katrin.Fischer.83: Bug 5369: se queries with paranthesis fail
22:28 jenkins_koha * jcamins: Bug 5369: Make series tracings use phrase indexes
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6142 normal, PATCH-Sent, ---, stephane.delaune, Pushed to Master , CanBookBeReserved function is redefined in C4/ILSDI/Utility.pm
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7328 normal, PATCH-Sent, ---, frederic, Pushed to Master , Expanded options in advanced search
22:28 jenkins_koha * Katrin.Fischer.83: Bug 5369: Follow up fixing quotes
22:28 jenkins_koha * duncan: Bug 6627 [Signed Off] - Update to improve security in specified log files - bug 6627
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7394 critical, PATCH-Sent, ---, chris, Pushed to Master , Broken detail page for last link from result page
22:28 jenkins_koha * paul.poulain: Bug 6627 follow-up
22:28 jenkins_koha * christophe.croullebois: Bug 6147 : Correcting invalid RSS
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=3184 enhancement, PATCH-Sent, ---, katrin.fischer, Pushed to Master , Show creator and budget receiving a document
22:28 huginn Bug http://bugs.koha-community.org[…]ow_bug.cgi?id=929 enhancement, PATCH-Sent, ---, chris, Pushed to Master , See details of a budget
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5369 normal, PATCH-Sent, ---, katrin.fischer, Pushed to Master , se queries with paranthesis fail
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6627 blocker, PATCH-Sent, ---, gmcharlt, Pushed to Master , [security] insecure file creation
22:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6147 minor, PATCH-Sent, ---, julian.maurice, RESOLVED FIXED, Reading RSS feeds via Netvibes
22:34 kmkale left #koha
22:54 trea left #koha
22:55 wizzyrea holy wow bot fight
23:01 trea joined #koha
23:05 _reason half of us students were panicking hoping we didn't cause it
23:06 cait heh
23:06 cait no, it's normal on #koha
23:09 edveal is now known as edveal-away
23:14 wizzyrea hehe
23:14 Irma joined #koha
23:16 trea left #koha
23:17 Kate left #koha
23:34 maximep2 left #koha
23:34 Smurk joined #koha
23:34 maximep2 joined #koha
23:35 cait left #koha
23:39 Smurk Hello
23:39 talljoy is now known as talljoy_away
23:41 juggler-boy-123 left #koha
23:45 Smurk If I need help with a specific problem about our Koha settings, should I email the mailing-list?  or is the chan OK for that?
23:47 maximep2 you can ask here, but ot sure if many are still online
23:47 maximep2 try and if u receive no answer post on the ml
23:48 Judit joined #koha
23:48 Judit hi
23:48 Smurk OK, thanks.
23:49 juggler-boy-123 joined #koha
23:50 Smurk We can't find the biblio any more.  If I run a report, I can see that the biblios have been created, but I can't find them with the search engine.  But, if we just check them out, it's OK, we find them.  Does that make sense?  Do you have any idea why?
23:50 Smurk (the biblios, I mean...)
23:50 maximep2 search faq
23:50 wahanui search faq is at http://koha-community.org/docu[…]on/faq/searching/
23:50 maximep2 maybe some pointers in there
23:51 maximep2 but I gtg, so good luck =)
23:51 maximep2 left #koha
23:51 Smurk Thanks, but I didn't find the answer for that specific problem...  We had an issue with the index recently, though.
23:52 Judit rebulidng zebra?
23:53 Smurk Again?  I feel like we never stop rebuilding zebra.
23:53 Judit you have don that
23:53 Smurk Oh.
23:53 Judit and stil nothing?
23:53 Smurk Yes, indeed.
23:53 Smurk Not for that recent problem.
23:54 Smurk We have rebuilt zebra a few weeks ago and it solved the previous search problem.  But now we have that new problem.  Should I do it again?
23:54 Judit do it again
23:54 Smurk (I don't know if there is any relation with the rebuilding zebra a few weeks ago and the new problem, cause everyone was on holidays and I just took over the project, so it's really messy...)
23:55 Smurk OK, I will try.
23:56 Judit have you restarted the server maybe?

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