Time  Nick         Message
02:56 hdl          night
03:15 kmkale       Namaskar #koha
03:28 AmitG        heya chris
05:10 indradg      rangi ping?
06:05 BobB         :)
06:37 kf           hi #koha :)
06:39 AmitG        heya kf ;)
06:42 kf           hi AmitG :)
07:39 kf           today a new koha library will be born :)
07:40 kf           good morning paul_p and sophie_m
07:40 sophie_m     hello kf
07:42 AmitG        heya sophie_m
07:44 sophie_m     hi #koha
08:03 francharb    hello all
08:06 hdl          hi
08:17 rangi        evening
08:22 AmitG        hi rangi
09:12 magnuse      so i signed off on a patch - then i should change the status of the bug in bugzilla to "signed off", right?
09:38 kf_webinar   right :)
09:41 magnuse      thanks, kf - so that should probably be mentioned at the bottom of this page? http://wiki.koha-community.org/wiki/Sign_off_on_patches
11:32 AmitG        heya jwagner
11:34 jwagner      Hi AmitG
12:10 NateC        morning #Koha!
12:10 oleonard     Hi NateC and everyone
12:11 kmkale       hi NateC oleonard
12:11 NateC        Hi oleonard and kmkale!
12:15 AmitG        heya NateC kmkale
12:15 NateC        Hi AmitG
12:16 AmitG        NateC: are from bywater?
12:16 NateC        Yes indeed!
12:17 kmkale       hi AmitG
12:19 AmitG        kmkale: So r u celebrating holi festival?
12:20 kmkale       AmitG: tomorrow evening & colors on sunday
14:02 magnus_lunch trying to send a "Hold Available for Pickup" message - it turns up in message_queue with status = failed and to_address = NULL. sound familiar to anyone? other messages work fine, for the same patron.
14:04 kf           is your mail address valid?
14:05 kf           oh.
14:05 kf           hm.
14:05 kf           no, not familia :(
14:06 jwagner      magnus_lunch, try explicitly setting the AutoEmailPrimaryAddress to the proper value, even if it looks like it is set.  We've had problems with the syspref display showing the proper value but it not being really set in the table.
14:06 jwagner      Some of the notices work and some don't in that case.
14:10 magnuse      jwagner: looks like there could be something there. AutoEmailPrimaryAddress was set to 0 in the database, which seems not to correspond to any of the choices... i'll check now
14:14 oleonard     Saw this in a comment on koha-community.org: http://alshafallah.maktabat-online.net/
14:15 wizzyrea     purty :)
14:15 oleonard     Not sure what to make of the comment though: "Kindly Send me the CSS and instruction, i wanna try t.."
14:15 oleonard     Looks plenty CSSed to me
14:15 wizzyrea     uh yw
14:15 wizzyrea     yea
14:16 wizzyrea     looks a lot like nexpress, actually, except for the tabs at the top.
14:16 wizzyrea     Which I really ought to do.
14:16 oleonard     Oh, the commenter is from a different library
14:17 wizzyrea     :) I like this http://koha.maktabat-online.org/
14:20 magnuse      wizzyrea: yeah, that is cool!
14:20 magnuse      jwagner: the message got sent now, but message_queue still has to_address: NULL...
14:21 oleonard     I wonder why the alshafallah site doesn't offer an arabic translation... Is it too incomplete for use?
14:21 oleonard     Oh wait there it is, up top
14:22 magnuse      jwagner: looks like it's bug 3755
14:22 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3755 enhancement, P5, ---, paul.poulain, NEW, AutoEmailPrimaryAddress does not default to value shown in pulldown
14:22 jwagner      magnuse, to_address on the new message?
14:23 magnuse      jwagner: yep, in the database. but i did get the message, so it must be something to do with what gets logged in the database...
14:24 jwagner      I dunno.  We've found that just explicitly setting that syspref fixes the problem and I don't remember seeing any NULL to addresses in the message queue after that.
14:25 magnuse      ok, weird...
14:30 magnuse      sadly, i won't have time to delve any deeper right now, but thanks for pointing me in the right direction, jwagner!
14:31 jwagner      you're welcome
14:42 magnuse      jwagner: hm, doesn't look like the missing to_address has any implications, since the email is found from the borrowernumber in C4::Letters::SendQueuedMessages anyway, when to_address is missing
14:50 jwagner      magnuse, I don't know, then.  A puzzlement....
15:58 jcamins_away jwagner: did you have a question for me yesterday?
15:58 jwagner      Yes, I was wondering if the patches attached to Bug 5810 were the final ones, or if there's a combined final one still to come
15:58 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5810 enhancement, PATCH-Sent, ---, jcamins, RESOLVED FIXED, Subject tracings should search complete subfields
15:59 jcamins_away That's it.
15:59 jcamins_away I think rangi pushed them, too.
16:00 jwagner      OK, thanks.
16:00 jcamins_away Yeah, on the 13th.
16:00 jcamins_away Actually, I signed off on the ones you posted and sent them to the list.
16:00 jcamins_away I did not reupload them because there were no changes, and rangi pushes from koha-patches.
16:04 jwagner      OK, just wanted to make sure I had the final versions
17:10 Barc         What's the procedure for sumbitting code change to Koha?
17:13 Barc         and of I go to......http://wiki.koha-community.org/wiki/Version_Control_Using_Git
17:14 kf           Barc: 1. submit a bug, describe the problem - you can assign it to yourself, if you want to fix it
17:15 kf           2. send a git patch to koha-patches list - you have to subscribe for sending it.
17:15 kf           3. attach the patch file to your bug and change it to say: patch sent, needs sign off
17:15 Barc         I need to spend sometime getting my head around Git, I think. I have the bug and the fix but I really should learn how to use Git, being avoiding it for a while now!
17:15 wizzyrea     oh, you need to see owen's blog post re: git
17:15 wizzyrea     sec
17:15 kf           we also have: http://wiki.koha-community.org/wiki/Bug_Reporting_Guidelines
17:16 wizzyrea     http://www.myacpl.org/koha/?s=git
17:16 kf           Barc: it's not that bad - do you have a dev install using git?
17:16 wizzyrea     the first two posts will be helpful to you I think
17:16 kf           we also have that for a overview of the process: http://wiki.koha-community.org/wiki/Bug-enhancement-patch_Workflow
17:16 Barc         kf: Yep, I do.
17:17 Barc         Great - plenty for me to look through! thanks.
17:18 kf           git is great once you have wrapped your midn around it
17:18 kf           :)
17:18 Barc         It's it wrapping around my head that's bothering me !!
17:25 kmkale       http://kohacon11.vpmthane.org/ocs/index.php/k/k11/schedConf/accommodation
17:25 kmkale       http://kohacon11.vpmthane.org/ocs/index.php/k/k11/schedConf/registration
17:25 kmkale       Bye #koha. Good night.
17:38 kf           bye all
19:27 cait         hi #koha
19:28 jwagner      hi cait
19:28 cait         hi jwagner
19:37 jwagner      bye cait....
19:45 indradg      hi #koha
20:20 cait         wahanui botsnack cookie
20:20 wahanui      :)
20:31 cait         hi hdl :)