IRC log for #koha, 2014-11-20

All times shown according to UTC.

Time S Nick Message
00:01 dcook Kiwi Death Metal!
00:01 dcook Doesn't sound as frostbitten as Canadian Death Metal :p
00:01 dcook Although I guess the south island gets cold weather?
00:02 * dcook should get one of those maps without New Zealand so that he has no excuse for a lack of geographical sense
00:02 JoshB joined #koha
00:03 dcook @seen ribasushi
00:03 huginn dcook: ribasushi was last seen in #koha 5 days, 16 hours, 3 minutes, and 55 seconds ago: <ribasushi> dcook: can you tell me where in the docs does it say that chaining will work the way you expected? can't seem to find it...
00:03 dcook minutes?
00:03 wahanui minutes are on the wiki page
00:03 dcook Thanks, wahanui
00:03 wahanui dcook: de nada
00:04 dcook Hmm, not up yet I guess
00:15 eythian @later tell tcohen there's a typo in debian/control that implies you updated it by hand. You shouldn't do that.
00:15 huginn eythian: The operation succeeded.
00:24 JesseM joined #koha
00:25 carmenh joined #koha
00:28 tcohen joined #koha
00:29 tcohen hi
00:29 eythian woo, new master packages uploading
00:29 eythian now to sign off the big pile of patches that got it there
00:29 tcohen hahah
00:29 tcohen that's cheating :-P
00:30 eythian a) most of them were from magnus, b) I'm allowed to cheat :)
00:30 wizzyrea tcohen: http://www.koha-community.org/about - is that an ok spot?
00:30 tcohen i like it, yes
00:30 * tcohen was reading the logs
00:30 wizzyrea \o/
00:30 wizzyrea oh cool :)
00:31 huginn New commit(s) kohagit: Bug 13303 - fix typo in debian/control <http://git.koha-community.org/[…]7cddd1dbe6a769e0f>
00:32 eythian oh, reported by magnus, patched by you
00:32 eythian I got confused
00:35 tcohen heh
00:35 tcohen i now tricked you then
00:35 eythian and, done :)
00:42 carmenh joined #koha
00:51 huginn New commit(s) kohagit: Bug 12505 - Variable aqorders.listprice in acq claim notice doesn't work <http://git.koha-community.org/[…]728fd5f88903a3b11> / Bug 12505 - Acq claim: Show error message when no order is selected <http://git.koha-community.org/[…]00569ebc95f4c8d64> / Bug 13055 - Show budget name when editing it <http://git.koha-commun
01:01 rocio left #koha
01:03 wizzyrea modern.ie++ ie--
01:04 wizzyrea having a virtual machine for testing IE at your fingertips? Pretty great.
01:04 wizzyrea Having to test IE? Pretty terrible.
01:15 dcook ^
01:15 dcook You could always be troubleshooting SQL::Translator::Diff instead?
01:15 dcook sqlt-diff as a commandline tool actually isn't too bad
01:16 dcook Although the MySQL parser is a bit :S
01:16 dcook As far as I can tell, there is no way we can use DBIx::Class::Schema::Versioned without some changes to our DBIx files
01:16 dcook and/or the Schema::Loader
01:17 dcook Plus SQL::Translator::Diff can't handle kohastructure.sql which means doing a diff between a DBIx dump and kohastructure.sql isn't going to happen without cleaning up characters that makes sqlt croak
01:17 dcook ...
01:17 dcook Not that anyone asked...
01:19 dcook But yeah, sqlt works way better as a standalone tool rather than through DBIx which makes me wonder...
01:26 jenkins_koha Project Koha_Master_D7 build #240: UNSTABLE in 42 min: http://jenkins.koha-community.[…]ha_Master_D7/240/
01:26 jenkins_koha Robin Sheat: Bug 13303 - fix typo in debian/control
01:26 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13303 major, P2, ---, robin, Pushed to Master , Fix typo in debian/control
01:33 dcook Narrowing down the options...
01:48 wizzyrea @marc 260c
01:48 huginn wizzyrea: unknown tag 260c
01:48 wizzyrea @marc 260$c
01:48 huginn wizzyrea: unknown tag 260$c
01:48 wizzyrea @marc 260
01:48 huginn wizzyrea: Information relating to the publication, printing, distribution, issue, release, or production of a work. (Repeatable) [a,b,c,e,f,g,3,6,8]
01:48 dcook Gotta love when you copy some code and it works differently..
01:53 dcook Caching me thinks..
01:53 dcook yep yep..
01:53 dcook well scoping..
01:53 dcook Moment of truth...
01:55 dcook Excellent
01:55 dcook My code works perfectly
01:55 dcook So why on Earth is DBIC acting all crazy...
01:58 tcohen dcook: do u belive in ghosts?
01:59 dcook Nope
01:59 dcook Not even in machines :p
01:59 wizzyrea YOU SHOULD.
02:00 dcook :P
02:00 tcohen :P
02:01 dcook There's one thing I haven't tried yet... and it might be that
02:01 dcook But something almost tells me it won't be :S
02:01 tcohen wizzyrea: the calendar on the community site
02:01 tcohen do u manage it?
02:01 wizzyrea depends on your definition of "manage"
02:01 dcook I mean... I could use this locally to handle database stuff easier, but it would be great if I could do something to send upstream
02:01 wizzyrea :)
02:01 wizzyrea but yes
02:01 wizzyrea :)
02:02 tcohen we have string freeze for the release on friday
02:02 wizzyrea ah yes, I will add that as an event.
02:02 tcohen and the next friday is release + release party
02:02 wizzyrea other dates for the release - yeah cool
02:02 tcohen i mean, release
02:02 tcohen 28th
02:03 wizzyrea 21 NOV string freeze, 28 NOV release ya?
02:04 tcohen ya
02:04 wizzyrea Done.
02:04 dcook Hmm maybe a few things..
02:09 jenkins_koha Project Koha_Master_D7 build #241: NOW UNSTABLE in 42 min: http://jenkins.koha-community.[…]ha_Master_D7/241/
02:09 jenkins_koha * Jonathan Druart: Bug 13255: On-site checkout due date wrong if SpecifyDueDate is disabled
02:09 jenkins_koha * Jonathan Druart: Bug 13289: document.write breaks DataTables
02:09 jenkins_koha * Owen Leonard: Bug 12703 - OPAC privacy page still accessible when the feature is turned off
02:09 jenkins_koha * Owen Leonard: Bug 12701 - OPAC reading history still accessible by URL if turned OFF
02:09 jenkins_koha * Marc Veron: Bug 13261 - Better check in message for patrons with indefinite restricition
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13255 blocker, P5 - low, ---, jonathan.druart, Pushed to Master , On-site checkout due date wrong if SpecifyDueDate is disabled
02:09 jenkins_koha * Owen Leonard: Bug 13055 - Show budget name when editing it
02:09 jenkins_koha * simith: Bug 12505 - Acq claim: Show error message when no order is selected
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13289 blocker, P5 - low, ---, jonathan.druart, Pushed to Master , Calendar with weekly repeating holidays completely broken by DataTables upgrade
02:09 jenkins_koha * simith: Bug 12505 - Variable aqorders.listprice in acq claim notice doesn't work
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12703 major, P5 - low, ---, oleonard, Pushed to Master , OPAC privacy page still accessible when the feature is turned off
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12701 major, P5 - low, ---, oleonard, Pushed to Master , OPAC reading history still accessible by URL if turned OFF
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13261 minor, P5 - low, ---, veron, Pushed to Master , Better check in message for patrons with indefinite restriction
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13055 minor, P5 - low, ---, oleonard, Pushed to Master , Show budget name when editing it
02:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12505 normal, P5 - low, ---, simith.doliveira, Pushed to Master , Make variable aqorders.listprice in acq claim notice work and improve error handling
02:14 NateC joined #koha
02:14 dcook Woohoo. I was able to reproduce the issue!
02:14 dcook Now to solve this thing...
02:18 dcook Aha... thought this might be the case
02:18 dcook The SQL being dumped by DBIC is all right
02:19 dcook It's when it tries a diff straight from DBIC rather than the dump that it acts all weird..
02:31 kathryn joined #koha
02:33 dcook Hmm, now did I find a bug..
02:35 dcook :S
02:41 eythian tcohen: these tests cases should never have worked
02:41 eythian the first statment turns off the cache, then it loads the values from the database and that's OK, then it expects them to come from the cache ... but it's still turned off.
02:46 eythian I think it's being disabled incorrectly
02:46 eythian and that makes everything go out of syn
02:46 eythian c
02:47 eythian yeah, these tests were making faulty assumptions about how a cache works I think.
03:03 kathryn joined #koha
03:08 dcook Yeah... DBIC is no good for actually creating the database..
03:09 dcook Or maybe Schema::Loader was the problem
03:09 dcook But things like "  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,"
03:09 dcook get changed to: "  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP",
03:10 dcook And everytime you do a diff between the schema and a past dump, you get heaps of these:
03:10 dcook "ALTER TABLE accountlines CHANGE COLUMN timestamp timestamp timestamp NOT NULL DEFAULT current_timestamp;"
03:10 dcook Although if you compare the SQL from the schema against the past dump, they're identical O_O
03:10 dcook :@
03:11 dcook You also get lots of these:
03:11 dcook "ALTER TABLE default_borrower_circ_rules DROP INDEX categorycode;"
03:11 dcook "ALTER TABLE patronimage DROP INDEX borrowernumber;"
03:11 dcook "ALTER TABLE biblio DROP INDEX biblionumber,
03:11 dcook CHANGE COLUMN timestamp timestamp timestamp NOT NULL DEFAULT current_timestamp;"
03:11 wahanui dcook: that doesn't look right
03:11 dcook exactly!
03:17 dcook Interesting... biblio is a foreign key in biblioitems in DBIC but not the actual database...
03:28 dcook I guess ON UPDATE might be a mysqlism anyway
03:28 dcook So maybe it will be fine for creating the db..
03:28 dcook But this diffing :S
03:30 dcook Oooo
03:31 dcook I might know why it's dropping those indexes..
03:31 eythian wahanui: be a rubber duck
03:31 wahanui keep talking
03:32 dcook :D
03:32 dcook Ok, maybe I don't know "why" they're dropping those indexes
03:32 dcook But those indexes get singled out because they look different..
03:32 dcook Possibly malformed
03:32 dcook "INDEX (`biblionumber`),"
03:32 dcook vs
03:32 dcook "INDEX `issues_idx_borrowernumber` (`borrowernumber`),"
03:33 dcook There's no index name for the first one
03:33 dcook But I don't know if that's optional..
03:34 dcook Yeah, I think it's just optional..
03:37 dcook These ResultSet classes are weiiird
03:38 eythian ayup
03:39 dcook And the extra code we've added to the bottom of some is totally undocumented :)
03:40 eythian grr
03:40 AmitG joined #koha
03:40 AmitG hi all
03:50 tgoat joined #koha
03:51 dcook Wait a tick... I read that wrong...
03:51 dcook biblionumber in biblio is the primary key and a foreign key :S
03:53 dcook So biblio.biblionumber is a foreign key for biblioitems.biblionumber which is a foreign key for biblio.biblionumber
03:54 dcook And when biblio.biblionumber is updated or deleted, it'll affect biblioitems.biblionumber...
04:00 dcook This is so frustrating..
04:00 eythian they aught to be one table, but aren't for hysterical raisins.
04:01 dcook Yeah
04:01 dcook But we don't have biblio.biblionumber as a foreign key in kohastructure.sql
04:01 dcook We do in DBIC though
04:01 dcook Probably to make something work a certain way in DBIC
04:01 dcook I think I might've figured out the index thing..
04:02 dcook Nope..
04:03 dcook Oh then again..
04:04 dcook Yep
04:04 dcook It's whenever the primary key is also a foreign key
04:04 dcook Well, I'll double check that
04:05 dcook I thought I'd already tested that..
04:06 dcook Yep, that's totally it
04:06 dcook Because DBIC tries to create an index for every foreign key
04:07 dcook But if the foreign key is also the primary key, it creates an index without a name, and for some reason in the SQL diff, it goes crazy, and decides that index needs to be dropped
04:11 * dcook thinks the DBIC documentation is wrong for the "belongs_to" method...
04:11 * dcook should get ribasushi's personal email address :p
04:11 dcook Or follow CPAN's actual procedure...
04:12 * dcook will probably do neither
04:13 dcook Ahh, my bad
04:13 dcook The documentation is right... just poorly laid out
04:13 dcook layed out?
04:13 * dcook apparently has a BA in English
04:13 dcook laid
04:15 dcook Actually, I have no idea what the documentation is saying
04:16 dcook Oh wait... I do
04:16 dcook I think there is a typo after all
04:16 dcook Otherwise it's bonkers
04:17 dcook Yes, definitely a typo.
04:19 Oak joined #koha
04:20 dcook I was going to say that it doesn't make sense to have a primary key also be a foreign key
04:20 dcook But I guess you can have compound primary keys that is made up of foreign keys...
04:20 * Oak waves
04:20 dcook But that's not what we're doing
04:20 dcook Yo Oak
04:20 Oak heya dcook
04:20 Oak :)
04:20 dcook :)
04:20 dcook :(
04:20 dcook :) for seeing you
04:20 dcook :( for... reasons
04:21 Oak heh
04:21 Oak cool
04:23 dcook Now to add all my comments to bug 11390 :p
04:23 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11390 enhancement, P5 - low, ---, gmcharlt, NEW , DBIx::Class schema deployment script
04:30 tgoat left #koha
04:35 tgoatley joined #koha
05:00 dcook Mmm
05:00 dcook I think I figured out "ALTER TABLE marc_subfield_structure CHANGE COLUMN seealso seealso text NULL;"
05:00 dcook It's because prior to MySQL 5.0.3, a VARCHAR column could only have 0 to 255 characters
05:00 dcook But after that it was put up to 64,000+
05:00 dcook However, I think the SQL::Translator::*::MySQL modules operate expecting MySQL 3 or MySQL 4
05:00 dcook So the rules are probably horribly out of date
05:07 mtompset Have a great day, #koha.
05:12 dcook Oh snap!
05:12 dcook Solved one of them!
05:12 dcook Bloody SQL::Translator::Producer::MySQL
05:13 dcook Muahaha
05:13 dcook You have to get up pretty early to pull the wool completely over dcook's eyes
05:18 eythian arg so at this stage the ES stuff will only work on 64-bit
05:19 eythian which means my environments need to be upgraded
05:19 eythian that sucks
05:19 dcook Well, your environments probably needed to be upgraded eventually anyway, yeah?
05:19 dcook Still, :(
05:19 eythian well, they're just VMs and dealing with perl 99% of the time, so it's normally not a problem
05:20 eythian but there's one library that's required that fails to build on i386
05:21 * eythian gives up for now
05:21 eythian will sort this out tomorrow
05:28 dcook Good luck tomorrow :)
05:28 dcook 4:28pm here..
05:28 dcook I forgot about lunch :/
05:28 dcook Posted most of my comments on bug 11390
05:28 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11390 enhancement, P5 - low, ---, gmcharlt, NEW , DBIx::Class schema deployment script
05:28 dcook Hopefully clearly :p
05:40 Oak Chicken muamba, Shepherd's pie, Donuts, Lobster, Kebabs, Lasagna, Montreal-style smoked meat, Beef steak, Pizza, Tacos, Chicken rice... orange juice.
05:41 Oak now that i've messed with your imagination, have lunch dcook!
05:43 dcook hehe
05:43 dcook Already ate :)
05:43 dcook About 5 minutes ago :)
05:44 Oak :) good.
05:44 AmitG heya Oak
05:44 Oak hello AmitG :)
05:55 dcook Aha!
05:56 dcook Of course a person would know to add "producer_args => {mysql_version => '5.5.33'}" to the $sqltargs even though there is no reference to that option anywhere near DBIC
05:57 dcook Had to backtrack through SQL::Translator::Producer::MySQL... to SQL::Translator... and then try it out
06:11 wizzybobizzy joined #koha
06:12 * wizzybobizzy waves
06:25 cait joined #koha
06:28 qu-bit joined #koha
06:35 mtompset joined #koha
06:35 mtompset Greetings, #koha.
06:35 mtompset Can't sleep. This Test::DBIx::Class issue is bugging me. How do I install it?!
06:52 laurence joined #koha
06:53 mtompset Guess I'll try getting this to work in jessie.
06:53 mtompset Have a great day, #koha.
07:11 paul_p joined #koha
07:23 wizzybobizzy joined #koha
07:36 sophie_m joined #koha
07:37 marcelr joined #koha
07:38 marcelr hi #koha
07:39 wizzybobizzy hi marcelr
07:39 marcelr :)
07:42 * cait waves and runs off to work
07:42 cait left #koha
07:44 marcelr no time to wave back ;)
07:51 alex_a joined #koha
07:52 alex_a bonjour
07:52 wahanui salut, alex_a
07:54 AmitG heya alex_a
07:55 reiveune joined #koha
07:56 reiveune hello
08:07 cait joined #koha
08:13 * cait waves
08:16 Joubu hello #koha, cait
08:17 cait hi Joubu
08:22 marcelr hi cait Joubu
08:25 drojf joined #koha
08:25 cait morning dor
08:25 drojf good morning #koha
08:25 cait morning drojf and marcelr
08:25 marcelr hi drojf
08:25 drojf hi cait and marcelr
08:25 marcelr someone looking for an easy signoff? :) look at bug 13305
08:25 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13305 minor, P5 - low, ---, m.de.rooy, NEW , Fix tab order on three item editor forms
08:26 marcelr cool for keyboard users
08:26 drojf looking for some easy caffeine and match sticks to put in my eyes at the moment :D
08:26 marcelr ah
08:27 marcelr you did not signoff that many lately :)
08:27 drojf no. i think yesterday was the first for this year
08:27 drojf lot of other things to do, no koha playtime
08:28 marcelr yes i know that
08:37 cait but hopefully next week... we will get him back ;)
09:12 shalom joined #koha
09:15 shalom left #koha
09:28 gerundio joined #koha
10:11 cait Joubu++
12:28 tcohen joined #koha
12:28 tcohen morning!
12:29 tcohen_ joined #koha
12:29 barton_away joined #koha
12:33 tcohen @later tell wizzyrea can u take care of the incoming subtitles?
12:33 huginn tcohen: The operation succeeded.
12:35 cait bug 12750
12:35 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=12750 enhancement, P5 - low, ---, tomascohen, Signed Off , koha-create should be able to configure SRU server for the created instance
12:38 NateC joined #koha
12:41 nengard joined #koha
12:46 oleonard joined #koha
12:47 AmitG hi nengard
12:47 nengard hiya
12:48 tcohen hi nengard
12:49 nengard morning all
12:49 huginn New commit(s) kohagit: Bug 13199: follow up to fix Licence and some koha-qa errors <http://git.koha-community.org/[…]1afabcc3e6e860e3f> / Bug 13199: Add missing notices for several installations <http://git.koha-community.org/[…]482b64cfec54f4cf6> / Bug 13199: Test incoherence between 'en' sample notices and translated notices <http://git.k
12:51 meliss joined #koha
12:57 oleonard Hi #koha
12:59 huginn New commit(s) kohagit: Bug 13229 - Suggestion date filters have a style problem <http://git.koha-community.org/[…]ef30a360c85e84f28> / Bug 13288: Fix filtering on the saved reports table <http://git.koha-community.org/[…]f9f3c769534500c67> / Bug 13281: t/ImportBatch.t shouldn't depend on the DB <http://git.koha-community.org/gitweb/?p=koha.
13:00 nengard hiya oleonard
13:07 tcohen hi oleonard
13:10 AmitG joined #koha
13:10 irma joined #koha
13:10 wajasu joined #koha
13:10 thd-away joined #koha
13:10 chris_n joined #koha
13:10 fredericd joined #koha
13:10 matts joined #koha
13:10 liw joined #koha
13:18 AmitG hello
13:18 wahanui bonjour, AmitG
13:34 edveal joined #koha
13:39 collum joined #koha
13:43 akafred joined #koha
13:43 jenkins_koha Yippee, build fixed!
13:43 wahanui o/ '`'`'`'`'`'`'`'`'`
13:43 jenkins_koha Project Koha_Master_D7 build #242: FIXED in 44 min: http://jenkins.koha-community.[…]ha_Master_D7/242/
13:43 jenkins_koha * Tomas Cohen Arazi: Bug 13284: t/RotatingCollections.t shouldn't depend on the DB
13:43 jenkins_koha * Tomas Cohen Arazi: Bug 13283: t/Overdues.t shouldn't depend on the DB
13:43 jenkins_koha * Tomas Cohen Arazi: Bug 13282: t/Message.t shouldn't depend on the DB
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13284 normal, P5 - low, ---, chris, Pushed to Master , t/RotatingCollections.t shouldn't depend on the DB
13:43 jenkins_koha * Tomas Cohen Arazi: Bug 13280: t/Circulation_barcodedecode.t shouldn't depend on the DB
13:43 jenkins_koha * Tomas Cohen Arazi: Bug 13279: t/Breeding.t shouldn't depend on the DB
13:43 jenkins_koha * Owen Leonard: Bug 7878 - When duplicating a patron too many fields carrying over
13:43 jenkins_koha * Jonathan Druart: Bug 7878: (qa follow-up) Fix the sex default value
13:43 jenkins_koha * Frédéric Demians: Bug 13199: Test incoherence between 'en' sample notices and translated notices
13:43 jenkins_koha * Frédéric Demians: Bug 13199: Add missing notices for several installations
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13283 normal, P5 - low, ---, chris, Pushed to Master , t/Overdues.t shouldn't depend on the DB
13:43 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 13199: follow up to fix Licence and some koha-qa errors
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13282 normal, P5 - low, ---, chris, Pushed to Master , t/Message.t shouldn't depend on the DB
13:43 jenkins_koha * Tomas Cohen Arazi: Bug 13281: t/ImportBatch.t shouldn't depend on the DB
13:43 jenkins_koha * Jonathan Druart: Bug 13288: Fix filtering on the saved reports table
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13280 normal, P5 - low, ---, chris, Pushed to Master , t/Circulation_barcodedecode.t shouldn't depend on the DB
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13279 normal, P5 - low, ---, chris, Pushed to Master , t/Breeding.t shouldn't depend on the DB
13:43 jenkins_koha * Owen Leonard: Bug 13229 - Suggestion date filters have a style problem
13:43 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7878 normal, P5 - low, ---, oleonard, Pushed to Master , When duplicating a patron too many fields carrying over
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13199 normal, P5 - low, ---, frederic, Pushed to Master , Incoherence between 'en' sample notices and translated notices
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13281 normal, P5 - low, ---, chris, Pushed to Master , t/ImportBatch.t shouldn't depend on the DB
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13288 major, P5 - low, ---, jonathan.druart, Passed QA , Saved reports tabs broken by DataTables upgrade
13:43 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13229 minor, P5 - low, ---, oleonard, Pushed to Master , Suggestion date filters have a style problem
13:44 cait tcohen++
13:44 jenkins_koha Yippee, build fixed!
13:44 wahanui o/ '`'`'`'`'`'`'`'`'`
13:44 jenkins_koha Project Koha_Master_U14 build #231: FIXED in 47 min: http://jenkins.koha-community.[…]a_Master_U14/231/
13:44 jenkins_koha * Tomas Cohen Arazi: Bug 13284: t/RotatingCollections.t shouldn't depend on the DB
13:44 jenkins_koha * Tomas Cohen Arazi: Bug 13283: t/Overdues.t shouldn't depend on the DB
13:44 jenkins_koha * Tomas Cohen Arazi: Bug 13282: t/Message.t shouldn't depend on the DB
13:44 jenkins_koha * Tomas Cohen Arazi: Bug 13280: t/Circulation_barcodedecode.t shouldn't depend on the DB
13:44 jenkins_koha * Tomas Cohen Arazi: Bug 13279: t/Breeding.t shouldn't depend on the DB
13:44 jenkins_koha * Owen Leonard: Bug 7878 - When duplicating a patron too many fields carrying over
13:44 jenkins_koha * Jonathan Druart: Bug 7878: (qa follow-up) Fix the sex default value
13:44 jenkins_koha * Frédéric Demians: Bug 13199: Test incoherence between 'en' sample notices and translated notices
13:44 jenkins_koha * Frédéric Demians: Bug 13199: Add missing notices for several installations
13:44 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 13199: follow up to fix Licence and some koha-qa errors
13:46 Joubu hum the export tool is broken for someone else? I got an error 500...
13:47 cait hm sec
13:47 cait when did the error occur?
13:47 * cait updates her test installation
13:47 Joubu cait: export bibnumber 1 to 5000, all others options kept to default
13:47 Joubu and click on the "export bib records"
13:47 Joubu button
13:47 cait i am resetting my dev env right now, can check in 2 mins
13:48 cait Joubu: same error :(
13:48 Joubu cait: outch, bad!
13:48 cait have you looked at the logs yet?
13:49 Joubu cait: yep, "end of script output before headers"
13:49 Joubu should be easy to fix
13:49 cait preamture end of script headers
13:51 tcohen zeno++ # utf8 patches look good :-F
13:55 carmenh joined #koha
13:55 jenkins_koha Yippee, build fixed!
13:55 wahanui o/ '`'`'`'`'`'`'`'`'`
13:55 jenkins_koha Project Koha_Master_U12 build #249: FIXED in 1 hr 1 min: http://jenkins.koha-community.[…]a_Master_U12/249/
13:55 jenkins_koha * Tomas Cohen Arazi: Bug 13284: t/RotatingCollections.t shouldn't depend on the DB
13:55 jenkins_koha * Tomas Cohen Arazi: Bug 13283: t/Overdues.t shouldn't depend on the DB
13:55 jenkins_koha * Tomas Cohen Arazi: Bug 13282: t/Message.t shouldn't depend on the DB
13:55 jenkins_koha * Tomas Cohen Arazi: Bug 13280: t/Circulation_barcodedecode.t shouldn't depend on the DB
13:55 jenkins_koha * Tomas Cohen Arazi: Bug 13279: t/Breeding.t shouldn't depend on the DB
13:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13284 normal, P5 - low, ---, chris, Pushed to Master , t/RotatingCollections.t shouldn't depend on the DB
13:55 jenkins_koha * Owen Leonard: Bug 7878 - When duplicating a patron too many fields carrying over
13:55 jenkins_koha * Jonathan Druart: Bug 7878: (qa follow-up) Fix the sex default value
13:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13283 normal, P5 - low, ---, chris, Pushed to Master , t/Overdues.t shouldn't depend on the DB
13:55 jenkins_koha * Frédéric Demians: Bug 13199: Test incoherence between 'en' sample notices and translated notices
13:55 jenkins_koha * Frédéric Demians: Bug 13199: Add missing notices for several installations
13:55 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 13199: follow up to fix Licence and some koha-qa errors
13:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13282 normal, P5 - low, ---, chris, Pushed to Master , t/Message.t shouldn't depend on the DB
13:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13280 normal, P5 - low, ---, chris, Pushed to Master , t/Circulation_barcodedecode.t shouldn't depend on the DB
13:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13279 normal, P5 - low, ---, chris, Pushed to Master , t/Breeding.t shouldn't depend on the DB
13:55 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7878 normal, P5 - low, ---, oleonard, Pushed to Master , When duplicating a patron too many fields carrying over
13:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13199 normal, P5 - low, ---, frederic, Pushed to Master , Incoherence between 'en' sample notices and translated notices
13:59 jenkins_koha Yippee, build fixed!
13:59 wahanui o/ '`'`'`'`'`'`'`'`'`
13:59 jenkins_koha Project Koha_Master_U12_MariaDB build #175: FIXED in 1 hr 5 min: http://jenkins.koha-community.[…]_U12_MariaDB/175/
13:59 jenkins_koha * Tomas Cohen Arazi: Bug 13284: t/RotatingCollections.t shouldn't depend on the DB
13:59 jenkins_koha * Tomas Cohen Arazi: Bug 13283: t/Overdues.t shouldn't depend on the DB
13:59 jenkins_koha * Tomas Cohen Arazi: Bug 13282: t/Message.t shouldn't depend on the DB
13:59 jenkins_koha * Tomas Cohen Arazi: Bug 13280: t/Circulation_barcodedecode.t shouldn't depend on the DB
14:00 jenkins_koha * Tomas Cohen Arazi: Bug 13279: t/Breeding.t shouldn't depend on the DB
14:00 jenkins_koha * Owen Leonard: Bug 7878 - When duplicating a patron too many fields carrying over
14:00 jenkins_koha * Jonathan Druart: Bug 7878: (qa follow-up) Fix the sex default value
14:00 jenkins_koha * Frédéric Demians: Bug 13199: Test incoherence between 'en' sample notices and translated notices
14:00 jenkins_koha * Frédéric Demians: Bug 13199: Add missing notices for several installations
14:00 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 13199: follow up to fix Licence and some koha-qa errors
14:01 tcohen shhh
14:02 JoshB joined #koha
14:03 mveron joined #koha
14:07 mveron Hi #koha
14:23 Joubu bug 13308 is blocker
14:23 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13308 blocker, P5 - low, ---, jonathan.druart, Needs Signoff , The export tools is broken
14:27 cma joined #koha
14:28 tcohen Joubu: it is!
14:28 paul_p joined #koha
14:29 kmlussier joined #koha
14:31 tgoat joined #koha
14:35 wnickc joined #koha
14:37 oleonard khall++ # Bug 13297
14:37 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13297 enhancement, P5 - low, ---, gmcharlt, Needs Signoff , Shelving location PROC does not work according to manual
14:48 oleonard khall around?
14:54 oleonard Never mind I figured it out.
15:01 paul_p_ joined #koha
15:01 jbrice joined #koha
15:10 oleonard items.permanent_location doesn't seem to be mapped to a MARC field, so how can you edit it?
15:12 Joubu tcohen:     Bug 11998: (RM followup) avoid adding an unneeded workaround
15:12 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11998 major, P5 - low, ---, robin, Needs Signoff , Syspref caching issues
15:12 Joubu why did you remove the logaction calls?
15:12 tcohen because they introduce problems, and a duplicate logaction function/package
15:13 Joubu yep but there is no log anymore now :)
15:13 tcohen it is intended to be used in conjunction with not pushing the one that removes logaction from /svc/config/systempreference
15:13 tcohen they are already logged, in the wrong place
15:13 tcohen i'm just against adding that duplicate package, that is not needed
15:14 Joubu tcohen: I think the log should be done in C4::Context::set_pref
15:14 tcohen is just introduced because use C4::Log; created a circular dependency
15:14 tcohen I agree
15:14 Joubu it's the place where the change is done in DB
15:14 tcohen but if we are running into so much trouble
15:14 tcohen i'd just create Koha::SystemPreferences
15:14 tcohen the bug is trying to fix something else
15:15 Joubu I could create a patch too, but I wouldn't want to add confusion...
15:15 tcohen what patch would you create
15:16 Joubu tcohen: something like a squash of the last 3 or 4 patches, to avoid the add/del of a file, and reintroduce the logaction calls in C4::Context::set_pref
15:16 Joubu I would suggest that on the bug report
15:17 tcohen the problem is that calling logaction there introduces an unneeded circular dependency
15:17 nengard has anyone noticed stray FFOR (forgiven) payments being added to patron's records in 3.16.4 ?
15:18 Joubu tcohen: yes, but it should be there
15:18 tcohen should set/get preferences be in C4::Context at all?
15:18 Joubu tcohen: I will try something
15:18 tcohen thanks for taking care
15:21 rocio joined #koha
15:22 rocio left #koha
15:25 rocio joined #koha
15:47 qu-bit joined #koha
16:18 edveal joined #koha
16:32 cait left #koha
16:42 oleonard Joubu around?
16:44 oleonard Joubu: I'm curious whether the 500 error on tools/export.pl is the only visible error triggered by Bug 13308
16:44 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=13308 blocker, P5 - low, ---, jonathan.druart, Needs Signoff , The export tools is broken
16:44 oleonard ...or if there are other problems I should be able to see are fixed by the patch.
16:46 Joubu oleonard: yes, I believe it's the only issue without the patch
16:46 oleonard Okay thanks
16:46 Joubu actually the confusion comes from the 2 variables
16:46 Joubu to do the same job
16:48 Joubu I prefered to get rid of the variable in excess, rather than trying to fix again the issue
16:48 Joubu not sure this last sentence can be understood... sorry end of the day...
16:49 Joubu see you tomorrow!
16:58 cait joined #koha
16:59 misilot Hi, I came across this page: http://wiki.koha-community.org[…]nuous_Integration and was wondering if there is any directions on setting up Koha Testing locally. I already have jenkins setup and running, just wondering if the settings for jenkins and the koha builds are out there somewhere. My google fu has not helped today
17:02 tcohen mveron++ # german subtitles
17:02 mveron :-)
17:03 reiveune bye
17:03 reiveune left #koha
17:04 cait mveron++
17:05 mveron :-)
17:07 tcohen misilot: they are not fully documented
17:07 tcohen unfortunately
17:07 tcohen post-release I can to it
17:08 misilot thanks :)
17:08 tcohen if you look at the console logs from a run in jenkins
17:09 tcohen you can notice the lines starting with +
17:09 tcohen those are the commands that are being run
17:09 cait jenkins?
17:09 wahanui jenkins is http://jenkins.koha-community.org/
17:10 tcohen like here http://jenkins.koha-community.[…]4/232/consoleFull
17:11 tcohen i can give you the script actually
17:17 misilot tcohen: thanks, that would be great
17:19 pastebot "tcohen" at 172.16.248.212 pasted "misilot: this" (77 lines) at http://paste.koha-community.org/293
17:20 misilot thanks tcohen :)
17:21 wnickc joined #koha
17:52 drojf joined #koha
18:15 JoshB_ joined #koha
18:38 kathryn joined #koha
18:46 ghbill joined #koha
18:48 ghbill I recently updated from indexdata yaz and yaz-icu. The new version installed is 5.6.0 and yaz tools like yaz-marcdump seg fault. Is anybody facing the same problem ??
18:52 cait hi ghbill - sorry, haven't heard of a problem like it
18:53 cait I think it's mor common to not install the packages from indexdata but from the debian/ubuntu repo at the moment
18:54 ghbill Hi cait, could you please issue a dpkg -l yaz on your system if you are on debian wheezy !!
18:55 cait ubuntu - sorry
18:55 ghbill same thing
18:55 cait yaz            5.6.0-1.inde amd64        utilities for the Z39.50 toolkit
18:56 ghbill aha !!! you also have the 5.6.0 one !!!
18:57 ghbill Could U please do a yaz-marcdump to a smal marc file ?
19:23 learn_koha joined #koha
19:27 learn_koha hi ,  any one konws how i can give different  default page to different staff in koha after their logining ?  for example,    every one has the same login page, but after logining, some one will be linked to A page, the others will be linked to B page automatically according to their permisson
19:29 oleonard Sorry learn_koha there is no option in Koha for doing that
19:30 learn_koha o , i see. thanks
19:32 oleonard learn_koha: You could advise your users of different types to bookmark the page they want to visit upon login.
19:36 cait oleonard: does the cart feature work for you?
19:36 oleonard Which one?
19:36 wahanui Which one is probably that? The fixed navbar?
19:36 cait i am testing the proc patch - i tried to set an item to cart by returning it, but it doesn't seem to work if the item is not PROC
19:36 cait sorry the CART one :)
19:37 rangi morning
19:37 oleonard Well, that's a good point cait. I only tested that patch with InProcessingToShelvingCart disabled.
19:38 cait i think this patch doesn't break it
19:38 cait but it might be another bug - could you do a quick check maybe?
19:38 oleonard I don't understand the problem you're seeing.
19:39 cait i think if you return an item with a shelving location and ReturnToShelvingCart is on, the item shoudl go into CART?
19:40 mveron joined #koha
19:40 * oleonard has never ever tested that feature
19:41 cait hmyeah, i was always a bit suspicious - it just seemed tomake sense here :)
19:41 cait i think i will file a bug report
19:42 oleonard I've never understood why one would set a "CART" location when the actual time an item is on the cart is completely unknown
19:43 oleonard To keep some patrons from looking on the shelf when the item is actually on the cart, you're making it look as if other items are on the cart when really they're on the shelf.
19:43 cait hm it's a feature i have sseen in other ILS
19:43 cait like horizon
19:44 cait in one library i worked we actually reshelved in the morning, so it made perfect sense
19:54 oleonard Those "but it worked that way in Horizon!" features are the best :P
19:54 oleonard ...but I can see how it would work if you only shelve at a certain time of day.
19:54 kathryn joined #koha
19:56 cait oleonard: heh just trying to explain why it didn't seem weird to me :)
19:56 cait horizon was the first ils i ever got in contact with... it left some traces :)
19:56 wizzyrea tcohen yes :)
19:59 oleonard Hi wizzyrea
19:59 wizzyrea hello, magical, mystical oleonard :D
19:59 oleonard Bye wizzyrea
19:59 oleonard :)
19:59 wizzyrea bye magical, mystical oleonard.
19:59 wizzyrea :D
20:09 cait @later tell oleonard a transfer blocked the 'goint to cart' - probably no bug :)
20:09 huginn cait: The operation succeeded.
21:14 tcohen joined #koha
21:14 tcohen splitter?
21:15 tcohen bz-splitter?
21:15 wahanui i heard bz-splitter was http://splitter.koha-community.org/
21:21 eythian hi
21:21 wahanui hi, eythian
21:21 huginn New commit(s) kohagit: Bug 13308: The output format should be 'iso2709' instead of 'marc' <http://git.koha-community.org/[…]c37e1cdcedb599ef6> / Bug 13099 - "Item hasn't been transferred yet" shows pickup branch rather than holdin... <http://git.koha-community.org/[…]a3dfbb4db4d2de31c>
21:29 tcohen eythian: is there any other dependency for building missing from master?
21:30 eythian tcohen: nope, it all built fine yesterday.
21:30 eythian I haven't tried today.
21:30 * tcohen wants the packaging manager happy, always :-D
21:30 eythian I approve of this message :D
21:31 tcohen I pushed all the tests changes
21:31 tcohen please let me know any others
21:31 eythian sweet, I'll do a build now, see that it works.
21:32 tcohen I updated control by manually, because it seemed that control.in was missing almost all dependencies
21:32 eythian that's the point of it :)
21:32 tcohen ok
21:32 eythian you run debian/update-control and it figures them out
21:32 tcohen oh
21:32 eythian though, you need to do it in a squeeze environment for safety for now.
21:32 * tcohen takes notes for the Release Manager wiki
21:33 tcohen is it possible to have multiple pbuild environments?
21:33 tcohen on the same box?
21:33 eythian I tend to run it whenever I build a master package, or make a new major version package, or if someone said that there was a dependency change on a stable branch. In the latter case I also tell them off because that's bad.
21:33 eythian you probably can, but I don't know how
21:33 eythian most likely you point to a different base image
21:37 * tcohen is thinking of the t/ tests
21:38 NateC joined #koha
21:39 eythian what about them?
21:41 tcohen having the koha-qa tools test them without the db
21:41 pianohacker joined #koha
21:44 laurence left #koha
21:49 eythian yeah, that'd be good. I wonder if you could use an envvar to override a config option or something that prevents C4::Context->dbh working
21:49 tcohen ah,yes
21:49 tcohen that's way better
21:51 eythian tcohen: master builds fine, new packages uploading now.
21:51 kmlussier left #koha
21:51 tcohen =D
21:51 * tcohen promises not to allow evil tests requesting for the DB on t/
21:51 eythian good :)
21:55 NateC left #koha
22:01 nengard left #koha
22:11 huginn New commit(s) kohagit: Bug 12750: koha-create should be able to configure the Z39.50/SRU server <http://git.koha-community.org/[…]a72db8db43eece7db>
22:57 kathryn joined #koha
23:09 NateC joined #koha
23:10 NateC left #koha
23:10 cait left #koha
23:11 qu-bit joined #koha
23:27 tcohen @seen dcook
23:27 huginn tcohen: dcook was last seen in #koha 17 hours, 30 minutes, and 12 seconds ago: <dcook> Had to backtrack through SQL::Translator::Producer::MySQL... to SQL::Translator... and then try it out
23:50 papa joined #koha

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