IRC log for #koha, 2011-05-30

All times shown according to UTC.

Time S Nick Message
00:00 glernil joined #koha
00:07 Waylon icu_sortkey8_from_utf16 happened.. then...
00:07 Waylon icu_buf_utf8_resize
00:07 Waylon then the xrealloc
00:07 eythian maybe some dodgy utf stuff in there?
00:09 Waylon unknown.. but libc.so.6 does some realloc then two other functions only addressed by address.. before the error.
00:13 Waylon server1, the working server, zebra 2.0.43.
00:13 Waylon this server... 2.0.44
00:18 Waylon maybe i should try earlier zebra.
00:23 Waylon gotta go..
00:23 Waylon is now known as Waylon_afk
00:30 magnuse g'night #koha - see ya in about 6 hours...
00:31 magnuse is now known as magnus_away
00:32 glernil left #koha
00:34 druthb left #koha
00:43 glernil joined #koha
02:14 glernil left #koha
02:23 chris_n left #koha
02:25 chris_n joined #koha
02:39 Waylon_afk back
02:39 Waylon_afk is now known as Waylon
02:40 Waylon I'll try downgrading to zebra 2.0.43
02:40 glernil joined #koha
02:41 Soupermanito left #koha
02:42 glernil I'm using koha 3.4.1 and I enabled enhance messaging feature yet when i check out a material there is no notice being created.
02:46 mtj glernil: a cronjob sends Koha emails
02:46 mtj ... you need that running
02:48 Waylon Or.. i wonder if its only libyaz that caused the problem..
02:50 mtj Waylon: try to find the bib thats causing zebraidx to barf
02:51 glernil yes indeed... i added process_message_queue.pl in the crontab which i set to run every 10 mins.. what I want to point out is that there is no message to be sent... it is not being created... I checked the sent notices in the patrons account.. there is no notice.
02:51 mtj then test indexing that bib, on diff zebra versions
02:52 mtj glernil: aaah, ok - i'll pass then...
02:53 mtj ive never configed a Koha to send emails for check-outs
02:54 Waylon mtj: how do i find the biblio that causes the barf?
02:55 mtj l cant remember right now...
02:55 eythian it's generally a bit of a nightmare to work it out
02:55 mtj dump all bibs out to seperate files, not one file
02:55 Waylon oddly, the other server has no problem, with the same data.
02:55 Brooke joined #koha
02:56 mtj yeah, it took me a while to work out a process
02:56 Waylon at least.. i hope no problem.
02:56 Brooke 0/
02:56 glernil mtj: ahmm. ok.. i'll try to figure it myself...
02:58 mtj the trick for me was to get each bib dumped into a seperate file in /tmp/foo
02:58 mtj then zebraidx the /tmp/foo dir
02:58 Waylon oh ... no...
02:58 Waylon the error is in the live server too.
02:59 Waylon or not..
02:59 mtj then  - when zebraidx barfs, it barfs on the broken bib's file
02:59 Waylon odd... wasn't returning results for a few minutes..
02:59 Waylon okay... how do you get the bibs dumped into seperate files?
02:59 Waylon and how do you stop the process from deleting the bibs after?
03:00 mtj fyi: a zeb rebuild with '-x' handles glitchy records better, imho
03:00 mtj cant remember currently
03:01 mtj if you look... you'll work it out...
03:01 Waylon -x?
03:01 mtj --help
03:02 mtj rebuild-zebra.pl --help
03:04 mtj Waylon: curious does your zebraidx barf instantly, or after some minutes?
03:05 Waylon after some minutes, into crunching biblios
03:05 Waylon got to between 4000 and 5000
03:05 Waylon but didn't say what number it got to.
03:06 Waylon not sure how to get that info.
03:07 mtj ah, ok - thats better news
03:07 druthb joined #koha
03:08 * Waylon tries logging set to all.
03:08 druthb o/
03:08 mtj yep, so indexing all bibs in seperate files, rather than a big file, tells you what bib it barfed on...
03:09 mtj ... thats the method i used with success, not sure of other methods, etc
03:09 Waylon that is, after i fail again... well.. heres hoping that -x and -k does that
03:09 mtj ... a Q for the koha-dev list?
03:09 mtj heya druthb
03:28 jenkins_koha Starting build 4 for job Koha_3.4.x (previous build: SUCCESS)
03:41 glernil is it possible to upload the marc records of ver. 3.2 to 3.4 w/o any problem?
03:41 glernil rather 3.4 to 3.2 i mean
03:48 Brooke so recursively?
03:56 eythian glernil: I'd expect it to be fine
04:03 Waylon zebraidx.... only does one record before stopping, if i do it manually.
04:08 jenkins_koha Project Koha_3.4.x build #4: SUCCESS in 40 mn: http://jenkins.koha-community.[…]job/Koha_3.4.x/4/
04:08 jenkins_koha * Robin Sheat: Bug 5509 - use an XML parser to get values from config
04:08 jenkins_koha * Chris Cormack: Bug 6031 : Fix for syntax (bashism crept into a pure sh script)
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5509 normal, PATCH-Sent, ---, robin, ASSIGNED , Packaging scripts get upset when there's an LDAP configuration in the koha_conf.xml
04:08 jenkins_koha * Ian Walls: Bug 6294: {BIBLIONUMBER} parsing for SearchForTitleIn
04:08 jenkins_koha * Alex Arnaud: Bug #6131 - change index "Author-name-personal" for "Personal-name"
04:08 jenkins_koha * Frédéric Demians: Improve error message when translation installation fails
04:08 jenkins_koha * Owen Leonard: Fix for bug 6367 - 'Preview MARC' hover button does not show correct MARC record
04:08 jenkins_koha * Chris Cormack: Bug 6350 : Updating history docs
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6031 normal, PATCH-Sent, ---, robin, ASSIGNED , koha-rebuild-zebra doesn't allow XML and verbose indexing
04:08 jenkins_koha * ruth@bywatersolutions.com: Bug 6401 fix to the history file
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6294 enhancement, PATCH-Sent, ---, ian.walls, ASSIGNED , Add {BIBLIONUMBER} parsing support to SearchForTitleIn syspref
04:08 jenkins_koha * Fridolyn SOMERS: Bug 5658 can't delete subfields in frameworks
04:08 jenkins_koha * Katrin Fischer: Bug 6343: TT issues in label creator
04:08 jenkins_koha * Owen Leonard: Fix for Bug 6395, Cannot create routing list
04:08 jenkins_koha * Owen Leonard: Fix for Bug 3140 - It is possible to email someone else's private list
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6131 normal, PATCH-Sent, ---, gmcharlt, NEW , (unimarc only) improper index name for personal-name
04:08 jenkins_koha * Liz Rea: Bug 6258 - Guided reports wizard 'Build new' brings up empty page
04:08 jenkins_koha * Katrin Fischer: Bug 6340: Pagination bar on guided reports result page broken
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6367 minor, PATCH-Sent, ---, oleonard, ASSIGNED , 'Preview MARC' hover button does not show correct MARC record
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6350 trivial, P5, ---, nengard, NEW , Bug for tracking updates to the history file
04:08 jenkins_koha * D Ruth Bavousett: Bug 6351: Unable to delete branch-specific circulation rule
04:08 jenkins_koha * Owen Leonard: Fix for Bug 6370 - news showing that it's for the opac when it's for the librarian interface
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6401 trivial, PATCH-Sent, ---, nengard, NEW , Give Ian Walls credit in the history file.
04:08 jenkins_koha * Frédéric Demians: Bug 6342 Help link doesn't popup anymore contextual help page
04:08 jenkins_koha * Tomas Cohen Arazi: Add entries so Z39.50 public server works
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5658 critical, PATCH-Sent, ---, fridolyn.somers, ASSIGNED , can't delete subfields in frameworks
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6343 critical, PATCH-Sent, ---, katrin.fischer, ASSIGNED , Label Creator not working , Current Branch: NULL
04:08 jenkins_koha * Fridolyn SOMERS: BUG6091 Remove undeclared syspref OPACAdvSearchInputCount
04:08 jenkins_koha * Owen Leonard: Fix for Bug 6378 - Misaligned columns on tags approval page
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6395 critical, PATCH-Sent, ---, oleonard, ASSIGNED , cannot create routing list - template error?
04:08 jenkins_koha * Owen Leonard: Fix for Bug 5020 - on patron record sex should be gender
04:08 jenkins_koha * Owen Leonard: Fix for Bug 6332, Hold forms missing 'clear date' link
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=3140 major, PATCH-Sent, ---, oleonard, ASSIGNED , It is possible to email someone else's private list
04:08 jenkins_koha * Owen Leonard: Fix for Bug 6417 - Template variable errors in Guided Reports
04:08 jenkins_koha * Owen Leonard: Follow-up fix for Bug 6170 'More options' in advanced search broken
04:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6258 major, PATCH-Sent, ---, wizzyrea, RESOLVED FIXED, Guided reports wizard 'Build new' brings up empty page
04:08 jenkins_koha * Owen Leonard: Fix for Bug 6300 - can't get to other pages of marc import
04:08 jenkins_koha * Chris Cormack: Bug 6347 - Fix for itemlevel holds in OPAC
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6340 major, PATCH-Sent, ---, katrin.fischer, ASSIGNED , Pagination bar on guided reports result page broken
04:09 jenkins_koha * Owen Leonard: Fix for Bug 6364 - Display of item availability broken on OPAC detail screen
04:09 jenkins_koha * Janusz Kaczmarek: Bug 6365: Missing information about tab number when mandatory fields unfilled
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6351 major, PATCH-Sent, ---, ruth, ASSIGNED , Cannot delete library-specific circulation rules
04:09 jenkins_koha * Owen Leonard: Fix for Bug 6408 - column alignment off on the patron categories admin
04:09 jenkins_koha * Katrin Fischer: Bug 6415: Can't make patron card batch
04:09 jenkins_koha * Owen Leonard: Fix for Bug 6306 - It is not possible edit news
04:09 jenkins_koha * Owen Leonard: Fix for Bug 6338 - Datepickers on OPAC hold form does not work
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6370 major, PATCH-Sent, ---, oleonard, ASSIGNED , news showing that it's for the opac when it's for the librarian interface
04:09 jenkins_koha * Chris Cormack: Updating about page
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6342 normal, PATCH-Sent, ---, frederic, NEW , Help link doesn't popup anymore contextual help page
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6378 minor, PATCH-Sent, ---, oleonard, RESOLVED FIXED, Misaligned columns on tags approval page
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5020 trivial, PATCH-Sent, ---, oleonard, RESOLVED FIXED, on patron record sex should be gender
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6332 trivial, PATCH-Sent, ---, oleonard, RESOLVED FIXED, missing 'clear date' link
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6417 normal, PATCH-Sent, ---, oleonard, RESOLVED FIXED, Template variable errors in Guided Reports
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6170 normal, PATCH-Sent, ---, colin.campbell, RESOLVED FIXED, 'More options' in advanced search broken
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6300 major, PATCH-Sent, ---, oleonard, RESOLVED FIXED, can't get to other pages of marc import
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6347 enhancement, PATCH-Sent, ---, oleonard, ASSIGNED , Bug in opac-reserve.pl stopping item level holds
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6364 normal, PATCH-Sent, ---, oleonard, ASSIGNED , Display of item availability broken on OPAC detail screen
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6365 normal, PATCH-Sent, ---, januszop, ASSIGNED , Missing information about tab number when mandatory fields unfilled
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6408 normal, PATCH-Sent, ---, oleonard, RESOLVED FIXED, column alignment off on the patron categories admin
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6415 enhancement, PATCH-Sent, ---, katrin.fischer, NEW , Can't make a patron card batch
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6306 normal, PATCH-Sent, ---, oleonard, RESOLVED FIXED, It is not possible edit news
04:09 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6338 normal, PATCH-Sent, ---, oleonard, RESOLVED FIXED, Datepickers on OPAC hold form does not work
04:09 Waylon what....?
04:09 eythian I assume that was rangi pushing a load of patches.
04:16 AmitG joined #koha
04:16 Brooke rangi++
04:24 AmitG left #koha
04:25 druthb left #koha
04:25 Brooke left #koha
04:28 cait joined #koha
04:28 cait good morning #koha
04:28 eythian hello cait
04:30 cait hi eythian
04:32 cait anitsirk++
04:32 eythian you Germans colluding again!
04:34 Waylon for some reason, zebraidx called manually, is only doing one record.
04:34 cait colluding?
04:34 cait ah
04:35 cait file my bug and I will give you karma too
04:40 eythian it's like that is it?!
04:44 Space_Librarian eythian ++
04:44 Space_Librarian ;)
04:45 Space_Librarian Becuase I know you doing some hard work there...
04:48 cait eythian: it's like what? :)
04:48 eythian threats and extortion!
04:49 cait um no
04:49 eythian cait: Bug 6427
04:49 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6427 enhancement, P5, ---, robin, ASSIGNED , Rewrite of the accounts system
04:49 cait you only want to see it that way
04:49 cait aha
04:49 cait and how long did that take now? ;)
04:50 eythian a couple of months...
04:50 cait I meant the bug :)
04:50 cait eythian++
04:51 cait I am working on bug 6427
04:51 cait ah no
04:51 cait bug 6199
04:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6199 enhancement, PATCH-Sent, ---, robin, ASSIGNED , Allow bulkmarcimport to blank duplicate barcodes rather than skipping items
04:51 eythian sweet
04:52 cait see
04:52 cait colludment, extortions and threats... and now sweet
04:52 * cait is confused
04:53 eythian you must be used to that by now :)
04:54 cait hmpf
04:59 Waylon anyone know how to activate zebraidx from the command line, get it to process an already existing directory?
04:59 Waylon my attempt only updates one record.
05:00 eythian I managed to do that by going through rebuild_zebra and seeing exactly what was being run.
05:03 Waylon suppose i could edit the command line in rebuild_zebra.. to put my debug level stuff in it.
05:04 eythian well, I just made it print out what I was doing so I could type it and edit it myself.
05:05 Waylon -v all ... should tell me what record it was last running before karking it.
05:06 eythian if you're lucky
05:06 Space_Librarian left #koha
05:07 Waylon I feel lucky.
05:08 eythian Excellent. Punk.
05:09 Waylon hehe. got the reference.. good.
05:17 cait eythian: now I have such nice test cases and your patch does not apply
05:17 eythian cait: which patch?
05:18 eythian the marc import one?
05:18 cait ah
05:18 cait now it worked
05:18 cait didn#t work with git bz apply but with git am -is3 file
05:19 eythian ah cool
05:24 cait should this work?
05:24 cait ./bulkmarcimport.pl -v -b -file /home/katrin/Desktop/cart_konv.mrc -l test.txt -dedupbarcode
05:25 eythian I'd suggest '--dedupebarcode'
05:25 eythian what's -l do?
05:25 cait writes a log file
05:25 cait seems to work
05:26 cait and if it's dedupe your commit message is misleading :P
05:26 eythian oh, I meant with '--' and then I spelt it wrong.
05:27 cait but the confusing thing i, it says 5 done, no error messages and no new items
05:27 cait it shoudl add items with barcode null, correct?
05:27 cait for the duplicates?
05:27 eythian yes
05:27 cait doesn't do that for me
05:27 cait I imported the file the first time before I applied your patch
05:28 cait got error messages and 5 items added, the duplicates ignored
05:28 cait now I have 5 items and I think after applying your patch it should import them all again but with blank barcodes
05:28 eythian yes
05:28 eythian that sounds right
05:29 cait hmp
05:30 cait the file from -l gives me no errors
05:31 eythian I don't think it'll write to the log file
05:31 eythian I think it'll only write to the screen
05:31 eythian for item errors, anyway
05:33 cait nothing, without the -l still nothing
05:33 cait I reset my database, will test again
05:34 eythian given you had issues with the patch, make sure the code actually got in.
05:34 cait git log shows it
05:34 cait I will check the file
05:34 cait the option is there, so it's not totally missing
05:35 eythian that's true
05:35 eythian oddly, I know it works because I needed it for a migration :)
05:36 cait perhaps a problem with the merging still?
05:36 cait would git show commitid show the change actually done to the file?
05:37 eythian I don't know.
05:37 eythian actually, I think so
05:37 eythian I usually compare this: http://bugs.koha-community.org[…]=3935&action=diff to the file in question
05:38 cait git show looks good, checking the file again
05:40 cait sorry
05:40 cait I have no idea
05:40 cait will write a comment on the bug :(
05:40 eythian OK :)
05:48 cait not sur emy comment makes much sense, but you know where to find me
05:49 eythian cait: you should attach your test file, too
05:49 cait I thought you would say that
05:50 cait I used a few records from one my test files, I will clean it up a little first
05:50 Oak joined #koha
05:50 * Oak waves
05:51 eythian it's a test file, it doesn't have to be clean :)
05:55 huginn` New commit(s) needsignoff: [Bug 5462] Fix variable names so we dont break template::toolkit <http://bugs.koha-community.org[…]w_bug.cgi?id=5462>
06:00 Waylon I was ... unlucky.
06:00 Waylon indexing doesn't give me record numbers.
06:00 Waylon only sections.
06:11 glernil left #koha
06:14 rangi evening
06:14 rangi actually. that was chris_n pushing. patches
06:15 eythian bah. both chrises
06:15 rangi :)
06:16 alex_a joined #koha
06:17 Waylon edited zebra_rebuild, to output biblionumbers as a file extension.
06:18 glernil1 joined #koha
06:18 alex_a hi #koha
06:19 Waylon hello alex_a.
06:22 cait morning rangi and alex_a
06:22 cait rangi: did my homework :)
06:24 rangi :)
06:25 Waylon gah... it keeps omitting record numbers after 1000
06:26 alex_a hello rangi cait Waylon
06:26 Waylon how do i make zebraidx give me all record numbers as it goes?
06:26 eythian can you split them into batches of 1000?
06:43 clrh joined #koha
06:44 clrh hello
06:44 magnus_away is now known as magnuse
06:45 cait left #koha
06:47 hdl joined #koha
06:48 paul_p joined #koha
06:51 magnuse bonjour biblibre & #koha
06:52 clrh hi magnuse
06:52 magnuse hi clrh
06:53 Amit_Gupta joined #koha
06:53 Amit_Gupta heya chris
06:53 Amit_Gupta hi all
06:53 magnuse hi Amit_Gupta
06:53 Amit_Gupta heya magnuse
06:53 Amit_Gupta after long time i m on irc
06:54 Amit_Gupta @wounder Bangalore
06:54 huginn` Amit_Gupta: I'll give you the answer just as soon as RDA is ready
06:54 wahanui i already had it that way, huginn`.
06:55 Amit_Gupta heya hdl
06:56 magnuse @wunder bangalore
06:56 huginn` magnuse: The current temperature in Bangalore, India is 29.0�C (11:30 AM IST on May 30, 2011). Conditions: Partly Cloudy. Humidity: 56%. Dew Point: 21.0�C.
06:56 magnuse @wunder boo
06:56 huginn` magnuse: The current temperature in Bodo, Norway is 9.0�C (8:50 AM CEST on May 30, 2011). Conditions: Light Rain Showers. Humidity: 82%. Dew Point: 6.0�C. Pressure: 29.44 in 997 hPa (Rising).
06:56 matts_away is now known as matts
06:56 magnuse bonjour matts
06:57 matts hello magnuse !
07:00 Amit_Gupta hi matts
07:00 Amit_Gupta @wounder Bangalore India
07:00 huginn` Amit_Gupta: I suck
07:00 Amit_Gupta @wunder Bangalore
07:00 huginn` Amit_Gupta: The current temperature in Bangalore, India is 29.0�C (11:30 AM IST on May 30, 2011). Conditions: Partly Cloudy. Humidity: 56%. Dew Point: 21.0�C.
07:00 matts hi Amit_Gupta
07:01 Amit_Gupta @wunder New Delhi
07:01 huginn` Amit_Gupta: The current temperature in New Delhi, India is 37.0�C (12:00 PM IST on May 30, 2011). Conditions: Haze. Humidity: 35%. Dew Point: 19.0�C. Pressure: 29.65 in 1004 hPa (Steady).
07:01 matts hi #koha
07:01 Amit_Gupta @wunder Dehradun India
07:01 huginn` Amit_Gupta: The current temperature in Dehradun, India is 30.0�C (11:30 AM IST on May 30, 2011). Conditions: Scattered Clouds. Humidity: 40%. Dew Point: 18.0�C. Pressure: 29.60 in 1002 hPa.
07:02 miguelxercode left #koha
07:02 julian joined #koha
07:07 julian hi #koha
07:09 magnuse bonjour julian
07:09 miguelxercode joined #koha
07:09 magnuse hola miguelxercode
07:09 rangi buenos dias
07:14 magnuse kia ora rangi
07:14 sophie_m joined #koha
07:17 paul_p koha ora everybody
07:18 rangi heya paul_p
07:27 Waylon found the borked biblio.. but nothing seems wrong with it.
07:30 eythian it doesn't have to be wrong, just means that there's something there that zebra is unhappy about.
07:36 eythian @tell kf I retested 6199, and it works for me. Back to you now :)
07:36 huginn` New commit(s) needsignoff: [Bug 6199] Allow bulkmarcimport to blank duplicate barcodes rather than skipping items <http://bugs.koha-community.org[…]w_bug.cgi?id=6199>
07:36 eythian hmm, how do I do the tell thing?
07:36 eythian tell kf I retested 6199, and it works for me. Back to you now :)
07:37 eythian huginn`: tell kf I retested 6199, and it works for me. Back to you now :)
07:40 * eythian gives up making that work
07:40 magnuse i think it's "@later tell ..."
07:40 eythian @later tell kf I retested 6199, and it works for me. Back to you now :)
07:40 huginn` eythian: The operation succeeded.
07:40 eythian ah, magic!
07:40 magnuse yay
07:40 eythian thanks :)
07:41 magnuse it's the least i could do :-)
07:46 miguelxercode left #koha
07:48 druthb joined #koha
07:49 druthb left #koha
08:24 Waylon eythian: could i pastebin it, and you look at it?
08:37 magnuse Waylon: it's worth a try ;-)
08:38 glernil1 left #koha
08:43 kf joined #koha
08:43 kf good morning #koha
08:44 kf eythian: still around?
08:58 huginn` New commit(s) needsignoff: [Bug 6411] add another example to README.robots file <http://bugs.koha-community.org[…]w_bug.cgi?id=6411>
09:00 vfernandes joined #koha
09:01 vfernandes hi Koha community
09:02 kf hi vfernandes
09:02 rangi hi vfernandes
09:03 chris_n` joined #koha
09:03 chris_n is now known as Guest2744
09:03 chris_n` is now known as chris_n
09:04 vfernandes i have a problem that a need some help to solve it. During data migration one subfield of items information was bad filled and now i need to clean that subfield in all items... which is the best way to do this in Koha? if it's possible
09:04 kf it is possible
09:05 Waylon eythian and magnuse: problem record, http://pastebin.com/4J0mnpf9
09:05 kf there is a bulk edit tools under tools in intranet
09:05 Waylon don't see anything wrong with it.
09:06 kf vfernandes: which version of koha are you using?
09:06 vfernandes but i have to insert the items barcodes... but i want to change for everyone...
09:06 vfernandes 3.2.6
09:07 rangi vfernandes: run a report to get all the barcodes, save that to a file, then load that in
09:07 kf ok, you can update the items table but you have to make sure you run a script after that to sync your marc xml fields with the new items information
09:08 rangi or do what kf suggests
09:09 vfernandes hummm ok i'll try it...
09:09 vfernandes tahnks kf and rangi for the help
09:09 magnuse Waylon: can't see any glaring problems. i assume you have other records with arabic(?) values that are not a problem?
09:09 kf the script is: misc/maintenance/sync_items_in_marc_bib.pl
09:09 kf
09:10 Guest2744 left #koha
09:13 vfernandes kf it worked :) thank you so much for the help...
09:14 magnuse kf++
09:14 vfernandes well deserved :P
09:16 kf ah
09:16 kf I think you have to reindex too
09:25 vfernandes yes, i think so too.
09:27 vfernandes kf if I done a new mapping between a koha field and a marc field what I need to do? reindex or run some script? I want that items.price is equal to 995^p (price)
09:29 kf you are using UNIMARC?
09:29 vfernandes yes
09:30 magnuse is now known as magnus_lunch
09:31 vfernandes batchRebuildBiblioTables.pl after mapping the field in the Intranet interface
09:31 kf hm
09:31 vfernandes i think that's it
09:31 kf I never tried to remap things, but it could be dangerous
09:31 kf when you remap item fields and there is a search indexon one of them, the search will be broken
09:32 kf is price mapped to another tag by befault?
09:32 vfernandes no
09:32 kf yeah, you can, but the question is - is it a good idea :)
09:32 kf not sure if acq uses this field
09:32 kf we are on marc21 and I have this field mapped I think, so not sure. you can try and keep an eye on it or perhaps ask hdl or paul_p about UNIMARC and price
09:34 vfernandes in UNIMARC the price isn't mapped... I've already mapped to 995^p and now I think that i only need to rebuild biblio table
09:34 * paul_p read the thread
09:35 paul_p nothing to say. I don't know why it's not mapped, no obvious reason I can remember.
09:35 paul_p so maybe it's just something missing in UNIMARC frameworks
09:39 vfernandes paul_p the mapping is already added but now i need to do something to have items.price filled with the value of 995^p
09:40 paul_p yikes !
09:40 paul_p there is no script for that. It's really a pain. items table is supposed to be authoritative.
09:41 lds joined #koha
09:41 vfernandes :/
09:41 paul_p vfernandes, we already faced this problem, and made a script for that. it's a basic script, you should be able to adapt it for you need. I can send it if you want
09:41 paul_p (just give me your mail)
09:41 kf hm
09:42 kf paul_p: what about the batchRebuildBiblioTables.pl  script?
09:42 vfernandes that only rebuids biblio and biblioitem tables :/
09:42 kf ah
09:42 kf thx for clarifying
09:42 kf and the sync script goes in the wrong direction
09:43 paul_p kf, this script just deal with bilbio and biblioitems table.
09:43 lds magnus: when you have time I need to talk to you about norway virtual server
09:43 paul_p kf, what is important to understand is that for biblios, it's the MARC that is authoritative and for items, it's the items table
09:43 matts is now known as matts_away
09:43 kf paul_p: it's ok, I understand the problem
09:43 paul_p lds, it's not magnus, it's magnus_lunch ;-)
09:44 kf I think he will be back a little later
09:46 vfernandes and what does upgradeitems.pl
09:47 vfernandes ?
09:47 vfernandes i think that rebuilds items table and maybe can do what I want
09:48 vfernandes bin/migration_tools/upgradeitems.pl
09:53 vfernandes paul_p and kf this script does what I want :)
09:56 Oak left #koha
09:59 vfernandes paul_p++
09:59 vfernandes kf++
10:03 kf cool
10:11 tcohen joined #koha
10:33 vfernandes people what means phr in search indexes?
10:35 rangi phrase
10:35 rangi wrdl is wordlist
10:35 rangi phrase means the words have to occur exactly how you enter them
10:36 rangi wrdl means if any of the words exist anywhere in the record
10:41 magnus_lunch is now known as magnuse
10:49 * kf takes notes
10:50 vfernandes thanks rangi por the explanation :)
11:06 magnuse someone has asked me if it's possible to use an existing mail server with a koha install running on another server in the same organization, so they don't have to maintain a separate mail server on the koha box. not really my area of expertise, anyone got a good answer?
11:09 jcamins_away magnuse: yes, they just have to configure an SMTP server on the Koha box to forward mail through their regular server.
11:09 druthb joined #koha
11:09 magnuse thanks jcamins_away, i'll pass that on!
11:09 druthb o/
11:10 magnuse \o
11:10 tcohen left #koha
11:19 kf hi druthb and jcamins_away
11:19 kf magnuse: I think that's what we do too
11:20 magnuse kf: cool
11:32 francharb joined #koha
11:32 francharb left #koha
11:33 matts_away is now known as matts
11:34 jcamins_away is now known as jcamins
11:34 jcamins cookies++
11:57 logbot joined #koha
11:57 Topic for #koha is now Koha 3.4.1 and 3.2.9 are now available | Next IRC meeting 14 June 2011 1800 UTC+0 | http://koha-community.org/ | This channel is logged | Pastes at http://paste.koha-community.org/
11:58 * druthb keeps trying to bait kf to come to the US with all the monuments here in DC, but that's apparently not enough.  If I can up the ante with some jcamins cookies....
11:58 * jcamins would be happy to contribute some to the cause.
11:59 druthb how about it, kf...some time in DC, and a day trip up to NYC for cookies and more to see?
12:04 huginn` New commit(s) needsignoff: [Bug 6429] Updating development team in about <http://bugs.koha-community.org[…]w_bug.cgi?id=6429>
12:10 NateC joined #koha
12:11 kf hehe
12:11 kf sounds nice
12:12 jcamins Mmm.
12:12 kf mm cookies :)
12:18 kf druthb, jcamins: I would love to go and meet you - even with no cookies
12:19 NateC left #koha
12:20 druthb :D
12:20 jcamins :)
12:23 * magnuse would love to tag along with kf
12:23 kf :)
12:23 kf so when and where? ;)
12:24 jcamins After June.
12:24 jcamins Unless you want to come to ALA. ;)
12:24 druthb First couple of weeks in July, maybe?
12:25 jcamins Sounds good to me.
12:27 druthb :)
12:27 druthb is now known as druthb_away
12:29 kf ALA is so soon I think
12:32 * magnuse would have to wait 'til next year...
12:32 Guillaume joined #koha
12:32 kf hm, not sure where kohacon will be next year
12:33 kf nobody knows that :)
12:33 magnuse nope
12:33 magnuse are we still saying there should be a shortlist of candidates presented at the end of kohacon11?
12:35 * jcamins votes for the UK.
12:35 jcamins Somewhere within a stone's throw of Oxford, preferably.
12:37 * magnuse votes for uk too
12:38 jcamins That way I can kill two birds with one stone... go to KohaCon and visit the Bodleian so I can see Gore Ouseley's diary.
12:38 jghjgjghj left #koha
12:38 jcamins Alternatively, St. Petersburg (Russia) would be pretty awesome. I could see the city in person for the first time. :)
12:38 kf not so many koha libraries there
12:38 kf but uk would be really cool
12:39 kf not sure it's going to happen with our voting system though
12:40 Guillaume left #koha
12:40 Guillaume joined #koha
12:41 Guillaume left #koha
12:42 jcamins Anywhere in Europe would be good.
12:42 jcamins Depending on the exchange rates, anyway.
12:43 jcamins When I was in Denmark, the Kroner was very, very strong, and I couldn't really afford breakfast. :\
12:44 Guillaume joined #koha
12:46 * magnuse fears it would be much the same thing in norway - or probably worse, norwegians consider denmark to be a bit on the cheap side...
12:47 jcamins Yikes!
12:49 * magnuse has never heard of Gore Ouseley, but they are probably the ones that have Pepys too?
12:49 magnuse norwegians go to sweden for cheap shopping, swedes go to denmark, danes go to germany...
12:50 * jcamins went to Germany for breakfast.
12:52 magnuse hehe
12:53 magnuse germans have a bit of a bad rep in norway, rumour has it they stuff their camper vans full of food before they leave germany, so they don't have to spend money on expensive food in norway ;-)
12:54 Waylon left #koha
12:54 jcamins That seems very sensible to me.
12:55 jcamins When the UK is less expensive, desperate measures are called for.
13:03 druthb_away is now known as druthb
13:05 tcohen joined #koha
13:23 jcamins C4::Search--
13:34 Amit_Gupta left #koha
13:36 jcamins @karma C4::Search
13:36 huginn` jcamins: Karma for "C4::Search" has been increased 0 times and decreased 7 times for a total karma of -7.
14:02 jcamins C4::Search--
14:03 * kf hands jcamins a cookie
14:03 jcamins Thanks.
14:10 chris_n C4::Search-- # /me seconds the motion
14:12 huginn` New commit(s) kohagit32: BUG6091 Remove undeclared syspref OPACAdvSearchInputCount <http://git.koha-community.org/[…]0a1cb42a3bd7b21b0> / Add entries so Z39.50 public server works <http://git.koha-community.org/[…]067c61d5b53186d1f> / Bug 6401 fix to the history file <http://git.koha-community.org/[…]56c31dca41593ecf0
14:13 jenkins_koha Starting build 27 for job Koha_3.2.x (previous build: SUCCESS)
14:18 vfernandes left #koha
14:20 magnuse 68 needs signoff...
14:21 kf chris_n: want a cookie too?
14:22 tcohen left #koha
14:24 chris_n kf: I'll take one :)
14:25 * kf hands chris_n a cookie
14:27 * chris_n breaks out the coffee
14:28 jcamins So, it seems to me that the most general fix possible for tracings in the OPAC is to add a "tracings" flag to the query, and handle those searches specially.
14:28 Topic for #koha is now Koha 3.2.10 is the pending final release of the 3.2.x branch. Please get your patches in before 1 June for inclusion. | Next IRC meeting 14 June 2011 1800 UTC+0 | http://koha-community.org/ | This channel is logged | Pastes at http://paste.koha-community.org/
14:28 jcamins That is, most general without rewriting C4::Search, which is what's really needed.
14:29 * chris_n wishes he had a nickel for each time we mention the need of a C4::Search rewrite... he'd be rich ;-)
14:31 * jcamins too.
14:33 kf we should put the money into a fund to rewrite it...
14:35 tcohen joined #koha
14:36 jcamins Frankly, I think I'd prefer to be able to retire at 25. :P
14:45 druthb left #koha
14:49 magnuse is now known as magnus_away
14:51 jenkins_koha Project Koha_3.2.x build #27: SUCCESS in 38 mn: http://jenkins.koha-community.[…]ob/Koha_3.2.x/27/
14:51 jenkins_koha * Frédéric Demians: Improve error message when translation installation fails
14:51 jenkins_koha * Jared Camins-Esakov: Bug 6152: Document DOM authority index config
14:51 jenkins_koha * conan (aka Fernando Canizo): Bug 6218: patron gets dot added if no first name
14:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6152 minor, PATCH-Sent, ---, jcamins, ASSIGNED , Authority-zebra-indexdefs.xsl should indicate it's automatically generated
14:51 jenkins_koha * Colin Campbell: Bug 6315: Fix depreciated constructions in C4::Serials
14:51 jenkins_koha * Alex Arnaud: Bug #6131 - change index "Author-name-personal" for "Personal-name"
14:51 jenkins_koha * Chris Cormack: Bug 6350 : Updating history docs
14:51 jenkins_koha * ruth@bywatersolutions.com: Bug 6401 fix to the history file
14:51 jenkins_koha * Tomas Cohen Arazi: Add entries so Z39.50 public server works
14:51 jenkins_koha * Fridolyn SOMERS: BUG6091 Remove undeclared syspref OPACAdvSearchInputCount
14:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6218 minor, PATCH-Sent, ---, conan, ASSIGNED , patron login gets an initial dot added when no first name
14:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6315 trivial, PATCH-Sent, ---, colin.campbell, RESOLVED FIXED, depreciation warnings in C4::Serials in new perls
14:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6131 normal, PATCH-Sent, ---, gmcharlt, NEW , (unimarc only) improper index name for personal-name
14:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6350 trivial, P5, ---, nengard, NEW , Bug for tracking updates to the history file
14:51 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6401 trivial, PATCH-Sent, ---, nengard, NEW , Give Ian Walls credit in the history file.
14:59 clrh left #koha
15:03 yhager left #koha
15:05 Soupermanito joined #koha
15:10 kf !jenkins botsnack RAM
15:10 jenkins_koha kf: thanks a lot! om nom nom. I just love RAM!
15:16 julian left #koha
15:21 matts is now known as matts_away
15:32 Soupermanito left #koha
15:40 Soupermanito joined #koha
15:41 Guillaume left #koha
15:50 sophie_m left #koha
15:53 conan paul_p: you around?
15:53 conan paul_p: I'm signing off last patch for 6328, but I don't know if I got to do 'git format-patch -s origin/master' or 'git format-patch -s origin/3.4.x', or if it's the same
15:54 jcamins conan: you do the former if it's a patch for 3.6, the latter if it's for 3.4.
15:55 paul_p hi conan
15:56 paul_p just git format-patch -s -1, and you'll just format a patch for the last commit on top of your branch ;-)
15:57 kf left #koha
15:57 conan ah! that -1 would have avoided the creation of 50 files, I'll take note
15:58 conan jcamins: well it's a patch for 3.4, but I think it applies on 3.6
15:58 conan anyway, my test was in a 3.4.x branch, so I'll do that one
16:00 conan paul_p: strange, the -1 didn't brought the last commit, could it be that my branch is ahead of master?
16:01 Soupermanito left #koha
16:03 Soupermanito joined #koha
16:04 yhager joined #koha
16:05 conan ok. that one is finished
16:06 conan hey, why bugzilla sends me to another bug page everytime I fill a comment?  Why it doesn't come back to the page I just filled the comment?
16:06 conan it says: "The next bug in your list is bug 3896:
16:06 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=3896 minor, P3, ---, chris, ASSIGNED , Notices: Cant specify if a notice is available as a digest or in advance in the web interface
16:06 conan "
16:06 conan and puts me there, instead of coming back to 6328
16:07 conan which list? I don't recall making a list
16:11 paul_p conan, you're recently on koha-devel ?
16:11 paul_p (because I sent a mail a few weeks ago about that)
16:11 paul_p it's in your bugzilla options =
16:13 paul_p conan, (april 7th) Another hint: if you don't like bugzilla going to your next bug
16:13 paul_p everytime you validate a form, choose what you want on Bugzilla >
16:13 paul_p Preferences > After changing a bug
16:13 paul_p enjoy ;-)
16:13 conan paul_p: I got behind on koha-devel, actually on friday I replied  a mail from you which was from the beginning of the month
16:14 conan but there are a little more than 60 mails now, I'm getting there soon ;)
16:24 Ahmuck joined #koha
16:28 thd-away left #koha
16:44 cait joined #koha
16:44 cait hi #koha
16:45 jcamins Hello.
16:45 * jcamins offers cait a cookie
16:45 cait mm thx :)
16:47 sekjal joined #koha
16:47 cait hi sekjal :)
16:48 cait jcamins: is there a special reason?
16:48 sekjal hi cait
16:48 jcamins cait: no, I have cookies, and I thought I'd share.
16:48 * jcamins offers a cookie to sekjal.
16:48 cait very bood reason
16:48 cait good
16:48 * sekjal accepts
17:09 conan cait: hi
17:10 conan hi sekjal
17:10 conan I have a commit with a wrong email address, already changed git configuration, but cannot modify that commit
17:10 conan is that important?
17:11 cait hi conan :)
17:11 cait what wrong mail address?
17:11 cait your wrong mail address?
17:11 conan wwyes
17:11 conan the "author"
17:11 conan I need to send a patch and this machine wasn't configured
17:12 cait hm
17:12 conan so I commited before configuring git
17:12 cait and after git format-patch it's still wrong?
17:12 conan but I don't know if that's important
17:12 conan yup
17:12 conan gives a non existant email address
17:13 conan I though about changing the patch
17:13 conan just editing it
17:13 conan but don't wanna broke something and then sedn broken stuff
17:13 cait hm, I am not sure
17:13 cait perhaps sekjal?
17:13 chris_n conan: git reset --soft HEAD^ is your friend
17:13 cait ah
17:13 cait that's a good plan
17:14 cait it will undo the commit, but keep your changes
17:14 chris_n then git commit again
17:14 sekjal sorry, was afk
17:14 sekjal chris_n's suggestion is good
17:14 cait chris_n++
17:14 * chris_n runs off to change into another hat :P
17:15 cait ?
17:15 chris_n cait++ # for the TT fixes for labeling and patron cards
17:15 cait oh
17:15 chris_n cait: in english idom a hat == some specialty or duty
17:15 cait sure - it was not so hard after rangi helped me see the problem :)
17:15 cait I looked at this thing for hours, it really bugged me
17:16 chris_n so one who has many different jobs wears many different hats
17:16 chris_n yeah, I have had absolutely zero time to look at it unfortunately
17:17 chris_n hoping things will slow down over the next week or so, but I'm not sure
17:17 conan chris_n: what does the "^"
17:17 chris_n conan: rolls back the previous commit
17:17 cait chris_n: hope never dies... ;)
17:18 chris_n conan: you can use HEAD~N where N = number of commits you want to roll back
17:18 chris_n but be careful...
17:18 chris_n with knowledge comes power :)
17:18 cait :)
17:18 chris_n including the power to utterly destroy your repo
17:19 chris_n k, bbl
17:24 cait chris_n++
17:31 huginn` New commit(s) needsignoff: [Bug 3674] Creating users with empty password <http://bugs.koha-community.org[…]w_bug.cgi?id=3674>
17:32 conan wis rangi  sleeping now?
17:33 druthb joined #koha
17:33 hdl left #koha
17:34 druthb o/
17:35 conan druthb: hi
17:36 thd-away joined #koha
17:38 cait conan: he should be up I think, probably not here though
17:55 danmc Is there a good list of which aspects of koha need to be configured at config/build time (such as installation prefix) versus ones that can be configured after installation (perhaps some port numbers)?
17:57 conan danmc: what do you mean with "need"? everything show when you do 'perl Makefile.PL' needs to be configured, or koha wont work
17:57 conan unless you were referring to some other step
17:57 cait I think conan is right
17:57 cait you can change things later, but best is probably do it right from the start
17:57 danmc by "need" I mean you must configure it during that step because it can't be changed later.
17:58 druthb is now known as druthb_away
17:58 conan danmc: no, everything can be changed later
17:58 cait you can't edit port numbers and such things from inside koha, you would have to go back into the files
17:58 conan danmc: it all goes to an .xml
17:58 conan so you can edit it, but you can mess stuff that way
17:58 cait yep
17:59 conan danmc: main stuff gets stored into <config-prefix-path>/etc/koha-conf.xml and koha-httpd.conf
17:59 danmc ok
18:00 danmc that is pretty helpful
18:00 danmc I am slowly chipping away at a NetBSD package for koha.
18:01 danmc and was trying to figure out if there were some options that I simply had to expose to the user up front versus providing sane defaults and letting them change a config file later if need be
18:01 thd-away` joined #koha
18:02 conan danmc: well, if the user is a librarian, then they probably wont deal with ports and that kind of stuff
18:02 conan they will just change things from the web interface
18:03 danmc right.  but if the user is a librarian, then either a) a sane set of defaults should be good enough or b) they have a computer person who can dig into it.  At least that is my guess.
18:04 danmc we face similar issues with packages for things like imap servers, http servers, etc.
18:04 danmc i.e. packages where there may be quite a bunch of configuration options
18:05 thd-away left #koha
18:06 conan ah! you're the packager, right?
18:08 cait the packager for debian is eythian :)
18:09 thd-away` left #koha
18:12 thd-away joined #koha
18:13 tcohen left #koha
18:19 Soupermanito left #koha
18:29 thd-away left #koha
18:45 tcohen joined #koha
18:49 huginn` New commit(s) needsignoff: [Bug 5418] New itemBarcodeInputFilter for libsuite8 style barcodes <http://bugs.koha-community.org[…]w_bug.cgi?id=5418>
18:57 conan left #koha
19:04 druthb_away is now known as druthb
19:04 cait @wunder Konstanz
19:04 huginn` cait: The current temperature in Konstanz, Germany is 23.0�C (9:00 PM CEST on May 30, 2011). Conditions: Scattered Clouds. Humidity: 36%. Dew Point: 11.0�C. Pressure: 29.83 in 1010 hPa (Falling).
19:06 magnus_away is now known as magnuse
19:06 druthb @wunder 20852
19:06 huginn` druthb: The current temperature in Potomac Woods, Rockville, Maryland is 32.8�C (3:10 PM EDT on May 30, 2011). Conditions: Partly Cloudy. Humidity: 45%. Dew Point: 19.0�C. Pressure: 30.14 in 1020.5 hPa (Steady). Heat advisory in effect until 8 PM EDT Tuesday...
19:06 cait 32!
19:07 cait that's hot
19:07 druthb yes, it is
19:07 magnuse @wunder boo
19:07 huginn` magnuse: The current temperature in Bodo, Norway is 10.0�C (8:50 PM CEST on May 30, 2011). Conditions: Mostly Cloudy. Humidity: 71%. Dew Point: 5.0�C. Pressure: 29.71 in 1006 hPa (Steady).
19:10 jcamins @wunder budapest, hungary
19:10 huginn` jcamins: The current temperature in Budapest-Pestszentimre, Hungary is 21.8�C (9:14 PM CEST on May 30, 2011). Conditions: Clear. Humidity: 47%. Dew Point: 10.0�C. Pressure: 30.09 in 1018.8 hPa (Steady).
19:10 jcamins @wunder 11375
19:10 huginn` jcamins: The current temperature in Middle Village, Queens, New York is 31.7�C (3:10 PM EDT on May 30, 2011). Conditions: Mostly Cloudy. Humidity: 51%. Dew Point: 20.0�C. Pressure: 30.04 in 1017.2 hPa (Rising).
19:10 druthb Rub it in, jcamins.
19:10 druthb :)
19:10 jcamins There's a 40% chance of precipitation most of this week. :(
19:11 druthb I'd take that bet over a 100% chance of melting.
19:11 jcamins Wow, it's significantly hotter than usual in Budapest.
19:11 hdl joined #koha
19:12 jcamins Well, depending on which site you believe.
19:13 jcamins Wunderground and Weather.com are almost ten degrees apart on the forecast.
19:13 druthb that's rather a broad margin
19:13 jcamins Yes.
19:14 jcamins Huh. They also disagree rather drastically about average temperatures.
19:14 jcamins I conclude from this that I have no idea what to pack.
19:14 jcamins I'm thinking probably more long-sleeve than short-sleeve, though.
19:15 cait layers
19:15 jcamins Yup.
19:16 jcamins Fortunately I have a coat now.
19:42 tcohen left #koha
19:43 tcohen joined #koha
20:00 rangi ata marie
20:03 cait ata marie rangi
20:07 cait 6911 is evil
20:07 cait hm
20:07 cait ok, 6199... but doesn't matter
20:08 rangi bug 6199
20:08 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6199 enhancement, PATCH-Sent, ---, robin, ASSIGNED , Allow bulkmarcimport to blank duplicate barcodes rather than skipping items
20:08 rangi heh
20:08 rangi te po atarau is 2 today
20:09 thd-away joined #koha
20:09 cait wow!
20:09 cait tell him Alles Gute zum Geburtstag!
20:10 cait rangi: I still doesn't work for me
20:10 cait s/I/it
20:10 rangi ull have to catch eythian
20:11 cait I know
20:11 cait so... will there be cake?
20:12 rangi not today but at his party yep
20:12 cait is there a topic for the party?
20:13 rangi yep, planes
20:13 cait planes?
20:13 cait happy kid :)
20:15 rangi he likes aeroplanes
20:15 rangi so its gonna be like an airport
20:17 rangi did u see him drumming?
20:17 cait I saw a photo on a blog
20:17 rangi there is a video on my blog
20:17 cait on your blog, but that was not exactly drumming :)
20:18 danmc conan:  sorry to have dropped off the conversation there.  yes, I'm working towards being the packager
20:18 cait didn't see the video
20:19 rangi just put it up its from the weekend
20:21 cait ah
20:21 tcohen left #koha
20:29 jcamins rangi: that's really cute. :)
20:36 cait yes, it is
20:43 rhcl_home rangi: u have one of these yet? I want one.
20:43 rhcl_home http://www.stuff.co.nz/busines[…]o-jetpack-rollout
20:44 rangi heh, not yet
20:47 cait eythian: ping
20:48 * cait thinks he is probably hiding
20:48 magnuse "gratulerer med dagen" to atarau, rangi!
20:49 rangi he doesnt get into work until around 10 so wont be for another hour
20:50 cait very effective hiding then
20:50 cait in an hour I will be sleeping
20:50 cait or I should be sleeping
20:50 cait I only get 3 of 5 items imported
20:50 cait it's so frustrating
20:50 cait magnuse: did you get a chance to lok at 6199?
20:51 magnuse cait: sorry, i have been doing a small migration...
20:51 cait ok
20:51 cait :)
21:08 * rangi takes great pleasure in pushing patches from marcelr to update the about page
21:08 cait ok?
21:08 rangi trying to erase history never works, people should learn that
21:09 huginn` New commit(s) kohagit: Bug 6429 : Fixing numbering of developers <http://git.koha-community.org/[…]eb39cef9a43c1cf18> / 6429: Sync history/about <http://git.koha-community.org/[…]581421ffa7649c39f> / 6429: Sync history/about <http://git.koha-community.org/[…]f246f4fc6114584de>
21:10 jcamins Speaking of pushing things, I had another query about bug 5683. That's waiting for QA from Ian?
21:10 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5683 critical, PATCH-Sent, ---, jcamins, REOPENED , link_bibs_to_authorities.pl can corrupt records
21:10 jcamins Is that correct?
21:10 rangi yep i signed off on it
21:10 rangi waiting on ians stamp of approval, then its good to go
21:10 jcamins Thanks
21:11 jcamins @later tell sekjal Bug 5683 requires an assurance of quality. :)
21:11 huginn` jcamins: The operation succeeded.
21:11 cait that's the second time you renumber me! :)
21:11 jcamins 5683?
21:11 jcamins Oh, history.
21:11 jcamins Never mind.
21:12 rangi i dont think i renumbered you kf
21:12 pauln joined #koha
21:12 rangi nicole was doubled up
21:12 rangi so i only had to renumber up to 66
21:12 pauln howdy guys
21:12 rangi heya pauln
21:13 rangi see they extended the deadline?
21:13 pauln yes - very considerate of them! then the committee finally emailed me back late last night
21:13 jenkins_koha Starting build 271 for job Koha_master (previous build: SUCCESS)
21:13 rangi oh excellent
21:13 cait oh
21:14 cait ok :D
21:14 pauln so, they think it sounds interesting and encourage us to submit
21:14 rangi thats great :)
21:15 pauln a few questions Could you please include in your abstract your technology requirements i.e. would wireless work or would you need to be connected to a network? I’m assuming you need full internet access? How many would you see attending such a session?
21:15 thd-away left #koha
21:15 jcamins Right, you know what time it is?
21:16 rangi hehe connected to a network
21:16 rangi wireless would work as long as its not firewalled into oblivion
21:17 jcamins Hint: it's time for the only thing I've talked about other than cookies all weekend: getting ready to go to Budapest!
21:17 jcamins Have a good... uhhh... month... #koha.
21:17 jcamins is now known as jcamins_far_away
21:17 Space_Librarian joined #koha
21:17 pauln OK & show how great it runs even on slower connection ;)
21:17 Space_Librarian morning #koha
21:18 thd-away joined #koha
21:18 rangi pauln: yup :) we'll have it local too, because the wifi at the town hall can get saturated pretty fast, so will have it running on a laptop locally too, just in case
21:20 pauln rangi: One thought I had was maybe having an hour-long session to accommodate both those who wanted a real in-depth look and those who were more interested in a quick browse. We could easily handle this in small groups each with one of us, along with a summary get-together as well.
21:21 rangi ah yeah thats a good idea
21:22 pauln cool what will need by way of computers then?
21:22 pauln and will we have different versions available, STDC & ours etc.
21:22 rangi if we have the internet then yep
21:23 rangi we probably want one hooked to a projector
21:23 rangi then a few others that people can hands on
21:23 rangi demo stdc/hauraki etc on the big screen
21:23 rangi let people play with a test one
21:23 rangi so they dont go issuing books ;)
21:23 rangi for real
21:25 pauln true, but good for stats!
21:26 rangi :)
21:27 druthb left #koha
21:28 pauln so local, you mean your local wifi right?
21:28 rangi no ill bring a laptop that is running Koha on it
21:28 magnuse g'night #koha
21:28 magnuse is now known as magnus_away
21:29 pauln right - anything else? or just my abstract says it all so well:D
21:32 rangi i think thats it, we might want to make sure we bring some barcode scanners
21:32 pauln can you send me a list of your new koha libraries for last year or so
21:32 rangi and a few books
21:32 rangi will do
21:32 pauln yes -good thinking on the scanners & books
21:55 jenkins_koha Project Koha_master build #271: SUCCESS in 42 mn: http://jenkins.koha-community.[…]/Koha_master/271/
21:56 jenkins_koha * Marcel de Rooy: 6429: Sync history/about
21:56 jenkins_koha * Marcel de Rooy: 6429: Sync history/about
21:56 jenkins_koha * Chris Cormack: Bug 6429 : Fixing numbering of developers
21:56 huginn` Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6429 enhancement, PATCH-Sent, ---, m.de.rooy, ASSIGNED , Updating development team in about
22:13 cait good night all
22:13 rangi cya cait
22:13 cait left #koha
22:23 eythian damn, just missed her
23:00 pauln rangi: still there?
23:00 wahanui there is no spoon.
23:07 mtj moring all
23:19 rangi am now
23:19 rangi sorry was at koha team meeting
23:28 pauln ok, thats good meeting to be at
23:29 pauln just spoke to Cath & she suggested having an online demo version available for wifi users
23:29 pauln sound do-able?
23:30 rangi yeah they can use the demo.mykoha.co.nz one
23:31 pauln cool. sent back our ideas to committee - not sure if they will respond
23:31 pauln will send you thru updated version soon
23:32 rangi thanks
23:42 huginn` New commit(s) needsignoff: [Bug 6428] refered column 'items.coded_location_qualifier' does not exist <http://bugs.koha-community.org[…]w_bug.cgi?id=6428>

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