IRC log for #koha, 2013-03-22

← Previous day | Today | Next day → | Search | Index

All times shown according to UTC.

Time Nick Message
00:01 papa joined #koha
00:04 bgallagher joined #koha
00:24 jcamins rangi: is there any way to get jenkins to include the test results in its e-mails?
00:24 Because that would be useful.
00:24 rangi hmm ill look into that
00:25 jcamins Thanks.
00:27 huginn New commit(s) kohagit: Merge branch 'bug_5635' into 3.12-master <http://git.koha-community.org/[…]7f1aa768b3a941fa4> / Bug 5635: bulkmarcimport new parameters & features <http://git.koha-community.org/[…]dfefb80a515323df9> / Merge branch 'bug_4354' into 3.12-master <http://git.koha-community.org/[…]iff;h=34fb8a87f2c
00:45 jcamins Wow.
00:45 Lots of patches pushed this week.
00:45 31 feature branches merged since alpha2.
00:45 rangi wow
00:45 jcamins 52 since alpha1.
00:45 rangi thats pretty neat
00:46 jcamins And explains why I feel like I've been spending all my time pushing patches.
00:47 huginn New commit(s) kohagit: Merge branch 'bug_8220' into 3.12-master <http://git.koha-community.org/[…]910a1e8363e678173> / Bug 8220: Increment version number <http://git.koha-community.org/[…]a8f25cf5480897263> / Bug 8220 - QA Followup - Unit Test <http://git.koha-community.org/[…]54e98d874c58c5941
00:48 cjh I am really impressed with how much work has been going in to this release
00:49 community++
00:57 jenkins_koha Project Koha_master build #1097: STILL UNSTABLE in 1 hr 11 min: http://jenkins.koha-community.[…]Koha_master/1097/
00:57 * Robin Sheat: Bug 9880 - Updated control file for new dependencies
00:57 * Julian Maurice: Bug 9117: Reports hierarchies management improvements
00:57 * Owen Leonard: Bug 9117 [Follow-up] Reports hierarchies management improvements
00:57 * Julian Maurice: Bug 9117 [Follow-up] Reports hierarchies management improvements
00:57 * Julian Maurice: Bug 9117 [Follow-up] Fix group and subgroup filtering
00:57 * Julian Maurice: Bug 9117 [Follow-up] Translatable string should be in double quotes
00:57 * Julian Maurice: Bug 9117: Add imageurl to the list of parameters of AddAuthorisedValue
00:57 * Adrien Saurat: Bug 8509: allows the Expected status to be chosen back
00:57 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9880 enhancement, P5 - low, ---, koha-bugs, Pushed to Master , Package updates to make master build
00:57 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9117 enhancement, P5 - low, ---, julian.maurice, Pushed to Master , Reports hierarchies management improvements
00:57 jenkins_koha * Jared Camins-Esakov: Bug 8089: Cache sysprefs with Koha::Cache::Object
00:57 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8509 enhancement, P5 - low, ---, adrien.saurat, Pushed to Master , Allowing the Expected status even if another status has been saved
00:57 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8089 enhancement, P5 - low, ---, jcamins, Pushed to Master , Use Koha::Cache everywhere
00:59 jenkins_koha Starting build #1098 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 1 day 19 hr ago)
00:59 eythian rangi: oh no, you've fixed something, now I'm getting jenkins emails :(
01:00 rangi heh
01:00 jcamins Hrm.
01:00 Why is that test failing?
01:03 rangi hmm
01:03 ./installer/data/mysql/updatedatabase.pl
01:03 gives me lots of
01:03 se of uninitialized value in concatenation (.) or string at Koha/Cache/Object.pm line 93.
01:03 prepare_cached(SELECT value FROM systempreferences WHERE variable=? LIMIT 1) statement handle DBI::st=HASH(0x7bc040) still Active at C4/Context.pm line 575.
01:04 jcamins Hmm.
01:05 Oh, the test doesn't cope with the situation where caching is disabled.
01:05 rangi ahh
01:05 * jcamins reverts
01:06 jcamins We're getting very close to feature freeze, and the unit tests are there for a reason.
01:07 rangi *nod*
01:08 jcamins Reverted and pushed.
01:08 Dinner time.
01:17 huginn New commit(s) kohagit: Revert "Merge branch 'bug_8089' into 3.12-master" <http://git.koha-community.org/[…]8b3b4d413042604ea>
01:36 jcamins Okay...
01:37 if I run overdue_notices.pl with -n, how do I know what's in the notice?
01:37 Oh, they're supposed to go to standard out.
01:37 cjh iirc any that are generated are printed
01:38 jcamins Yeah.
01:38 Turns out the problem was that my randomly selected patron didn't have any notices configured.
01:39 senator_ joined #koha
01:39 berick joined #koha
01:39 edveal joined #koha
01:43 jcamins Okaaaaayyyy.
01:43 tcohen joined #koha
01:45 jcamins Here are *all* the circulation rules I have configured: http://screencast.com/t/y9zcpaReC
01:46 I just checked out items to two patrons.
01:46 I backdated them to be due on February 28.
01:46 Exactly 21 days ago.
01:46 I then ran fines.pl.
01:46 How much should those patrons be charged?
01:47 I don't think this is a trick question.
01:47 I think the answer should be $1.80
01:48 One patron was charged $1.80.
01:48 The other was charged $1.50.
01:49 tcohen WTF jcamins ?
01:49 wahanui jcamins is, like, too young to be the President of the United States.  Which is a pity, because he had the votes at the 3.12 election
01:50 jcamins tcohen: yeah, exactly.
01:50 On the plus side, the patch I was testing works fine.
01:51 tcohen do the carges show as overdue charges or rental cost?
01:51 jcamins Overdue.
01:51 wahanui overdue is 21 days
01:51 jcamins Type FU
01:52 They are different patron types, but I don't have any special circ rules.
01:52 I have a theory.
01:52 Wait, no, I've got nothing.
01:53 eythian wahanui: excuse
01:53 wahanui eythian: we're waiting for [the phone company] to fix that line
01:53 eythian there you go
01:54 wahanui joined #koha
01:54 jcamins I don't even know how to report this bug.
01:54 "FINES ARE BROKEN"
01:55 eythian wahanui: "FINES
01:55 wahanui eythian: what?
01:55 eythian oh well
01:55 jcamins Heh.
01:55 eythian wahanui: fear is http://www.designmom.com/wp-co[…]fearfactory01.jpg
01:55 wahanui OK, eythian.
01:57 huginn New commit(s) kohagit: Merge branch 'bug_8378' into 3.12-master <http://git.koha-community.org/[…]0b7390fc766762d80> / Bug 8378: Increment version number <http://git.koha-community.org/[…]13930cb81cdfd3a3a> / Bug 8378 - followup - update notices to use < > <http://git.koha-community.org/[…]ed4fc4179a7a4be73
01:58 tcohen do both borrowers belong to the very same branch?
01:59 jcamins Different branches, different patron categories.
01:59 Neither item has an item type.
01:59 tcohen I ask because the only weird thing would be something about the calendar
01:59 specifically hoyw is used in fines.pl
01:59 not the calendar itself
02:00 jcamins Oh, you're thinking maybe there are holidays or something?
02:00 tcohen i belive (*hope*) holidays are working fine
02:00 jcamins What table would I look in for holidays?
02:00 ala3vo joined #koha
02:01 tcohen so there's the dataset (holidays set for each branch) and the way fines.pl uses it
02:01 because I see a weird piece of code there
02:01 holidays?
02:01 ala3vo hi #koha
02:01 tcohen special_holidays and repeatable_holidays
02:02 jcamins Ah-ha.
02:02 I think that's it.
02:02 Sundays.
02:02 wahanui sundays are quiet here - almost noone around
02:02 tcohen oh, glad to hear jcamins :-D
02:02 ala3vo I have this error message 'An error has occurred!  Error 404' when using acquisition module
02:02 jcamins Me too!
02:03 I was pretty sure that fines were just broken... again.
02:03 tcohen I never used them :D
02:03 jcamins tcohen: I don't use them either.
02:04 tcohen but the calendar problems broke the due date calculation and suspension in days
02:04 jcamins ala3vo: what are you doing when you get that error message?
02:05 ala3vo when I close an online basket
02:05 jcamins What version?
02:05 wahanui version is, like, always noted in a comment on top
02:06 ala3vo 3.10
02:06 jcamins 3.10.3?
02:07 ala3vo 3.10.03.000
02:08 jcamins What URL is it taking you to when you get the 404?
02:08 ala3vo www.peterpal.com.au
02:08 jcamins Ummm...
02:08 What is the URL of your Koha instance?
02:09 ala3vo wait.... http://192.168.1.98:8001/cgi-b[…]w.peterpal.com.au
02:09 jcamins When you say you are closing an online basket, what are you doing, exactly?
02:10 What button are you clicking?
02:10 jenkins_koha Project Koha_master build #1098: STILL UNSTABLE in 1 hr 11 min: http://jenkins.koha-community.[…]Koha_master/1098/
02:10 * Jonathan Druart: Bug 4354: Cannot edit existing issuing rules
02:10 * Kyle M Hall: Bug 4354 - Followup - Add row highlighting
02:10 * Jonathan Druart: Bug 4354: Followup Add a Cancel button
02:10 * Jonathan Druart: Bug 4354: Followup: FIX the hardduedate copy
02:10 * Jonathan Druart: Bug 4354: Manage the specific case "Unlimited" value
02:10 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=4354 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Cannot edit existing issuing rules
02:10 jenkins_koha * Jared Camins-Esakov: Bug 4354 follow-up: correct phrasing of alert
02:10 * Stéphane Delaune: Bug 5635: bulkmarcimport new parameters & features
02:10 * Kyle M Hall: Bug 8220 - Allow koc uploads to go to process queue instead of being applied directly.
02:10 * Kyle M Hall: Bug 8220 - QA Followup - Unit Test
02:10 * Jared Camins-Esakov: Bug 8220: Increment version number
02:10 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5635 enhancement, P1 - high, ---, stephane.delaune, Pushed to Master , bulkmarcimport new parameters & features
02:10 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8220 enhancement, P5 - low, ---, kyle.m.hall, Pushed to Master , Allow koc uploads to go to process queue instead of being applied directly.
02:10 ala3vo I was clicking on the link for peterpal
02:10 jcamins What?
02:11 So you added a link to Peterpal?
02:11 In that case, the problem is that the URL you entered was not complete.
02:11 You need to enter http://www.peterpal.com.au/
02:11 When you just enter www.peterpal.com.au, your web browser doesn't know what to do with it.
02:11 ala3vo it is a vendor detail window and i tried clicking on the click of peterpal
02:12 jenkins_koha Starting build #1099 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 1 day 21 hr ago)
02:12 jcamins Okay, yeah, if you correct the URL you should be fine. Nothing to do with Koha, which is why I was confused.
02:12 There is a button for closing baskets, which is what I thought you were talking about at first.
02:13 ala3vo thanks jcamins for the help
02:15 mib_mpoyg33 joined #koha
02:15 alohabot Hi mib_mpoyg33, Welcome to #koha. Feel free to use the '/nick yourname' command to choose a different name. alohabot, wahanui, and huginn are bots. If you need any help, just ask - there's usually someone around to help :)
02:27 huginn New commit(s) kohagit: Merge branch 'bug_9496' into 3.12-master <http://git.koha-community.org/[…]2697aa08ef569bf33> / bug 9496: improve error checking in rebuild_zebra.pl <http://git.koha-community.org/[…]a1636110a72066fe3> / Merge branch 'bug_5608' into 3.12-master <http://git.koha-community.org/[…]tdiff;h=607b4e774
02:36 tcohen jcamins, what do u want me to do with bug 906?
02:37 huginn 04Bug http://bugs.koha-community.org[…]ow_bug.cgi?id=906 enhancement, P2, ---, tomascohen, Failed QA , ISBN Check
02:38 jcamins tcohen: check whether Paul is correct that this can be done with a plugin.
02:38 I'm pretty sure it can't be, but if he's right, it'd be better to stick it into a plugin.
02:38 tcohen a plugin would be an ajax call to a validation service, right?
02:38 (plugin = validator)
02:39 jcamins Right. The question is whether there's any way to make it run without ever clicking into/through the field, and whether it can prevent a record being saved.
02:41 tcohen I think none of them, on save there's a Check js function that checks ifall mandatory fields are properly filled
02:41 I think its late for me today, tomorrow i'll take a look at it
02:41 jcamins Yeah, that's my understanding. Take a look at the value_builder plugins, though, to see if there's an example that proves us wrong.
02:41 tcohen bye jcamins
02:42 i will
02:42 value_builder plugins just build some value to put on the field
02:43 there are some that are triggered by entering the fields
02:43 anyway, i'll see it tomorrow, bye!
03:01 qu-bit joined #koha
03:03 jcamins Okay, folks, we need to fix 74 bugs in the next two weeks.
03:04 tcohen only 74? that sounds promising
03:04 jcamins I'm not saying that's all there are to fix.
03:05 I'm saying if we fix 74 bugs in the next two weeks I'll be committer #6 to Koha. :P
03:05 http://git.koha-community.org/[…]ster/authors.html
03:07 rangi hehe
03:08 tcohen 68, there's another you with 6 commits down there
03:08 jcamins Awesome!
03:08 wahanui That'll be $1 for the awesome jar, jcamins
03:08 jcamins We'll count that and not count the other hdls.
03:09 Heh. My line in the commits per author graph is pretty steep.
03:09 tcohen unless he objects that in the next 2 seconds?
03:09 jcamins Right.
03:10 tcohen what about joshua, is he still involved in PTFS?
03:10 jcamins Nope.
03:10 rangi no commits from him in years
03:10 jcamins I don't think I'll be catching up to him in the next two weeks.
03:11 Oh, hey...
03:11 * jcamins realizes that the history file needs updating.
03:11 rangi new committer?
03:12 jcamins No, but we've had releases since December.
03:12 rangi ah yep
03:12 theres a new one in the wings
03:12 tcohen let gmcharlt fix it in a couple of weeks
03:13 jcamins tcohen: noooooooo!!!!
03:13 tcohen hehe
03:13 jcamins That's one commit closer to #6!
03:13 gmcharlt heh
03:13 rangi it should count author
03:14 so as long as you write the patch, you dont have to actually commit it :)
03:14 jcamins True, but I might as well push it while I have phenomenal cosmic powers.
03:14 rangi heh yep
03:14 jcamins Let's see... guess I'd better figure out when things were released.
03:15 tcohen its on the wordpress site
03:15 byeeeeeeeeeeeeeeeeeeeee
03:16 wizzyrea 22nd usually :P
03:16 why yes, I am a smartass, why do you ask?
03:17 jcamins wizzyrea: the February release was on the 23rd.
03:17 wizzyrea OH SNAP
03:17 druthb rangi, you've got pull requests! :)
03:17 wizzyrea i got told.
03:17 druthb wizzyrea, you just got *served*
03:18 jcamins rangi: are you putting March 22 or March 23 on the release notes?
03:18 rangi depends if i do them tonight
03:18 or tomorrow
03:18 wahanui it has been said that tomorrow is pizza friday! or the day after today.
03:18 rangi probably tomorrow so 23
03:18 jcamins I can also just push January and February's history and get an extra patch out of it.
03:19 Entirely missing the point of the metric? You betcha!
03:19 druthb :P
03:19 jenkins_koha Project Koha_master build #1099: STILL UNSTABLE in 1 hr 7 min: http://jenkins.koha-community.[…]Koha_master/1099/
03:19 * Jared Camins-Esakov: Revert "Merge branch 'bug_8089' into 3.12-master"
03:19 * Dobrica Pavlinusic: Bug 8378 - <fine> in overdues changed to <<items.fine>>
03:19 * Dobrica Pavlinusic: Bug 8378 - show all items columns and new items.fine
03:19 * Dobrica Pavlinusic: Bug 8378 - followup - sample_notices.sql updated to <<items.fine>>
03:19 * Dobrica Pavlinusic: Bug 8378 - followup - update notices to use <<items.fine>>
03:19 * Jared Camins-Esakov: Bug 8378: Increment version number
03:19 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8378 minor, P5 - low, ---, dpavlin, Pushed to Master , <fine> syntax not working on overdues anymore
03:19 rangi oh hey
03:19 wahanui salut, rangi
03:19 jcamins And we're back to where we should be.
03:19 * druthb heads to bed early tonight.
03:20 rangi http://git.koha-community.org/stats/koha-3.10.x/
03:20 we should add a link to that
03:20 http://git.koha-community.org/gitweb/ from there
03:20 jcamins Hey, I'm #2 on that page!
03:21 rangi http://git.koha-community.org/[…].8.x/authors.html
03:21 3 there
03:21 jcamins 6 on 3.6.
03:21 jenkins_koha Starting build #1100 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 1 day 22 hr ago)
03:21 jcamins And 16 on 3.4.
03:21 rangi http://git.koha-community.org/[…].0.x/authors.html
03:21 such a long cycle on that one
03:22 jcamins I appear no where on that page.
03:22 *nowhere
03:22 rangi yep, before your time
03:22 jcamins Right, when I start adding gratuitous spaces in the middle of words, it's time for bed.
03:23 Also, I got through a prodigious backlog.
03:24 Good night, #koha.
03:24 wizzyrea gnite
03:25 * eythian notes that it's beer o'clock and I've been staring at biblio records for far too long
03:25 rangi good point
03:30 huginn New commit(s) kohagit: Update history with January and February 2013 releases <http://git.koha-community.org/[…]40b82fa2aa54c498c>
03:31 mib_mpoyg33 can any one help? after closing a basket I dont get any confirmations from vendor
03:36 jcamins mib_mpoyg33: Koha does not communicate with your vendor at all.
03:36 It is your responsibility to e-mail or call the vendor.
03:41 mib_mpoyg33 iam still in the trial n error state
03:42 this is my first time to try acquisitions on koha
04:30 jenkins_koha Project Koha_master build #1100: STILL UNSTABLE in 1 hr 9 min: http://jenkins.koha-community.[…]Koha_master/1100/
04:30 * Michael Hafen: Bug 5608 - command-line tool to switch information in 440 and 490 tags
04:30 * Michael Hafen: Bug 5608 - command-line tool to switch information in 440 and 490 tags
04:30 * Michael Hafen: Add license statement to switch_series_info CLI script
04:30 * Paul Poulain: bug 5608 follow-up: exit immediately if UNIMARC
04:30 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5608 enhancement, P5 - low, ---, mdhafen, Pushed to Master , Tool to move MARC21 series info to 490 tag
04:30 jenkins_koha * Galen Charlton: bug 9496: improve error checking in rebuild_zebra.pl
04:30 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9496 normal, P5 - low, ---, gmcharlt, Pushed to Master , rebuild_zebra.pl should handle invalid XML records better
04:32 jenkins_koha Starting build #1101 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 1 day 23 hr ago)
05:20 cait joined #koha
05:29 wizzyrea1 joined #koha
05:32 * cait waves
05:40 jenkins_koha Project Koha_master build #1101: STILL UNSTABLE in 1 hr 8 min: http://jenkins.koha-community.[…]Koha_master/1101/
05:40 Jared Camins-Esakov: Update history with January and February 2013 releases
05:42 cait hm
06:02 @wunder Marseille
06:02 huginn cait: The current temperature in Realtor, CABRIES, France is 1.9°C (7:02 AM CET on March 22, 2013). Conditions: Clear. Humidity: 53%. Dew Point: -7.0°C. Windchill: 2.0°C. Pressure: 29.83 in 1010 hPa (Steady).
06:02 cait ew
06:02 @wunder Konstanz
06:02 huginn cait: The current temperature in Konstanz, Germany is 0.0°C (7:00 AM CET on March 22, 2013). Conditions: Mist. Humidity: 90%. Dew Point: -1.0°C. Pressure: 30.01 in 1016 hPa (Falling).
06:04 cait1 joined #koha
06:14 cait1 jcamins++
06:20 WaqarAzeem joined #koha
07:24 reiveune joined #koha
07:25 reiveune hello
07:32 alex_a bonjour
07:49 sophie_m joined #koha
07:50 frido_s1 joined #koha
07:56 lds joined #koha
07:58 cait joined #koha
08:05 khall irc logs?
08:05 wahanui irc logs are http://irc.koha-community.org/irclog/koha/
08:07 matts hi !
08:10 paul_p joined #koha
08:14 reiveune !cait++
08:15 cait :)
08:15 reiveune thanks cait :)
08:15 cait @karma !cait
08:15 huginn cait: Karma for "!cait" has been increased 1 time and decreased 0 times for a total karma of 1.
08:15 cait hehe
08:15 reiveune !cait++
08:15 !cait++
08:15 !cait++!cait++
08:15 !cait++!cait++
08:15 !cait++
08:15 @karma !cait
08:15 huginn reiveune: Karma for "!cait" has been increased 4 times and decreased 0 times for a total karma of 4.
08:15 cait hehe
08:15 reiveune ;)
08:15 cait ;)
08:18 Joubu hello
08:18 wahanui bidet, Joubu
08:19 * cait waves
08:19 cait Joubu++
08:20 clrh bonjour
08:20 cait bonjour clrh :)
08:20 clrh o/
08:21 dpavlin joined #koha
08:26 christophe_c joined #koha
08:27 christophe_c hello #koha
08:29 gaetan_B joined #koha
08:30 gaetan_B hello
08:30 wahanui what's up, gaetan_B
08:37 jenkins_koha Starting build #283 for job Koha_3.8.x (previous build: SUCCESS)
08:59 gerundio joined #koha
08:59 bag good morning
09:00 sophie_m cait: khall : Bug 1993 rebased
09:00 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=1993 enhancement, P3, ---, sophie.meynieux, Needs Signoff , Task Scheduler Needs Re-write
09:07 Viktor joined #koha
09:08 gerundio joined #koha
09:15 jenkins_koha Project Koha_3.8.x build #283: SUCCESS in 38 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/283/
09:15 * D Ruth Bavousett: 3.8.11 language updates
09:15 * Chris Cormack: Bumping the db version for a release
09:15 Starting build #81 for job Koha_3.10.x (previous build: SUCCESS)
09:15 Viktor joined #koha
09:21 khall I think I may have figured out why Jenkins is failing because of the plugins system. The install process is not creating <enable_plugins>0</enable_plugins> in the koha_conf.xml
09:21 I have a trivial patch on bug 9883 to fix that
09:21 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9883 blocker, P5 - low, ---, kyle.m.hall, ASSIGNED , Koha::Plugins::* should not require koha-conf to load
09:37 frido_s1 i rebased and squashed Bug 5343
09:37 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5343 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Subscription cost (Link serial and acqui modules)
09:38 magnuse joined #koha
09:39 cait go frido_s1 go ;)
09:40 Viktor joined #koha
09:59 jenkins_koha Project Koha_3.10.x build #81: SUCCESS in 44 min: http://jenkins.koha-community.[…]b/Koha_3.10.x/81/
09:59 * D Ruth Bavousett: 3.10.4 language updates
09:59 * Chris Cormack: Bumping database version
09:59 * Chris Cormack: 3.10.4 release notes
09:59 Starting build #284 for job Koha_3.8.x (previous build: SUCCESS)
10:00 MrAgent075 joined #koha
10:10 * bag whispers positive QA passing thoughts in cait's and paul_p's direction :P
10:11 * cait just put in [PASSED QA] prematurely... it might work
10:11 bag HA
10:37 jenkins_koha Project Koha_3.8.x build #284: SUCCESS in 38 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/284/
10:37 Chris Cormack: 3.8.11 Release notes
10:41 Viktor joined #koha
10:47 khall Bug 7740 now has a trivial qa followup and should pass qa
10:47 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7740 enhancement, P5 - low, ---, kyle, Signed Off , Highlight items in own library in search results/detail page in OPAC
10:52 Joubu cait: I will provide a followup for typos (bug 5343)
10:52 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5343 enhancement, P5 - low, ---, jonathan.druart, Signed Off , Subscription cost (Link serial and acqui modules)
10:53 cait Joubu: cool then i will wait for that - looks good!
10:53 i am close to pass qa :)
10:55 Joubu cait: done :)
10:58 cait cool - on it now :)
11:21 bag tajoli++
11:22 zeno++
11:33 gaetan_B bye !
11:33 Viktor joined #koha
11:36 jwagner joined #koha
11:44 nengard joined #koha
11:58 talljoy joined #koha
12:09 NateC joined #koha
12:16 oleonard joined #koha
12:18 * oleonard offers condolences to those whose Hackfest is almost over
12:19 slef oleonard: for you, Hackfest is over!
12:21 oleonard Why, did someone take away my badge and keyboard?
12:26 * oleonard did just make a rookie mistake, but does that mean the chief should take away my desk job?
12:38 laurence joined #koha
12:40 jcamins Could someone at the hackfest please see to it that the follow-ups on bug 9883 are signed off and QAed before the end of the day?
12:41 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9883 blocker, P5 - low, ---, kyle.m.hall, ASSIGNED , Koha::Plugins::* should not require koha-conf to load
12:42 oleonard Are they all at lunch?
12:42 jcamins oleonard: maybe.
12:42 In that case, I hereby delegate to you the job of telling the hackfesters to get those signed off and QAed.
12:43 oleonard @later tell hackfesters See to it that the follow-ups on bug 9883 are signed off and QAed before the end of the day!
12:43 huginn oleonard: The operation succeeded.
12:43 oleonard Done.
12:45 cait we were
12:45 and talking
12:45 now I am back
12:45 so which is number 1 priority?
12:46 jcamins 9883 has to be signed off and QAed before the feature freeze.
12:50 jenkins_koha Starting build #1102 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 2 days 7 hr ago)
12:51 huginn New commit(s) kohagit: Merge branch 'bug_9257' into 3.12-master <http://git.koha-community.org/[…]f30922c42ffb98e42> / Bug 9257: Increment version number <http://git.koha-community.org/[…]6a4d1c9e4ac45b14b> / Bug 9257 - Add "groups" to normal search pulldown <http://git.koha-community.org/[…]19044f7712191c274
12:52 oleonard The 'Plugins' link does not belong in the global "More" menu.
12:53 Managing plugins is not a daily operation, I assume
12:53 Or do I misunderstand what plugins will be used for?
12:53 jcamins I would not think it would be.
12:53 * oleonard doesn't really know what plugins will be used for
12:58 cait 9883
12:58 ok
12:58 bag and kyleh will leave soon
12:58 to catch their train
12:58 and they are currently at the cathedral
12:58 I think
12:58 so i am not sure who to ask about testing
12:58 I might have to wait for them to come back
12:59 jcamins Anyone can test it, I think.
12:59 But it must be tested before the end of the day or I have to revert the plugins code.
13:08 oleonard Okay, circulation table of checkouts sorting by date working, 'previous checkouts' header works, works with  UseTablesortForCirc off... But sort by title isn't working correctly :P
13:09 Do I have to specify a special sort algorithm for a cell that begins with an <a> ?
13:11 cait so do we have any volunteerson koha for testing 9338?
13:11 oleonard I guess I do...
13:11 cait 9883=
13:13 jcamins: can you give me a hint how this can be tested?
13:14 jcamins cait: unset KOHA_CONF then run the unit test.
13:14 cait how do I unset?
13:14 jcamins `export KOHA_CONF=`
13:14 Where "the unit test" = t/00-load.t
13:15 And also try running a plugin from the web browser.
13:16 cait am I applying all 3 patches for that?
13:16 jcamins Yes.
13:16 oleonard "UseKohaPlugins" is enabled by default?
13:16 jcamins Oh, and rerun the installer to confirm that it creates the enable_plugins key.
13:16 cait tests run correctly with all 3
13:17 jcamins oleonard: shouldn't be.
13:17 cait where does that go? the conf file?
13:17 jcamins Yup.
13:17 cait and run update or rerun from scratch
13:17 ?
13:17 jcamins Either way.
13:17 wahanui either way is workable though imho
13:18 jcamins I mean, Makefile.PL.
13:19 Sorry, I was thinking "fresh install or upgrade."
13:21 JesseM joined #koha
13:21 edveal joined #koha
13:22 cait 9883
13:22 oleonard jcamins: Plugins are enabled by default. Just tested with a blank db
13:22 jcamins oleonard: really?
13:22 Ugh.
13:23 cait but that can be fixed!
13:23 jcamins Yes.
13:26 oleonard Should I file a new bug for it, or add a comment somewhere?
13:27 cait_ joined #koha
13:30 cait lol
13:31 jcamins: Makefile.PL update ran wthout any problems
13:31 what's next?
13:33 jcamins Look in koha-conf.xml to see if "enable_plugins" is there.
13:33 oleonard: I filed a bug.
13:35 libsysguy joined #koha
13:35 cait <pluginsdir>/home/katrin/koha-d​ev/var/lib/plugins</pluginsdir>
13:35 <enable_plugins>0</enable_plugins>
13:36 jcamins Excellent!
13:36 cait so can i pass qa on those now?
13:36 jcamins If 00-load.t passes with KOHA_CONF unset, yes.
13:38 cait oh good
13:40 it complained about it not being set but without failing a test
13:41 so i think that worked
13:42 jcamins Yeah, that's right.
13:43 Yay!
13:43 If you finish testing that before I finish getting ready to go, I'll push it.
13:46 cait I was about to reattach it
13:47 jcamins Yay!
13:47 :)
13:48 cait gnaa
13:49 git bz is sendingme back an html page
13:51 oook
13:51 all attached
13:53 frido_s1 khall: we will need and advice on Bug 9394
13:53 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9394 enhancement, P5 - low, ---, kyle, Needs Signoff , Use reserve_id where possible
13:53 jcamins Pushed.
13:53 huginn New commit(s) kohagit: Merge branch 'bug_9883' into 3.12-master <http://git.koha-community.org/[…]d30a1282049d5bca1> / Bug 9883 - Koha::Plugins::* should not require koha-conf to load - Followup - Load... <http://git.koha-community.org/[…]02d598e56eb7806de> / Bug 9883 - Add missing parameter to koha-conf.xml causing Plugins.t to fail <http:
13:53 Viktor joined #koha
13:54 dpavlin khall: http://www.fileformat.info/inf[…]r/1f374/index.htm
13:54 cait jcamins: when will we know if it really works? :P
13:54 jcamins cait: 1:10 minutes, give or take.
13:55 !jenkins build Koha_master now
13:55 jenkins_koha jcamins: job Koha_master build scheduled now
13:55 * cait sits there with crossed fingers
13:55 cait actually kyleh and brendan have to leave in like 5 mins...
13:55 so that's going to be interesting
13:55 jcamins At least, if I did that right.
13:55 cait maybe we need that patch from the othe rpatch too?
13:55 jcamins That's somewhat less of a blocker from my point of view.
13:56 cait 9090
13:56 9890
13:56 jcamins That patch is also needed, of course, but not quite so desperately.
13:57 cait oh ok
13:57 so that could be done tomorrow?
13:57 when my head hurts less?
13:57 magnuse khall is working on bug 9900
13:58 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9900 blocker, P5 - low, ---, kyle.m.hall, NEW , Plugins should not be enabled by default
13:58 cait and magnuse volunteered to test 9890
13:58 :P
13:58 magnuse it's a one character fix
13:58 jcamins bug 9890 just needs one sign off or QA.
13:58 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9890 normal, P5 - low, ---, koha-bugs, Needs Signoff , Fix the new plugin system for package installs
13:58 jcamins I will QA it myself.
13:58 cait so i will sign off
13:59 it's really not looking like it would do anything else thatn it does
14:00 jenkins_koha Project Koha_master build #1102: STILL UNSTABLE in 1 hr 9 min: http://jenkins.koha-community.[…]Koha_master/1102/
14:00 * Jonathan Druart: Bug 8365: Add a renewal duration in the issuing rules
14:00 * Jonathan Druart: Bug 8365: Add unit tests and fix QA issues
14:00 * Jonathan Druart: Bug 8365: Followup Force DateTime type for the datedue variable
14:00 * Jonathan Druart: Bug 8365: FIX Return issue values instead of item values
14:00 * Jared Camins-Esakov: Bug 8365: Increment version number
14:00 * Kyle M Hall: Bug 9257 - Add "groups" to normal search pulldown
14:00 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8365 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Renewal duration in issuingules
14:00 jenkins_koha * Jared Camins-Esakov: Bug 9257: Increment version number
14:00 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9257 enhancement, P5 - low, ---, kyle, Pushed to Master , Add "groups" to normal search pulldown
14:00 jcamins Oh, it was still building.
14:01 * jcamins head into the city.
14:01 jcamins *heads
14:01 wizzyrea joined #koha
14:01 jenkins_koha Starting build #1103 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 2 days 9 hr ago)
14:02 * oleonard hopes wizzyrea is sleep-irc'ing
14:03 maximep joined #koha
14:04 cait 9890 is signed off
14:08 skushner joined #koha
14:11 * cait checks on jenkins
14:12 cait hm still buliding it seems?
14:13 * oleonard wishes bag and khall a good trip if they're still there
14:13 cait they have left *sniff*
14:13 matts already ?
14:14 oleonard Bug 9887 is relentless.
14:14 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9887 normal, P5 - low, ---, oleonard, ASSIGNED , Use DataTables on circulation page
14:14 matts I didn't have a chance to tell them good bye... So I wanted to do it on IRC, but even for that it's too late... :\
14:15 Anyway bye bag and khall ! Have a safe trip back !
14:15 oleonard I think I've got sorting working correctly, now I have to accommodate the exports column sometimes being absent
14:18 sophie_m1 joined #koha
14:21 cait matts: we miss kyle... and he left his knife
14:22 matts he had a knife ?
14:22 Like, for hunting ? ^^
14:22 cait hmmmm I mean... you maybe could use it for hunting
14:22 food
14:23 matts: are you on the train now?
14:24 matts no, I'm waiting at the airport
14:24 cait ah taing a plane... fancy :P
14:24 matts where I could manage to find an AC outlet, which is quite a miracle in this airport \o/
14:25 cait heh
14:27 tcohen joined #koha
14:42 gmcharlt @quote random
14:42 huginn gmcharlt: Quote #148: "<oleonard> sekjal wants EVERYTHING in a matrix! <sekjal> I'm like the Anti-Neo" (added by wizzyrea at 05:11 PM, August 25, 2011)
14:43 oleonard Koha has many fewer matrices today than it would have if sekjal were still with us.
14:44 cait that's true :)
14:46 @quote random
14:46 huginn cait: Quote #73: "<chris_n> owen: try /msg munin identify nick password" (added by owen at 12:38 PM, April 29, 2010)
14:46 cait @quote random
14:46 huginn cait: Quote #48: "<sekjal> no, anything I said was my fault" (added by jwagner at 09:52 PM, December 09, 2009)
14:46 cait hm
14:46 @quote random
14:46 huginn cait: Quote #63: "<jwagner> But no one expects the Spammish Inquisition!" (added by jdavidb at 01:50 PM, March 01, 2010)
14:46 cait @quote random
14:46 huginn cait: Quote #50: "<pianohackr|work> It is a landmine, I tell you" (added by a user that is no longer registered at 04:44 PM, December 23, 2009)
14:46 wahanui i already had it that way, huginn.
14:47 skushner hi all
14:47 matts bye !
14:47 cait bye :)
14:47 cait_ joined #koha
14:47 cait safe travels!
14:48 :)
14:49 * cait cheers on jenkins
14:59 nengard left #koha
15:00 clrh cait: congratulation for all the qa you did! Katrin Fischer - 55
15:00 cait clrh: thank you claire :)
15:00 still tryng to finish one more
15:00 oleonard Shoot, Bug 9773 didn't get a signoff...
15:00 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9773 enhancement, P5 - low, ---, oleonard, Needs Signoff , Replace YUI AJAX calls in cataloging plugins with jQuery
15:00 cait but my head is not working :)
15:00 maybe needs an easy test plan?
15:00 clrh your head is broken ?
15:00 cait clrh: a bit
15:00 clrh :)
15:01 fix it ;)
15:01 rambutan joined #koha
15:01 oleonard When do you leave cait?
15:01 cait tomorrow morning
15:01 I still have a list of 4
15:02 i really would like to see done
15:02 tcohen cait, you should write some unit tests before starting to fix it
15:02 cait bug 8037
15:02 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8037 enhancement, P5 - low, ---, kyle.m.hall, Signed Off , Add holds and funds to items already received in parcel.pl
15:02 cait tcohen: lol - but then it will never get fixed!
15:02 bug 8435
15:02 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8435 enhancement, P5 - low, ---, jonathan.druart, Signed Off , new permissions on subscriptions "superserials"
15:02 cait bug 9745
15:02 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9745 trivial, P5 - low, ---, gmcharlt, Signed Off , Don't nuke translated permissions with changes introduced in bug 9382
15:02 cait bug 7736
15:02 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7736 enhancement, P5 - low, ---, mark.gavillet, Failed QA , Edifact QUOTE and ORDER functionality
15:02 cait and probably a bunch more i have not on my list right now
15:10 jenkins_koha Project Koha_master build #1103: STILL UNSTABLE in 1 hr 10 min: http://jenkins.koha-community.[…]Koha_master/1103/
15:10 * Kyle M Hall: Bug 9883 - Koha::Plugins::Base should not require koha-conf to load
15:10 * Kyle M Hall: Bug 9883 - Add missing parameter to koha-conf.xml causing Plugins.t to fail
15:11 * Kyle M Hall: Bug 9883 - Koha::Plugins::* should not require koha-conf to load - Followup - Load C4::Auth at run time
15:11 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9883 blocker, P5 - low, ---, kyle.m.hall, Pushed to Master , Koha::Plugins::* should not require koha-conf to load
15:12 * oleonard crosses his fingers for Bug 9887
15:12 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9887 normal, P5 - low, ---, oleonard, Needs Signoff , Use DataTables on circulation page
15:12 jenkins_koha Starting build #1104 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 2 days 10 hr ago)
15:13 mib_soidwi joined #koha
15:13 alohabot Hi mib_soidwi, Welcome to #koha. Feel free to use the '/nick yourname' command to choose a different name. alohabot, wahanui, and huginn are bots. If you need any help, just ask - there's usually someone around to help :)
15:13 mib_soidwi hi
15:14 how can i use solr and facet functionality?
15:15 oleonard mib_soidwi: Maybe try this? http://wiki.koha-community.org[…]i/Solr_deployment Or search the wiki for other references?
15:15 * oleonard doesn't know about solr
15:15 jcamins That's what I would've suggested.
15:15 Well, that and "don't bother."
15:16 oleonard Because it's not ready jcamins?
15:16 jcamins Right.
15:17 nengard joined #koha
15:17 frido_s1 see you, thanks all for your job
15:18 mib_soidwi is solr experimental or stable?
15:19 cait i thin it's still experimental
15:19 you can't expect it to wrk the same as zebra
15:19 which has richer functionality for now
15:19 jcamins Experimental.
15:20 maximep oleonard: i'm curious. Why are you using \$ instead of $ in for exemple the patch for 9773 ?
15:20 mib_soidwi thank you so much
15:22 chris_n maximep: escaping it for perl
15:22 skushner Hello. Does anyone know if Koha 3.11.00.100 isn't calculation fines upon checkin, anymore? thanks
15:22 jcamins skushner: I think you have to enable that explicitly.
15:23 skushner (sp) calculating
15:23 jcamins I have never used that feature, but it hasn't been touched so it should still work.
15:23 skushner I didn't see a syspref for it.
15:23 jcamins If you have it enabled and it doesn't work, to the Bugzilla!
15:23 :)
15:23 paul_p joined #koha
15:23 jcamins I'm not sure.
15:24 skushner ok, thanks
15:24 paul_p magnus_away http://www.marseillemarathon.f[…]rs_marathon_v.pdf
15:36 cait oleonard: around?
15:36 oleonard Yes
15:38 cait we agreed on using library instead of branch, is that right?
15:39 oleonard Yes
15:40 cait so my patch for 9604 is ok?
15:41 jcamins bug 9604
15:41 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9604 enhancement, P5 - low, ---, fridolyn.somers, Passed QA , filter overdues with homebranch and holdingbranch
15:41 tcohen has anyone used DBD::Mock::Session with multi-line SQL statements? successfuly?}
15:41 frido_s1 left #koha
15:41 jcamins tcohen: multi-line SQL statements?
15:42 You mean one statement on multiple lines?
15:42 I never tried, but I guess probably the way you have to do it is...
15:42 oleonard cait: Yes :)
15:42 tcohen exactly, like the coding guidelines say we have to write :-(
15:42 pastebot Someone at 127.0.0.1 pasted "my $query = 'SELECT * FROM lon" (2 lines) at http://paste.koha-community.org/444
15:42 jcamins http://paste.koha-community.org/444
15:42 tcohen i'm failing to make it work for bug 9659 unit tests
15:43 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9659 normal, P5 - low, ---, tomascohen, Failed QA , Undefined authorised value category yields empty dropdown menu on SQL reports
15:43 tcohen the code is working fine as-is
15:43 jcamins Ah, hm.
15:43 tcohen my problem is making DBD::Mock::Session match that multi-line-d SQL statement
15:44 * magnuse calls it a day, and a week
15:45 jcamins I'm not sure how to do that.
15:45 magnuse: awww, you're missing the feature freeze after-party!
15:45 magnuse :-)
15:46 oleonard You leave tomorrow too magnuse?
15:47 cait jcamins: we are probably going to miss it too
15:47 as he invited us to dinner
15:48 jcamins cait: you're missing the feature freeze after party?!?
15:48 cait well... there will be food at magnuse's house?
15:48 jcamins I'll be having pierogi/dumplings to celebrate.
15:49 cait when exactly is the deadline?
15:50 and I think there might be just something wrong with kyle's test
15:50 I mean jenkins does look happier
15:50 it's only failing one test now
15:50 that was more I think before?
15:50 jcamins Nope, that's it.
15:50 I reverted the other patches causing problems.
15:51 The deadline will probably be late tonight, after I've finished with the dumplings.
15:52 cait which was the other patch?
15:52 jcamins Bug 8089.
15:52 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8089 enhancement, P5 - low, ---, jcamins, ASSIGNED , Use Koha::Cache everywhere
15:53 cait ah
15:53 maybe
15:53 wish my head was working
15:54 jcamins Well, I just tested and I can confirm Kyle's diagnosis.
15:55 Wait...
15:55 cait which was kyle's diagnosis?
15:55 jcamins That the problem was enable_plugins being missing.
15:57 bug 5354
15:57 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5354 enhancement, P5 - low, ---, jonathan.druart, RESOLVED FIXED, Partial duplication of a subscription
15:57 jcamins bug 5343
15:57 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5343 enhancement, P5 - low, ---, jonathan.druart, Passed QA , Subscription cost (Link serial and acqui modules)
16:03 reiveune bye
16:03 reiveune left #koha
16:10 cait jcamins: hope you are ok: i passed qa on 9604 again with a little follow up from me
16:10 changing 2 labels
16:11 jcamins bug 9604
16:11 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9604 enhancement, P5 - low, ---, fridolyn.somers, Passed QA , filter overdues with homebranch and holdingbranch
16:11 jcamins Did I fail it before?
16:11 melia joined #koha
16:11 oleonard It's a string follow-up which cait authored and I signed off on
16:11 jcamins Right, but I don't remember rejecting it before.
16:12 cait not that I know of
16:12 oleonard She's just checking with you because she authored and passed QA on it I think?
16:13 cait yep
16:13 but it's tiny tiny tiny
16:13 jcamins Ah.
16:13 That's fine.
16:13 cait and now I am leaving and hoping for the grace of our RM
16:13 have a good pushing patches
16:14 jcamins melia: funny you should show just now when I was thinking of a question for you... when will Kyle be back at work?
16:16 edveal joined #koha
16:17 melia jcamins: I'm not sure. my best guess would be Monday, but it's not on the calendar.
16:21 oleonard *sigh*... speaking of problematic date sorts... Bug 9905
16:21 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9905 normal, P5 - low, ---, oleonard, ASSIGNED , Use DataTables on calendar page
16:21 jenkins_koha Project Koha_master build #1104: STILL UNSTABLE in 1 hr 10 min: http://jenkins.koha-community.[…]Koha_master/1104/
16:23 jcamins Right... I have to decide to do about bug 7804.
16:23 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7804 enhancement, P5 - low, ---, kyle.m.hall, Pushed to Master , Add Koha Plugin System
16:23 christophe_c left #koha
16:24 jcamins On the one hand, I hate to pull it when it's so close, on the other hand, feature freeze is tonight and a beta is supposed to follow immediately thereon, and I can't release a beta that is already known to not work.
16:25 slef jcamins: what do the stats look like?
16:25 oleonard Hmm... "known to not work" seems pretty common these days with betas.
16:26 jcamins oleonard: wtf is the point of releasing then?
16:26 slef: what do you mean?
16:26 slef Needs Signoff - 72 Signed Off - 131 Passed QA - 13 Failed QA - 148 Patch Doesn't apply - 23
16:26 looks like quite a bit of a QA backlog?
16:26 jcamins Yeah, but that's going to stand.
16:26 slef well and 148 failed QA too
16:31 oleonard jcamins: Is there a compelling case for keeping the Plugin feature whatever its flaws? A reason why the rules shouldn't apply?
16:31 slef Oh well, you're RM. I think time-based freezes are troublesome for this reason. Stuff gets snapped off.
16:31 oleonard "Everyone worked so hard on it" isn't really a good reason when you look at it coldly.
16:31 jcamins slef: if I didn't insist on the schedule, I'd never escape!
16:32 oleonard: I don't really think there is.
16:32 I guess I will see if I have energy after pushing everything else this evening and try to troubleshoot. If I can fix it quickly, I will, otherwise I'll pull it.
16:32 slef oleonard: nice to be kind when they try hard, though...
16:33 oleonard Sounds to me like jcamins is trying to strike a good balance
16:33 slef oleonard: yeah. I want to dig myself out and take a look but nyahahahahargh ;)
16:43 nengard joined #koha
16:50 jcamins melia: I guess there isn't anyone from ByWater around who could look at it, but I think I will probably be reverting 7804 if no follow-up fixing the unit tests by the end of the day.
16:51 ... appears
16:51 What is it with me forgetting to include verbs in all my sentences?
16:51 oleonard Who's got time for verbs?!
16:51 jcamins oleonard: not me, apparently.
16:52 melia verbs smerbs
16:52 schmerbs?
16:52 jcamins Yeah, schmerbs sounds better. :)
16:52 melia jcamins: sorry to not be of more help. I don't even know if they're still in France, or if they're on airplanes today. no one bothers to update their calendars around here.
16:52 jcamins Apparently they're on the train.
16:53 melia well in that case, there is certainly no one else here who can work on this today, sadly
16:54 jcamins That's what I figured, but I thought I'd bring it to your attention just in case I had forgotten someone who works at ByWater.
16:54 melia :)
17:05 paul_p ladies & gentlement, #HFK is over, i'm alone in BibLibre office, so I'll leave & go back home ! jcamins 15 more patches passed QA today, happy testing/pushing !
17:06 jcamins Thanks!
17:06 paul_p melia = bag & kyle just left BibLibre office 3 hours ago. They're in a train to Paris. in something like 13/14 hours, they take the plane to fly back
17:07 * jcamins just absent-mindedly described a 2.5-foot tall book as "small."
17:07 melia well, I guess there's a chance that we'll catch them in Paris maybe, if they're not out doing something fun with their last little bit of time in France.
17:09 * jcamins goes to eat some lunch.
17:13 bgkriegel joined #koha
17:14 libsysguy joined #koha
17:30 nengard jcamins or anyone who tested it - can you explain the queryparser to me in manual terms? what does it do for the user - if anything?
17:30 installed it (I think) and enabled it and then tried to search with && ... but it didn't find any results
17:31 jcamins nengard: at present it makes almost no difference.
17:31 It adds the operators && and ||
17:32 However, if it isn't installed correctly, Koha falls back to non-QueryParser searches, and of course && and || aren't valid in non-QueryParser searches.
17:32 nengard and how do you install it correctly?
17:32 jcamins Just run the installer: Makefile.PL, make, make install, etc.
17:33 And right now it is mostly not used in the advanced search.
17:34 nengard not sure what all that means ... so the manual is going to be sparce for now
17:35 jcamins Basically what you could say is "UseQueryParser enables an experimental new query parser which opens the door for a more expressive and more-effective search syntax."
17:35 s/-/ /
17:37 oleonard: I just came across a bug (maybe) with the bootstrap buttons.
17:37 oleonard :(
17:37 jcamins With YUI, when hovering over the save button in cataloging, the entire button is highlighted.
17:37 With Bootstrap, only half
17:38 It doesn't bother me particularly, so I see no particular need to duplicate that, but, if the YUI button was designed like that for a reason, the Bootstrap button might need updating.
17:39 mib_9r4ua3 joined #koha
17:39 alohabot Hi mib_9r4ua3, Welcome to #koha. Feel free to use the '/nick yourname' command to choose a different name. alohabot, wahanui, and huginn are bots. If you need any help, just ask - there's usually someone around to help :)
17:39 mib_9r4ua3 hi
17:40 i have problems in data migration, someone can help me?
17:40 jcamins mib_9r4ua3: ask your question, and if anyone can help, they'll respond.
17:41 oleonard jcamins: That doesn't look like a bug to me. I think the Bootstrap way is an improvement in fact.
17:41 mib_9r4ua3 i try... because i'm italian and write in english is difficoult for me...
17:42 jcamins oleonard: okay, good. I had never thought about it before, but I'm cataloging in 3.10 and I was struck by the thought that the highlighting looked different.
17:43 mib_9r4ua3 well, i was able to translate an old unimark database by means of libre office and marceditor but....
17:44 when i import koha makes a record for each item of the book infact my spreadsheet has 1 row for any item
17:44 jcamins @marc 952
17:44 wahanui The 952 field is used by Koha to store item data in MARC21 and is described at http://wiki.koha-community.org[…]_fields_%289xx%29
17:44 huginn jcamins: unknown tag 952
17:44 mib_9r4ua3 i know but
17:45 jcamins ^^ that link that wahanui just shared says what item data goes where.
17:45 In UNIMARC the field is 995, but I think it's the same data.
17:45 laurence left #koha
17:46 jcamins So basically what you need to do is combine lines for each book into one record with multiple 952/995 fields.
17:46 mib_9r4ua3 i can put some different value  in field 952, for ex. 952$t but in column and not in row
17:46 jcamins I don't use MarcEdit so I can't help you with the spreadsheet side.
17:48 mib_9r4ua3 i understand but, can i import some records having a identical value in a field and then learn to koha to put that record as item and not ad new record?
17:49 jcamins No.
17:49 Well, it depends.
17:49 If you have an identifier of some sort, you could create a matching rule.
17:49 But you would have to import one record at a time.
17:50 One *item* at a time.
17:50 And if there are few enough items for you to import them through the interface one at a time you might as well just merge them in MarcEdit by hand.
17:51 jenkins_koha Starting build #305 for job Koha_Docs (previous build: SUCCESS)
17:51 mib_9r4ua3 there's a method to import also biblionumber and/or biblioitemnumber? if i can manage them, maybe i'm able to resolve....
17:51 jenkins_koha Project Koha_Docs build #305: SUCCESS in 1 min 5 sec: http://jenkins.koha-community.[…]ob/Koha_Docs/305/
17:51 * Nicole C. Engard: add DisplayIconsXSLT
17:51 * Nicole C. Engard: remove 'insecure' preference
17:54 jcamins I am not sure if it is possible to import biblionumber/biblioitemnumber easily.
17:54 I am pretty sure it is not.
17:54 For the most part, you don't want to be importing biblionumer or biblioitemnumber.
17:54 The best solution by far is to use MarcEdit to combine the items.
17:55 NateC joined #koha
17:55 mib_9r4ua3 i don't belive marcedit can do it
17:55 jcamins I think it can because this question is asked on the mailing list at least once a month, and everyone seems to succeed in doing it.
17:56 mib_9r4ua3 maybe... i study very much but i don't solve...  :-)
17:57 my biblio is big: 28000 books
17:57 jcamins 28000 items on a single bib?
17:57 mib_9r4ua3 yes...created with two different sw
17:58 jcamins 76 years of the New York Times?
17:58 I can't imagine any use case where you could have 28000 items for the same title.
17:58 chris_n joined #koha
17:59 mib_9r4ua3 no... not the same title.... all the books... the tiltes, i don't konow, can be 20000
17:59 ;-)
18:00 be patient writing in english is not so easy for me...
18:01 jcamins I see.
18:01 mib_9r4ua3 hahahahahaha
18:01 jcamins That makes more sense.
18:01 So definitely you need to do the merging outside of Koha.
18:02 mib_9r4ua3 i think it can be the only way...
18:02 i can put a identical code for each item of the same title
18:03 and then?
18:03 what can i do?
18:03 jcamins I usually use Perl scripts for all my migrations.
18:03 migration toolbox?
18:03 wahanui migration toolbox is https://www.gitorious.org/koha-toolbox/
18:03 jcamins ^^ in there
18:05 jenkins_koha Starting build #306 for job Koha_Docs (previous build: SUCCESS)
18:05 Project Koha_Docs build #306: SUCCESS in 16 sec: http://jenkins.koha-community.[…]ob/Koha_Docs/306/
18:05 * Nicole C. Engard: add UseQueryParser
18:05 * Nicole C. Engard: add TimeFormat
18:05 * Nicole C. Engard: update library groups with pulldown option
18:21 oleonard I *think* Bug 9905 represents the last of the old tablesorters in the staff client
18:21 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9905 normal, P5 - low, ---, oleonard, Needs Signoff , Use DataTables on calendar page
18:57 Ccorrales joined #koha
19:12 nengard left #koha
19:14 bgkriegel joined #koha
19:36 rambutan joined #koha
19:43 bgkriegel joined #koha
19:48 rambutan @wunder 64505
19:48 huginn rambutan: The current temperature in APRSWXNET St.Joseph MO US, Saint Joseph, Missouri is 2.2°C (2:17 PM CDT on March 22, 2013). Conditions: Overcast. Humidity: 52%. Dew Point: -7.0°C. Windchill: 2.0°C. Pressure: 29.98 in 1015 hPa (Falling). Winter Storm Watch in effect from Saturday evening through Sunday evening...
19:49 oleonard Happy Spring rambutan ;)
20:03 bag jcamins: how long until end of day?  we just got to paris
20:03 jcamins bag: let's say six hours?
20:03 bag we need food badly - but I want to see if I can find sometime for Kyle to unit test :)
20:03 jcamins Thanks.
20:04 bag ok is the bug updated with the lastest problems?
20:04 * chris_n needs food badly too
20:04 bag 6 sounds doable
20:04 jcamins bag: the problem is that jenkins is failing.
20:04 bag sorry 6 hours
20:04 still jenkins - ok
20:04 jcamins Unfortunately, I don't have any more information than that.
20:05 bag ok food first and hopefully they don't take 3 hours like two nights ago!!!
20:05 gmcharlt bag: slow to get the food or just slow to eat it? ;)
20:06 jcamins Haven't you ever heard of the slow food movement?
20:06 bag food was quick - then it was 2 hours waiting for the check
20:06 jcamins It was inspired by the fact that France exists!
20:06 :P
20:06 oleonard Surely there's a way to set the column sort of a DataTable in the markup?
20:07 jcamins oleonard: that would make sense to me.
20:11 rambutan http://vortex.accuweather.com/[…]sundayweekend.jpg
20:12 I'm in the part that says "substantial snow", which could be up to 12"
20:12 jcamins Woohoo! It's missing us!
20:12 rambutan what's that aboout 319 cm?
20:13 300cm
20:13 jcamins 300mm. 30cm.
20:14 oleonard See you later #koha
20:14 rambutan ya, 3 meters
20:18 qu-bit joined #koha
20:30 pastebot "jcamins" at 127.0.0.1 pasted "khall: errors from running t/db_dependent/Plugins.t" (25 lines) at http://paste.koha-community.org/445
20:48 tcohen joined #koha
21:01 huginn New commit(s) kohagit: Merge branch 'bug_9890' into 3.12-master <http://git.koha-community.org/[…]a23ae79c9284446f4> / Bug 9890 - Fix the new plugin system for package installs <http://git.koha-community.org/[…]bf6162f0f8aec0a94>
21:01 cait joined #koha
21:07 jenkins_koha Starting build #1105 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 2 days 16 hr ago)
21:17 cait joined #koha
21:41 tcohen joined #koha
21:54 trea-away joined #koha
21:54 trea-away left #koha
21:54 trea-away joined #koha
21:55 huginn New commit(s) kohagit: Merge branch 'bug_9907' into 3.12-master <http://git.koha-community.org/[…]3b0972cba154ce636> / Bug 9907 - Plugins test dies early on some servers <http://git.koha-community.org/[…]b688a0579706b6b2b>
21:56 trea-away hi #koha - OCLC Connexion Desktop Client is broken in 3.10.3 and above - i've submitted a simple patch in bug 9908 if somebody wouldn't mind taking a look. thanks!
21:56 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9908 enhancement, P5 - low, ---, gmcharlt, NEW , OCLC Connexion Desktop Client Doesn't Work
21:57 jcamins That's a bugfix, so it's not subject to the feature freeze.
21:57 * gmcharlt will check it in a few minutes
22:07 bgallagher joined #koha
22:12 cait joined #koha
22:14 * cait waves
22:14 gmcharlt hi cait
22:15 jenkins_koha Project Koha_master build #1105: STILL UNSTABLE in 1 hr 8 min: http://jenkins.koha-community.[…]Koha_master/1105/
22:15 Kyle M Hall: Bug 9890 - Fix the new plugin system for package installs
22:15 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9890 normal, P5 - low, ---, koha-bugs, Pushed to Master , Fix the new plugin system for package installs
22:16 cait hi gmcharlt
22:16 :)
22:16 how is things with the plugins?
22:17 jenkins_koha Starting build #1106 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 2 days 17 hr ago)
22:18 bgallagher Cait ^^
22:18 cait args.
22:18 still fighting?
22:18 bgallagher Yup khall is fighting it
22:19 cait bgallagher: can you tell kyle we found his knife?
22:19 bgallagher Awesome I will tell him :)
22:19 cait heh
22:20 bgallagher: maybe better tell him fingers crossed
22:22 jcamins: still around?
22:28 dpavlin cait: don't you have to go to sleep? You can a trip tommorow :-)
22:28 cait :P
22:28 I have to do a bit of packing... and too much fresh air I guess
22:31 maximep left #koha
22:36 gmcharlt cait: I've updated the patch for bug 9820
22:36 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9820 normal, P5 - low, ---, gmcharlt, Needs Signoff , Missing space between 100/700 $a and $c (MARC21/XSLT)
22:48 cait gmcharlt: thank you - will check
22:49 and sorry for not liking the $d - we have weird german data :)
22:49 citing jcamins
22:49 gmcharlt no, that's fine -- I was of two minds about it myself
22:55 rangi hey all
22:55 * rangi is doign release notes for 3.8.11
22:57 rangi http://koha-community.org/koha-3-8-11-released/
22:58 * cait reads
23:02 rangi not too bad eh?
23:07 cait nope
23:07 * rangi does the emails
23:08 wizzyrea joined #koha
23:11 rangi ok thats that done, now a birthday party
23:13 cait hve fun
23:16 gmcharlt one thing I like about git-bz is that I feel less inhibited about making minor changes when testing and signing off on a patch
23:26 jenkins_koha Project Koha_master build #1106: STILL UNSTABLE in 1 hr 9 min: http://jenkins.koha-community.[…]Koha_master/1106/
23:26 Kyle M Hall: Bug 9907 - Plugins test dies early on some servers
23:26 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9907 blocker, P5 - low, ---, kyle.m.hall, Pushed to Master , Plugins test dies early on some servers
23:28 bgallagher joined #koha
23:29 trea-away left #koha
23:46 rangi !jenkins build koha_master now
23:46 jenkins_koha rangi: job koha_master build scheduled now
23:47 Starting build #1107 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1088 2 days 18 hr ago)

← Previous day | Today | Next day → | Search | Index

koha1