← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:39 | tcohen joined #koha | |
01:27 | Joubu joined #koha | |
02:35 | mtj | hey #koha -> http://www.niemanlab.org/2011/[…]nsidered-harmful/ |
02:37 | awesome link eythian :) | |
02:41 | mtj_ | i'm sure that cloud link has been pasted to #koha a few times |
03:10 | rocio left #koha | |
03:11 | mtompset | Okay. I have a bizarre question. |
03:11 | is_deeply() | |
03:11 | Is there a isnt_deeply()? | |
03:54 | mtj | seems not mtompset |
03:55 | mtompset | I figured out another way to do it. |
03:55 | It seems sufficient. | |
03:55 | rather than compare structures, actually read and look for a piece or two. | |
03:55 | mtj | warn 'not deeply' unless ( is_deeply( \@got, \@expected ) ; |
03:56 | perhaps? ^^ | |
04:00 | eythian | mtompset: !is_deeply, surely |
04:01 | mtompset | Obviously, not enough caffeine. |
04:01 | DOH! | |
04:19 | Anyone want an easy sign off? :) | |
04:19 | bug 7841 | |
04:19 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7841 minor, P5 - low, ---, mtompset, Needs Signoff , Several warnings on language from webinstaller |
04:20 | mtompset | Not just webinstaller too. |
04:21 | @later tell cait Hope the patch on bug 7841 helps. :) | |
04:21 | huginn | mtompset: The operation succeeded. |
04:25 | cait joined #koha | |
04:31 | mtompset | eythian: Signed off bug 12259 for you. :) |
04:31 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=12259 normal, P3, ---, robin, Signed Off , Invalid dependency module version number |
04:31 | eythian | oh, ta |
04:31 | I should have bypassed the approval process for it really | |
04:32 | but it's not strictly a packaging thing | |
04:32 | * mtompset | shrugs. |
04:32 | mtompset | It was simple enough. |
04:32 | eythian | it is a pretty easy one |
04:33 | dcook | I think there might be a bad dependency module version number for one of the Date modules as well... |
04:33 | mtompset | Though, I think I may have packaged in my own 48, and not 45. But it obvious worked for the values you set. |
04:33 | * dcook | can't remember if he reported it or not.. |
04:34 | mtompset | dcook: I am working on the GetMarcBiblio doing the filtering directly. |
04:34 | dcook | mtompset: That's awesome :) |
04:34 | mtompset | I'm thinking detecting hash parameter vs. old style parameter can be used to determine if we really want filtering or not. |
04:34 | That way we don't have to change EVERYTHING. | |
04:35 | eythian | mtompset: that's how I'd do it |
04:35 | mtompset | Good to know I'm heading in the right direction. :) |
04:35 | eythian | it's pretty easy to support "old" interfaces and hashified ones. |
04:50 | mtompset | Well, have a great day, #koha eythian dcook |
04:56 | mtj | rangi, i just noticed the sonata! :) |
04:56 | very classy | |
05:18 | eythian | so I'd chucked: |
05:18 | TODO figure out exactly how to store the results for opac-search | |
05:18 | into a file so that it'd fail with a syntax error and I'd remember where I was up to | |
05:18 | turned out it was parsing that as options to the function called 'search'. | |
05:26 | * cait | waves |
05:26 | cait | bug 7841 |
05:26 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7841 minor, P5 - low, ---, mtompset, Needs Signoff , Several warnings on language from webinstaller |
05:39 | eythian | hi cait |
05:39 | cait | hi eythian :) |
05:43 | @later tell mveron the typo was already corrected :) | |
05:43 | huginn | cait: The operation succeeded. |
06:01 | cait | @later tell mveron checked the po files for de-DE - fixed a few things, de-CH was all ok |
06:01 | huginn | cait: The operation succeeded. |
06:12 | kivilahtio | good morning! |
06:13 | eythian | hi |
06:13 | kivilahtio | Have you encountered issues with the mc-loc index? when making "advanced searches" using the "shelving location" filter? |
06:13 | eythian: hi :) | |
06:15 | generally I found out that using the location-ZebraIndex, works only when I search for the shelving location with wildcards *! Eg. MUS = "Musics shelf", it can be found with location search MUS*, but not with plain MUS | |
06:15 | this is strange | |
06:16 | eythian | that is strange |
06:16 | * magnuse | waves |
06:16 | * cait | agrees on strange |
06:17 | cait | seemed to work ok for uns in the past, but didn't check on master |
06:17 | kivilahtio | maybe it has somethig to do with aforementioned mc-loc index not working, even with the wildcard, even if it uses the same location-index |
06:17 | hi magnuse | |
06:17 | hi cait! | |
06:17 | cait | hi kivilahtio :) |
06:17 | magnuse | hiya cait and kivilahtio |
06:17 | cait | magnuse: i wanted to sign off the patch - hurry :) |
06:17 | kivilahtio | I checked Zebra indexing with yaz-client and we have 852$c MUS |
06:18 | cait | hm not 952? |
06:18 | kivilahtio | erm 952 :) |
06:18 | sorry my fault | |
06:18 | magnuse | cait: maybe i should just do it then... |
06:18 | kivilahtio | so we have it indexed to 952$c |
06:19 | Don't shoot me for saying this, but working with Zebra is kinda fun :) | |
06:20 | * eythian | shoots kivilahtio and continues working on elasticsearch support |
06:21 | kivilahtio | eythian: wow, I somebody else that Norway working on ElasticSearch? |
06:21 | eythian | yeah, we are too :) |
06:21 | kivilahtio | eythian: now that we got into this, care to tell me what is happening with the ElasticSearch-scene in Koha? |
06:21 | eythian: because this is a top riority for us as well | |
06:22 | looking forward to ditching Zebra and already studying ElasticSearch :) | |
06:22 | marcelr joined #koha | |
06:22 | eythian | kivilahtio: well, we're currently working on getting search working nicely. Right now I'm getting it to the point where search results show up in opac-search.pl, and rangi is improving the MARC-to-ES mappings. |
06:22 | marcelr | hi #koha |
06:22 | kivilahtio | hi marcelr! |
06:23 | eythian | howdy marcelr |
06:23 | magnuse | eythian++ rangi++ |
06:23 | hiya marcelr | |
06:23 | eythian | we have basic searching working quite well, but that's not too hard. |
06:23 | magnuse | OPL will be indexing RDF, not MARC, but we will be using ES for it :-) |
06:23 | kivilahtio | eythian: Do you have any documentation out? any git branches to follow? |
06:24 | eda joined #koha | |
06:24 | eda | hello |
06:24 | eythian | http://git.catalyst.net.nz/gw?[…]ds/elastic_search <-- kivilahtio, that's the branch we're working on |
06:24 | kivilahtio | magnuse: yeah, I know, does OPL have any git branches/documentation to follow? |
06:24 | eda | may i ask a question |
06:24 | ? | |
06:24 | kivilahtio | eda: shoot! |
06:24 | we might be able to help :) | |
06:25 | eythian: thanks! Ill bookmark that! | |
06:25 | eda | thank you |
06:25 | magnuse | kivilahtio: not yet, we are just about to start work on these fun parts of the project :-) |
06:25 | but there will be code on github | |
06:25 | kivilahtio | magnuse: what have you been working on then? waterfall? :) |
06:26 | magnuse | migrations, rfid, the norwegian patron database |
06:26 | watch this space: https://github.com/digibib :-) | |
06:28 | kivilahtio | btw we are going live 23.5 - 2.6 :D |
06:28 | wish us luck! | |
06:28 | magnuse | w00t! |
06:29 | you'll do fine! .-) | |
06:29 | kivilahtio | I'll do my best, but not so sure about everybody in our library |
06:29 | most are excited! | |
06:29 | also quite worried about our servers going down :) | |
06:30 | DDOS + rapid searching | |
06:30 | magnuse | i doubt that will be a problem |
06:30 | well, ddos might | |
06:30 | but that's life on the interwebs for you | |
06:30 | eythian | one of my servers is being nessus'ed as I speak, and it's holding up well |
06:31 | cait | it's being ...? |
06:31 | eythian | http://www.tenable.com/products/nessus |
06:31 | a security scanner | |
06:33 | (it's an authorised scan, or I would have blackholed their IP long ago.) | |
06:33 | magnuse | what's a good place to check if the currency symbol displays correctly? |
06:34 | eythian | acq? |
06:34 | wahanui | i guess acq is very restrictice |
06:35 | cait | we still need a nice tt plugin for dispalying currencies correctly |
06:35 | magnuse | yeah, i finally thought of that too :-) |
06:36 | cait: patches are welcome ;-) | |
06:36 | cait | you'd have to patch my day first to have more hours :) |
06:36 | magnuse | hehe |
06:36 | cait | it's been on my "i want to look into that" list forever |
06:37 | magnuse | the list of funds does show the currency, but not the list of budgets... |
06:37 | eythian | that's silly |
06:38 | magnuse | a bit :-) |
06:38 | kivilahtio | cant you just get rid of the currency? |
06:38 | we could use an universal Koha-money (K) | |
06:38 | eythian | make everything use bitcoin! |
06:38 | cait | heh |
06:38 | kivilahtio | YEAH! |
06:39 | paxed | sheesh, dogecoin on nothing. |
06:39 | cait | that would also work better if you have consortia crossing currency borders |
06:39 | only one active currency... | |
06:39 | kivilahtio | eythian: nessus is a bit expensive |
06:39 | I guess it is pretty good as well :) | |
06:40 | eythian | There is/used to be a free version |
06:41 | I'm not running it though, the client's security team is (they're a government agency.) | |
06:41 | doesn't look like there's a free version now | |
06:41 | kivilahtio | ok, I guess somwbody must sell nessus scans |
06:41 | not sure our library will want to buy nessus :) | |
06:42 | eythian | it is one of the most well known products for this sort of thing. |
06:43 | reiveune joined #koha | |
06:43 | reiveune | hello |
06:46 | cait | bbiab |
06:46 | magnuse | cait: bug 12209 |
06:46 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=12209 minor, P5 - low, ---, magnus, Needs Signoff , Fix currency symbol for NOK |
06:47 | cait | will do tonight |
06:47 | magnuse | bonjour reiveune |
06:47 | yay! | |
06:47 | reiveune | hi magnuse :) |
06:47 | magnuse | how's life in marseille these days? |
06:47 | * magnuse | (hopes reiveune is in marseille) |
06:47 | paul_p joined #koha | |
06:47 | magnuse | kia ora paul_p |
06:47 | @wunder marseille | |
06:47 | huginn | magnuse: The current temperature in Realtor, CABRIES, France is 12.4°C (8:47 AM CEST on May 15, 2014). Conditions: Clear. Humidity: 25%. Dew Point: -7.0°C. Pressure: 30.15 in 1021 hPa (Steady). |
06:48 | magnuse | @wunder boo |
06:48 | huginn | magnuse: The current temperature in Bodo, Norway is 4.0°C (8:20 AM CEST on May 15, 2014). Conditions: Mostly Cloudy. Humidity: 70%. Dew Point: -1.0°C. Windchill: 1.0°C. Pressure: 30.27 in 1025 hPa (Steady). |
06:48 | magnuse | it's supposed to go to +20 next week |
06:49 | paul_p | for us too, it's supposed to go to something like +24 |
06:49 | eythian | @wunder nzwn |
06:49 | huginn | eythian: The current temperature in Wellington, New Zealand is 12.0°C (6:30 PM NZST on May 15, 2014). Conditions: Overcast. Humidity: 77%. Dew Point: 8.0°C. Pressure: 30.15 in 1021 hPa (Steady). |
06:49 | eythian | hmm, swap you guys? |
06:54 | magnuse | eythian: sure :-) |
06:54 | eythian | well, you can keep yours right now |
06:54 | alex_a joined #koha | |
06:54 | alex_a | bonjour |
06:54 | wahanui | niihau, alex_a |
06:54 | magnuse | hehe, thought so :-) |
06:54 | kivilahtio | niihau :) |
07:02 | chrisvella94 joined #koha | |
07:02 | alex_a joined #koha | |
07:10 | * eythian | grumps at C4::Search |
07:10 | eythian | you certainly don't want to see how the sausage is made. |
07:10 | kivilahtio | its not that bad |
07:10 | magnuse | lulz |
07:10 | kivilahtio | what i dislike more is hte zebra search notation |
07:10 | @attr 1 @attr6 = 78* | |
07:10 | huginn | kivilahtio: I'll give you the answer just as soon as RDA is ready |
07:11 | kivilahtio | that sucks |
07:11 | eythian | kivilahtio: sleep 1; # FIXME: WHY? |
07:11 | kivilahtio | Koha is ancient, what would you expect :) It is a miracle it works :) |
07:11 | dcook | O_o |
07:11 | kivilahtio | but rewrites are in order for sure |
07:11 | eythian | if ( $hits && $offset + $results_per_page <= $hits ) { |
07:11 | ... | |
07:11 | else { | |
07:11 | $times = $hits; # FIXME: if $hits is undefined, why do we want to equal it? | |
07:11 | } | |
07:12 | Z39.50 is older than time, that's why it's terrible. | |
07:12 | kivilahtio | I agree |
07:12 | eythian: are you using SRU with ES? | |
07:12 | eythian | Not at this stage. |
07:13 | kivilahtio | btw, ES is a shortname for Euro Shopper, I guess Europe has it |
07:13 | eythian | heh |
07:13 | kivilahtio | teenagers here CRAVE ES, ES ES |
07:14 | eythian | Error: ARRAY(0xbeb6554) |
07:14 | not what I was hoping for | |
07:14 | oh, I see why | |
07:15 | sophie_m joined #koha | |
07:15 | kivilahtio | ES (Euro Shopper energy drink) |
07:16 | * dcook | wishes eythian luck |
07:16 | kivilahtio | me too! |
07:16 | dcook | I think that I mostly understand C4::Search, after poking at it a million times, but working with it...yeah...good luck |
07:16 | eythian | not even working with it, so much as trying to reproduce its output |
07:17 | it doesn't document the structures it produces :/ | |
07:17 | dcook | Structures? |
07:17 | ashimema_afk | hi #koha |
07:17 | kivilahtio | sounds like my quest to fix location based searches is doomed to fail? |
07:17 | dcook | yo, ashimema_afk |
07:17 | kivilahtio: It's a tough nut to crack. | |
07:17 | * dcook | thinks there are a few open bugs on that one |
07:18 | eythian | kivilahtio: ask dcook, he understands C4::Search ;) |
07:18 | dcook | kivilahtio: I imagine that you're getting more locations showing than you should? |
07:18 | kivilahtio | dcook: Do you know where I could find the query translation tables, so I could reverese engineer the Zebra cql queries? |
07:18 | dcook | eythian: Anything to procrastinate working on immigration forms.. |
07:19 | kivilahtio: I think you mean pqf queries, and yep | |
07:19 | http://www.loc.gov/z3950/agency/defns/bib1.html | |
07:19 | eythian | it's only Australia, how hard could it bahahahaah |
07:19 | kivilahtio | dcook: in Zebra, when making a search using yaz-client, we have 952$c = MUS this means the biblio has an item in the musics shelving location |
07:19 | dcook, when making an advanced search, using shelving location = MUS, we find nothing | |
07:20 | dcook | eythian: Fortunately, it looks like it should be easy enough for the wife to get into Canada if we ever go back there |
07:20 | kivilahtio | dcook, when making an advanced search, using shelving location = MUS*, we find all the stuff from shelving location MUS |
07:20 | ashimema | hey eythian, meant to ask you. When running build-git-snapshot, I always end up with a couple of files deleted in the source, which I have to check back out of git to restore.. |
07:20 | kivilahtio | dcook: Canada is great regarding Immigration |
07:20 | ashimema | is that right.. ? |
07:20 | kivilahtio | dcook: Especialyl if you speak english and are a skilled worker |
07:20 | eythian | ashimema: it shouldn't be, what are they? |
07:20 | dcook | kivilahtio: I'm already Canadian, and she's married to me, so she's extra lucky ;) |
07:21 | kivilahtio | dcook: I am not seeing any issues for you happy couple! |
07:21 | dcook | kivilahtio: That's interesting about the search by the way.. |
07:21 | kivilahtio: Australia has a lot more red tape, but...it's just a matter of filling out all the forms and mailing them in here :/ | |
07:21 | kivilahtio | dcook: I just ordered a new SSD to build lxc snapshot on to test various search environments |
07:21 | cait joined #koha | |
07:22 | kivilahtio | dcook: but that is the behaviour, also in advanced search there are many ways to search for the shelving location (location-index) |
07:22 | dcook: whici is really odd | |
07:22 | dcook | Many ways? |
07:22 | kivilahtio | dcook: also I enabled searching for shelving locations, so I can select the shelving locations to look for in the advanced search, it uses the mc-lov -index |
07:22 | dcook | Mmm, yep |
07:22 | kivilahtio | *mc-loc |
07:23 | this doesnt work at all :) | |
07:23 | dcook | If you look at ccl.properties, you'll see the mappings: |
07:23 | kivilahtio | mc-loc is mapped to location in ccl.properties, sh it should find from the location-index :( |
07:23 | dcook | location 1=8013 |
07:23 | mc-loc location | |
07:23 | Yeah | |
07:24 | If you use 1=8013 in yaz-client, it works? | |
07:25 | mc-loc and location both are working on my install | |
07:25 | identical results | |
07:26 | kivilahtio: Which version of Koha are you on? | |
07:26 | kivilahtio | dcook: sorry got a SSD delivery |
07:26 | * dcook | re-reads his form |
07:26 | kivilahtio | dcook: master from 2 months back. We are rebasing to 3.16 when it comes out soon |
07:27 | dcook | Hmm, that sounds...dangerous |
07:27 | kivilahtio | dcook: dpavlin said it is not :) |
07:27 | dcook: but I agree that it feels risky | |
07:27 | dcook | Well, perhaps not dangerous, but yeah..more risky |
07:27 | eda joined #koha | |
07:28 | kivilahtio | dcook: but we have quite some modifications to do (not compatible with master) and constalty rebasing them was such a huge pain in the ass that we decided to code freeze) |
07:28 | dcook: but rebasing inside 3.16 branch will be easier | |
07:28 | eda | hello |
07:28 | wahanui | kia ora, eda |
07:28 | dcook | Yeah, we have a fair number of modifications, so we usually pick a release and go with that for a while |
07:28 | kivilahtio | unfortunately for us there was no release wwe could pick otjher then master :) il start yaz |
07:29 | eda | may i ask a question |
07:29 | ? | |
07:29 | dcook | kivilahtio: I would suggest trying "location:MUS" and "mc-loc:MUS" in the OPAC and see what you get. Also try "@attr 1=8013 MUS" in yaz-client |
07:30 | eda: You can always ask :) | |
07:30 | Responses may vary | |
07:30 | eythian | oh. zebra returns usmarc and I'm providing a MARC::Record. Hmm. |
07:30 | ashimema | eythian, they're a couple of conf looking files.. |
07:30 | eda | dcook: thanks |
07:31 | I am new in koha, i wanna know how to access opac | |
07:31 | eythian | ashimema: hmm. it shouldn't. |
07:31 | eda | can you help me pelase |
07:31 | cait | eda: what did you do so far and how did you install koha? |
07:32 | ashimema | I'll post a bug upon my next run.. and capture which two files they are. |
07:32 | it's odd.. I can't see anything in the script that would remove them | |
07:32 | eythian | ashimema: OK. |
07:32 | yeah, that's what I just checked. | |
07:32 | ashimema | good luck with the searching work btw.. sounds like an epic. |
07:32 | eda | @cait i hav instal koha virtual application |
07:32 | huginn | eda: downloading the Perl source |
07:32 | ashimema | right, gotta drop the daughter to school.. see you guys later |
07:33 | eda | I have instal that |
07:33 | kivilahtio | dcook: number of hits 0! |
07:33 | dcook: wow! it is indexed as Musiikki instead of MUS ?? | |
07:33 | eythian | ashimema: my last builddir looks clean |
07:33 | eda | but i can access it localy, but i wanna access it over the internet |
07:33 | cait | eda: it depends then a bit on which virtual application you downloaded - i haven#t used those |
07:33 | kivilahtio | dcook: maybe the sehlving locations available dont match the shelving locations defined in the items |
07:33 | cait | is there something in the instructions maybe? |
07:34 | dcook | kivilahtio: That's what I'm starting to think |
07:34 | kivilahtio | dcook: Thanks for the help! |
07:34 | dcook: I am sure I can get my bearings from here | |
07:34 | eda | it looks work well, put it works localy, i wanna access it over the internet |
07:35 | dcook | kivilahtio: No problem. I've looked at Bib-1 attributes, Zebra, and Search quite a bit, so even if I don't know the answer...I can usually give suggestions on how/where to poke :) |
07:35 | eythian | eda: that depends a lot on your network. |
07:35 | i.e. does the machine its on have a public IP address? | |
07:35 | dcook | ashimema: I didn't know you had a daughter! |
07:35 | eda | @eythian, what does this mean? |
07:35 | huginn | eda: downloading the Perl source |
07:36 | eythian | eda: you're on an internal network of some sort I presume? |
07:37 | eda | @eythian, yes |
07:37 | huginn | eda: I've exhausted my database of quotes |
07:37 | kivilahtio | eda: are you familiar with apache2? |
07:37 | eda: can you run ifconfig in the terminal for us? | |
07:37 | eythian | eda: right, so you'll have to either get it onto an internet facing part of the network, or you'll have to have a gateway set up to forward requests from the internet to it. |
07:37 | eda | @kivilahtio yes I can |
07:37 | huginn | eda: downloading the Perl source |
07:38 | kivilahtio | eda: I presume you have the default networking settings in the /etc/apache2/sites-enabled/koha |
07:38 | eda: you need to change the vhost directive to listen on other than 127.0.1.1, for example * if you want to expose your Koha installation to the whole world | |
07:39 | eda: I'll open up a google docs document for us to work over interactively | |
07:40 | eda | @kivilahtio, I am not understant you well |
07:40 | huginn | eda: downloading the Perl source |
07:41 | eythian | holy crap, I can see ES results on an opac-search.pl page! |
07:41 | kivilahtio | eda: click this https://docs.google.com/docume[…]/edit?usp=sharing |
08:19 | nlegrand | Hey #koha o/ |
08:19 | magnuse | eythian: woohoo! |
08:19 | hiya nlegrand | |
08:40 | dcook | Just about to head home, but...awesome, eythian! |
08:43 | ashimema | nice work eythian |
08:50 | eda joined #koha | |
08:51 | eda | hello |
09:19 | * cait | waves |
09:29 | magnuse | o/ |
09:44 | nlegrand | \o |
09:44 | magnuse | \o/ |
09:44 | cait | oh mnice, we got hail |
09:44 | oh nice, hail | |
09:44 | :) | |
09:47 | magnuse | we had that yesterday |
10:11 | cait | so we got your leftovers? |
10:11 | :) | |
10:14 | magnuse | maybe... |
10:14 | wahanui | maybe is probably a momentaneous error |
10:14 | magnuse | could be... |
10:41 | bgkriegel joined #koha | |
11:34 | meliss joined #koha | |
11:46 | tcohen joined #koha | |
12:04 | magnuse | noone found the time to write those DBIC examples yet, right? |
12:06 | marcelr | magnuse: i have a small example (not completely ready) |
12:06 | cait | magnuse: i think maybe after the release |
12:07 | francharb joined #koha | |
12:07 | magnuse | yeah, i'm not complaining :-) just wondering |
12:08 | marcelr: even a small example would be interesting | |
12:08 | marcelr | i will put it on a new report and put you in cc |
12:08 | magnuse | cool |
12:09 | cait | magnuse: there is some code in the renewal feture kyle did |
12:09 | francharb | morning #koha |
12:09 | cait | and i think in patron lists |
12:09 | if you are looking for examples | |
12:09 | also the new functionality for handing back the right itemtype | |
12:09 | hm and the new is superlibrarian probably too | |
12:09 | magnuse | actually, i *think* i know how to use it, what i'm scratching my head over right now is how to use it in tests |
12:09 | or how to mock it in tests, to be precise | |
12:10 | cait | i think some of the things i listed have tests |
12:10 | but not sure about the mocking | |
12:10 | magnuse | hm, maybe a page on the wiki that points to parts of koha that use DBIC already? |
12:10 | i'll dig around a little :-) | |
12:11 | bgkriegel++ for signing off 12209 | |
12:11 | cait: now you can qa it tonight ;-) | |
12:11 | bgkriegel | :) |
12:11 | magnuse | bug 12209 |
12:11 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=12209 minor, P5 - low, ---, magnus, Signed Off , Fix currency symbol for NOK |
12:12 | cait | right... and then i will work on updates for the german web installer... |
12:13 | and you'll owe me no sign off! | |
12:13 | :) | |
12:13 | bad bgkriegel hehe | |
12:13 | bgkriegel++ | |
12:13 | bgkriegel | hehe |
12:13 | magnuse | mohahaha |
12:14 | * magnuse | should be working on updates for the norwegian web installer |
12:14 | suddenly realizes why cait was keen to sign off that bug ;-) | |
12:27 | tcohen joined #koha | |
12:31 | edveal joined #koha | |
12:31 | meliss joined #koha | |
12:39 | NateC joined #koha | |
12:50 | Dyrcona joined #koha | |
12:51 | collum joined #koha | |
12:53 | magnuse | it's a start, perhaps: http://wiki.koha-community.org[…]s_of_DBIC_in_Koha |
12:54 | cait | magnuse++ |
12:55 | magnuse | i couldn't find any dbic related to is superlibrarian, but the others were spot on |
12:55 | * magnuse | marvels at cait's marvelous brain |
12:55 | fridolin joined #koha | |
12:55 | fridolin | hie all |
12:55 | magnuse | bonjour fridolin |
12:58 | cait | my brain is weird |
13:00 | and you were right - is superlibraian was not | |
13:11 | magnuse | definitely good weird, then :-) |
13:26 | marcelr | magnuse: the example on bug 12265 is a refactor of z3950servers.pl including a few lines for DBIC in the script itself; a second example should move those lines into a module |
13:26 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=12265 enhancement, P5 - low, ---, m.de.rooy, NEW , Improve Z39.50 servers administration |
13:27 | marcelr | it is written under 3.14.x |
13:27 | will document it still and resolve merge conflicts for master | |
13:34 | magnuse | marcelr: cool, i added it to the page |
13:35 | Hopla joined #koha | |
13:35 | Hopla | hey koha |
13:36 | annyone knows about changes in ldap configuration my 3.8 koha does work but my 3.12 doesnt | |
13:37 | cait | Hopla: there have been a lot of patches in between |
13:37 | not sure what the difference coudl be, sorry | |
13:37 | Hopla | ah oeps hmz |
13:45 | kmlussier joined #koha | |
14:13 | talljoy joined #koha | |
14:16 | mtompset joined #koha | |
14:17 | mtompset | Greetings, #koha. |
14:26 | cait | oh no |
14:26 | get better bag | |
14:26 | bag_sick: | |
14:29 | vfernandes joined #koha | |
14:29 | vfernandes | hello ;) |
14:29 | one quickly question? there is any cataloguing value builder to search and retrieve a record? | |
14:37 | * mtompset | grumbles. |
14:37 | mtompset | I just triggered a strange bug. |
14:37 | Now to try to replicate. | |
14:57 | tgoat joined #koha | |
15:01 | mtompset | @later tell oleonard Bug 7867 has you as a default. I've put up my patches, but reset it to default, as my time is limited. |
15:01 | huginn | mtompset: The operation succeeded. |
15:12 | bag_sick | ah cait it’s Ginny that is sick |
15:12 | a bunch of weird sicknesses going around her school and she’s got come combination of things | |
15:12 | so I’m home with her for a few days :( | |
15:12 | poor girl | |
15:13 | gmcharlt | I hope she feels better soon |
15:14 | cait | bag_sick: that#s not better .( |
15:15 | rocio joined #koha | |
15:17 | cait | bag_sick: hope ginny feels better soon |
15:39 | reiveune | bye |
15:39 | reiveune left #koha | |
16:00 | JesseM joined #koha | |
16:01 | JWellner joined #koha | |
16:03 | JWellner | any BWS around this morning? |
16:03 | JesseM | whats up JWellner |
16:18 | JesseM joined #koha | |
16:34 | fridolin | see u |
16:34 | fridolin left #koha | |
17:48 | francharb joined #koha | |
18:04 | pianohacker joined #koha | |
18:13 | cait left #koha | |
18:14 | tgoat joined #koha | |
18:14 | Dyrcona joined #koha | |
18:30 | francharb joined #koha | |
18:36 | WNickC joined #koha | |
18:42 | bshum joined #koha | |
18:48 | tgoat joined #koha | |
19:09 | cait joined #koha | |
19:10 | cait | hi #koha |
19:33 | @wunder Konstanz | |
19:33 | huginn | cait: The current temperature in Taegerwilen, Taegerwilen, Germany is 9.1°C (9:30 PM CEST on May 15, 2014). Conditions: Clear. Humidity: 76%. Dew Point: 5.0°C. Windchill: 9.0°C. Pressure: 30.42 in 1030 hPa (Steady). |
19:34 | druthb | @wunder 77098 |
19:34 | huginn | druthb: The current temperature in Greenway Plaza, Houston, Texas is 26.7°C (2:34 PM CDT on May 15, 2014). Conditions: Clear. Humidity: 29%. Dew Point: 7.0°C. Pressure: 30.21 in 1023 hPa (Rising). |
20:00 | tgoat joined #koha | |
20:03 | BigRig joined #koha | |
20:03 | Callender joined #koha | |
20:05 | phasefx joined #koha | |
20:18 | trea joined #koha | |
21:12 | edveal joined #koha | |
21:29 | bag_sick | bug 11111 |
21:29 | talljoy | bugzilla down? |
21:30 | are we alone bag_sick? | |
21:30 | * talljoy | looks left |
21:30 | * cait | waves |
21:30 | talljoy | hi cait! |
21:30 | i was just trying to respond to the bug i entered. | |
21:30 | bag_sick | cait to the rescue |
21:30 | JWellner | so is that bug 11,111 or just 31? |
21:30 | talljoy | har har har |
21:31 | nothing like some good binary humor | |
21:31 | cait | hi talljoy :) |
21:31 | sleepy cait, going to bed soon :) | |
21:31 | talljoy | nite nite! |
21:31 | bag_sick who runs bugs.koha-community? | |
21:31 | kmlussier left #koha | |
21:32 | JWellner | well, just have to get the low hanging fruit when I can :) |
21:32 | talljoy | the channel is dropping like flies |
21:32 | cait | talljoy: rangi does |
21:33 | talljoy | it's friday there....hmmm... |
21:33 | JWellner | bag is really contagious isn't he? |
21:33 | talljoy | avoid him. |
21:33 | oh no we are sunk now | |
21:33 | every man for himself. | |
21:33 | JWellner | hehehehe |
21:34 | it's a beautiful day out here!! :) the whole week has been 75-80 and sunny!!! | |
21:34 | talljoy | that's about what it's been here in TX. go figure. we are usually hotter by now. |
21:34 | JWellner | a small reminder of why I put up with the other 10 months of the year... |
21:35 | we're finally dry!!! | |
21:35 | but rain comes back for the weekend... :( | |
21:35 | but the lawn was almost knee high because it was so hard to get to it dry enough to cut. | |
21:36 | talljoy | call it a meadow and leave it! |
21:36 | rangi joined #koha | |
21:36 | JWellner | almost! but afraid I'd lose track of my black lab when I let him out... :) |
21:45 | edveal left #koha | |
22:06 | BigRig_ joined #koha | |
22:06 | Callender_ joined #koha | |
22:07 | phasefx_ joined #koha | |
22:08 | BigRig_ joined #koha | |
22:13 | eythian | hi |
22:13 | wa<tab>...damn | |
22:14 | wahanui joined #koha | |
22:14 | eythian | wahanui: welcome back |
22:14 | wahanui | cait abducted me. |
22:14 | eythian | ah, that'll happen. |
22:14 | cait left #koha | |
22:14 | eythian | see, she flees! |
22:28 | talljoy left #koha | |
22:44 | pianohacker | classic sign of guilt |
22:44 | be back later | |
22:44 | bye all | |
22:46 | @later tell gmcharlt I think I'm going to go forward with replacing pazpar2, could I ask for any relevant resources you might have on CCL query parsing and relevance ranking? | |
22:46 | huginn | pianohacker: The operation succeeded. |
23:02 | kmlussier joined #koha | |
23:04 | papa joined #koha | |
23:13 | mtompset | eythian: Strange accusations you make, suggesting cait would digitally abduct our beloved bot (wahanui). :P |
23:13 | eythian | I didn't say that |
23:13 | wahanui said that | |
23:13 | wahanui | eythian: huh? |
23:14 | mtompset | You said, "that'll happen" (i.e. cait abducting will happen) |
23:14 | Anyways... poor wahanui doesn't know better. :) | |
23:15 | eythian | well, it's probably happened before |
23:36 | rangi | At this time we have resolved an issue with the hardware on which your Linode resides. Your Linode has been queued to be booted - shortly, your Linode will return to its last state (running or powered off). There is no need to issue boot jobs for your Linode at this time. |
23:36 | thats why | |
23:37 | dcook joined #koha | |
23:38 | logbot joined #koha | |
23:48 | pastebot joined #koha | |
23:48 | rangi | ok i think thats everything back |
23:50 | gmcharlt | @later tell pianohacker relevance ranking as such *might* be accessible via use of the 102 Bib-1 relation attribute (http://www.loc.gov/z3950/agenc[…]ib1.html#relation), but don't count on it for all targets |
23:50 | huginn | gmcharlt: The operation succeeded. |
← Previous day | Today | Next day → | Search | Index