IRC log for #koha, 2013-03-31

All times shown according to UTC.

Time S Nick Message
00:53 huginn New commit(s) kohagit: Add Aaron Wells to history as committer #207 <http://git.koha-community.org/[…]72fcbb2a7f185a44a> / Merge branch 'bug_8816' into 3.12-master <http://git.koha-community.org/[…]39b0cc4b9d2b38e84> / Bug 8816: Add warning about manual edits to top of debian/control <http://git.koha-community.org/[…]=koha.git;a=commi
00:54 jenkins_koha Starting build #1129 for job Koha_master (previous build: UNSTABLE -- last SUCCESS #1127 3 hr 30 min ago)
01:34 jcamins What's koha-reset-passwd?
01:37 rangi what it sounds like, it will change the password for the db user and in koha-conf
01:37 rangi very handy
01:37 rangi when ppl wont stop using it :-)
01:37 rangi actually i lie, i think its only for a db user
01:38 jcamins Nifty.
01:38 rangi yep, it is
01:38 jcamins I don't recall ever noticing it before.
01:38 rangi koha-reset-passwd {instancename} {username}
01:44 jcamins rangi: 9786 is yours.
01:44 rangi ta
01:50 rangi ah yep, harmless enough, shouldnt ever occur (filled reserves should not be in that table any longer)
01:50 rangi but belts and braces doesn't hurt
01:55 jcamins I'm looking at bug 9484.
01:55 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9484 minor, P5 - low, ---, adrien.saurat, Passed QA , userid not generated consistently (different editing pages)
01:55 rangi ah right
01:55 jcamins I have no idea what the test plan is supposed to mean.
01:56 jcamins 4) Edit user, Detail > Library use, emptied userid, not autocomplete (not even a dot)
01:56 rangi hmm
01:56 rangi im guessing when you edit a user it doesnt suggest a userid ?
01:56 jcamins What does Detail > Library use mean?
01:56 rangi perhaps?
01:57 rangi I think the detail screen
01:57 rangi then the library use section
01:57 rangi click the edit button there
01:57 rangi (not the edit from the menu)
01:57 jcamins Ah.
01:57 jcamins I see.
01:57 jcamins Thanks.
01:57 rangi no worries
02:03 jenkins_koha Yippie, build fixed!
02:03 jenkins_koha Project Koha_master build #1129: FIXED in 1 hr 8 min: http://jenkins.koha-community.[…]Koha_master/1129/
02:03 jenkins_koha * Owen Leonard: Bug 9882 - Use DataTables on batch modifications pages
02:03 jenkins_koha * Owen Leonard: Bug 9873 - Quiet errors in the log from XSLT.pm
02:03 jenkins_koha * Aaron Wells: Bug 8816: Add warning about manual edits to top of debian/control
02:03 jenkins_koha * Jared Camins-Esakov: Add Aaron Wells to history as committer #207
02:03 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9882 normal, P5 - low, ---, oleonard, Pushed to Master , Use DataTables on batch modifications pages
02:03 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9873 normal, P5 - low, ---, oleonard, Pushed to Master , Quiet errors in the log from XSLT.pm
02:03 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8816 normal, P5 - low, ---, koha-bugs, Pushed to Master , add WARNING to debian/control file, to not manually edit
02:03 jenkins_koha Starting build #88 for job Koha_3.10.x (previous build: SUCCESS)
02:04 jcamins What exactly does xISBN do?
02:05 rangi its testing the oclc xisbn service and our code around it
02:05 jcamins Sorry, not the test.
02:05 rangi you give it an isbn
02:05 rangi and you get a list of all the other editions isbns
02:05 jcamins Hm.
02:05 rangi that you can then check in the db
02:06 rangi and it will show all the editions you have on the detail page
02:06 jcamins Ah. Detail page.
02:06 rangi the thingisbn should do the same
02:07 jcamins Well, I see the throttle.
02:22 rangi right, caught up again
02:22 * jcamins isn't.
02:23 jcamins If you want something to do, I patched something earlier.
02:24 jcamins I don't remember what.
02:26 rangi heh
02:26 rangi but its in needs signoff?
02:26 jcamins It was something I was annoyed about.
02:26 jcamins Yeah.
02:26 jcamins Bug 9941.
02:26 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9941 blocker, P5 - low, ---, koha-bugs, Needs Signoff , Web installer should not die with stacktrace when database does not exist
02:26 rangi bug 9941
02:26 rangi testing now
02:31 rangi easy peasy
02:31 rangi you resisted the temptation to throw in Try::Tiny :)
02:33 jcamins I did.
02:33 jcamins I thought nice and easy is the way to go.
02:33 rangi yep
02:33 rangi signed off, works as advertised
02:38 jcamins Hm.
02:38 jcamins How do I install translations for the intranet?
02:40 jcamins Hm.
02:40 jcamins translate install seems to work.
02:41 jcamins Which means that it's the installer that's broken.
02:43 huginn New commit(s) kohagit: Merge branch 'bug_9605' into 3.12-master <http://git.koha-community.org/[…]b718234f0086f216f> / Bug 9605: rotating collections permissions are wrong <http://git.koha-community.org/[…]6eabf001d0745edef> / Merge branch 'bug_9726' into 3.12-master <http://git.koha-community.org/[…]tdiff;h=bbf046fb4
02:43 jcamins Okay.
02:44 jcamins I got it to show up.
02:46 jenkins_koha Project Koha_3.10.x build #88: SUCCESS in 43 min: http://jenkins.koha-community.[…]b/Koha_3.10.x/88/
02:46 jenkins_koha * Jonathan Druart: Bug 9419: The highlight feature can cause a browser freeze
02:46 jenkins_koha * David Cook: Bug 9003 - Add css fix for opac items with strong and em
02:46 jenkins_koha * Jared Camins-Esakov: Bug 9003 follow-up: add fix to CCSR
02:46 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9419 minor, P5 - low, ---, jonathan.druart, Pushed to Stable , The highlight feature can cause a browser freeze
02:46 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9003 minor, P5 - low, ---, dcook, Pushed to Stable , Add css fix for opac news items with strong and em
02:46 jenkins_koha Starting build #291 for job Koha_3.8.x (previous build: SUCCESS)
02:59 jcamins Could you run updatedatabase on jenkins?
03:03 huginn New commit(s) kohagit: Merge branch 'bug_9498' into 3.12-master <http://git.koha-community.org/[…]3e36dfa08cfca47a2> / Bug 9498: Increment version number <http://git.koha-community.org/[…]039b0d47a08ed846a> / Bug 9498 QA Followup for updatedatabase <http://git.koha-community.org/[…]bc3ee708f1eb8aa88
03:08 rangi will do
03:10 jcamins Thanks.
03:12 jcamins I have to say, that change to "fix" non-MARC21 installations does not seem to be an improvement from my point of view.
03:13 jcamins My UNIMARC installation is dead.
03:13 jcamins My *new* UNIMARC installation is dead.
03:13 jcamins Just like the last one.
03:13 jcamins And no doubt the next one.
03:16 rangi hmm, i only tested normarc with it i think
03:16 jcamins Clearly UNIMARC can work.
03:16 jcamins After all, it was a UNIMARCer who proposed that horrible patch.
03:16 rangi oh i thought you meant the package one
03:16 jcamins Nope.
03:17 jcamins The one that that patch was intended to address.
03:18 rangi got a bug number?
03:19 jcamins Bug 3087.
03:19 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=3087 enhancement, P3, ---, frederic, Pushed to Master , Z39.50 server returns usmarc format records for UNIMARC DB
03:19 jcamins Oh well.
03:20 rangi oh the z3950 server one
03:20 jcamins Yeah.
03:21 rangi i remember that one, broke tons of stuff and we couldnt revert it
03:22 jcamins Yup.
03:23 rangi luckily magnuse fixed it
03:23 jenkins_koha Project Koha_3.8.x build #291: SUCCESS in 37 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/291/
03:23 jenkins_koha * Jonathan Druart: Bug 9419: The highlight feature can cause a browser freeze
03:23 jenkins_koha * Jen Zajac: Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements.
03:23 jenkins_koha * “ByWater: Bug 9786 - Holds to pull showing items not available
03:24 jenkins_koha * Fridolyn SOMERS: Bug 9953 - When OpacMaintenance breaks lifting debarment
03:24 jenkins_koha * Jonathan Druart: Bug 9945: Changed display: inline to inline-block on the inline CSS styling on the li elements.
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9419 minor, P5 - low, ---, jonathan.druart, Pushed to Stable , The highlight feature can cause a browser freeze
03:24 jenkins_koha * Karam Qubsi: Bug 9956 : Add translators to the about page
03:24 jenkins_koha * Aaron Wells: Bug 8816: Add warning about manual edits to top of debian/control
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5648 minor, P5 - low, ---, oleonard, Pushed to Stable , icons clumping together
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9786 normal, P5 - low, ---, koha-bugs, Pushed to Stable , [3.8.X] Holds to pull showing items not available
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9953 major, P5 - low, ---, fridolyn.somers, Pushed to Stable , When OpacMaintenance breaks lifting debarment
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9945 normal, P5 - low, ---, oleonard, Pushed to Stable , Pretty icon display in authorised values configuration
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9956 trivial, P5 - low, ---, nengard, Pushed to Stable , Add missing translators to the about page
03:24 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8816 normal, P5 - low, ---, koha-bugs, Pushed to Master , add WARNING to debian/control file, to not manually edit
03:24 jenkins_koha Starting build #1130 for job Koha_master (previous build: FIXED)
03:43 huginn New commit(s) kohagit: Merge branch 'bug_9479' into 3.12-master <http://git.koha-community.org/[…]7d893b4a3e7ae07ca> / Bug 9479 follow-up: only set KohaDates as dynamic once <http://git.koha-community.org/[…]b596052ca421ab1e1> / Bug 9479: FIX conflict with Bug 9014 <http://git.koha-community.org/[…]iff;h=f6f18eba0eb
03:47 rangi hmm bug 6506 has a good patch, I can't sign off though
03:47 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6506 critical, P5 - low, ---, peterAtKohaBugzilla, Needs Signoff , deleting patron history missing errors
04:35 jenkins_koha Project Koha_master build #1130: SUCCESS in 1 hr 11 min: http://jenkins.koha-community.[…]Koha_master/1130/
04:35 jenkins_koha * Fridolyn SOMERS: Bug 9274: Software error in bibtex export
04:35 jenkins_koha * David Cook: Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form
04:35 jenkins_koha * Galen Charlton: Bug 9406: ensure confirmation of patron renewal is displayed
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9274 normal, P5 - low, ---, fridolyn.somers, Pushed to Master , Software error in bibtex export
04:35 jenkins_koha * Liz Rea: Bug 9534 - No way to get back to bib detail from edit record
04:35 jenkins_koha * Katrin Fischer: Bug 9534: Follow-up - Fixing directive inside HTML tag
04:35 jenkins_koha * Peter Crellan Kelly: Bug 9885 Passwords generated by command line scripts are weak
04:35 jenkins_koha * Adrien Saurat: Bug 9484: userid not generated consistently (different editing pages)
04:35 jenkins_koha * Fridolyn SOMERS: Bug 9726: XISBN service throttle not initialized
04:35 jenkins_koha * Fridolyn SOMERS: Bug 9605: rotating collections permissions are wrong
04:35 jenkins_koha * Magnus Enger: Bug 9837 - Fix Norwegian authorized values for the web installer
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9002 normal, P5 - low, ---, dcook, Pushed to Master , Remove Problematic Logic from Patron Messaging Preferences Form
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9406 minor, P5 - low, ---, gmcharlt, Pushed to Master , no confirmation displayed after renewing a patron from details page
04:35 jenkins_koha * Magnus Enger: Bug 9752: Set marcflavour to NORMARC when NORMARC is chosen
04:35 jenkins_koha * Magnus Enger: Bug 9498 - Update encoding for Norwegian sample Z39.50 servers
04:35 jenkins_koha * Marcel de Rooy: Bug 9498 QA Followup for updatedatabase
04:35 jenkins_koha * Jared Camins-Esakov: Bug 9498: Increment version number
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9534 trivial, P5 - low, ---, liz, Pushed to Master , No way to get back to bib detail from edit record screen
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9885 normal, P5 - low, ---, peterAtKohaBugzilla, Pushed to Master , Passwords generated by command line scripts are weak
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9484 minor, P5 - low, ---, adrien.saurat, Pushed to Master , userid not generated consistently (different editing pages)
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9726 minor, P5 - low, ---, fridolyn.somers, Pushed to Master , XISBN service throttle not initialized
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9605 normal, P5 - low, ---, fridolyn.somers, Pushed to Master , rotating collections permissions are wrong
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9837 normal, P5 - low, ---, magnus, Pushed to Master , Fix Norwegian authorized values for the web installer
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9752 normal, P5 - low, ---, magnus, Pushed to Master , Set marcflavor = normarc when NORMARC is chosen in the web installer
04:35 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9498 normal, P5 - low, ---, magnus, Pushed to Master , Update encoding for Norwegian sample Z39.50 servers
04:36 jenkins_koha Starting build #89 for job Koha_3.10.x (previous build: SUCCESS)
04:42 NateC joined #koha
05:01 rangi http://dashboard.koha-community.org/
05:01 wahanui http://dashboard.koha-community.org/ are the better stats to optimise
05:01 rangi added a new graph
05:18 jenkins_koha Project Koha_3.10.x build #89: SUCCESS in 42 min: http://jenkins.koha-community.[…]b/Koha_3.10.x/89/
05:18 jenkins_koha * Jen Zajac: Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements.
05:18 jenkins_koha * Liz Rea: Bug 9745 - don't nuke translated strings in permissions on DB upgrade
05:18 jenkins_koha * Fridolyn SOMERS: Bug 9953 - When OpacMaintenance breaks lifting debarment
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5648 minor, P5 - low, ---, oleonard, Pushed to Stable , icons clumping together
05:18 jenkins_koha * Jonathan Druart: Bug 9945: Changed display: inline to inline-block on the inline CSS styling on the li elements.
05:18 jenkins_koha * ByWater Migration Support: Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme
05:18 jenkins_koha * Karam Qubsi: Bug 9956 : Add translators to the about page
05:18 jenkins_koha * Aaron Wells: Bug 8816: Add warning about manual edits to top of debian/control
05:18 jenkins_koha * Jared Camins-Esakov: Add Aaron Wells to history as committer #207
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9745 trivial, P5 - low, ---, gmcharlt, Pushed to Stable , Don't nuke translated permissions with changes introduced in bug 9382
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9953 major, P5 - low, ---, fridolyn.somers, Pushed to Stable , When OpacMaintenance breaks lifting debarment
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9945 normal, P5 - low, ---, oleonard, Pushed to Stable , Pretty icon display in authorised values configuration
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9932 normal, P5 - low, ---, kyle.m.hall, Pushed to Stable , Broken calendar image and misplaced masthead include for CCSR theme
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9956 trivial, P5 - low, ---, nengard, Pushed to Stable , Add missing translators to the about page
05:18 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8816 normal, P5 - low, ---, koha-bugs, Pushed to Master , add WARNING to debian/control file, to not manually edit
05:18 jenkins_koha Starting build #1131 for job Koha_master (previous build: SUCCESS)
06:22 longrider joined #koha
06:23 longrider Hi
06:23 longrider How are you Everybody.
06:23 longrider I have question regarding RFID integration with koha.
06:24 longrider How can I integrate RFID with koha.
06:24 longrider ?
06:25 rangi how do you mean, do you want Koha to write the tags, or do you just want to circulate using RFID tags?
06:26 longrider I want to integrate RFID with koha.
06:26 rangi yes, and what do you mean by that
06:27 rangi if you want to use RFID tags, and RFID enabled self check machines, you just use SIP2
06:27 longrider I have to write the tag and circulate using RFID.
06:27 longrider Where can I get SIP2 server.?
06:28 rangi what version of Koha do you have installed
06:28 longrider I install 3.10
06:28 jenkins_koha Project Koha_master build #1131: SUCCESS in 1 hr 10 min: http://jenkins.koha-community.[…]Koha_master/1131/
06:28 jenkins_koha * Jonathan Druart: Bug 9479: The member notices page doesn't display dates in the syspref format
06:28 jenkins_koha * Jonathan Druart: Bug 9479: FIX conflict with Bug 9014
06:28 jenkins_koha * Jared Camins-Esakov: Bug 9479 follow-up: only set KohaDates as dynamic once
06:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9479 normal, P5 - low, ---, jonathan.druart, Pushed to Master , The member notices page does not display dates in the syspref format
06:28 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9014 enhancement, P5 - low, ---, kyle, Pushed to Master , Add time due to slips
06:29 rangi http://wiki.koha-community.org[…]SIP2_server_setup
06:30 jenkins_koha joined #koha
06:30 longrider I visited that.
06:30 longrider Is SIP2 a Separated server?
06:34 longrider I am not using 3M product.
06:35 longrider My manufacturer provided me a demo and SDK with RFID equipment.
06:36 rangi ok, then you just have to start the Koha SIP2 server
06:36 longrider can you tell me which information I have to write in RFID tag by getting from koha using SIP?
06:37 rangi no idea sorry, i dont know what sort of tags you are using, and what RFID reading equipment
06:37 rangi probably at least barcode number
06:37 longrider Please mention the actual Place of SIP2 server in koha.
06:37 rangi did you read that page?
06:37 rangi it tells you
06:38 rangi and it will depend on how you installed, using the packages or using the tarball, or using git
06:38 longrider perl -IC4/SIP/ -MILS C4/SIP/SIPServer.pm /PATH/TO/SIPconfig.xml
06:39 longrider I use tarball
06:39 rangi do
06:39 rangi locate SIPServer.pm
06:41 longrider that mean it run on same server with koha.
06:41 longrider Am I right?
06:41 longrider I got SIPServer.pm
06:42 rangi yes
06:42 rangi if you want it to
06:43 longrider Which firmware I have to use for writing RFID tags?
06:49 rangi i have no idea
06:49 rangi koha doesn't read them
06:49 rangi whatever device you have does, and talks to koha via SIP2
06:50 longrider Is the any SIP emulator freely available?
06:51 longrider Is there any SIP emulator freely available?
06:51 longrider That I can use with my device.
06:51 rangi i don't know
06:51 rangi i dont know what your device is
06:52 rangi you are best off asking the person who sold it to you
06:52 rangi its not really anything at all to do with koha
06:52 longrider manufacturer only provied me demon and SDK
06:53 longrider for further development?
07:10 jenkins_koha Starting build #90 for job Koha_3.10.x (previous build: SUCCESS)
07:29 qu-bit joined #koha
07:52 jenkins_koha Project Koha_3.10.x build #90: SUCCESS in 42 min: http://jenkins.koha-community.[…]b/Koha_3.10.x/90/
07:52 jenkins_koha * Fridolyn SOMERS: Bug 9274: Software error in bibtex export
07:52 jenkins_koha * David Cook: Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form
07:52 jenkins_koha * Peter Crellan Kelly: Bug 9885 Passwords generated by command line scripts are weak
07:52 jenkins_koha * Fridolyn SOMERS: Bug 9726: XISBN service throttle not initialized
07:52 jenkins_koha * Magnus Enger: Bug 9837 - Fix Norwegian authorized values for the web installer
07:52 jenkins_koha * Magnus Enger: Bug 9752: Set marcflavour to NORMARC when NORMARC is chosen
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9274 normal, P5 - low, ---, fridolyn.somers, Pushed to Stable , Software error in bibtex export
07:52 jenkins_koha * Magnus Enger: Bug 9498 - Update encoding for Norwegian sample Z39.50 servers
07:52 jenkins_koha * Chris Cormack: Bumping db version
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9002 normal, P5 - low, ---, dcook, Pushed to Stable , Remove Problematic Logic from Patron Messaging Preferences Form
07:52 jenkins_koha * Marcel de Rooy: Bug 9498 QA Followup for updatedatabase
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9885 normal, P5 - low, ---, peterAtKohaBugzilla, Pushed to Stable , Passwords generated by command line scripts are weak
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9726 minor, P5 - low, ---, fridolyn.somers, Pushed to Stable , XISBN service throttle not initialized
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9837 normal, P5 - low, ---, magnus, Pushed to Stable , Fix Norwegian authorized values for the web installer
07:52 jenkins_koha Starting build #292 for job Koha_3.8.x (previous build: SUCCESS)
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9752 normal, P5 - low, ---, magnus, Pushed to Stable , Set marcflavor = normarc when NORMARC is chosen in the web installer
07:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9498 normal, P5 - low, ---, magnus, Pushed to Stable , Update encoding for Norwegian sample Z39.50 servers
07:53 longrider joined #koha
07:57 cait joined #koha
08:19 cait good morning #koha
08:25 cait @wunder Konstanz
08:26 huginn cait: The current temperature in Konstanz, Germany is 0.0°C (10:00 AM CEST on March 31, 2013). Conditions: Light Snow. Humidity: 92%. Dew Point: 0.0°C. Pressure: 29.78 in 1008 hPa (Rising).
08:31 jenkins_koha Project Koha_3.8.x build #292: SUCCESS in 38 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/292/
08:31 jenkins_koha * Fridolyn SOMERS: Bug 9274: Software error in bibtex export
08:31 jenkins_koha * David Cook: Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form
08:31 jenkins_koha * Peter Crellan Kelly: Bug 9885 Passwords generated by command line scripts are weak
08:31 jenkins_koha * Fridolyn SOMERS: Bug 9726: XISBN service throttle not initialized
08:31 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9274 normal, P5 - low, ---, fridolyn.somers, Pushed to Stable , Software error in bibtex export
08:31 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9002 normal, P5 - low, ---, dcook, Pushed to Stable , Remove Problematic Logic from Patron Messaging Preferences Form
08:31 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9885 normal, P5 - low, ---, peterAtKohaBugzilla, Pushed to Stable , Passwords generated by command line scripts are weak
08:31 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9726 minor, P5 - low, ---, fridolyn.somers, Pushed to Stable , XISBN service throttle not initialized
08:37 cait good morning huginn and jenkins... at least you 2 are awake :)
09:07 wizzyrea joined #koha
09:21 eythian joined #koha
09:25 wizzyrea joined #koha
09:28 cait left #koha
10:26 longrider joined #koha
10:44 longrider Hi
10:45 longrider Anybody is here?
11:26 cait joined #koha
11:34 sijobl joined #koha
11:49 * cait waves
12:23 longrider any
12:23 longrider is here?
12:23 jcamins Not many people.
12:23 jcamins Not only is it Sunday in most of the world, it's also Easter.
12:26 cait oh right easter
12:38 jcamins bug 7518
12:38 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7518 normal, P3, ---, fridolyn.somers, Signed Off , searches with quotation marks don't work
12:38 jcamins bug 9212
12:38 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9212 normal, P3, ---, kyle, Signed Off , Parentheses in subject headings break search
13:08 qu-bit_ joined #koha
14:03 paul_p joined #koha
16:04 gmcharlt @quote random
16:04 huginn gmcharlt: Quote #162: "oleonard: I think DRM is inherently incompatible with any lending system which will be friendly to patrons." (added by wizzyrea at 04:03 PM, October 28, 2011)
16:04 wahanui i already had it that way, huginn.
16:05 druthb @quote random
16:05 huginn druthb: Quote #117: "<druthb> basking ? You bask on the beach...one does not bask in the Potomac River basin...you melt or swelter or something, but you don't bask. :P" (added by jwagner at 01:17 PM, January 24, 2011)
16:06 cait happy easter druthb and gmcharlt :)
16:06 druthb Thanks, cait. :)
16:06 druthb you too!
16:06 gmcharlt thanks, cait, and you too
16:25 paul_p joined #koha
20:00 * cait broke her zebra
20:14 cait oh good
20:14 cait it's back
21:02 druthb left #koha
21:02 druthb joined #koha
21:52 bag afternnon all
21:54 cait hi bag
21:54 bag hi cait
21:54 druthb Hi, bag!
21:54 bag heya druthb
21:59 druthb @wunder 77063
21:59 huginn druthb: The current temperature in Briargrove Park, Houston, Texas is 21.1°C (4:55 PM CDT on March 31, 2013). Conditions: Mostly Cloudy. Humidity: 75%. Dew Point: 16.0°C. Pressure: 29.84 in 1010 hPa (Steady). Severe Thunderstorm Watch 74 in effect until 10 PM CDT this evening...
22:00 druthb "mostly cloudy".  Bah.
22:00 druthb How about "raining cats and dogs."
22:22 bag @wunder 93102
22:22 huginn bag: The current temperature in Westside, Santa Barbara, California is 17.9°C (3:18 PM PDT on March 31, 2013). Conditions: Mostly Cloudy. Humidity: 77%. Dew Point: 14.0°C. Pressure: 30.08 in 1019 hPa (Falling).
22:22 bag we got a bunch of rain last night early morning
22:25 cait we had wet snow htis morning...
22:25 cait @wunder Konstanz
22:25 huginn cait: The current temperature in Konstanz, Germany is 0.0°C (12:00 AM CEST on April 01, 2013). Conditions: Snow. Humidity: 93%. Dew Point: 0.0°C. Pressure: 29.83 in 1010 hPa (Falling).
22:37 druthb brr!
22:40 bag yeah zero is cold and I don't think I've ever seen zero come back as an asnwer to @wunder
22:40 bag hey druthb whatcha upto?
22:41 druthb boxesboxesboxes...
22:41 bag We had some lamb, yorkshire pudding, parsnips, and leek soup
22:41 bag but Ginny pie is sick - the last two nights she's had a 100 temperature
22:42 bag but she's a trooper - she's been doing ok
22:44 cait oh no
22:45 druthb !
22:45 cait hope she feels better soon
22:51 bag yeah me too
22:51 bag she has been sleeping with her arms wrapped around my arm - it's is the most amazingly sweet thing to see
22:52 druthb aw!
22:53 jcamins Wasabi ginger chocolate chip cookie time!
22:54 jcamins bag: I hope she gets better soon!
22:54 bag thanks jared!
23:04 bag we had a raspberry ny style cheesecake for dessert - homemade :)
23:04 bag was excellent
23:07 cait i guess i better leave now before I end up pludering the fridge :)
23:07 cait byeall :
23:07 cait :)
23:07 cait left #koha
23:07 bag later cait - be well

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