IRC log for #koha, 2014-04-28

All times shown according to UTC.

Time S Nick Message
00:41 jenkins_koha Project Koha_master build #1716: STILL UNSTABLE in 2 hr 27 min: http://jenkins.koha-community.[…]Koha_master/1716/
00:41 jenkins_koha * Mason James: Bug 10823: add class info to enumchron data in detail.tt, for better styling
00:41 jenkins_koha * Pasi Kallinen: Bug 11631: Make i18n toolchain ignore useless strings
00:41 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 11497: remove TT construct for picking a default string that i18n toolchain fails to pick up
00:41 jenkins_koha * Pasi Kallinen: Bug 12138 - Use placeholders in translatable Javascript strings
00:41 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 11227: remove some JavaScript from staff PO files
00:41 jenkins_koha * Owen Leonard: Bug 11769 - Use validation plugin when creating new MARC framework
00:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10823 trivial, P5 - low, ---, mtj, Pushed to Master , add class info to enumchron data in detail.tt, for better styling
00:41 jenkins_koha * Owen Leonard: Bug 11769: (follow-up) style required fields
00:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11631 enhancement, P5 - low, ---, pasi.kallinen, Pushed to Master , Make translation toolchain ignore useless translatable strings
00:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11497 minor, P5 - low, ---, bgkriegel, Pushed to Master , i18n toolchain fails to pick up TT code in the format 'SomeVariable or "Some Text"' for translation
00:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12138 enhancement, P5 - low, ---, pasi.kallinen, Pushed to Master , Use placeholders in translatable javascript strings
00:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11227 normal, P5 - low, ---, bgkriegel, Pushed to Master , Staff po files contain some Javascript
00:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11769 enhancement, P5 - low, ---, oleonard, Pushed to Master , Use validation plugin when creating new MARC framework
03:56 cait joined #koha
04:19 cait morning #koha
04:23 cait gmcharlt++
04:27 eythian ho cait
04:27 eythian *hi
04:46 cait hi eythian
05:18 cait @later tell jcamins - Alles Gute zum Geburtstag :)
05:18 huginn cait: The operation succeeded.
05:19 eythian @later tell jcamins what she said.
05:19 huginn eythian: The operation succeeded.
05:36 laurence joined #koha
05:38 laurence left #koha
05:47 * magnuse waves
05:47 magnuse @later tell jcamins what she said.
05:47 huginn magnuse: The operation succeeded.
05:57 paxed bah. still no moving forward with bug 12072
05:57 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12072 enhancement, P5 - low, ---, pasi.kallinen, Signed Off , New dateformat dd.mm.yyyy
06:20 cait paxed: it's been weekend.
06:24 magnuse and cait has been putting in a lot of time and effort on qa!
06:24 magnuse cait++
06:42 cait left #koha
06:54 reiveune joined #koha
06:54 reiveune hello
06:54 alex_a joined #koha
06:55 alex_a joined #koha
06:57 alex_a joined #koha
07:01 paul_p joined #koha
07:03 magnuse bonjour reiveune alex_a paul_p
07:03 reiveune hello magnuse :)
07:03 alex_a salut magnuse
07:03 paul_p hello  #koha
07:08 cait joined #koha
07:09 cait hi #koha
07:20 magnuse wb cait
07:25 gaetan_B joined #koha
07:25 gaetan_B hello
07:25 cait hi magnuse
07:25 cait @wunder Konstanz
07:25 huginn cait: The current temperature in Taegerwilen, Taegerwilen, Germany is 8.3°C (9:25 AM CEST on April 28, 2014). Conditions: Light Rain. Humidity: 94%. Dew Point: 7.0°C. Windchill: 8.0°C. Pressure: 29.83 in 1010 hPa (Steady).
07:27 magnuse @wunder boo
07:27 huginn magnuse: The current temperature in Bodo, Norway is 5.0°C (9:20 AM CEST on April 28, 2014). Conditions: Light Rain. Humidity: 93%. Dew Point: 4.0°C. Windchill: 0.0°C. Pressure: 29.77 in 1008 hPa (Steady).
07:27 magnuse cait: can i send you some of our rain? it's not as light as huginn thinks...
07:27 cait magnuse: of course
07:27 cait i like rain
07:27 cait they had promised lots of rain for the weekend and i was very disappointed
07:30 * magnuse sends some rain to konstanz
08:00 ashimema any vim pros lurking in here?
08:05 marcelr joined #koha
08:05 marcelr hi #koha
08:07 magnuse hiya marcelr
08:07 marcelr hi magnuse
08:08 magnuse ashimema: not me, but now i am curious about what you want to do? :-)
08:08 ashimema I think I've sorted it.
08:08 ashimema I was trying to map Ctrl+F6 to running perltidy..
08:09 ashimema BUT.. it seems there's a bug in vim which means that in CLI the Ctrl+ combination doesn't work.
08:10 ashimema now I just have to work out if this is going to interfere with vDebug ;)
08:10 magnuse sounds like fun
08:10 ashimema mm
08:12 ashimema ok.. Ctrl+t works nicely.. and won't mess up vDebug..
08:13 ashimema that'll do the trick.
08:16 magnuse based on http://wiki.koha-community.org/wiki/Vim#Perltidy ?
08:22 paxed this regex is TmplTokenize.pm looks wrong to me: if ($s0 =~ /^(\s*\[%\s*)(.*)(\s%=]\s*)$/s) {
08:22 paxed in*
08:23 paxed afaict, it matches [% foo %=]   ... i don't think %=] is TT tag?
08:27 magnuse nope, don't think so
08:29 magnuse it should have been mentioned here if it was, i think? http://template-toolkit.org/do[…]anual/Syntax.html
08:29 paxed indeed
08:30 magnuse we need to catch [%- foo %] [%- foo -%] [% foo -%]
08:30 ashimema partially yes magnuse
08:34 * magnuse should learn more about vim
08:35 * magnuse should learn more about alot of things, in fact
08:41 JesseM joined #koha
08:52 marcelr cait++ #almost cleared the Signoff queue
08:55 atheia joined #koha
08:55 TCTV20 joined #koha
08:58 magnuse cait++ yeah that is awesome
09:02 magnuse gah, ubuntu 14.04 seems nice, except koha is messed up
09:05 nlegrand joined #koha
09:05 nlegrand hey #koha
09:08 magnuse hiya nlegrand
09:09 ashimema cait was holding off on 14.04 untill you fixed koha in it magnuse ;)
09:09 ashimema she was waiting for someone else to dive in first.. hehe
09:11 mattsz magnuse, what is messed up with koha in 14.04 ?
09:20 magnuse clever cait... ;-)
09:20 magnuse hm, what was that problem i had yesterday again?
09:21 magnuse something about no mpm module being installed
09:21 magnuse i fixed that
09:21 magnuse but now i get a 403 error and no css etc
09:21 magnuse the mpm was definitely an apache thing, and not a koha thing
09:22 magnuse ah, now i get "AH01630: client denied by server configuration"
09:22 magnuse that's probably the new deny/allow etc thing?
09:22 magnuse in apache
09:23 magnuse probably bug 11404
09:23 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11404 major, P5 - low, ---, tomascohen, ASSIGNED , add out-of-the-box support for Apache 2.4
09:28 magnuse @later tell tcohen should bug 11404 be "needs signoff"?
09:28 huginn magnuse: The operation succeeded.
09:41 magnuse yup. https://httpd.apache.org/docs/[…]ading.html#access
09:55 ashimema is cait missing today?
09:56 magnuse i think she is in a meeting, perhaps
09:57 magnuse a.k.a. being distracted
09:59 ashimema makes sense
09:59 ashimema did we ever reach a verdict on whether dbix could be used in pl files?
10:00 ashimema or whether it should still be limited to modules?
10:00 magnuse hm, good question
10:01 Joubu ashimema: no, I think there is no consensus.
10:01 ashimema poo
10:02 ashimema thanks both
10:02 magnuse hm, referring to pastes in meeting minutes might not be a good idea
10:02 Joubu actually I am not sure a discussion took place.
10:02 * cait waves
10:02 ashimema it didn't in the last meetings..
10:02 cait just staff meeting
10:02 cait readng back now
10:04 cait about dbix
10:04 cait i'd like to put it on the next agenda
10:04 cait i wanted it for this, but it got too full already
10:05 cait Joubu: what's Julian's nick? :) I just found bug 11843
10:05 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11843 blocker, P5 - low, ---, julian.maurice, Needs Signoff , Manual subscription history doesn't seem to work as expected
10:06 cait and about the needs sign off - i won't be able to do much today, so I'd be very happy if someone could take a look at the remaining enh
10:06 Joubu cait: jajm
10:06 cait jajm++ :)
10:06 cait Joubu++ too
10:07 cait one of them is from me so I can't qa it even :)
10:07 jajm hi cait :)
10:07 cait thx for 9088
10:07 cait i hope to take a look soon... bit hard to tell right now
10:08 magnuse ah yes Monday, 28 April: feature freeze -- any new feature or enhancement bug
10:08 magnuse must have reached Passed QA by the end of that day to be considered
10:08 magnuse for inclusion.
10:08 cait end of day in seattle... but it's today
10:08 magnuse yup
10:09 cait hm 8 enh right now
10:10 magnuse dbic in .pl files was discussed at http://wiki.koha-community.org[…]February_25,_2014 - but there were no conclusions
10:11 cait yeah i think we need to come to one
10:12 cait or it will block bugs in qa etc.
10:15 magnuse i think we were kind of going to wait for gmcharlt to provide some examples
10:15 cait for use of dbic yeah, maybe after the release it will be easier to find time for that
10:16 magnuse probably ;-)
10:17 magnuse this has the right date of the next dev meeting?
10:17 magnuse http://wiki.koha-community.org[…]ting,_21_May_2014
10:17 magnuse if so, the date/time conversion links are wrong
10:18 * magnuse fixed it
10:18 cait 21st sounds right
10:18 cait thx magnuse
10:18 cait magnuse++
10:19 ashimema cheers magnuse.. I must have got them wrong :(
10:19 magnuse just the first one, easy to do
10:20 * magnuse has been known to do similar things
10:24 magnuse might be a good idea to try and organize something like a gbsd after feature freeze, to focus on actual bugs?
10:24 magnuse but let's talk about that tomorrow
10:25 ashimema :)
10:25 * magnuse wanders off in search of sustenance
11:19 tgoat joined #koha
11:22 alex_a joined #koha
11:22 jcamins joined #koha
11:24 jwagner joined #koha
11:42 NateC joined #koha
12:01 kmlussier joined #koha
12:02 meliss joined #koha
12:05 nengard joined #koha
12:07 jwagner joined #koha
12:14 tcohen joined #koha
12:18 tcohen morning #koha!
12:19 magnuse ¡hola tcohen!
12:20 nengard joined #koha
12:20 jwagner joined #koha
12:26 cait hi tcohen :)
12:26 tcohen magnuse, you're right it is time to work on bug 11404
12:26 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11404 major, P5 - low, ---, tomascohen, ASSIGNED , add out-of-the-box support for Apache 2.4
12:27 magnuse tcohen: yay! :-)
12:38 edveal joined #koha
12:44 francharb joined #koha
12:47 tcohen oleonard, could you take a look at bug 11117 when you have a couple of minutes?
12:47 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11117 enhancement, P5 - low, ---, oleonard, Needs Signoff , Right to left text in facets + facet count = mixed text
12:47 tcohen bgkriegel tested and signed before you told me I needed to regen using lessc
12:48 marcelr hi tcohen: i see you made a link between 9612 and 12012; i think the dependency is the other way around..
12:48 tcohen i thought they were inter-dependent actually
12:48 marcelr they can be pushed independently
12:49 marcelr but it would be nice if there is not too mich time in between
12:49 marcelr much
12:50 tcohen does the removal of the elementSet for DOM make a difference? does zebrasrv default to 'marcxml' if not specified?
12:51 marcelr not sure what you exactly mean..
12:51 tcohen you removed the elementSet param for ZConn if in DOM
12:52 marcelr you do not need it
12:52 magnuse bug 9612 and bug 12012
12:52 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9612 minor, P5 - low, ---, m.de.rooy, Signed Off , SRU Response is different when DOM indexing is enabled
12:52 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12012 normal, P5 - low, ---, m.de.rooy, ASSIGNED , Updating Zebra config files for debian packages
12:53 marcelr i also tested without marcxml in dom-config
12:53 marcelr this could work, but to be safe i left it in
12:57 kivilahtio__ Does anybody know if there is a VuFind driver to Koha?
12:58 kivilahtio__ apparently there are some implementations, but it is hard to nail a somewhat recent article about that
13:05 magnuse kivilahtio__: i'm pretty sure some libraries are using koha + vufind, but i don't know any specifics
13:05 kivilahtio__ magnuse: yeah, just seems to be pretty hard to find one :)
13:05 kivilahtio__ magnuse: maybe I should try the mailing list
13:10 cait kivilahtio__: i think there is one from a university in bangladesh
13:10 cait but it uses the database
13:11 cait i think I haven't seen one yet using a good api, like sip or ils-di
13:11 kivilahtio__ ok
13:11 cait kivilahtio__: using the database = not really working out circulation rules etc.
13:11 kivilahtio__ yeah
13:11 kivilahtio__ cait: thanks for the heads up
13:12 kivilahtio__ cait: we got an email from our national catalogue asking for a koha-vufind driver and a oai-pmh server
13:13 cait ah
13:13 cait interesting :)
13:13 * cait reminds everyone of feature freeze being today
13:17 magnuse oai-pmh should be ok, at least
13:17 marcelr it is getting colder
13:17 magnuse oai-pmh?
13:17 wahanui oai-pmh is "a way to share Koha data with external applications"
13:18 reiveune joined #koha
13:26 magnuse ooh, lots of this in the intranet error log: DateUtils.pm: when is experimental at /home/magnus/scripts/kohaclone/Koha/DateUtils.pm line 134., referer: http://kohadev:8080/cgi-bin/ko[…]number=130&step=3
13:29 alex_a_ joined #koha
13:49 alex_a joined #koha
14:03 talljoy joined #koha
14:08 collum joined #koha
14:14 nengard joined #koha
14:21 tcohen magnuse: its a perl 5.18 thing
14:31 tcohen magnuse, how do u reproduce the warning?
14:35 jcamins joined #koha
15:03 nengard_afk joined #koha
15:06 tcohen joined #koha
15:10 rocio joined #koha
15:34 cait Joubu: could i talk you into qaing my patch?
15:35 alex_a_ joined #koha
15:42 nengard_ joined #koha
15:42 jenkins_koha Starting build #454 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #442 7 days 15 hr ago)
15:43 huginn New commit(s) kohagit: Bug 12111: (follow-up) ensure that vendor note is not editable during order receiving <http://git.koha-community.org/[…]71eae7858aa2b1f52> / Bug 12111: (follow-up) fix breadcrumbs wording for vendor note <http://git.koha-community.org/[…]b59df5e329b761b41> / Bug 12111: Improving templates regarding order notes <http:/
15:43 wahanui Hmm.  No matches for that, huginn.
15:45 jenkins_koha Starting build #1717 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1706 7 days 22 hr ago)
15:51 magnuse khall++ for persevering on bug 11703
15:51 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11703 enhancement, P5 - low, ---, kyle, Signed Off , Convert checkouts table to ajax datatable
15:54 cait magnuse: some additional sign off would be awesome ;)
16:00 magnuse cait: :-)
16:10 nengard left #koha
16:15 ashimema any qa script guru's out there..?
16:15 ashimema I havent delved into the code yet.. but if there's anoyne about that knows what the follwoing error menas off the top of their heads.. speak up :)
16:16 ashimema fatal: ambiguous argument 'koha-tmpl/intranet-tmpl/prog/e​n/modules/admin/aqbudgets.tt': unknown revision or path not in the working tree'
16:17 jcamins ashimema: you're missing a --
16:17 jcamins cait: thanks!
16:17 jcamins eythian: magnuse: thanks to you two, too!
16:17 cait jcamins: hope you baked yourself some nice birthday cake :)
16:18 jcamins cait: that's it! That's what we can use the smashed cookies for! I'll make myself an ice cream cake!
16:18 jcamins I thought of the ice cream cake, but hadn't thought of a reason to make one.
16:18 jcamins My birthday seems like a good excuse.
16:19 cait sounds like a great idea :)
16:19 ashimema jcamins.. missing a --.. where?
16:19 jcamins (I have a large bag full of smashed cookies because I accidentally dropped a copy of the Folio Society's Kelmscott Chaucer on them)
16:19 jcamins ashimema: unfortunately, I'm not sure. But that's what the error usually means. That your command should have had a --
16:19 ashimema ran it the same way I always ru it : qa -c 6 -v 2 | more'
16:20 ashimema oh.. well that's useful to know at least..
16:20 ashimema lets have a little play ;)
16:20 jcamins Yeah, I wouldn't think that you should get that error when running the QA script. Much more likely if you were trying to do things by hand.
16:21 ashimema that's what I would have thought..
16:22 ashimema gonna go dig inot the code.. see if I can spot anything
16:22 ashimema aha.. now it runs.. though nothing has changed..
16:22 ashimema but.. it does fail the qa tests :(
16:24 ashimema Joubu about?
16:26 cait might have already left i think - not sure
16:26 cait what is failing?
16:26 wahanui somebody said failing was a great thing!
16:27 jcamins Probably me.
16:27 * jcamins is pro-failure.
16:27 jcamins The faster you fail, the faster you can fix.
16:30 ashimema FAIL   koha-tmpl/intranet-tmpl/prog/​en/modules/admin/aqbudgets.tt
16:30 ashimema OK     forbidden patterns
16:30 ashimema FAIL   tt_valid
16:30 ashimema lines 310
16:30 cait probably a selected structure
16:30 ashimema I'm not doing very well there..
16:30 cait would be interesting to see waht tt_valid complains about
16:31 cait coudlalso be a missing [% END %] lost in rebase or something like that
16:31 ashimema was hoping to get three qa done before lunch.. and still have barely touched them due to distractions.
16:31 cait i know the feeling
16:31 cait going home now...will try to come back
16:31 ashimema finally get a chance to look, and one fails immediately.. blocks the second one, and the third one wont apply due to encoding issues
16:32 cait hm encoding issues?
16:32 cait ashimema: hoe much logner are you here?
16:32 ashimema the encoding thing is a git issue
16:32 ashimema Content-Type: text/plain; charset=UTF-8
16:32 ashimema Content-Transfer-Encoding: 8bit
16:32 ashimema Content-Type: text/plain; charset="utf-8"
16:32 cait could you wget the patch
16:33 ashimema you don't need both..
16:33 cait andjust delete the double up?
16:33 cait and then apply?
16:33 ashimema goona wget the patch.. fix it up and then play
16:33 cait it probably happened when the sign off was done
16:33 cait it can happen with some weird git settings
16:33 cait have to run, bbl
16:33 huginn New commit(s) kohagit: Bug 12115: follow-up fix for tools/inventory's output_pref issues <http://git.koha-community.org/[…]e9b6c0c5a237af1ef> / Bug 11986: fix searching by tags in OPAC when DOM mode is in use <http://git.koha-community.org/[…]c3e3863eaf0710235>
16:34 cait left #koha
16:34 paul_p joined #koha
16:38 mtompset joined #koha
16:39 mtompset Greetings, #koha.
16:42 jenkins_koha Project master_maria build #454: STILL UNSTABLE in 1 hr 0 min: http://jenkins.koha-community.[…]master_maria/454/
16:42 jenkins_koha * Mathieu Saby: Bug 12111: Improving templates regarding order notes
16:42 jenkins_koha * Mathieu Saby: Bug 12111: (follow-up) fix breadcrumbs wording for vendor note
16:42 jenkins_koha * Galen Charlton: Bug 12111: (follow-up) ensure that vendor note is not editable during order receiving
16:42 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12111 trivial, P5 - low, ---, mathsabypro, Pushed to Master , Improving templates regarding order notes
16:49 jenkins_koha Starting build #455 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #442 7 days 16 hr ago)
16:51 khall ashimema: it looks like something funky happened when you reupped the patches for 11859, the first and last are the same patch!
16:51 ashimema ack..
16:51 ashimema I thought somthing wnet wonky..
16:52 ashimema was just looking into it as it happens.
16:52 ashimema git bz doesn't like this patch set.
16:52 khall yeah, I had to delete the "utf-8" line from the patch before it would apply
16:52 ashimema same..
16:52 khall you beat me to the qa punch on that one ; )
16:53 ashimema haha.. feel free to steal it..
16:53 ashimema I'm currently reminding mysefl how to build the patches manually to upload ;)
16:53 ashimema do it so infrequesntly now that I've learny bz ;)
16:54 tcohen joined #koha
16:55 khall are you changing the patches right now? I'm trying to restore the pre-qa set
16:56 ashimema I just swithc branches and git bz threw a wobly.. think it threw another one up..
16:56 ashimema I'll stop if you want
16:59 khall ashimema: fixed up, you can redownload these and re-sign them
16:59 NateC joined #koha
17:02 druthb LOL du jour:  Apparently, Macintosh hardware now supports Windows:  http://imgur.com/WJWRFsF
17:10 ashimema cheers khall.
17:10 ashimema sorry for the confusion..
17:10 ashimema we're too keen as a pair ;)
17:15 nengard joined #koha
17:16 huginn New commit(s) kohagit: Bug 12134: ensure that patrons are not restricted even when the last restriction... <http://git.koha-community.org/[…]5dbc153dc3aa13606> / Bug 12134: (follow-up) fix one of the IsDebarred() tests <http://git.koha-community.org/[…]21224d1ebbc8c388c> / Bug 12134: (follow-up) add more unit tests to reflect the change in
17:21 cait joined #koha
17:22 gmcharlt howdy folks - rescuing the two dependencies of bug 12089 would be a niceness
17:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12089 enhancement, P5 - low, ---, oleonard, Passed QA , Remove use of dt_add_type_uk_date()
17:24 cait gmcharlt: hm weird - i tested without them and it all seemed to work nicely
17:24 cait and no oleonard today
17:25 gmcharlt cait: I'll check again in a moment
17:25 cait hope i didn'tmiss something - but i tried all the tables listed
17:26 cait having som esoup, then i  will be around again
17:26 huginn New commit(s) kohagit: Bug 11724: Make Funds/Status on suggestions page sortable/searchable <http://git.koha-community.org/[…]814d7a8811f9cb6eb> / Bug 11856: Add publication year and edition to French acq PDF template <http://git.koha-community.org/[…]4627a3e396235aae4> / Bug 11856: Add publication year and edition to German acq PDF templat
17:28 gmcharlt cait: 12089 is blocked until its dependencies are fixed because it removes a javascript function that woudl still be in use by four templates
17:28 cait ah
17:28 cait that makes sense
17:28 cait so someone sign off please!
17:29 pastebot "gmcharlt" at 127.0.0.1 pasted "uses of dt_add_type_uk_date() still present after the patch for 12089 is applied" (4 lines) at http://paste.koha-community.org/13
17:29 cait should have caught that.hmpf.
17:32 gmcharlt cait: I've fixed the merge conflict for 11719, and its ready for QA
17:32 cait will take a look after soup
17:33 cait trying not to spill it on the laptop righ tnow :)
17:33 gmcharlt that would be good :)
17:33 cait i agree :)
17:38 gmcharlt 12088 is ready as well now
17:41 reiveune bye
17:41 reiveune left #koha
17:42 cait and ashimema++
17:43 cait khall++
17:47 jenkins_koha Project master_maria build #455: STILL UNSTABLE in 58 min: http://jenkins.koha-community.[…]master_maria/455/
17:47 jenkins_koha * Jacek Ablewicz: Bug 11986: fix searching by tags in OPAC when DOM mode is in use
17:47 jenkins_koha * Mark Tompsett: Bug 12115: follow-up fix for tools/inventory's output_pref issues
17:47 huginn New commit(s) kohagit: Bug 7125: make MARC framework tag form not suggest that one can change the form <http://git.koha-community.org/[…]fd8337782a241aa74> / Bug 12127: fix incorrect DataTable types in Holds to Pull list <http://git.koha-community.org/[…]7bb987cc98c74c8be>
17:47 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11986 normal, P5 - low, ---, abl, Pushed to Master , Tags searching doesn't work in OPAC if biblio DOM indexing is being used
17:47 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12115 minor, P5 - low, ---, mtompset, Pushed to Master , Follow up fix for tools/inventory.pl's output_pref issues
17:50 cait on 11719 now
17:53 jenkins_koha Starting build #456 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #442 7 days 17 hr ago)
18:00 cait 11719 passed off to the next
18:07 cait I am confused by 12088
18:07 cait it says here should be a reported on column
18:07 cait i don't see that
18:08 cait oh found it
18:08 cait not in the table..
18:13 cait gmcharlt: datatables patches looked ok to me, all passed
18:13 gmcharlt cool
18:15 jenkins_koha Project Koha_master build #1717: STILL UNSTABLE in 2 hr 31 min: http://jenkins.koha-community.[…]Koha_master/1717/
18:15 jenkins_koha * Mathieu Saby: Bug 12111: Improving templates regarding order notes
18:15 jenkins_koha * Mathieu Saby: Bug 12111: (follow-up) fix breadcrumbs wording for vendor note
18:15 jenkins_koha * Galen Charlton: Bug 12111: (follow-up) ensure that vendor note is not editable during order receiving
18:15 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12111 trivial, P5 - low, ---, mathsabypro, Pushed to Master , Improving templates regarding order notes
18:17 cait gmcharlt: hm problem about the odt - it explodes if the dependency is not installed - not sure how to add a check
18:18 cait bug 11679
18:18 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11679 enhancement, P5 - low, ---, jonathan.druart, Signed Off , Add an ods export choice for reports
18:19 gmcharlt it's marked as a new required dep, so it exploding is not a problem
18:19 cait ok
18:19 cait installing it then and moving on :)
18:19 jenkins_koha Starting build #1718 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1706 8 days 0 hr ago)
18:30 huginn New commit(s) kohagit: Bug 11351: (follow-up) ensure itemtypes.sip_media_type is set to NULL when cleared <http://git.koha-community.org/[…]9f77f51eab0fb9b44> / Bug 11351: (follow-up) update DBIC schema classes <http://git.koha-community.org/[…]a9b715025625c1c5d> / Bug 11351: DBrev 3.15.00.037 <http://git.koha-community.org/gitweb/?p=koha.g
18:33 NateC joined #koha
18:39 smeagol joined #koha
18:40 smeagol Hi all. Does anyone know where to increase innodb_buffer_pool_size in koha? thanks
18:40 cait that looks like a mysql setting
18:41 smeagol yes, but its not in my.cnf
18:41 cait so you would look in your mysql configuration
18:51 huginn New commit(s) kohagit: Bug 12089: Remove use of dt_add_type_uk_date() - JavaScript <http://git.koha-community.org/[…]19a051a1d0bd28760> / Bug 12089: Remove use of dt_add_type_uk_date() - Acquisitions <http://git.koha-community.org/[…]7f9bde2f54d299b72> / Bug 12089: Remove use of dt_add_type_uk_date() - Circulation <http://git.koha-community
19:12 huginn New commit(s) kohagit: Bug 11679: Add ODS as an export format for reports <http://git.koha-community.org/[…]1f0253303eec6ca96> / Bug 11679: Add the new dependency OpenOffice::OODoc <http://git.koha-community.org/[…]a17dab4fba430d0f8>
19:42 pianohacker joined #koha
19:42 pianohacker checking in real quick
19:43 * druthb SaysHiToPianohackerRealQuickBeforeHeGoesAway
19:43 pianohacker ahhhh
19:43 pianohacker bye :)
19:46 cait hi pianohacker
20:06 cait hm where has pianohacker ran off too?
20:16 kathryn joined #koha
20:16 * cait waves to kathryn
20:16 kathryn hey cait :)
20:22 nengard left #koha
20:22 jenkins_koha Project Koha_master build #1718: STILL UNSTABLE in 2 hr 5 min: http://jenkins.koha-community.[…]Koha_master/1718/
20:22 jenkins_koha * Jacek Ablewicz: Bug 11986: fix searching by tags in OPAC when DOM mode is in use
20:22 jenkins_koha * Mark Tompsett: Bug 12115: follow-up fix for tools/inventory's output_pref issues
20:22 jenkins_koha * Jonathan Druart: Bug 12134: Add unit tests to reflect the change in IsDebarred
20:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11986 normal, P5 - low, ---, abl, Pushed to Master , Tags searching doesn't work in OPAC if biblio DOM indexing is being used
20:22 jenkins_koha * Jonathan Druart: Bug 12134: (follow-up) add more unit tests to reflect the change in IsDebarred
20:22 jenkins_koha * Galen Charlton: Bug 12134: (follow-up) fix one of the IsDebarred() tests
20:22 jenkins_koha * Kyle M Hall: Bug 12134: ensure that patrons are not restricted even when the last restriction has expired
20:22 jenkins_koha * Katrin Fischer: Bug 11856: Add publication year and edition to English acq PDF templates
20:22 jenkins_koha * Katrin Fischer: Bug 11856: Add publication year and edition to German acq PDF template
20:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12115 minor, P5 - low, ---, mtompset, Pushed to Master , Follow up fix for tools/inventory.pl's output_pref issues
20:22 jenkins_koha * Katrin Fischer: Bug 11856: Add publication year and edition to French acq PDF template
20:22 jenkins_koha * Owen Leonard: Bug 11724: Make Funds/Status on suggestions page sortable/searchable
20:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12134 critical, P5 - low, ---, kyle, Pushed to Master , Members are restricted even if the debarment is ended
20:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11856 trivial, P5 - low, ---, m.de.rooy, Needs Signoff , Minor improvements on code documentation (omnibus)
20:22 jenkins_koha * David Cook: Bug 12127: fix incorrect DataTable types in Holds to Pull list
20:22 jenkins_koha * Owen Leonard: Bug 7125: make MARC framework tag form not suggest that one can change the form
20:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11724 enhancement, P5 - low, ---, oleonard, Pushed to Master , Make Funds/Status on suggestions page sortable/searchable
20:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12127 normal, P5 - low, ---, dcook, Pushed to Master , Incorrect DataTable types in Holds to Pull list
20:23 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7125 normal, P5 - low, ---, oleonard, Pushed to Master , can't change tag in frameworks
20:27 jenkins_koha Starting build #1719 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1706 8 days 2 hr ago)
20:28 cait @wunder Konstanz
20:28 huginn cait: The current temperature in Taegerwilen, Taegerwilen, Germany is 7.9°C (10:25 PM CEST on April 28, 2014). Conditions: Light Rain. Humidity: 94%. Dew Point: 7.0°C. Windchill: 8.0°C. Pressure: 29.89 in 1012 hPa (Steady).
20:30 gmcharlt khall_away: about?
20:36 trea joined #koha
20:45 tgoat joined #koha
21:05 jeff joined #koha
21:09 irma joined #koha
21:25 mtompset jeff... coffee.ofdoom.org? Nice.
21:33 halcyonCorsair joined #koha
22:17 mtompset Have a great day, #koha.
22:22 wizzyrea So question, merging records with 942's, anyone have any idea why this is now destroying records?
22:22 wizzyrea is that a known bug?
22:23 wizzyrea I couldn't find it if it is...
22:23 wizzyrea without* 942c's
22:24 bag magnuse: HI
22:30 jenkins_koha Project Koha_master build #1719: STILL UNSTABLE in 2 hr 6 min: http://jenkins.koha-community.[…]Koha_master/1719/
22:30 jenkins_koha * Kyle M Hall: Bug 11351 - Add support for SIP2 media types
22:30 jenkins_koha * Jonathan Druart: Bug 11351 - Add support for SIP2 media types - French file
22:30 jenkins_koha * Galen Charlton: Bug 11351: (follow-up) fix typos in seed SIP2 media types
22:30 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11351 enhancement, P5 - low, ---, kyle, Pushed to Master , Add support for SIP2 media types
22:30 jenkins_koha * Galen Charlton: Bug 11351: DBrev 3.15.00.037
22:30 jenkins_koha * Galen Charlton: Bug 11351: (follow-up) update DBIC schema classes
22:30 jenkins_koha * Galen Charlton: Bug 11351: (follow-up) ensure itemtypes.sip_media_type is set to NULL when cleared
22:30 jenkins_koha * Owen Leonard: Bug 11719 - Use new DataTables include in serials templates
22:30 jenkins_koha * Owen Leonard: Bug 11719: (follow-up) fix column sorting configuration
22:30 jenkins_koha * Owen Leonard: Bug 11719: (follow-up) fixed two more sorting issues
22:30 jenkins_koha * Owen Leonard: Bug 12088: Improve date handling and sorting in holds to pull report
22:30 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11719 normal, P5 - low, ---, oleonard, Pushed to Master , Use new DataTables include in serials templates
22:30 jenkins_koha * Owen Leonard: Bug 12089: Remove use of dt_add_type_uk_date() - Members
22:30 jenkins_koha * Owen Leonard: Bug 12089: Remove use of dt_add_type_uk_date() - Budgets
22:30 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12088 enhancement, P5 - low, ---, oleonard, Pushed to Master , Improve date handling and sorting in holds to pull report
22:31 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12089 enhancement, P5 - low, ---, oleonard, Pushed to Master , Remove use of dt_add_type_uk_date()
22:31 jenkins_koha * Owen Leonard: Bug 12089: Remove use of dt_add_type_uk_date() - Circulation
22:31 jenkins_koha * Owen Leonard: Bug 12089: Remove use of dt_add_type_uk_date() - Acquisitions
22:31 jenkins_koha * Owen Leonard: Bug 12089: Remove use of dt_add_type_uk_date() - JavaScript
22:31 jenkins_koha * Jonathan Druart: Bug 11679: Add the new dependency OpenOffice::OODoc
22:31 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11679 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Add an ods export choice for reports
22:31 jenkins_koha * Jonathan Druart: Bug 11679: Add ODS as an export format for reports
22:34 eythian hi
22:41 papa joined #koha
22:57 mtj hey wizzyrea, what koha version is the 942c bug happening on?
23:12 trea joined #koha
23:16 bag heya trea
23:18 eythian mtj: something current, 3.14.4 or so
23:18 eythian (I think)
23:19 mtj hmm, ok - was gonna ask if the problem still exists on a 3.12 codebase...
23:19 mtj just to narrow the bug down
23:36 kmlussier joined #koha
23:45 bag @later tell cait - still have the bunny :)
23:45 huginn bag: The operation succeeded.

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