IRC log for #koha, 2014-10-14

All times shown according to UTC.

Time S Nick Message
00:05 bgkriegel hi tcohen
00:06 tcohen hi bgkriegel
00:06 tcohen just saw your messages
00:06 bgkriegel Ok
00:06 tcohen is Joubu here?
00:36 schnydszch joined #koha
00:49 BobB_ joined #koha
00:50 BobB joined #koha
00:51 BobB__ joined #koha
00:51 BobB___ joined #koha
01:56 loongson joined #koha
06:37 reiveune joined #koha
06:37 reiveune hello
06:38 laurence joined #koha
06:42 laurence1 joined #koha
06:44 ashimema pianohacker.. still about?
06:45 pianohacker ashimema: not on purpose but yes. what's up?
06:45 ashimema mostly thought I'd say hi.. not seen you in ages..
06:45 pianohacker indeed! very busy school semester. how are you?
06:45 akafred joined #koha
06:45 ashimema I'm currently attempting to get my head around your C4::Service code too.. fun ;)
06:45 ashimema I'm pretty good.. just shoe horning angular into a koha module I'm working on ;)
06:46 pianohacker woo!
06:46 pianohacker angular!
06:46 wahanui angular is, like, what he's been using for the prototype of the Evergreen web-based staff interface
06:46 ashimema angular is awesome!
06:46 pianohacker indeed. Kind of magical
06:46 ashimema using it elsewhere and really wanted to see it in koha ;)
06:47 ashimema so yeah.. currently trying to build the services using your C4::Service module as a base..
06:47 ashimema cgi isn't very good for route based stuff like this it feels ;)
06:47 akafred Do you really like magic in your solutions? It sort of tends to get complex in non-trivial soluions...
06:47 pianohacker yeah, C4::Service is quirky
06:47 ashimema angular leads to fantastic seperation of concerns.. it's not magic
06:48 ashimema jQuery on the other hand.. that's fantastically magical and hard to write tests for ;)
06:48 ashimema gripe over..
06:49 pianohacker ashimema: I'd be curious what you thought of my recent attempt at making C4::Service more sane (https://github.com/pianohacker[…]tree/bz12272/Koha then Service.pm or any of the actual services under Service/)
06:49 ashimema are you developing any other C4::Service based stuff pianohacker.. wondered if there was any further examples or enhancements to it i should be aware of before jumping in to far ;)
06:49 ashimema that's exactly the sort of thing I was asking ;)
06:49 pianohacker I'm very slowly trickling out code lately, but this stuff does exist
06:50 ashimema wocked
06:50 * ashimema gets his code reading hat on..
06:50 ashimema did you see that the base shibboleth patch has finally passed qa now :)
06:50 pianohacker wooooooooo
06:50 pianohacker ashimema++
06:51 ashimema I've got to rebase all the enhancement patches off it again.. but that should be pretty trivial
06:52 ashimema enhancements wise.. I've got staff client login working.. i've added a syspref to allow shibboleth only (and therefore immediate no click logins for opac) and a mroe flexible mapping of shibboleth attributes to koha borrower columns in the koha-conf
06:52 ashimema hopefulyl they'll work their way in a bit quicker now we have the base patch qa'd
06:52 pianohacker nice
06:52 ashimema ooh.. nice Koha::Service..
06:52 ashimema I likey already
06:54 ashimema ooh nice.. your using objects and inheritance..  wonder how this will work with the Koha::Object work?
06:54 pianohacker it needs a better testing setup but that's the main thing
06:54 pianohacker Koha::Object?
06:54 * pianohacker perks up ears
06:55 ashimema bug 13019
06:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13019 enhancement, P5 - low, ---, kyle, Needs Signoff , Add base classes on which to build Koha objects
06:55 ashimema It's kyles take on adding a generic object base to koha (mostly pulling in dbic objects)
06:55 ashimema it's growing on my the more i work with it.
06:56 alex_a joined #koha
06:56 pianohacker interesting, I'll have to take a look
06:57 pianohacker thanks for the pointer, ashimema. Good night :)
06:57 alex_a bonjour
06:57 ashimema it's interesting times in koha ;)
06:57 ashimema thanks for the Koha::Service pointer..
06:57 pianohacker good interesting at least
06:57 pianohacker let me know what you think
06:57 ashimema looking through it so far, it should make my life much easier
06:58 ashimema i'll use it to code up this stuff i'm working on.. easiest way to spot oddities.. try using it ;)
07:02 ashimema oh.. interesting..
07:02 wahanui interesting is sometimes good and sometimes bad
07:03 ashimema so if i'm reading this right.. you've converted a number of /svc/ services to /Koha/Service/ modules..?
07:04 ashimema wow.. so /svc/service.pl script become trivially tiny..
07:04 ashimema nice!
07:04 sophie_m joined #koha
07:04 ashimema I was trying to work out how to do somthing nice like that.
07:16 gaetan_B joined #koha
07:17 gaetan_B hello
08:15 ashimema random question.. can we add tt directive inside javascript files in koha at current?
08:16 magnuse probably not?
08:17 magnuse javascript just gets served as static files
08:18 magnuse you'd have to pass it through a script
10:22 ashimema your probably right.. I should probably just go dig into the code ;)
10:23 ashimema basically, I want to achieve a configurable javascript snippet.. which can effectively be loaded as static (as the config should change rarely)
10:23 ashimema hmm.. tihnking about it.. I can probably distil the changing bits into a directive template...
10:24 ashimema that'll work.. as it's basically html rather than js.
10:24 magnuse sounds good :-)
10:27 ashimema this ill prototype is becoming fun.. trialing khalls objects, adding angular
10:28 ashimema hows your plack in dev env stuff going magnuse?
10:28 ashimema I was excited by it ;)
10:31 magnuse just about done
10:31 ashimema brill..
10:31 ashimema I'm assuming it's a purely fro developers thing ;) ?
10:32 magnuse it just uses the .psgi and plackup.sh that dpavlin created, but it fires up plack automatically when you run the devbox
10:32 magnuse yeah, the goal is to make development and signoff easy
10:32 ashimema I was at one point attempting to merge all the various 'make it run plack' scripts and hacks into a single package based patch..
10:32 ashimema but there seemed to be too many moving targets to keep track of ;)
10:32 magnuse hehe yeah
10:32 ashimema brill..
10:33 ashimema cool.. we'll thats still great..
10:33 magnuse you looked at git://git.catalyst.net.nz/koha-plack.git?
10:33 ashimema yeah.. I've seen koha-plack..
10:33 magnuse there are some nice utility scripts in there
10:33 ashimema though not played with it in a while..
10:33 ashimema take it it's moved on a bit lately.
10:35 magnuse yeah, eythian has worked on it a bit
10:35 magnuse as far as i can see it should work for the intranet now too
10:35 ashimema brill
10:35 magnuse even if it says it's only for the opac
10:36 magnuse but it needs to updated for the .conf apache thing
10:36 magnuse and it's not compatible with gitified instances
10:36 magnuse not sure how hard that will be to fix
10:37 ashimema I'm actually more and more moving away from gitified..
10:37 magnuse just about to push my second plack patch for kohadevbox now :-)
10:37 magnuse yeah, it does have some issues
10:37 ashimema it would be nice to be able to test the koha-* scripts that come with packages from a dev install envirinoment..
10:38 ashimema the kohadevbox does a ol' fashined git dev install doesn't it..
10:38 ashimema or did you stick with pacakge gitified in the end.. I can't remember?
10:38 magnuse no, gitified at the moment
10:38 magnuse because it's easier to set up
10:38 magnuse but we might change that later
10:38 magnuse or let the user choose
10:38 ashimema I was tempted to install koha-common to just pull in dependancies.. then actually run koha from git dev install..
10:39 ashimema rather than the celver symlinking..
10:39 magnuse there is something like koha-deps and koha-perldeps if you onloy want the depedndencies
10:39 ashimema it's answering the questions during the Makefile.PL run that I think could be 'interesting' in your devbox
10:39 magnuse yup!
10:39 ashimema indeed.. your right.
10:40 ashimema hmm.. if I ever get a moment maybe i'll have a play with the devbox and see if I can get it working with the dev install aproach.. it deffo has it's advantages over gitified
10:40 magnuse i think it is possible to use the install-log that you use during an upgrade to trick koha into a less interactive mode
10:40 magnuse i seem to recall having done that a while back
10:40 phasefx joined #koha
10:40 ashimema very true.. and that's exactly what I was tihnking of using ;)
10:40 magnuse but i might be remembering wring
10:41 ashimema I do all our upgrade using it ;)
10:41 magnuse ah, not using the packages?
10:41 magnuse patches to kohadevbox are most welcome! :-)
10:42 ashimema we're moving to packages slowly.. would say maybe 10% are now on packages.. if that..
10:42 ashimema the rest are all 'due to be migrated at next upgrade'
10:42 ashimema but many have a certain amount of custmoisation that makes package installs challenging.
10:43 magnuse fun!
10:43 ashimema indeed
10:43 ashimema is cait on a plane.. seem strange without her
10:47 rangi shes asleep, or doing washing
10:48 rangi there are still a few of us left in cordoba, talljoy, joubu, paul_p, cait and me
10:48 rangi natec is still in argentina, exploring with his wife
10:48 rangi i think cait and I are the last to leave on friday, a few hours apart
10:50 rangi tcohen is coming to the hotel this morning and we are going to do a bit more work
10:50 rangi then sightseeing in the afternoon/evening
10:50 magnuse awesome!
10:50 wahanui That'll be $1 for the awesome jar, magnuse
10:50 rangi seen this? http://crud-admin-generator.com/
10:50 * magnuse is not envious at all... ;-)
10:50 wahanui I haven't seen 'this', rangi
10:51 magnuse ashimema: new plack patch pushed now - go thee forth and enjoy!
10:53 rangi according to my fitbit i have walked 57.2 km since i left wellington
10:53 rangi which is just as well, since i have been eating so much
10:54 magnuse nice
10:55 magnuse has there been any discussion of bug 11944 during the 'con?
10:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11944 major, P5 - low, ---, jonathan.druart, Passed QA , Cleanup Koha UTF-8
10:57 rangi a little, i think we are waiting on some tests that i think gmcharlt was doing, then we are good to go
10:57 magnuse yay
10:58 magnuse hm, it's almost time to start thinking about slushes and freezes and stuff like that, innit?
11:02 rangi yep i think so
11:03 magnuse and translations. gah!
11:10 Callender joined #koha
11:12 cait joined #koha
11:19 magnuse kia ora cait!
11:19 cait kia ora magnuse :)
11:23 magnuse still having fun? :-)
11:23 paul_p joined #koha
11:24 magnuse kia ora paul_p!
11:24 paul_p hi magnuse. Last day in argentina for me !
11:25 paul_p rangi & cait = you already had breakfast ?
11:25 cait had a yoghurt from my fridge
11:25 cait magnuse: yep still having fun, but the goodbyes make me sad
11:27 magnuse awww...
11:27 Callender joined #koha
11:27 * magnuse wonders where the next kohacon will be...
11:32 rangi paul_p: you leave tomorrow, early morning?
11:32 paul_p yep. take off at 6AM
11:33 paul_p rangi = what's your plan for today ? work with tcohen & cait all the day ?
11:33 paul_p rangi & cait = I'll join you, but need to buy some good for my childrens at some time.
11:33 cait magnuse: i tihnk nigeria
11:34 cait sorry laundry
11:35 magnuse looks like it http://wiki.koha-community.org[…]haCon15_Proposals
11:36 rangi paul_p: thats my plan too
11:36 rangi work until maybe 2 or 3
11:36 cait i will tag along i guess :)
11:36 cait don't have to buy presents for the children, but i still need to find a starbucks
11:36 rangi then go to the mall and other shops
11:37 paul_p rangi = I propose we work after lunch, when it's hot, and do our buyings this morning (cc cait )
11:37 paul_p ah, ok, the opposite then ;-)
11:37 rangi tcohen is on his way here now though
11:37 cait yep
11:37 cait waiting for tcohen
11:37 cait i think if we go to the mall the heat won't be so bad
11:37 rangi thats why i thought mall, in afternoon with aircon, then outside shops after that when its cool :)
11:37 paul_p OK, will head for breakfast, and join you after (and I've a hangout). where will you be ?
11:38 paul_p (which room)
11:38 rangi not sure yet, maybe caits? that ok cait?
11:38 cait ok for me
11:38 cait or rangi's because you have the drinks? ;)
11:39 rangi thats fine as well :)
11:39 rangi ihave the power strip too
11:39 rangi mabe here is easiest, 10i paul_p
11:39 paul_p I don't mind, I just have to know which room it is ;)
11:39 paul_p OK, 10i
11:40 cait k :)
11:40 rangi i wonder if joubu has left, i missed saying goodbye
11:41 cait hm same here
11:42 francharb joined #koha
11:44 Joubu rangi, cait: still here :)
11:44 rangi ahh good :) when do you leave?
11:44 Joubu we'll leave tomorrow morning
11:44 rangi ahh cool
11:45 cait Joubu:  :)
11:45 cait what are your plans for today?
11:46 cait hm packing up, being back from rangi's at a moment
11:46 Joubu our plans for today is to plan the rest of the week :)
11:47 Joubu and walk in the city
11:47 magnuse good plan!
11:48 Joubu we will certainly disturb you in the end of the afternoon with some beers :p
11:49 rangi sounds good to me :)
11:49 rangi just ducking out to 3 for a bit, will be back soon
11:50 cait1 joined #koha
11:54 magnuse ooh, cait has cloned herself!
11:56 cait1 back
11:56 cait1 oh did I?
11:56 cait1 forgot the mouse upstairs
11:57 kmlussier joined #koha
11:57 rangi back
11:59 collum joined #koha
12:00 meliss joined #koha
12:17 oleonard joined #koha
12:19 oleonard Hi #koha
12:19 cait1 hi oleonard :)
12:22 phasefx joined #koha
12:23 ashimema hello
12:29 cait1 hi ashimema :)
12:29 cait1 we gonna do some more hacking today :)
12:29 cait1 with tomas
12:29 ashimema jealous
12:29 ashimema have fun
12:29 oleonard yes, back to work, no more having vacation fun without us :P
12:30 ashimema I've been training a new staff member for the past couple of days.. hopefully will be geting him into koha work in the next couple of weeks..
12:30 ashimema be nice to have another dev round here :)
12:31 magnuse ashimema: yay!
12:31 magnuse cait1: any plans for what you will be hacking on?
12:32 * ashimema is now eagerly watching master to see shibboleth land ;)
12:42 oleonard Welcome back druthb
12:45 tcohen joined #koha
12:45 cait1 wb druthb
12:45 magnuse ¡hola tcohen y druthb!
12:46 * cait1 throws kitkats into #koha
12:46 druthb cait1!
12:46 rangi tcohen: http://www.workbuffer.org/pres[…]tml/slide007.html
12:46 * druthb catches one
12:46 cait1 hi druthb
12:46 druthb hi, magnuse! :D
12:46 rangi and http://www.workbuffer.org/pres[…]tml/slide008.html
12:46 edveal joined #koha
12:49 phasefx joined #koha
12:53 cait1 left #koha
13:01 oleonard Does this "required" note make sense? Can anyone suggest better wording? http://screencast.com/t/0Tqxyb8Kjc0
13:01 oleonard (re: Bug 11812)
13:01 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11812 minor, P5 - low, ---, oleonard, ASSIGNED , Add missing "required" indicator to fields which are required
13:02 oleonard The screenshot shows the batch patron edit form
13:02 paul_p joined #koha
13:02 ashimema makes sense to me.
13:03 ashimema can't think of any better wording
13:04 ashimema 'Checking the box right next the' should probably be 'Checking the box right next to the' though ;)
13:04 Dyrcona joined #koha
13:06 oleonard ashimema: I'll take your word for it ashimema, I only speak American ;)
13:06 ashimema haha..
13:16 lds_ joined #koha
13:16 lds_ hello
13:16 wahanui hello, lds_
13:17 lds_ hello paul_p
13:17 rangi there is a tree in the way, never mind, just build the house around it https://secure.flickr.com/phot[…]72157648469492715
13:18 oleonard I like that attitude rangi!
13:19 tcohen :-D
13:19 tcohen that's what I'd call 'respect'
13:19 rangi magnuse: * The following settings shouldn't exist: post_up_message
13:19 rangi * The box 'chef/debian-7.6' could not be found.
13:20 rangi what did i muck up?
13:24 magnuse rangi: which version of vagrant? "vagrant version"
13:27 * magnuse has to make dinner, might be back in ~4 hours
13:29 lds joined #koha
13:31 rangi 1.4.3  for when you are back
13:31 oleonard Aw man, I didn't realize that Geauga County gave up on Koha :(
13:32 oleonard Liblime--
13:32 rangi hmm how did you notice that?
13:33 oleonard I was checking the link to them from Koha's about page
13:33 magnuse rangi: i have 1.6.5, maybe try an upgrade? http://www.vagrantup.com/downloads.html
13:34 rangi will do, thanks
13:34 * oleonard wonders how long we continue to thank a library for beta-testing 3.0 if they don't use Koha anymore
13:36 cma joined #koha
13:38 rangi hmm, good question
13:39 rangi hmm sierra, thats a real vote of no confidence in the liblime product
13:42 cait1 joined #koha
13:45 paul_p joined #koha
13:56 rangi @later tell magnuse that was it, the vagraant in trusty is too old, maybe add a note about that?
13:56 huginn rangi: The operation succeeded.
14:04 AndrewIsh left #koha
14:08 rocio joined #koha
14:12 carmenh joined #koha
14:20 huginn New commit(s) kohagit: Bug 12999: Untranslatable string on enhanced_content.pref <http://git.koha-community.org/[…]bb35da40d0d8abc4b> / Bug 12974 - Argument "" isn't numeric in numeric gt (>) in opac-results.tt <http://git.koha-community.org/[…]02c13727be6e31c1a> / Bug 12538: Two SolR-related templates remaining <http://git.koha-community.o
14:20 cait1 oleonard: did you see my later?
14:20 magnus_dinner rangi: will do!
14:20 oleonard cait1: Not until this morning
14:21 cait1 ah sorry for that
14:21 cait1 pushing the about page patch through qa right now
14:22 cait1 tcohen: http://wiki.koha-community.org[…]i/Tips_and_tricks :)
14:23 cait1 see the git aliases at the bottom
14:30 ashimema never seen that page before cait1.. thanks ;)
14:30 cait1 :)
14:30 cait1 another thing i learned about is tig
14:30 huginn New commit(s) kohagit: Bug 12929 [QA Followup] - Hide borrownumber from sample csv file <http://git.koha-community.org/[…]85bd6a198406cd227> / Bug 12929: Restore behavior before bug 12716 <http://git.koha-community.org/[…]caed5f01fb16ab242>
14:30 cait1 it gives you a really nice view of the git history
14:32 ashimema so it does ;)
14:32 ashimema few more aliases to add to my toolbox
14:32 oleonard No package for Template::Plugin::JSON::Escape? (part of Bug 11425)
14:33 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11425 new feature, P5 - low, ---, julian.maurice, Signed Off , Search form for items
14:34 cait1 aaah good catch owen
14:34 cait1 could you add that to the bug report?
14:36 oleonard Looks like it's because i'm still on 12.04
14:52 cait1 working on bug 12984 now
14:52 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12984 enhancement, P5 - low, ---, jonathan.druart, Signed Off , Improvement of the funds list view - acqui home
14:52 cait1 hope i fixed the conflicts correctl
14:52 cait1 y
14:52 cait1 someone keep fingers crossed please
14:58 tgoat left #koha
14:59 rangi https://twitter.com/ranginui/s[…]22037475800526848
15:02 oleonard You guys are living in the future as predicted by 1970's sci-fi!
15:08 rangi heh
15:08 cait1 oleonard: could you take a look at bug 13080 mybe?
15:08 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13080 major, P2, ---, gmcharlt, NEW , addClass('noEnterSubmit') no longer functioning for 5xx tags while cataloging
15:09 carmenh joined #koha
15:10 oleonard Sure cait1
15:10 oleonard By the way cait1, I have some template follow-ups for Bug 11425
15:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11425 new feature, P5 - low, ---, julian.maurice, Signed Off , Search form for items
15:11 oleonard still in progress
15:12 bag hola
15:12 wahanui salut, bag
15:12 ashimema :)
15:13 rangi heya bag, you made it back to the us eh?
15:13 ashimema left #koha
15:13 bag yes took me 23 hours door to door
15:14 ashimema joined #koha
15:14 rangi no issues with the passport?
15:15 bag no issues at all
15:15 rangi sweet
15:15 oleonard Very suspicious question
15:16 oleonard 'no "issues" with the "passport," eh? *wink*'
15:16 rangi hehe, it had been through a washing macine
15:16 rangi machine even
15:17 bag yeah it was in pretty rough shape
15:17 oleonard You'd think they'd be made to withstand a washing
15:17 cait1 oleonard: cool - also glad about more testing on this :)
15:18 bag it's 10 years old anyway so I need to replace it
15:20 ashimema lol, I made it ot the USA and back with a simlar state passport last year bag..
15:20 ashimema managed to stick it through a wash a week before kohacon13 ;)
15:20 cait1 how do you people do that???
15:20 ashimema lol
15:21 ashimema I've been on like 5 trips with it since too..
15:21 * cait1 never wahsed her passport and is more careful with official documents ;)
15:21 ashimema remarkably no one minds too much.. they see how full of stamps it is and just assume it's 'been well used'
15:22 ashimema thankfully it needs renewing this year anyways ;)
15:23 ashimema got one last trip to france to do on it.. ;)
15:24 bag how was the trip yesterday rangi and cait1
15:28 rangi great fun
15:30 bag well I was told at the Argentina boarder that I couldn't come into the country
15:31 bag I was helping an older lady with her luggage
15:31 bag so she spoke up and said a few words to the agents
15:31 bag then they let me into the country
15:31 bag nice_argentina_lady++
15:32 cait1 bag: sorry, couldn't answer - tomas kidnapped mykeyboard :)
15:32 bag HA! go tcohen
15:33 cait1 bag: was that on your trip here?
15:33 bag yes on the trip there
15:34 cait1 lucky!
15:34 cait1 wonder what she said :)
15:35 bag she said - that is such a lovely young man :)  you should let him in :D
15:35 bag heh
15:35 bag otherwise no asado for kohacon :P
15:35 bag heh just kidding
15:36 oleonard She said, "You should have seen how he lifted my bags without breaking a sweat! Dude will %$#& you up if you're not careful."
15:36 cait1 heeh
15:44 reiveune left #koha
15:44 jenkins_koha joined #koha
16:15 gaetan_B bye
16:32 kmlussier left #koha
16:42 jmsasse joined #koha
16:56 oleonard Looking at  Bug 13080 sent me down a rabbit hole
16:56 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13080 major, P2, ---, gmcharlt, NEW , addClass('noEnterSubmit') no longer functioning for 5xx tags while cataloging
16:56 oleonard Current code is giving me lots JS errors in Firefox, but I think I've got it sorted out
17:14 barton is there a wiki link or some such that explains how and when item level information gets indexed in zebra? I've been rooting around in C4/Items.pm, and I'm afraid I'm none the wiser.
17:15 barton I'm specifically interested in how 'barcode' becomes searchable.
17:17 laurence1 left #koha
17:36 oleonard barton: It may not be on the wiki but I know that there are people around who could tell you (if you can get their attention)
17:38 bag barton: are they all standard digit barcodes or do any of them have odd characters in them?
17:39 barton bag, all the ones that I've seen are entirely numeric.
18:00 wnickc joined #koha
18:01 pianohacker joined #koha
18:20 gerundio joined #koha
18:32 chris_n http://tinyurl.com/mpmjs8u => "Following a series of community meetings, the Kuali Foundation announced in August 2014 a shift in the community’s model and the addition of a new commercial entity, led by CEO Joel Dehlin"
18:32 chris_n somebody took a wrong turn it looks like
18:36 mtompset joined #koha
18:41 bag yeah chris_n agreed
18:42 chris_n sorta wonder how long it will be before the "for-pay enterprise" version will be released :-(
18:43 mtompset version of what?
18:44 wnickc joined #koha
18:59 talljoy joined #koha
19:00 talljoy Buen dia koha!
19:01 bag hola talljoy
19:02 talljoy You made it home!! Yay
19:05 bag yup took me 23 hours
19:05 bag where are you talljoy
19:05 talljoy About right.  Just a tad long
19:06 talljoy I am still in cordoba.  Leaving tomorrow
19:08 talljoy Can't figure out this colloquy for ipad...
19:12 bag yeah I don't like that one for ipad either
19:12 bag works nicely on my desktop though
19:14 talljoy Every time I go to new app, it sets me as away.  Bleary
19:14 talljoy s/bleary/blarg/
19:14 talljoy Autocorrect--
19:15 bgkriegel joined #koha
19:16 talljoy Hola bgkriegel
19:16 bgkriegel Hi talljoy :)
19:16 talljoy Thank you yesterday.  It was so nice to see some of the countryside!
19:22 bgkriegel I'm glad for that :)
19:23 bgkriegel Was a really beautiful day
19:24 talljoy It was bellisima!
19:25 bgkriegel :)
19:29 mtompset Have a great day, #koha.
20:21 cait joined #koha
20:22 quocuy joined #koha
20:22 quocuy Hi everyone
20:34 magnus_dinner joined #koha
20:36 bag oh man rangi I wanted to go here so badly BETOS LOMOS  I never did
21:04 tcohen joined #koha
21:07 tcohen hi there
21:07 wahanui hi, tcohen
21:09 rangi hi tcohen
21:10 tcohen back at the hotel?
21:11 rangi yep, got presents for 2 people :)
21:11 cait and me tired out
21:14 rangi @later tell talljoy if you see this, 8.30 downstairs for our usual dinner sojourn
21:14 huginn rangi: The operation succeeded.
21:23 ibeardslee joined #koha
21:46 eythian hi
21:49 cait hi eythian
21:49 eythian cait: still in Argentina? Not out partying?
21:51 cait nope
21:51 cait resting
21:52 cait going out later for dinner
21:52 eythian ah right
21:54 eythian I have the Koha area here totally to myself today.
21:55 talljoy joined #koha
21:55 eythian which is good, I'd probably irritate everyone with my lingering cough if they were here.
21:55 ibeardslee s/ with my lingering cough if they were  here
21:56 ibeardslee s/ with my lingering cough if they were  here//
21:56 eythian hush
21:56 ibeardslee stupid mouse
22:06 cait eythian: hope you feel better
22:11 eythian cait: improving slowly
22:15 carmenh joined #koha
22:17 eythian is the koha user's list down again?
22:17 eythian or just really quiet?
22:17 talljoy joined #koha
23:07 mtj i thought it might be down too eythian
23:08 mtj ...could just be quiet, with kohacon
23:09 mtj looks like there is a problem -> http://lists.katipo.co.nz/pipe[…]tober/thread.html
23:11 eythian I'll ping Simon when I get a chance then.
23:11 mtj sijobl: ping ^^
23:11 eythian oh actually
23:11 mtj cool
23:11 eythian sijobl: ...
23:11 eythian yeah, that's waht I was going to do :)
23:11 eythian (also email)
23:13 mtj cooler
23:16 rocio left #koha
23:37 ashimema joined #koha

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