← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:06 | wajasu | fyi: apache-shared-intranet.conf i was looking to see if things are available and noticed: ls: cannot access /usr/share/koha/intranet/cgi-bin/search.pl: No such file or directory |
00:06 | this is tcohen's koha-common.deb | |
00:07 | but this is another issue maybe. | |
00:08 | ScriptAlias for /search in intranet. | |
00:14 | jcamins | wajasu: I don't know what is going on with that. |
00:16 | eythian | wajasu: sudo koha-enable dog? |
00:30 | wajasu | i remove dthe dog and created cat and did koha-enable. its working. |
00:36 | ok. the webinstaller is running. it complained about wanting Template::Plugin::HtmlToText though | |
00:36 | maybe he left that out of the deps | |
00:37 | libsysguy joined #koha | |
00:38 | eythian | it's a relatively new addition |
00:40 | wajasu | ok. i'll just note it in the bug, that he needs to add the dep. |
00:41 | eythian | well, if he's testing something else he doesn't, it's in the core packages. |
00:44 | wajasu | so thats not his responsibility? having it in debian.packages or whatever drives the koha-common deps? |
00:44 | jcamins | wajasu: right. That has nothing to do with him. |
00:44 | I think there's already a patch for it, too. | |
00:45 | wajasu | ok. ill just note my findings and signoff |
00:49 | oleonard joined #koha | |
00:49 | jcamins | Is it morning again already and no one told me?!? |
00:49 | eythian | no, it's just afternoon. |
00:50 | jcamins | eythian: then how do you explain oleonard's presence? |
00:50 | eythian | magic. |
00:50 | oleonard | 8:50AM, time to start work! |
00:50 | jcamins | Maybe Ohio has seceded and is now 180 degrees out of phase with the rest of us. |
00:52 | eythian | the rest of you. From my point of view, they seceded long ago. |
00:54 | * oleonard | always ends up doing about half an hour of yak-shaving when working from his seldom-used VM at home |
00:54 | jcamins | oleonard: why on earth are you working at this hour? |
00:54 | oleonard | Got a bee in my bonnet |
00:54 | Why on earth are *you* working at this hour? | |
00:55 | jcamins | oleonard: uhhh... |
00:55 | * jcamins | checks. |
00:55 | jcamins | Aren't I usually? |
00:55 | * oleonard | wouldn't know :P |
00:56 | oleonard | Actually it seems like you work at all hours |
00:57 | jcamins | Pretty much. |
00:58 | Being a business owner has its disadvantages. | |
01:00 | oleonard | Yeah, that's how kados got to be #1 in IRC stats |
01:01 | jcamins | Hehe. |
01:01 | * jcamins | is actually going to stop working now. |
01:01 | jcamins | For a bit. |
01:06 | wajasu | io had to add NamedVirtualHost: 8080 and Listen:8080 to ports.conf to get the staff client to work for the .deb so i guess i must fail it. or is he going to gen a new one? |
01:06 | jcamins_away | wajasu: that has nothing to do with what you're testing. |
01:06 | wajasu | good. |
01:06 | jcamins_away | That is just the way packages work. |
01:06 | eythian | wajasu: normally people don't use 8080 for the packages |
01:07 | jcamins_away | If you want a non-standard Apache configuration, you need to configure it yourself. |
01:07 | eythian | if you want to use 8080, you have to know how to tell that to apache |
01:07 | wajasu | so where does the staff cleint default to these days? |
01:08 | eythian | :80 |
01:08 | but on a different virtual host | |
01:08 | wajasu | its combined now? |
01:08 | pastebot | "mtj" at 127.0.0.1 pasted "perl -wc" (29 lines) at http://paste.koha-community.org/211 |
01:08 | wajasu | maybe its the warning about the overlap that threw me off. |
01:09 | mtj | does anyone know what thats about? ^^ |
01:09 | eythian | wajasu: you probably misconfigured something then, basically they end up on different hostnames. |
01:09 | assuming you set up /etc/koha-sites.conf correctly | |
01:10 | wajasu | i didn't have koha-sites.conf or the DNS env vars stuff. |
01:10 | mtj | lots of 'Subroutine XXX redefined at C4/XXX.pm line XXX.' warns... |
01:10 | eythian | wajasu: yeah, that'll be why |
01:10 | I really need to make it ask those questions at install time. | |
01:14 | wajasu | so i guess i'll just apply the patch to master and signoff as usual trusting his deb. |
01:16 | mtj | hmm, its seems to be all subs() in Reserves.pm have the weird 'redefined' warning :/ |
01:33 | wajasu | something with that Exporter? |
01:36 | maybe the require Exporter; should be outside the BEGIN? like Search.pm has | |
01:36 | just grabbing at straws. | |
01:40 | rgbv joined #koha | |
01:41 | mtj | oooh, nice, weborange just corrected/updated their koha lists -> http://web.archiveorange.com/a[…]oha-community.org |
01:41 | Discussion list for the Koha Library system (Recent threads) koha.lists.katipo.co.nz | |
01:41 | oleonard | Oh by the way, the owner of the Koha Live CD project on Sourceforge pulled the file |
01:41 | http://sourceforge.net/projects/kohalivecd/ | |
01:41 | eythian | oh, good |
01:41 | rgbv | hi all |
01:42 | mtj | oleonard, awesome news |
01:43 | heya rgbv | |
01:44 | rangi | wow oleonard is still around! |
01:44 | oleonard | Not still but again |
01:44 | rangi | ahh |
01:44 | mtompset joined #koha | |
01:45 | mtompset | Greetings, #koha. |
01:46 | rgbv | I want to add a span class to the status in the opac full bib view, looking for the right .tt to modify but I can't see it... |
01:46 | oleonard | Which status rgbv ? |
01:46 | Editing the template isn't recommended, unless you're planning to submit a patch | |
01:47 | rgbv | usually Available, On loan ... |
01:47 | oleonard | Is your goal to have a different style for each status? |
01:48 | rgbv | I want to use jquery to alter wording to , say On order for items that are on order |
01:49 | oleonard | rgbv, you should be able to do that by setting authorised values in the staff client |
01:49 | rangi | not really oleonard |
01:49 | oleonard | (although adding classes to that section would also be a worthwhile development) |
01:49 | No, rangi? | |
01:49 | rangi | because it needs to still be available, but say on order |
01:49 | ie they still want to be able to place holds on it | |
01:50 | oleonard | http://search.myacpl.org/cgi-b[…]blionumber=269398 |
01:50 | rangi | if you use lost or one of those statuses with authorised values to mark it on order |
01:50 | then it cant have holds | |
01:50 | and you can place a hold on that? | |
01:50 | oleonard | Yes |
01:51 | rangi | cos that not for loan field |
01:51 | used to totally stop that | |
01:51 | * oleonard | double-checks how we set it up |
01:52 | oleonard | If the NOT_LOAN authorised value has a negative value (in our this case, -1), it is available for holds |
01:52 | rgbv | ahhh |
01:52 | let me test that :) | |
01:53 | rangi | cool, that didnt used to happen, it used to be if it was non zero it was blocked for everything, i must have missed that change |
01:54 | oleonard | Yeah that was a pretty important feature for us to have |
01:56 | rgbv | great, that works a charm, you've made my day ;) |
01:56 | oleonard | Happy to have prevented an unnecessary template modification :) |
01:57 | * oleonard | still thinks we could toss in some more spans and classes there for customization anyway |
01:57 | rangi | yep |
01:58 | jcamins_away | But note that -2 is a magic number. |
01:59 | oleonard | ? |
01:59 | jcamins_away | for NOT_LOAN. |
01:59 | -2 does something magical. | |
02:00 | I don't remember what. | |
02:00 | But I do remember that it will not work as you expect. | |
02:03 | oleonard | Hmmm... Allows holds, allows checkout. |
02:04 | * oleonard | leaves again... can't do this late-night thing like the youngsters :P |
02:04 | rangi | -2 doesnt feature in Circulation.pm |
02:05 | jcamins_away | Lovely. The casting company has no idea when or where Shari is supposed to show up, but thinks it'll probably be in the morning. |
02:06 | rangi | helpful |
02:06 | jcamins_away | Especially if it's 6am out in Brooklyn. |
02:07 | mtompset | casting company? Is your wife an aspiring actress? |
02:07 | jcamins_away | mtompset: no, but she's been extra-ing. |
02:08 | mtompset | Ah... cool. |
02:08 | * jcamins_away | would not make a good extra. |
02:08 | expects professionalism from everyone he works with. | |
02:09 | jcamins_away | Not knowing at 2200 hours if you they want you to leave for work at 0400 hours is something that only happens if you are dealing with *exceedingly* unprofessional individuals. |
02:09 | s/you they/they/ | |
02:15 | mib_4v1tbr joined #koha | |
02:15 | mib_4v1tbr | . |
02:15 | BobB joined #koha | |
02:19 | eythian | http://i.imgur.com/CMOGT.jpg |
02:20 | (it's apparently actually an ad for an e-book seller, but this'd be neat with free/pd/etc books) | |
02:20 | rangi | yep |
02:23 | jcamins_away | , |
02:24 | * jcamins_away | leaves again, having contributed to the conversation. |
02:24 | rangi | heh |
02:38 | mtompset | Cool link, eythian. |
03:40 | Brooke_ joined #koha | |
03:40 | Brooke_ | o/ |
03:41 | rangi | hi Brooke_ |
03:41 | Brooke_ | kia ora |
03:44 | eythian | wow, you're on a jetstream connection. I didn't know they still existed. |
03:45 | mtompset | jetstream connection? |
03:45 | Greetings, Brooke_ | |
03:46 | eythian | It was a DSL brand by the major ISP here back in the early-mid 2000's. |
03:47 | Known for its blazing 128k down speeds and uncapped national traffic. | |
03:47 | Though that was a long time ago, I expect it's somewhat better now. | |
03:48 | Brooke_ | free interwebs ftw :D |
04:08 | brylie joined #koha | |
04:11 | brylie joined #koha | |
04:17 | kathryn joined #koha | |
04:26 | wajasu joined #koha | |
04:30 | wajasu | just set up apt-cacher-ng on my archlinux. booted my debian vm and configured sources.list with my apt-cacher-ng and passthru. apt-get update, and apt-get install koha-common. its pulling... |
04:30 | rangi | Hehe I saw that email coming |
04:32 | wajasu | done. now to try another vm build but pulling from that apt cache to see if its faster than debian.koha-community.org |
05:14 | druthb joined #koha | |
05:20 | drojf | cool, there is a live-cd fanbase |
05:26 | mtj | hmm, the dselect thread is getting a little trolly |
05:41 | druthb joined #koha | |
05:43 | mtompset | trolly? |
05:45 | mtj: How is the thread trolly? | |
05:45 | I don't think there is anything terribly trolly. | |
05:46 | drojf: They mostly seem to be in India. | |
05:47 | Probably because of poor internet connectivity. | |
05:47 | drojf | from the reasoning it's more poor technical skills |
05:49 | mtompset | But you don't gain technical skills unless you try. |
05:50 | Because of mtj's trolly comment, I decided against replying with why packages are better than a livecd. | |
05:51 | magnuse | kia ora #koha! |
05:51 | mtompset | greetings, magnuse. |
05:51 | magnuse | hiya mtompset |
05:51 | drojf | that's right. but if you have an easy way that seems ok in a short term, you my stay with that for longer than you should instead of learning how it really works. that's one way to do it. |
05:51 | hei magnuse | |
05:51 | magnuse | hi drojf |
05:52 | mtompset | actually, though the maintainer of the named livecd still supports it. He doesn't release as often as Koha. |
05:52 | bug fixes slower = bad. :( | |
05:53 | drojf | 3.8.2. sounds great until they use fines |
05:54 | mtompset | download livecd 600+MB vs. packages 40+MB ... bad. |
05:54 | (yes, the first time they do packages, there will be 400+MB libraries, but still) | |
05:56 | livecd supprt (limited to issuer/users of livecd) vs. packages (a wider group of people)... less support = bad. | |
06:05 | druthb joined #koha | |
06:05 | magnuse | o/ |
06:05 | druthb | Hi, magnuse. :) |
06:07 | Since cait isn't here to tell me to go to bed... guess i don't have to. :P | |
06:08 | magnuse | get some sleep druthb :-) |
06:08 | rangi | magnuse: https://i.chzbgr.com/completes[…]il2nQm0Bb3XQ2.jpg |
06:08 | druthb | @later tell cait :P 1 am and I'm still up.... |
06:08 | huginn | druthb: The operation succeeded. |
06:09 | magnuse | rangi: h**l yeah! |
06:09 | druthb | Hi rangi. :) |
06:09 | magnuse | that's a monument to commemorate some viking battle |
06:11 | http://en.wikipedia.org/wiki/Sverd_i_fjell | |
06:12 | rangi | :) |
06:23 | magnuse | hehe that sure looks like a cool ils! |
06:24 | drojf | i thought that would appeal to norwegians! ;) |
06:34 | laurence joined #koha | |
06:37 | paul_p joined #koha | |
06:41 | mtompset | bonjour, laurence et paul_p. :) |
06:43 | laurence joined #koha | |
06:43 | paul_p | bonjour mtompset |
06:44 | laurence | bonjour mtompset |
06:46 | sturmtruppen joined #koha | |
06:50 | reiveune joined #koha | |
06:50 | reiveune | hello |
06:50 | wahanui | niihau, reiveune |
06:50 | mtompset | Greetings, reiveune. ;) |
06:51 | reiveune | salut mtompset |
06:51 | mtompset | Greetings, sturmtruppen. |
06:51 | * mtompset | high fives reiveune. :) |
06:53 | sturmtruppen | hi everyone |
06:54 | cait joined #koha | |
06:54 | magnuse | kia ora cait! |
06:55 | sophie_m1 joined #koha | |
06:56 | cait | hi magnuse :) |
06:56 | hi matts :) | |
06:56 | matts | hi ! |
06:56 | mib_5qkq56 joined #koha | |
06:57 | druthb | Hi cait. |
06:57 | julian_m joined #koha | |
06:57 | * druthb | hides |
06:57 | cait | hm could have sworn I saw druthb |
06:57 | julian_m | hello |
06:58 | druthb | Hehe |
06:58 | cait | hi julian_m |
07:01 | WaqarAzeem joined #koha | |
07:01 | WaqarAzeem left #koha | |
07:02 | WaqarAzeem joined #koha | |
07:02 | cait | at night... it's a bit spooky hehe |
07:02 | * magnuse | finds extracting marc records from a 2.2.x database dump file harder than expected |
07:03 | drojf | magnuse: importing did not work? |
07:11 | francharb joined #koha | |
07:12 | WaqarAzeem | hi! someone know why Image is missing from patron page in v3.08. see here: http://i.imgur.com/l5oK6.png |
07:12 | francharb | good morning #koha |
07:19 | mtompset | Greetings, francharb. |
07:19 | Hmmm... Can template toolkit have concatentation errors?! | |
07:19 | opac-detail.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/opac-detail.tt line 748. | |
07:20 | rangi | warning, not error |
07:20 | and yes it can | |
07:20 | mtompset | Though, I must admit to adding some code in that loops. |
07:20 | Yes, warning. Sorry. | |
07:21 | zioha joined #koha | |
07:21 | asaurat joined #koha | |
07:21 | rangi | WaqarAzeem: does the user have the permission set? |
07:29 | magnuse | drojf: yeah, i got it into mysql after a looong time, now there are encoding problems |
07:34 | * magnuse | hates encodings |
07:37 | WaqarAzeem | @rangi is there any specific right? btw i have set all the permission And i also have tired from kohaadmin. |
07:37 | huginn | WaqarAzeem: downloading the Perl source |
07:39 | WaqarAzeem | Is there any working online demo copy (nighly build) of v3.08 where can i check it. |
07:40 | mtompset | magnuse: encoding problems? |
07:40 | magnuse | mtompset: yeah, things like vÃÂ¥rd |
07:41 | mtompset | That doesn't look like valid Norwegian. :) |
07:42 | magnuse | nope :-) |
08:30 | * mtompset | is going into a meeting. |
08:30 | mtompset | Have a good day (24 hour period) everyone. :) |
08:47 | mveron joined #koha | |
08:47 | mveron | Hi #koha |
08:50 | mr_ad joined #koha | |
08:50 | mr_ad left #koha | |
09:14 | mveron | @later tell nengard the age restriction info in the manual is very clear. I have nothing to add or comment about it. Thank you very much. :-) |
09:14 | huginn | mveron: The operation succeeded. |
09:14 | mveron | nengard ++ |
09:27 | zi joined #koha | |
09:38 | fredericd | jcamins_away: drop me a line when you're available. Authority display is broken for UNIMARC in 3.8 |
10:39 | drojf | clrh: the link to the documentation does not work in the english version of your drupal opac module posting. it works fine in the french version. |
10:42 | clrh | thanks drojf I correct it :) |
10:42 | fix | |
10:42 | drojf | :) |
10:43 | clrh | done, thanks a lot drojf |
10:44 | drojf | you're welcome :) |
10:45 | jcamins_away | fredericd: in 3.8? |
10:45 | drojf | magnuse: d'oh, that does not look nice |
10:46 | magnuse | drojf: there is probably a proper way to fix it, but i took the short road and a did a lot of s/Â¥/å/g :-) |
10:47 | drojf | hehe, i hope you caught everything |
10:47 | laurence left #koha | |
10:48 | fredericd | jcamins: yes in 3.8 |
10:49 | Several issues language codes support, broader/narrower forms, etc. | |
10:49 | I will submit a patch, not impacting MARC21 | |
10:49 | which bug number? | |
10:49 | wahanui | well, which bug number is it? |
10:50 | jcamins | fredericd: could you file a new bug for it, so that the patches don't get lost? |
10:50 | And, any chance you could attach some sample authorities to that bug, so that I can sign off? | |
10:50 | I tested with UNIMARC, but I created my own authorities. | |
10:50 | Probably incorrectly. | |
10:53 | mtompset joined #koha | |
10:53 | mtompset | Greetings, #koha. |
10:53 | drojf | hi mtompset. i was just looking at the remastersys website too ;) |
10:54 | mtompset | It would seem that the person generating the live cd/dvds didn't keep looking. |
10:55 | This whole live cd/dvd thing has got me thinking about how much should the librarian user need to understand about the koha installation. | |
10:56 | I'm torn between ease of use and focusing on koha training, and making sure they understand how to duplicate an installation. | |
10:58 | drojf | if an experienced person does not keep up to date with the software he uses to create these cds, how can he expect users of a livecd to do so with the cd later. |
10:59 | it's fine for training, to have a look etc. if you are aware that it is a snapshot for just that | |
10:59 | mtompset | I don't think he points that out though. |
10:59 | drojf | it does not seem like people understand that. it seems more like people think "yeah, it just works" and use it forever |
11:00 | mtompset | And it would seem, based on the email I just read... that he thinks it is okay. |
11:01 | jcamins | mtompset: well, *he* doesn't provide any support at all. |
11:01 | drojf | and, yes, i think for a library to use a highly specialized software product, there needs to be someone with technical skills present. either on site or outside support. you cannot expect something like that to just work with zero knowledge. what are we all doing here? why are there companies providing support if it's just a few clicks? it's not the way it works and you would not expect that from other software products |
11:02 | it's not like it is impossible to master koha for all day use. but you have to know that you have to work on it, not just pop a cd in a computer | |
11:02 | magnuse | well, we do expect that from desktop software... |
11:03 | so people need to understand that koha is not a simple desktop program | |
11:05 | drojf | yes, that is the point. it's not a browser or whatever. and even a browser is complicated for some people if they have little rechnical knowledge. but koha as a professional, sophisticated special purpose software is nothing for an enduser to just play with (but s/he could, if technical skills are present) |
11:06 | i think that is something people expect because its free software. everybody can use it. but that does not mean everybody is able to use it and that seems hard to understand | |
11:07 | and trowing livecds at people is really not helping with that | |
11:08 | mtompset | jcamins: You're right he doesn't provide support. :( |
11:09 | We only have three paid support companies in India. | |
11:09 | (on the list) | |
11:09 | nengard joined #koha | |
11:10 | drojf | mtompset: i suppose we also have a lot of libraries without money for that in india |
11:12 | ok the "workshop and testing" thing is blown… "I know many college libraries in Kerala with above 50000 records successfully running on Koha Live CD." | |
11:12 | i should propose that to my library, we have less records | |
11:12 | mtompset | That's my point, drojf. That's NOT supposed to be the case. |
11:12 | * jcamins | has nothing against using livecds that *work* in production. |
11:13 | jcamins | But 100% of my experience with livecds has been negative. |
11:13 | (Koha livecds) | |
11:13 | drojf | i never tried to use a livecd in production. i could make some for our workshop :) |
11:14 | instead of doing an installation workshop ;) just hand out the livecd and send everyone home | |
11:15 | jcamins | drojf: if you do that, *you* are answering all their questions about Zebra. |
11:16 | mtompset | Now drojf! Actually, if the LiveCD is like the Ubuntu LiveCD and let's you actually install a proper standard installation, that wouldn't be so bad... but this doesn't seem to be the case. |
11:17 | drojf | if the livecd would destroy itself after two months and make you either get a newer one or install koha from deb packages, that wouldn't be so bad |
11:18 | cait joined #koha | |
11:18 | mtompset | Actually, if the livecd installed on your computer as if you installed from packages, that would be good. ;) |
11:19 | Do the install, throw the CD away... boot normally into Koha. :) | |
11:19 | cait | hi #koha |
11:19 | drojf | it could just display the up to date "install with packages" wiki page |
11:19 | until you follow that | |
11:19 | mtompset | Greetings, cait. |
11:19 | drojf | hi cait :) |
11:20 | jcamins | I wonder if it would be possible to do a install-to-desktop livecd using packages. |
11:20 | jwagner joined #koha | |
11:22 | mtompset | Hypothetically, it should be. |
11:22 | jcamins | mtompset: reasonably, I mean. |
11:26 | mtompset | When I return to Canada, buy my dream machine, and *if* I can find financial partners, this would be something I'd like to test. |
11:27 | jcamins | mtompset: you should test it on your netbook. :P |
11:27 | mtompset | Uh, no. :P |
11:33 | drojf++ # love the humour. | |
11:33 | Did you just notice the +1 in the mailing list? | |
11:33 | drojf | mtompset: so you are volunteering to be future livecd manager? |
11:33 | i noticed | |
11:34 | also i noticed it said nothing about using it in production | |
11:34 | mtompset | Are you volunteering to make donations on my behalf to Wycliffe Germany? ;) |
11:35 | drojf | mtompset: as an atheist, no :P |
11:36 | mtompset | I can respect that. |
11:36 | drojf | :) |
11:37 | mtompset | What do you mean it didn't say anything about using it in production... "and so on" :P |
11:38 | drojf | uh. you're right :( |
11:38 | mtompset | Sometimes I am. :) |
11:39 | Actually... another pet project I'd like to look at in Koha on Windows. ;) | |
11:39 | Though, I think one of the Chris' will advise me to abandon such madness. | |
11:41 | drojf | hm. i am quite happy that people have to consider a real OS to use koha. i would not want to give them back the idea that a server should run on windows |
11:42 | also that would bring us a lot more google groups than we can handle | |
11:43 | apart from that, from what i have heard it is madness ;) | |
11:49 | mtompset | cpan all the way, baby. ;) |
11:49 | I know... React O/S... it's free and graphical. ;) | |
11:53 | drojf | it would probably make more sense for a free and open source library system to be available on non-debian-based linux distributions before more people fall in the battle with/against windows |
11:54 | but if you insist on something even harder… your choice ;) | |
11:55 | mtompset | Actually, to be more realistic RPMs were higher on the list. |
11:57 | drojf | i have a friend that loves opensuse and insists that all is very easy with the suse build system (or what it is called). no idea if that would help with koha |
11:57 | jcamins | dcook uses Koha on OpenSuSE. |
11:58 | drojf | we also started with open suse from a tarball, but i made it give us debian to use the packages |
11:59 | made IT | |
11:59 | jcamins: but not building rpm packages? | |
11:59 | mtompset | I was hoping to aim at CentOS. :) |
12:00 | drojf | mtompset: i know a library in my area that would be very happy |
12:00 | they might end up with a debian after the workshop though :) | |
12:00 | mtompset | That's a future dream right now, drojf. :) |
12:01 | I just looked at Vil's website... he points to a third party's Ubuntu installation. :( | |
12:01 | jcamins | Who is Vil? |
12:02 | mtompset | The guy pushing live cds. |
12:02 | vimal. | |
12:02 | jcamins | Vimal. |
12:02 | mtompset | Sorry. |
12:04 | jcamins | What do you mean? |
12:04 | (by "third party Ubuntu installation") | |
12:07 | drojf | i read that like "third party live cd", but maybe that was not intended |
12:17 | oleonard joined #koha | |
12:17 | oleonard | Hi #koha |
12:18 | jcamins | Good morning, oleonard. Long time, no see. |
12:18 | drojf | hi oleonard |
12:19 | oleonard | My sleep deficit wishes it was longer jcamins |
12:20 | drojf | mtompset: did you come across source code of remastersys by any chance? it says it's GPL but the sf site is empty |
12:20 | mtompset | not Koha's Ubuntu install instructions. |
12:21 | It's hidden: http://www.remastersys.com/repository/ | |
12:23 | Hmmm... can't find the newer version! | |
12:23 | drojf | you can only search the forum if you have an account. i think i don't like it |
12:23 | jcamins | drojf: https://launchpad.net/remastersys |
12:26 | drojf | ah cool, thanks jcamins. ddg did not know that |
12:27 | jcamins | drojf: nor did Google. |
12:27 | drojf | where did you find it? |
12:27 | jcamins | A forum posting. |
12:30 | mtompset | as long as it wasn't a google group. ;) |
12:32 | jcamins | wtf? |
12:41 | tcohen joined #koha | |
12:43 | tcohen | morning #koha |
12:44 | drojf | oleonard: nice answer on the list, and i suppose we will not here anything more now |
12:44 | good morning tcohen | |
12:45 | oleonard | If anyone didn't hear about it last night, I asked the owner of that Sourceforge Koha Live CD to take down the download and they did |
12:46 | magnuse | yay! |
12:47 | drojf | i thought jcamins send the email *confused* |
12:47 | oh but you posted a comment i think | |
12:47 | jcamins | oleonard: I sent an e-mail. |
12:48 | oleonard | I sent a message through Sourceforge which the owner replied to |
12:48 | drojf | jcamins++ |
12:48 | oleonard++ | |
12:49 | * oleonard | credits jcamins' email in which kneecap-breaking was insinuated |
12:51 | cait | hm |
12:51 | what did i miss? :) | |
12:51 | have no idea what you all are talking about :) | |
12:52 | oleonard | cait: Yesterday we were discussing a Koha Live CD available on Sourceforge which was based on 3.2 or something old like that |
12:52 | drojf | we express our love for outdated livecds mainly |
12:53 | cait | aah |
12:53 | I see :) | |
12:54 | edveal joined #koha | |
12:55 | magnuse | and there was talk of starting a googlegroup to celebrate the dissemination of outdated kohas on plastic discs :-) |
12:57 | drojf | i propose to have the google group run from a livecd |
12:57 | you could ask questions without internet access | |
12:58 | magnuse | yay! |
12:58 | drojf | and receive about the same amount of useful answers |
12:58 | cait | lol |
13:02 | drojf | but i think we are getting blind sided by ignorance, enough ranting |
13:05 | mtompset | jcamins++ |
13:05 | oleonard++ | |
13:07 | magnuse: No, no... 8" floppies. ;) | |
13:07 | cait | stone tables? |
13:07 | mtompset | Oh yes! yes! Like the fisher price my first record player! |
13:07 | magnuse | hehe |
13:08 | and it's not even friday ;-) | |
13:08 | ago43 joined #koha | |
13:09 | * jcamins | is trying to write a Bibliographer's Note. That makes it something like Friday. |
13:09 | mtompset | http://youtu.be/6sE57VdMjFA (Starwards My First Record Player Fisher Price) |
13:09 | Starwars... DOH! | |
13:10 | magnuse | and what, prey tell, is a Bibliographer's Note? |
13:11 | jcamins | magnuse: the note one puts at the beginning of a bibliography to explain *why* weird decisions were made. |
13:12 | fredericd | jcamins: Can you show me a working 3.8 Koha, with MARC21 authority hierachies? |
13:12 | magnuse | jcamins: ah. and writing that turns any day into a pizzaday? cool! |
13:12 | jcamins | fredericd: MARC21 authority hierarchies aren't in 3.8. |
13:13 | Just master. | |
13:13 | cait | fredericd: have you seen the screenshot and my examples on the bug? |
13:13 | fredericd | cait: no |
13:13 | cait | I couldn't attach records because of the linking, but I noted how I catelogued them in the message |
13:14 | jcamins | fredericd: where exactly are you seeing problems in 3.8? |
13:14 | NateC joined #koha | |
13:17 | fredericd | Parallel forms are not displayed, with language name in front of heading |
13:17 | Used for and See also are inverted | |
13:17 | Semantic relation are not displayed anymore: BT/NT | |
13:18 | What is the bug number for current work on authorities on master? | |
13:19 | jcamins | There are a lot of bugs. Bug 8204 is also in 3.8, but also related are bug 8210 and bug 8523. |
13:19 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8204 major, P5 - low, ---, jcamins, Pushed to Stable , Authority viewer in OPAC ugly, unfriendly, and mostly useless |
13:19 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8210 enhancement, P5 - low, ---, jcamins, Pushed to Master , Headings in OPAC bib details should link to authority record | |
13:19 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8523 enhancement, P5 - low, ---, jcamins, Pushed to Master , Authority hierarchies only support UNIMARC | |
13:20 | cait | fredericd: oh :( hope it's all solvable |
13:22 | jcamins | You might also take a look at bug 7943. |
13:22 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7943 normal, P5 - low, ---, jcamins, RESOLVED FIXED, Untranslatable strings in OPAC's authority search |
13:22 | nengard | slef around? |
13:23 | does anyone here know of a tool that will add closed captions to videos on the web? or that will show text as a video is being watched? | |
13:25 | fredericd | So it does mean I have to work on master, since I will have to edit code/templates that are in master and not in 3.8.x |
13:26 | Is there also pending patch? not yet pushed on master? | |
13:26 | jcamins | fredericd: it depends what the problem is, but probably. |
13:26 | I think everything has been pushed. | |
13:26 | I'll check. | |
13:27 | Yes, everything authority-related has been pushed. | |
13:27 | fredericd | I have to modify C4::AuthoritiesMarc.pm, authorities-search-results.inc, and opac-auth-detail.tt |
13:27 | ok, I continue on master | |
13:27 | jcamins | I suspect most of the problem is in C4::AuthoritiesMarc. |
13:29 | fredericd | yes, sometime, the hashref sent to template is not compte, no heading for example... |
13:29 | not complete | |
13:29 | slef | nengard: hi. I don't know of a subtitling tool. I'm pretty sure mplayer can play subtitle files. |
13:29 | * wajasu | hurray! got my apt-cacher-nq running, and my .deb downloads are fast (4minutes to build a deb VM ,koha-common and perl deps) |
13:29 | nengard | thanks slef |
13:30 | I have a person who is hard of hearing asking for this for my tutorial videos | |
13:30 | and I have over 100 of them so I can't transcribe them to text now | |
13:30 | slef | the evil youtube has CC doesn't it? No idea how well it performs or how you use it. |
13:30 | nengard | it does and it's not that great |
13:30 | but I might point to that | |
13:30 | trea joined #koha | |
13:31 | slef | nengard: aha, mplayer has an option -sub <subtitlefile1,subtitlefile2,...> |
13:31 | jcamins | nengard: Jubler? http://www.jubler.org/ |
13:31 | Not sure if that'll do what you want. | |
13:31 | slef | nengard: I'm trying to find the file format |
13:32 | hmm, there's also a -vobsub file option | |
13:32 | talljoy joined #koha | |
13:34 | drojf | nengard: so you want to display subtitles or create them? |
13:34 | s/so/do/ | |
13:36 | nengard | either or ? or both |
13:36 | whatever this person needs to be able to watch the videos and "hear" them | |
13:38 | jcamins | I'm not certain, but I'd think you'd need to write the subtitles first, which would require them to be transcribed no matter how the subtitles are delivered. |
13:39 | drojf | you can display subtitles in html5 <track> element. it's not really finished and browsers do it all differently or not at all, but there are javascript polyfills that work. i had a patch to do that in koha but i think that died with my git. i used http://www.delphiki.com/html5/playr/. anyway you would have to create the subtitles first |
13:39 | (and have video that works with html5 video probably) | |
13:40 | jenkins_koha | Starting build #865 for job Koha_master (previous build: SUCCESS) |
13:40 | slef | nengard: https://en.wikipedia.org/wiki/SubStation_Alpha looks like a better bet than VOB files. |
13:41 | huginn | New commit(s) kohagit: Bug 8585 follow-up Passing syspref to template <http://git.koha-community.org/[…]294489b633cfb5853> / Bug 8585 follow-up DBRev number <http://git.koha-community.org/[…]a11a0cd153ee78e32> / Bug 8585 : Add System Preference to specify Holds to Pull List Start Date <http://git.koha-community.org/[…]p=koha.git;a=comm |
13:42 | nengard | so it looks like all the options available require me to write the subtitles |
13:42 | nothing that can try to guess them ? like closed captioning | |
13:42 | i need to restart ? I'll brb | |
13:42 | drojf | closed captioning guesses the text in the video? |
13:42 | slef | drojf: no |
13:42 | drojf | i would have been surprised :) |
13:43 | slef | well maybe youtube's might |
13:43 | As I understand it, live TV CC has a control human repeating what is said in the video to a text recognition software trained on them. | |
13:44 | drojf | yes that would make sense |
13:44 | jcamins | slef: I think they also have a special type of hardware speech recognizer card. |
13:45 | oleonard | We call that a protocol droid nowadays |
13:45 | drojf | a lot to try https://en.wikipedia.org/wiki/[…]ognition_in_Linux |
13:46 | slef | http://charlieswinbourne.com/2[…]ople-any-favours/ |
13:46 | nengard joined #koha | |
13:46 | nengard | back |
13:46 | slef | nengard: <drojf> closed captioning guesses the text in the video? |
13:47 | nengard | yes |
13:47 | slef | Where? |
13:47 | as in, whose closed captioning? | |
13:47 | nengard | that's what i always thought |
13:47 | the closed captioning on our local news is pretty crap | |
13:47 | slef | http://charlieswinbourne.com/2[…]ople-any-favours/ includes "the method by which subtitles are created" |
13:47 | nengard | so i just figured it was a computer |
13:47 | slef | which is my understanding of how they're done in the UK |
13:48 | "made either by a stenographer typing what’s been said onto a phonetic keyboard as they listen to a show, or by speech recognition, where dialogue is repeated more clearly into a microphone during a programme, with a computer automatically recognising the words" | |
13:48 | live stuff like news, they have to try to do live | |
13:49 | Recorded shows are usually done by typing, maybe using stenography or recognition as a start. | |
13:49 | nengard | okay |
13:49 | so i'm screwed | |
13:49 | slef | To be honest, when I've done transcripts, it's almost better to start from scratch with a player that does an easy backskip. |
13:49 | drojf | nengard: maybe https://en.wikipedia.org/wiki/[…]cognition_Engines or https://en.wikipedia.org/wiki/[…]tware#Open_Source but from my experience (with a closed, commercial product) you have to train these things a lot |
13:50 | * jcamins | wonders briefly whether some of the errors in recorded shows might not be due to steganography rather than stenography. :D |
13:50 | drojf | lol jcamins |
13:50 | slef | I still love "arch bitch of Canterbury" |
13:51 | nengard: depends who's asking, but here we'd have to take reasonable steps to provide subtitles or transcripts. | |
13:51 | nengard: expecting 100 videos to be done immediately isn't reasonable, but we'd need to do something. | |
13:52 | wajasu | my favorite contradiction of bisness requirements: a) make website more accessible b) install captcha to prevent machines from spamming. thus handicapped use machines to aid in using the web, and have difficulty in accessing sites. |
13:52 | slef | nengard: I'd love to help but we're still working on kohacon12 videos :-/ |
13:52 | nengard | slef no one expects it to be done immediately - but i do a video each week |
13:52 | so goingthrough the backlog and doing the new videos ? i'd have no time for any other work | |
13:53 | slef | nengard: do you work from a script? |
13:53 | nengard | heck no |
13:53 | I suck at reading/referring to scripts | |
13:53 | maximep joined #koha | |
13:54 | slef | me too... but I also suck at talking without a script... you may have noticed this ;) |
13:54 | nengard | hehe |
13:54 | I did not notice | |
13:54 | slef | nengard: so slow down to a video a fortnight and use the off-weeks to transcribe? |
13:54 | nengard | i actually don't like listening to people reading from a script |
13:55 | slef | but it's an annoying situation |
13:55 | nengard | i like people just talking to me even if they have to stop and think |
13:55 | slef | oh some people are good at reading scripts |
13:55 | they used to be radio presenters | |
13:55 | now we prefer celebrities | |
13:55 | bleah | |
13:55 | wajasu: captcha doesn't prevent spamming. I think I'll go to lunch rather than rant at you ;) bbl | |
13:55 | jcamins | slef: I think that was the point. |
13:57 | wajasu | i was thinking we should write a script with Test::WWW:Mechanize to walk the pages of the entire site, and take a snapshot (as png or such). |
13:57 | jcamins | wajasu: that wouldn't work because WWW::Mechanize does not render anything. |
13:57 | wajasu | so folks have images for slides, and videos, and we can refer to them in tests. |
13:59 | well, then use whatever tool that does. | |
14:03 | drojf | nengard: there is a linguistics tool called "ELAN" for transcribing field recordings. it has a window showing the video and also shows you the wave of the audio. i never got the wave part to work on linux but have not tried in a while. there is also a windows version. i don't remember what export file options you have. http://tla.mpi.nl/tools/tla-tools/elan/ |
14:03 | you might also search the web for "fansubbing software" or something similar. | |
14:09 | libsysguy joined #koha | |
14:15 | francharb joined #koha | |
14:18 | alex_a joined #koha | |
14:23 | BigRig_ joined #koha | |
14:37 | jcamins | Grr. |
14:37 | I'm having trouble with this sentence. | |
14:37 | Can anyone think of a synonym for gestalt that doesn't sound snooty? | |
14:40 | cait | isn't gestalt a german word? |
14:40 | drojf | it doesn't sound snooty in german ;) |
14:40 | heh | |
14:40 | * cait | nods |
14:40 | cait | what is your sentence? |
14:41 | jcamins | cait: I'm in the midst of rewriting it. |
14:41 | cait | shape, figure, form, build, design, likeness, stature |
14:41 | coherent perception :P | |
14:41 | says leo | |
14:42 | jcamins | Right, it means exactly what I want. |
14:43 | cait | hm? |
14:44 | * wajasu | its interesting that Gestalt Therapy was developed by Fritz Perls. "perls! get it! |
14:48 | wizzyrea joined #koha | |
14:49 | jenkins_koha | Project Koha_master build #865: UNSTABLE in 1 hr 9 min: http://jenkins.koha-community.[…]/Koha_master/865/ |
14:49 | * mtompset: Bug 8737 - Incorrect icon at login in staff client | |
14:49 | * dcook: Bug 8585 : Add System Preference to specify Holds to Pull List Start Date | |
14:49 | * Paul Poulain: Bug 8585 follow-up DBRev number | |
14:49 | * Paul Poulain: Bug 8585 follow-up Passing syspref to template | |
14:49 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8737 minor, P5 - low, ---, mtompset, Pushed to Master , Incorrect icon at login in staff client |
14:49 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8585 enhancement, P5 - low, ---, dcook, Pushed to Master , Add System Preference to specify Holds to Pull List Start Date | |
14:50 | * mtompset | feels the trickling patches love. :) |
14:50 | jcamins | "In contrast to the first section, the second section's focus is the flourishing of popular interest in gardening, a gestalt that would be obscured by pagination formulæ." |
14:51 | * magnuse | waves to wizzyrea and trea |
14:51 | trea | magnuse greetings! |
14:51 | magnuse | \o/ |
14:51 | jcamins | cait: ^^ my use of "gestalt" |
14:51 | mtompset | \/o\ |
14:52 | jcamins | I couldn't find a way to get rid of it. |
14:52 | mtompset | O that is dumb. :( |
14:52 | /o\ | |
14:52 | Sort of. | |
14:52 | cait | aha |
14:52 | sounds... really interesting? | |
14:53 | jcamins | cait: not really. |
14:53 | magnuse | or weird? |
14:53 | wahanui | i guess weird is normal after a while :) |
14:53 | jcamins | Mass culture is not really my thing. |
14:53 | * magnuse | ducks |
14:53 | wizzyrea | hi peeps :) |
14:53 | mtompset | Greetings, wizzyrea. |
14:53 | magnuse | hiya wizzyrea |
14:53 | jcamins | But can anyone see how to remove "gestalt" from that sentence without losing the meaning? |
14:53 | magnuse | phenomenon? |
14:53 | cait | I am not sure I get the meaning |
14:53 | mtompset | clarity? |
14:53 | * magnuse | neither |
14:54 | jcamins | The second section consists of 150 books which are entirely uninteresting. |
14:54 | cait | not sure your client woud like oyu writing it like that |
14:55 | jcamins | I am making the rather weak claim that when you look at *all* 150 books, something interesting appears. |
14:55 | The only word I know of that means "a whole greater than the sum of its parts" is "gestalt." | |
14:56 | cait | hm |
14:58 | wizzyrea | wow that's a weird problem - returning items in dropbox mode and it erases the fine, but leaves no record of it? |
14:58 | jcamins | See? A very problematic sentence. |
14:58 | I keep on ending up back where I started. | |
14:59 | mtompset | What is wrong with gestalt? |
14:59 | cait | hm rcord like? |
14:59 | wizzyrea | record like in accountlines |
14:59 | cait | ah |
14:59 | jcamins | mtompset: it sounds snooty?\ |
14:59 | cait | it just deletes the liine? |
14:59 | I think it used to be like that.. because you pretend the find never happened | |
14:59 | probably | |
14:59 | so waiving or paying it would be not right | |
15:00 | wizzyrea | well, this was for an item tht was several days overdue |
15:00 | it should only erase one day, not the whole fine? | |
15:00 | * wizzyrea | goes to consult the bug db |
15:00 | cait | hm |
15:00 | mtompset | Sounds like a conditional failure? |
15:00 | jcamins | Isn't there a bug about dropbox erasing all fines? |
15:00 | wizzyrea | yea, it does |
15:00 | bug 8338 | |
15:00 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8338 enhancement, P5 - low, ---, koha-bugs, NEW , fines not cleared with dropbox mode |
15:01 | wizzyrea | but we aren't on 3.8 |
15:01 | jcamins | I thought there was an older bug report. |
15:01 | wizzyrea | some of this stuff on bug 5644 sounds about right too |
15:01 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5644 critical, P5 - low, ---, kyle.m.hall, Pushed to Stable , dropbox mode doesn't set the correct date |
15:03 | tcohen | any good sould wanting to test bug 8800 so it is pushed soon? |
15:03 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8800 major, P5 - low, ---, tomascohen, Signed Off , SpecifyDueDate && useDaysMode=Datedue wrong behaviour |
15:04 | mtompset | Greetings, tcohen. :) |
15:05 | tcohen | greetings mtompset |
15:06 | only with 8800 we got our due dates set properly | |
15:08 | mtompset | Hey, where is our friend, oleonard? |
15:09 | jcamins | Well, I sent it with the word "gestalt" in the introduction. |
15:10 | mtompset | If whoever doesn't like it, then you can worry about revising it. |
15:10 | drojf | jcamins: if it's exactly what you want to say i see no problem with that |
15:10 | but i'm not really with the use of that word in english so i have no feeling for it | |
15:10 | not really familiar | |
15:11 | tcohen | conductism? |
15:11 | jcamins | drojf: yeah. I try very hard to *not* write like everyone else who writes like me (it sounds absurd, but it isn't), but sometimes borrowed words really are the best option. |
15:16 | mtompset | who is everyone else who writes like you? |
15:16 | who? | |
15:16 | Good wahanui didn't learn that. | |
15:16 | who is everyone else who writes like you, jcamins? | |
15:18 | jcamins | mtompset: people who read too much academese. |
15:19 | Also, people who use the words "gestalt" and "zeitgeist" in conversation. | |
15:19 | (and don't speak German!) | |
15:21 | That set of people tends to overlap with the set of people who use "i.e." and "e.g." correctly, and are bothered when others do not. | |
15:23 | cait | jcamins: I can't remember using that words in conversations |
15:23 | wajasu | lol :) |
15:23 | jcamins | cait: apparently you doubly don't write like me. :P |
15:24 | cait | it seems likely |
15:24 | couldn't you use the words you used to describe to us? | |
15:25 | that the 150 book shave to be taken as a collection and looked at altogether to grasp their meaningfulness (fill in better word here) | |
15:25 | jcamins | I was not having any luck communicating that. |
15:26 | * wajasu | likes my apt-cacher-ng. my debian preseed builds pull from it just fine. no need to slam kc.org |
15:26 | drojf | funny since i wrote "for example" instead of "e.g." for the first time ever i think (and to my own surprise) somewhere here in the last days. |
15:26 | koyauni joined #koha | |
15:26 | jcamins | It was coming across -- not inaccurately -- as a negative comment on the materials. |
15:27 | cait | hm |
15:27 | koyauni | jcamins, hi, back to our discussion last night on ICU this guys says he has got it to work, http://lists.katipo.co.nz/publ[…]nuary/022270.html |
15:27 | cait | while every piece of the collection is <someting postitive> the real interesting stuff begins when... ? :P |
15:27 | jcamins | Yes, many people have gotten it to work. |
15:27 | cait | ok, I am not helping |
15:27 | * wajasu | visions of "Did you mean this book? (You stupid user)" |
15:28 | jcamins | lol |
15:28 | koyauni | hahah |
15:28 | * wajasu | and I'm going to fine you another $10.00 just being so. |
15:29 | koyauni | well you guys are involve with this application why a vital function such as this should be so painful :) |
15:30 | asaurat left #koha | |
15:30 | jcamins | koyauni: the reason it's difficult is that no one has been paid to make it 100% foolproof yet. |
15:31 | drojf | or volunteered their time |
15:31 | koyauni | I am working to get Koha to google summer code so we can get people to work on part of |
15:32 | jcamins | Right. |
15:34 | reiveune left #koha | |
15:37 | koyauni | the guy provide a link which is not active any more, what do you think he wanted other users to apply |
15:38 | jcamins | koyauni: this: http://git.biblibre.com/?p=koh[…]2150b6234bb8c7dbf |
15:52 | mtompset | Well, have a good day (24 hour period), everyone. |
15:52 | koyauni | thanks, in the xml file it says icu_chain locale="fr-FR" do I have to change this to Arabic |
15:53 | jcamins | I do not know. |
15:53 | huginn | New commit(s) kohagit: Merge remote-tracking branch 'origin/new/bug_7589' <http://git.koha-community.org/[…]45fb4f4237adb7b16> / Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates <http://git.koha-community.org/[…]369194adba24dff0c> / Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull... |
15:55 | jenkins_koha | Starting build #866 for job Koha_master (previous build: UNSTABLE -- last SUCCESS #864 23 hr ago) |
15:58 | melia joined #koha | |
16:00 | drojf | koyauni: try 'yaz-icu -p l' to see what locales are available |
16:00 | koyauni: also try 'man yaz-icu' for more information | |
16:01 | koyauni | thanks let me check these |
16:04 | this guy says that > yaz-icu is installed from the indexdata repository. | |
16:04 | how do I do this please | |
16:05 | drojf | this information is probably from a time when also zebra was installed from the ID repo. |
16:05 | it should be in the debian repositories | |
16:06 | koyauni | when I run yaz-icu -p l -bash: yaz-icu: command not found |
16:06 | drojf | if you have not installed yaz-icu then it won't work |
16:06 | koyauni | can I install it now |
16:06 | drojf | i don't see why not |
16:07 | koyauni | can you please tell the command |
16:07 | I have Debian 6 | |
16:07 | drojf | the same you used to install koha-common |
16:08 | only with the package name changed | |
16:08 | apt.get install yaz-icu | |
16:08 | apt-get install yaz-icu | |
16:08 | koyauni | did not like it apt.get install yaz-icu -bash: apt.get: command not found |
16:10 | now worked and there is ar_IQ | |
16:11 | drojf1 joined #koha | |
16:12 | drojf | then i guess you shoukd put that in your file |
16:13 | koyauni | can I have several local? |
16:13 | I do not see any Kurdish ku-KU | |
16:15 | drojf | i suppose you would use one <icu_chain locale> section per locale you want to use |
16:15 | but it's just a guess | |
16:15 | you might want to start with one and get that working before you try more | |
16:19 | koyauni | so can I just copy that section and repeat that then |
16:19 | jcamins | koyauni: we don't know. No one has tried. |
16:19 | I would suggest you get it working at all before you worry about trying something new. | |
16:20 | drojf | as i said, i dont know. do it for one locale first to see if it works |
16:20 | it will make finding problems easier | |
16:20 | koyauni | I am will be tester here, if works, I will post the instruction |
16:20 | lets try with one local first | |
16:22 | wajasu | mtj: i was thinking of testing 8253. i will build a 3.6 environment, generate a fine. move to master environment, run updatedatabase.pl. see fines doubled, THEN do it all with your patch on master. |
16:26 | koyauni | in this t.idx file in first paragraph |
16:26 | http://git.biblibre.com/?p=koh[…]2150b6234bb8c7dbf | |
16:26 | the guy has two set of firstinfield 1, one commented and one not, do you think he has made mistake | |
16:27 | drojf | i only see it commented in that file |
16:27 | oh no | |
16:27 | it its probably about the order. but i dont know | |
16:28 | koyauni | in next paragraph it is commented again |
16:29 | drojf | well, i have no idea what that line does. what do you think? |
16:29 | koyauni | first in field 1, it means data in the field maybe |
16:30 | drojf | and do you think it is needed for icu? |
16:31 | koyauni | I leave it there and if it does not work I will comment that and try again |
16:32 | drojf | good idea |
16:38 | wizzyrea | bug 8859 makes me laugh. |
16:38 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8859 normal, P5 - low, ---, koha-bugs, NEW , Item level holds not trapped if circ rules for item type are set to 'no holds allowed' |
16:38 | wizzyrea | in a |
16:38 | @quote get 123 | |
16:38 | 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) |
16:38 | wizzyrea | kind of way. |
16:39 | we should probably just assume that every black or white choice we put into Koha should have an override. | |
16:39 | for the properly privileged user. | |
16:39 | koyauni | what does he try to say here , Using root the rebuild_zebra.pl script is run first with -a and then with -b (I don't know if this was necessary). |
16:40 | drojf | koyauni: who are you talking about? |
16:40 | koyauni | drojf: |
16:41 | drojf | also, all your instructions are really old. reindex your files with the package commands |
16:41 | and never run rebuild_zebra as root, it will screw up permissions | |
16:42 | never run it at all, use koha-rebuild-zebra | |
16:42 | koyauni | I need to refurbish that and I am doing it, what will be common command |
16:42 | sudo koha-rebuild-zebra --full -v library | |
16:43 | drojf | looks good |
16:46 | koyauni | Nop, search stop working http://library.koyauniversity.org/ |
16:47 | last step he says restart the server, what does that mean? | |
16:48 | drojf | restart zebra i suppose |
16:48 | koyauni | I did this sudo /etc/init.d/koha-common restart |
16:48 | drojf | koha-restart-zebra |
16:58 | huginn | New commit(s) kohagit: Bug 8739 follow-up fixing perlcritic error <http://git.koha-community.org/[…]6c7ba51d92656bcd4> / Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly <http://git.koha-community.org/[…]7a7fcae225031eb24> |
17:00 | koyauni | it does not work, no HOPE! |
17:02 | jenkins_koha | Project Koha_master build #866: STILL UNSTABLE in 1 hr 7 min: http://jenkins.koha-community.[…]/Koha_master/866/ |
17:02 | * jcamins: Bug 8744: Thesaurus in authorities should not lock fields | |
17:02 | * kyle: Bug 8759 - Add labels for library and sorting on opac advanced search | |
17:02 | * dcook: Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. | |
17:02 | * dcook: Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. | |
17:02 | * mtj: Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates | |
17:02 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8744 normal, P5 - low, ---, jcamins, Pushed to Master , Thesaurus in authorities should not lock fields |
17:02 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8759 enhancement, P5 - low, ---, oleonard, Pushed to Master , Add labels for library and sorting on opac advanced search | |
17:02 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8454 enhancement, P5 - low, ---, dcook, Pushed to Master , Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. | |
17:02 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7589 blocker, P1 - high, ---, robin, Pushed to Master , tinymce editor broken in .deb packages - in 'en' templates | |
17:02 | jenkins_koha | Starting build #867 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #864 1 day 0 hr ago) |
17:03 | tcohen | wajasu, can u elaborate on your comment for bug 8773? |
17:03 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8773 enhancement, P5 - low, ---, tomascohen, Signed Off , Add per-instance koha-index-daemon in .deb setup |
17:03 | tcohen | (the respawn until zebradb is initialized) |
17:05 | koyauni | drojf what this can be in common pack command Using root the rebuild_zebra.pl script is run first with -a and then with > -b (I don't know if this was necessary). |
17:06 | jcamins | koyauni: that was koha-rebuild-zebra --full -v library |
17:06 | koyauni | well I did that and still does not work :( |
17:07 | jcamins | koyauni: It would seem the instructions do not work anymore. |
17:08 | They are quite old. | |
17:15 | koyauni | I refurbish that per this one http://kl1p.com/koyauni |
17:15 | is it still old? | |
17:16 | jcamins | Yes, instructions from 2010 are old. |
17:17 | koyauni | then we need to work hard to find out how to fix this |
17:19 | drojf | what do you suggest to find out how to make it work? |
17:19 | Morthland1 joined #koha | |
17:19 | Morthland1 | Hey, is there a way to add custom fields for patron data? |
17:20 | jcamins | Morthland1: yes. Enable extended patron attributes. |
17:20 | (that's a syspref) | |
17:20 | Morthland1 | Allright. |
17:22 | And then where do I add them? | |
17:22 | wajasu | tcohen: 8773 - about the indexer respawn? |
17:22 | jcamins | Morthland1: Administration -> Patron attribute types |
17:23 | Morthland1 | Thanks |
17:23 | tcohen | yeap |
17:24 | do u think there shuld be a follow up that inits the zebradb on koha-create? | |
17:26 | oleonard joined #koha | |
17:26 | koyauni | Drojf, I think the whole Zebra indexing should only work with UTF-8 for any records it is entered despite the language |
17:26 | wajasu | tcohen: it might be worth it. my VM builder builds without a hitch, and everything is running out of the box. but i would hate that if left alone, the respawning would just fill up disk (though maybe its being rotated), and cpu. thinking of vendors hosting in VPS servers here. |
17:27 | * oleonard | waves |
17:27 | koyauni | what is Koha can integrate a google search API instead of Zebra |
17:27 | tcohen | hi oleonard |
17:27 | shh, SolR | |
17:28 | jcamins | koyauni: someone would have to implement any changes to Koha. |
17:29 | wajasu | tcohen: it is hard for one to figure out why the respawn happens, and witht he ease of creating db instances... I am only recalling all this from the Tamil testing. |
17:30 | tcohen | oh, when I tested I didn't notice the respawn thing |
17:31 | maybe an old version of tamil code? | |
17:31 | dcook joined #koha | |
17:31 | dcook | Morning #koha |
17:32 | wajasu | i just put a note so when you try again just look in the log right after install. i can't remember with all the retesting of various bugs these days. |
17:33 | tcohen | ok, if it emerges I'll look for patching it |
17:33 | wajasu | great |
17:33 | oleonard | Hi dcook |
17:33 | tcohen | as soon as I finish our dspace upgrade i'll be trying to roll our own .debs |
17:34 | dcook | hey oleonard |
17:34 | wahanui | oleonard is still here, if you just wish hard enough. or Koha's master UI designer |
17:34 | tcohen | for koha-common (for internal use) with these patches applied for further testing |
17:36 | koyauni | jcamins: see what it says the release note of 3.8 http://koha-community.org/koha-3-8-0-released/ search for ICU |
17:36 | wajasu | tcohen: i finally got apt-cacher-ng installed and my VM builder builds koha VM in 4minutes. so i can test things like this more quickly. |
17:36 | tcohen | is that a mirroring tool? |
17:37 | dcook | (By chance, has anyone tried applying bug 8261. Git bz seems to refuse to delete sysprefs-admin-search.inc. Is this just an issue on my end?) |
17:37 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8261 minor, P5 - low, ---, fridolyn.somers, Pushed to Stable , Cannot search system preferences from Local Use tab |
17:37 | jcamins | koyauni: did it work for you out of the box? |
17:38 | Morthland joined #koha | |
17:38 | drojf | koyauni: do you seriuosly suggest to complete rewrite of search based on you having problems with icu? others have done it before, if it is too much work to fiddle around with that for a few days until it works, how would you rewrite the complete search? |
17:38 | Morthland | How can I print Extended Attributes on patron cards? |
17:38 | tcohen | wajasu: we have a local ubuntu mirror here, do u use libvirt + qemu for your VM? |
17:39 | jcamins | Morthland: I'm not sure you can, but I've never tried. |
17:40 | oleonard | Morthland, I think extended patron attributes were added after the patron card creator went in, so I'm guessing you can't, out of the box |
17:40 | drojf | s/complete/completely/ |
17:40 | Morthland | I think you are right. |
17:40 | I will have to work on a patch. | |
17:40 | For now I will enter them in as another unused field | |
17:41 | paul_p joined #koha | |
17:41 | Morthland | Can I change field descriptions in the create-a-patron page? |
17:41 | oleonard | Morthland, You can using jQuery. |
17:41 | jquery library? | |
17:41 | wahanui | i heard jquery library was found at http://wiki.koha-community.org[…]ki/JQuery_Library |
17:42 | oleonard | I'll bet there's something there |
17:43 | Morthland | Found the correct Item, how can I use the Jquery? |
17:43 | oleonard | Instructions are at the top of that page Morthland |
17:43 | shano joined #koha | |
17:45 | oleonard | Morthland, do those instructions make sense? |
17:46 | santy joined #koha | |
17:46 | santy | Hi all again! Does anyone have an estimate of the distribution of linux distros used by libraries as platforms for Koha? Is Ubuntu the most used one? Or Debian? How about CentOS or even Redhat? |
17:47 | jcamins | santy: 90%+ Debian or Ubuntu. |
17:48 | Beyond that, I don't really know. | |
17:51 | wajasu | tcohen: i use libvirt + qemu, with a bash script that does it all automatically with a preseed.cfg ( ubuntu can use preseed scripts too). apt-cacher-ng is fast and i put it in my preseed.fg as a proxy. |
17:51 | santy | thanks jcamins! |
17:52 | tcohen | wajasu, I use: ubuntu-vm-builder kvm precise --domain XXX etc |
17:54 | wajasu | tcohen: my host os is archlinux, so i didn't have apt and friends. but my script runs on any distro. and i am about to test lxc containers. |
17:54 | tcohen | sweet wajasu, if u publish it, just let me know |
17:55 | wajasu | tcohen: i am cleaning it up. |
17:57 | Morthland | I'm having a hard time employing this jquery |
17:57 | oleonard | How are you doing it Morthland? |
17:57 | Morthland, use paste.koha-community.org to paste the contents of your IntranetUserJS preference | |
17:58 | wajasu | tcohen: i bumped my box to 12GB and /tmp is tmpfs (handling about half of mem) so i generate a new koha-debian-install.iso from the debian squeeze one. then copy it to /tmp. then build the kvm in /tmp with libvirt and that iso. it boots first time with web installer ready. |
17:58 | koyauni | in /usr/share/idzebra-2.0/tab/ I found another icu.idx file, I think this is the one which need to be edited |
17:58 | pastebot | "Morthland" at 127.0.0.1 pasted "$("#memberentry_library_manage" (2 lines) at http://paste.koha-community.org/212 |
17:59 | koyauni | at the top of it it says # ICU indexing for words and phrases.. Otherwise similar # to default.idx . |
17:59 | bornie21 joined #koha | |
17:59 | drojf | koyauni: have you checked idzebra-2.0-doc? |
17:59 | there is some documentation | |
17:59 | Morthland | Oh, I'mseeing my problem |
18:00 | bornie21 | hey everyone is there a way of suspending users in Koha maybe because of misbehaviour or something |
18:00 | jcamins | bornie21: yes, you can restrict users. |
18:00 | bornie21 | how do I do that |
18:01 | jcamins | bornie21: you click the "restricted" checkbox when editing the patron. |
18:01 | sturmtruppen joined #koha | |
18:03 | bornie21 | Ah thanx would you happen to know the database field that makes that possible. We want to restrict users with unpaid tuition based on balances from the accounts dpt |
18:03 | jcamins | I'm not sure. debarred, maybe? |
18:04 | oleonard | borrowers.debarred, and it takes a date |
18:04 | Set the date to far in the future if you don't want the restriction to expire | |
18:04 | (at least in the latest version of Koha) | |
18:05 | bornie21 | Yeah I noticed the date data type and that confused me. btw we are using version 3.6 |
18:05 | Was kinda of expecting a boolean value | |
18:06 | oleonard | The date type allows the "suspension in days" feature, where a patron can be restricted for a certain number of days as a consequence of having overdues |
18:06 | wajasu | khall: on bug 8253 what if Mason's patch also has and description NOT like '%23:59' or some variation to handle hourly loans existing. |
18:06 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8253 blocker, P1 - high, ---, kyle.m.hall, Needs Signoff , Fine doubling |
18:08 | bornie21 | k thanx:oleornard |
18:08 | dcook joined #koha | |
18:09 | khall | wajasu: that would cover the case I mentioned in comment 19. The only big problem is it doesn't cover libraries with already duplicated fines. However, I'd rather see his patch get in to prevent future upgraders from having problems. I can post my de-duplication script to the wiki for anyone to use who already has upgraded and has duplicated fines. |
18:09 | rangi | its not for that |
18:09 | yes, that patch fixes it for people upgrade to 3.8.x | |
18:10 | from before | |
18:10 | santy | does anyone know if koha packages are being supported in any way by Canonical? |
18:10 | jenkins_koha | Project Koha_master build #867: STILL UNSTABLE in 1 hr 8 min: http://jenkins.koha-community.[…]/Koha_master/867/ |
18:10 | * kyle: Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly | |
18:10 | * Paul Poulain: Bug 8739 follow-up fixing perlcritic error | |
18:10 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8739 normal, P5 - low, ---, kyle, Pushed to Master , Partial Fine Payments Saving Amount Paid Incorrectly |
18:10 | cait | morning rangi |
18:10 | rangi | and anyone alreay upgraded, it wont affec |
18:10 | t | |
18:10 | jcamins | santy: they are not, no. |
18:10 | rangi | because it changes an updatedatabase.pl call earlier |
18:10 | the sooner it can go in the better | |
18:10 | then a fix for those who have already upgraded and have duplicates can follow | |
18:10 | wajasu | ok: i am just about to test it now. |
18:11 | khall | yeah, i have to agree. |
18:11 | santy | and therefore they are not included by default in their repositories, right? |
18:11 | rangi | khall: can you update the bug to say that please |
18:11 | pastebot | "Morthland" at 127.0.0.1 pasted "$(memberentry.pl).ready(functi" (4 lines) at http://paste.koha-community.org/213 |
18:12 | jcamins | santy: Koha packages are not included in the default Ubuntu repos because they haven't been accepted (or submitted). |
18:12 | santy | ok thanks |
18:12 | khall | sure |
18:12 | Morthland | What do I have wrong here? |
18:12 | jcamins | santy: there is an official Koha apt repo. |
18:13 | wajasu | i'll test it. then if khall tells me the bug for the post-upgrade emergency fix tool :) i'll test that as well, while i'm in the mood. |
18:13 | santy | the one we use for the installation, right? |
18:14 | jcamins | Right. |
18:14 | drojf joined #koha | |
18:14 | khall | wajasu: if you just take my patch and turn it into a stand alone script, that's pretty much it, but I can find my original and post it. |
18:14 | Morthland | Fixed. |
18:15 | santy | During development and bugfixing, everything gets implemented, fixed and tested on Debian/Ubuntu first, and later on other distros, including Centos and Redhat? |
18:15 | jcamins | No. |
18:15 | Most developers use Debian or Ubuntu. | |
18:16 | A couple use other OSes. | |
18:16 | Any platform-specific bugs are found on Debian or Ubuntu long before they're noticed anywhere else. | |
18:16 | However, there are very few platform-specific bugs. | |
18:16 | wajasu | khall: ok. paste your orignal and i'll write script. |
18:17 | pastebot | "wajasu" at 127.0.0.1 pasted "please review my test plan before i start for 8253" (26 lines) at http://paste.koha-community.org/214 |
18:17 | khall | I think i've found it |
18:17 | jcamins | There are no RPMs available for Koha, and most people give up before they manage to get Koha working on CentOS or Redhat. |
18:18 | santy | So, there is a chance that platform specific bugs that only affect Redhat for example simply won't get fixed over time |
18:18 | wajasu | khall: check my test plan to see if i'm on the right track. |
18:18 | jcamins | Right. |
18:18 | Indeed, I would say it is almost a certainty that Redhat-only bugs are not getting fixed by any current Koha developer. | |
18:19 | khall | wajasu: that looks like a great test plan |
18:19 | santy | okay |
18:20 | wajasu | ok |
18:32 | rangi | If it's in plain English its hardly rss anymore :) |
18:32 | koyauni | drojf: I can not find this idzebra things |
18:33 | * oleonard | loves everything about RSS except the fact that the best RSS reader comes with built-in spying |
18:33 | wizzyrea | what's the best reader? |
18:34 | oleonard | Google Reader |
18:35 | drojf | koyauni: maybe you did not install it. apt-get install idzebra-2.0-doc or something like that |
18:35 | oleonard | Alternatively, Google Reader is the worst RSS reader, except for all the others. |
18:35 | dcook | lol |
18:36 | rangi | I still like my cli ones |
18:36 | But of the saas ones ur right | |
18:37 | It's the best of a bad bunch | |
18:37 | koyauni | it is already installed idzebra-2.0-doc is already the newest version. |
18:37 | magnuse | http://www.newsbeuter.org/ anyone? |
19:10 | jenkins_koha | Starting build #191 for job Koha_3.8.x (previous build: SUCCESS) |
19:17 | wajasu | khall: just confirming. when do the dups show up? after running fines.pl in version 3.6 or after an upgrade to 3.8? |
19:17 | rangi | only after an upgrade |
19:17 | wajasu | ok. |
19:17 | rangi | and running fines |
19:17 | wajasu | ok. after running fines after and upgrade. |
19:18 | rangi | yep |
19:18 | and only if you had fines before in 3.6 | |
19:19 | hmm i now count 9 features pushed after feature freeze | |
19:19 | i hope this stops soon | |
19:20 | cait | yeah |
19:28 | paul_p joined #koha | |
19:28 | mtj | moring #koha, and hi paul |
19:31 | cait | hi mtj and paul_p |
19:31 | mtj | moring cait |
19:50 | jenkins_koha | Project Koha_3.8.x build #191: SUCCESS in 39 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/191/ |
19:50 | * jcamins: Bug 8581: don't display parentheses when we don't have a type | |
19:50 | * mtompset: Bug 8350: warning in logs when searching for nonexistent ISBN | |
19:50 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8581 normal, P5 - low, ---, jcamins, Pushed to Stable , Authority display doesn't like GND records |
19:50 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8350 normal, P5 - low, ---, mtompset, Pushed to Stable , Searching for a 10 or 13 digit string (with a number in it) that does not exist in one's catalog will fail to affect SQL statement correctly in C4::Breeding | |
19:50 | jenkins_koha | Starting build #192 for job Koha_3.8.x (previous build: SUCCESS) |
20:28 | Project Koha_3.8.x build #192: SUCCESS in 38 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/192/ | |
20:28 | * frederick.capovilla: Bug 8583 : Add a warning if a Z39.50 search is started from biblio edition page. | |
20:28 | * oleonard: Bug 8711 - alternating colors messed up on reports | |
20:28 | * jcamins: Bug 8744: Thesaurus in authorities should not lock fields | |
20:28 | * kyle: Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly | |
20:28 | * Paul Poulain: Bug 8739 follow-up fixing perlcritic error | |
20:28 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8583 minor, P5 - low, ---, fcapovilla, Pushed to Stable , Add a warning if a Z39.50 search is started from the "Edit biblio record" page |
20:28 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8711 minor, P5 - low, ---, oleonard, Pushed to Stable , alternating colors messed up on reports | |
20:28 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8744 normal, P5 - low, ---, jcamins, Pushed to Stable , Thesaurus in authorities should not lock fields | |
20:28 | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8739 normal, P5 - low, ---, kyle, Pushed to Stable , Partial Fine Payments Saving Amount Paid Incorrectly | |
21:41 | eythian | jcamins: I've made live CDs with different configurations that install like normal, it's not very hard. It would be possible to make one that installed the packages. The hard part is things that'll configure everything in a meaningful way. |
21:42 | jcamins | eythian: yeah, but the current livecds don't do a good job of that either, and at least a livecd that installed Debian and the Koha packages would be vaguely supportable. |
21:44 | eythian | yeah. Personally, I think energy is better spent making the regular configuration easier. |
21:44 | * jcamins | agrees. |
21:44 | eythian | Maybe I'll spend some time this week improving the debconf stuff. |
21:45 | my current migration has a catalogue large enough that the import and rebuild takes an hour or two, giving me some downtime. | |
21:45 | jcamins | I was more going to suggest that the people who are so staunchly pro-livecd might create one that can be supported by those of us who answer questions. |
21:45 | eythian: ooh! What about enabling DOM and ICU in packages? :D | |
21:46 | eythian | that's different :) (and actually would be better after debconf so it can ask what you want by default, then you can use something like 'koha-enable-icu' or whatever to toggle it on an instance basis. |
21:46 | ) | |
21:46 | I don't really know enough about DOM/ICU to do those. | |
21:46 | I should do some experimenting. | |
21:47 | jcamins | If you go through Makefile.PL and make, it will generate all the needed configuration files. |
21:48 | eythian | well, I'd need to know how to switch it on a live system. |
21:48 | jcamins | Rerun the installer... |
21:48 | eythian | I'll pretend you didn't say that :) |
21:49 | edveal left #koha | |
21:49 | jcamins | No, actually, for ICU you just change a few lines in one file, if all the configuration files have been installed. |
21:49 | eythian | yeah, that's what I thought. |
21:51 | jcamins | All you change is etc/zebradb/etc/default.idx. |
21:51 | * cait | nods |
21:51 | eythian | yeah, that would be automatable. |
21:51 | cait | not sure why it didn't work for koyauni |
21:51 | maybea missing file | |
21:51 | jcamins | cait: missing files. |
21:51 | eythian | that's something else I'd like to implement: something that brings zebra up in debug mode so these problems are easier to see. |
21:53 | * jcamins | thinks there should be a koha-shell command, too. |
21:54 | eythian | that'd be easy enough. |
21:54 | jcamins | Useful for if you want to run link_bibs_to_authorities or the like. |
21:54 | eythian | yeah |
21:55 | jenkins_koha | Starting build #193 for job Koha_3.8.x (previous build: SUCCESS) |
21:56 | wajasu | mtj: ok bug 8253 is done. |
21:56 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8253 blocker, P1 - high, ---, kyle.m.hall, Signed Off , fix fine doubling, when upgrading from 3.6 to 3.8 |
21:59 | mtj | thanks wajasu++ |
21:59 | maximep left #koha | |
22:00 | wajasu | mtj: your welcome. |
22:01 | * wajasu | needs a break |
22:06 | trea left #koha | |
22:19 | wajasu | rangi: FYI in my notes for the 8253, http://bugs.koha-community.org[…]ment.cgi?id=12667 i mention an ADD CONTRAINTS error. for 3.6.x to 3.8.x. just so you are aware. |
22:21 | rangi | yep foreign key error |
22:26 | cait left #koha | |
22:31 | * rangi | hopes no one answers the troll |
22:32 | jenkins_koha | Project Koha_3.8.x build #193: SUCCESS in 37 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/193/ |
22:32 | mtj: Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates | |
22:32 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7589 blocker, P1 - high, ---, robin, Pushed to Stable , tinymce editor broken in .deb packages - in 'en' templates |
23:14 | ala_3vo joined #koha | |
23:21 | brylie joined #koha | |
23:28 | * jcamins | observes for the record that 380g of green beans are not very filling. |
← Previous day | Today | Next day → | Search | Index