Time  Nick          Message
23:54 francharb     bye
23:50 jenkins_koha  Starting build #205 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 9 days 17 hr ago)
23:50 jenkins_koha  * Galen Charlton: Bug 8015: (follow-up) don't require userenv
23:50 jenkins_koha  * Galen Charlton: Bug 8015: (follow-up) update stage_file.pl
23:50 jenkins_koha  * Galen Charlton: Bug 8015: (follow-up) update DBIx::Class schema classes
23:50 jenkins_koha  * Galen Charlton: Bug 8015: DBRev 3.13.00.040
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: QA Followup 2
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: QA Followup
23:50 huginn        New commit(s) kohagit: Bug 8307: DBrev 3.13.00.041 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=42579892b732d2bf1871b50027bdccfaac3446ee> / Bug 9044: (follow-up) fix merge conflict typo that broke this script <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1846deb055e363e6e757bb4a2651bc440cf3c317> / Bug 8307: QA Followup for finishreceive.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0d24
23:50 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8015 new feature, P4, ---, kyle.m.hall, Pushed to Master , Add MARC Modifications Templates
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: (follow-up) remove references to C4::Koha::Log
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: (follow-up) add user permissions to all languages
23:50 jenkins_koha  * Jonathan Druart: Bug 8015: Add unit tests for SimpleMARC and MarcModificationTemplates routines
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: (follow-up) fix various issues (squashed patch)
23:50 jenkins_koha  * Jonathan Druart: Bug 8015: (follow-up) trap exceptions thrown by SetUTF8Flag()
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: (follow-up) move from the Koha to the C4 namespace
23:50 jenkins_koha  * Jonathan Druart: Bug 8015: (follow-up) fix copy and move if subfields don't exist.
23:50 jenkins_koha  * Kyle M Hall: Bug 8015: Add MARC Modifications Templates
23:50 jenkins_koha  Project master_maria build #204: STILL UNSTABLE in 48 min: http://jenkins.koha-community.org/job/master_maria/204/
23:47 cait          bye all
23:30 huginn        New commit(s) kohagit: Bug 10776: fix awkward wording in subscription notification screen <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6398126f8899b57380fbc32d23662ba0e9c48f43> / Bug 11054: Specify UTF-8 encoding when creating a child record <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8861c8dda545bddb3a4d28abce77c53c173e00d0> / Bug 10671: Update patron help files [ FOLLOW-UP ] <http://git.koha-community.or
23:26 rangi         and now, lunchtime
23:26 talljoy       i may suggest this a development to the library.  otherwise it is a hack to get it to work.
23:26 talljoy       :-D
23:26 francharb     that's funny!
23:26 francharb     ahah
23:26 rangi         :)
23:26 rangi         francharb: the piwik people sit about 3 metres away from us
23:26 eythian       francharb_afk: the piwik developers are working at catalyst right now :)
23:26 talljoy       usually the patrons logging on have to go on to log on again to another tool
23:25 francharb_afk talljoy, eythian, biblibre worked with piwik lately... maybe, you could ask paul or someone from biblibre if they did something related to what you are looking for...
23:25 talljoy       again, if they are being used
23:25 talljoy       the only other way i can think of is through SIP logs.
23:25 wizzyrea      link click tracker?
23:25 wizzyrea      link tracker?
23:25 talljoy       libraries are much more than physical books, yet there is no way to preserve (not purge) patrons who only use eresources and never check out a physical book
23:24 rangi         without their express permission
23:24 rangi         and in the EU you cant store it
23:24 rangi         in nz anyway
23:24 rangi         at least
23:24 talljoy       it's a fine line.
23:24 rangi         you would have to tell them you are collecting and the reason why
23:24 eythian       (privacy concerns might be a thing here though.)
23:23 eythian       not really. I'd be inclined to add logins to the actions log or something like that.
23:22 talljoy       not so elegant this solution.
23:22 talljoy       so i'd have to run this query and concat to a file that they would store and use yearly.
23:22 talljoy       we usually run it nightly
23:21 eythian       I think daily typically
23:21 eythian       it should get cleaned regularly.
23:21 talljoy       true.  hadn't thought of that. and if it gets cleaned regularly, i'm screwed
23:21 eythian       you'd want to run that right before the sessions table gets cleaned, too.
23:20 talljoy       as long as the cardnumbers are a 'standard' length
23:20 talljoy       something like this ought to work:  SELECT  SUBSTR(`a_session`,  LOCATE('cardnumber', `a_session`) -0 , (LENGTH('cardnumber') + 10)) AS `patron` FROM sessions  WHERE `a_session` LIKE '%cardnumber%';
23:16 eythian       then the piwik guys won't be so busy and can make it faster for me.
23:16 eythian       waiting for piwik 2.0 to come out first :)
23:15 * talljoy     throws cookies to eythian so he will do it. ;-)
23:15 * eythian     wants to do some integration with piwik to produce reports on all that sort of thing.
23:15 talljoy       they are looking to not purge borrowers who only use the online catalog or eresources.
23:14 talljoy       who is logging on to the opac
23:14 cait          talljoy: what do they want to know?
23:14 talljoy       select "just this wee portion of that field" when it contains "cardnumber"
23:12 talljoy       i can see why!
23:11 eythian       it's _really_ hard to get that stuff out of the sessions table.
23:11 cait          talljoy: i think the only place oyu might see it is the sessions table
23:11 talljoy       and i am in no way suggesting that one be put in either!
23:11 eythian       it should be able to go into the action logs or something, but I don't think it actually does.
23:11 talljoy       yah, i'm not finding one.  sigh.
23:11 cait          talljoy: no pref in that case
23:08 talljoy       is there a way to track which patrons log on to the OPAC?  i'm looking for a sys pref that may enable this.  (always a sys pref! :-) )
23:06 jenkins_koha  Starting build #1493 for job Koha_master (previous build: FIXED)
23:02 jenkins_koha  Starting build #204 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 9 days 16 hr ago)
23:00 huginn        New commit(s) kohagit: Bug 8015: (follow-up) don't require userenv <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b062847364d82873c8a54aac544c9109102b3625> / Bug 8015: (follow-up) update stage_file.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7a1c343c91e2e4db55cb0d166c304b5757c87444> / Bug 8015: (follow-up) update DBIx::Class schema classes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7
22:34 jenkins_koha  Project master_maria build #203: STILL UNSTABLE in 47 min: http://jenkins.koha-community.org/job/master_maria/203/
22:23 francharb     I saw pictures. Looks like everybody had fun!
22:22 francharb     :)
22:22 cait          a great time even
22:22 cait          yes, i had a good time there :)
22:22 francharb     cait, did you like reno?
22:22 francharb     :)
22:21 cait          but tomorrow is a holiday
22:21 francharb     wizzyrea++
22:21 cait          23:21
22:21 wizzyrea      has items and statuses and such
22:21 francharb     what time is it in germany?
22:21 wizzyrea      it works well with the default data
22:21 cait          sorry francharb - bit slow tonight :)
22:21 wizzyrea      https://github.com/wizzyrea/Scripts-and-Things/blob/master/MARC21.mrc
22:21 cait          drnoe: good luck1
22:21 francharb     \0/ thank you very much wizzyrea
22:20 wizzyrea      francharb: I have one, sec for link
22:20 drnoe         jcamins there is really not telling WHERE the library responsible for the record  got that data. They could have copied and pasted into ILS (horizon) and saved. thanks again!
22:19 jcamins       Though I'm thinking that might just be a feature request, because in a single-sentence aside he mentions implementing search analytics.
22:18 rangi         yeah that would be insteresting
22:18 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11181 new feature, P5 - low, ---, oleonard, NEW , Koha geolocalization of OPAC users for better sort results
22:18 jcamins       Wow, I look forward to seeing what Pablo comes up with for bug 11181.
22:16 francharb     the one set up with the installer
22:16 francharb     ?
22:16 francharb     Is there a dataset somewhere that use the default koha set up
22:16 francharb     :)
22:16 francharb     I'm doing good. I'm looking for a marc21 dataset to sign off a little bit
22:15 cait          how are you doing?
22:15 francharb     how was kohacon?
22:15 cait          hi francharb :)
22:15 francharb     what's up?
22:15 francharb     hey there cait
22:15 francharb     hello all
22:15 cait          i don't think korean should give problems
22:14 cait          hm
22:14 jcamins       I mean that the source format must not be MARC21 at all. Presumably with some sort of translation to output MARC21 over Z39.50.
22:13 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8435 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , new permissions on subscriptions "superserials"
22:13 jenkins_koha  Galen Charlton: Bug 8435: (follow-up) prevent t/00-load.t failing
22:13 jenkins_koha  Project Koha_master build #1492: FIXED in 1 hr 50 min: http://jenkins.koha-community.org/job/Koha_master/1492/
22:13 jenkins_koha  Yippie, build fixed!
22:13 drnoe         oddly, some are, some are not...
22:12 jcamins       UCS-2? I guess they don't use MARC21.
22:12 drnoe         got a partner downloading Korean records from a library. some display correctly, others don't. the source library apparently has some records encoded in unicode.
22:11 jcamins       ... why would you want that?
22:11 drnoe         right on. Thanks!
22:10 jcamins       So... no, no UCS-2/UTF-16.
22:10 jcamins       MARC does not support UCS-2/UTF-16.
22:10 jcamins       Unicode is supported as UTF-8.
22:09 drnoe         howdy #koha... can anyone confirm that koha does NOT support Unicode and/or the koha z39.50 client does not support unicode?  I am gathering that only MARC8, UTF8, and a couple of those other odd, romanishy sets are supported,  not UCS-2/UTF-16.
22:06 wizzyrea      and pie. but that's different.
22:05 * wizzyrea    is really, sincerely, super stoked for Pi.
22:04 wizzyrea      gah and the new serials... love.
22:01 wizzyrea      cool feature, nicely done.
22:01 wizzyrea      but really, borrower lists are great.
22:00 wizzyrea      :)
21:57 talljoy       khall++
21:57 talljoy       khall is awesome.
21:54 wizzyrea      that is super cool.
21:54 wizzyrea      ! have I just never noticed before that in borrower purchase suggestions, when the item has been obtained by the library through acquisitions, it shows as "available in the library" to the borrower on the OPAC?
21:47 jenkins_koha  Starting build #203 for job master_maria (previous build: NOW UNSTABLE -- last SUCCESS #174 9 days 15 hr ago)
21:33 wizzyrea      what a great feature.
21:33 wizzyrea      batch mod from borrower list is fracking brilliant.
21:32 wizzyrea      khall++
21:32 wizzyrea      borrower lists! Squee!
21:30 wizzyrea      never mind crisis averted :) helps to have the right dependencies :P
21:24 wizzyrea      i would call that a blocker even.
21:22 wizzyrea      http://responsive-intra.mykoha.co.nz/cgi-bin/koha/members/member.pl (user: staff, pass: staff1) that looks like a not good bug when you search for borrowers.
21:22 wizzyrea      your ranty is awesome
21:22 wizzyrea      :D
21:04 rangi         http://matthewfinch.me/2013/11/01/popcorn-connor-thomas-obrien-and-chris-cormack-on-the-battle-for-libraries-future/  <-- look at me get all ranty
21:00 wizzyrea      holy smokes that's a lot of patches
21:00 * wizzyrea    looks at the backscroll, gives gmcharlt a chocolate fish
20:59 huginn        eythian: The operation succeeded.
20:59 eythian       @later tell tcohen I don't mind, we used to have one but nothing really happened with it :)
20:40 huginn        wizzyrea: The operation succeeded.
20:40 wizzyrea      @later tell tcohen anytime, let me know if you would like to use the koha-community.org website for your KohaCon information pages and I'll get you accounts and such.
20:35 wizzyrea      tcohen, about
20:27 cait          wb rangi
20:25 rangi         back
20:23 jenkins_koha  Starting build #1492 for job Koha_master (previous build: STILL FAILING -- last SUCCESS #1488 13 hr ago)
20:22 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10445 normal, P5 - low, ---, kyle.m.hall, Pushed to Master , SIP Server doesn't respect maxoutstanding system preference
20:22 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10974 normal, P5 - low, ---, dcook, Pushed to Master , OAI-PMH Resumption Tokens Do Not Handle Time
20:22 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11178 enhancement, P5 - low, ---, oleonard, Pushed to Master , Make Bootstrap the default theme for new installs
20:22 jenkins_koha  * Kyle M Hall: Bug 10445: (follow-up) fix error
20:22 jenkins_koha  * Kyle M Hall: Bug 10445: make SIP Server respect maxoutstanding system preference
20:22 jenkins_koha  * David Cook: Bug 10974: make OAI-PMH resumption tokens handle time correctly
20:22 jenkins_koha  * Galen Charlton: Bug 11178: Make the Bootstrap OPAC theme the default for new installs
20:22 jenkins_koha  Project Koha_master build #1491: STILL FAILING in 1 hr 42 min: http://jenkins.koha-community.org/job/Koha_master/1491/
20:04 mtompset      I think the idea was a INSTALL.* git repo, of sorts, that changes to it would flow into INSTALL.* files in the koha git repo and update wiki.
20:03 mtompset      I think mtj was working on something like that, wizzyrea.
19:54 wizzyrea      or a page on the internet that is not in the git repo that is updated from git.
19:54 wizzyrea      what would be best, I think, is a mechanism by which the wiki page is updated from git.
19:54 wizzyrea      since the git url would change.
19:53 wizzyrea      which would probably suggest "wiki" to me
19:53 wizzyrea      at least a link from there
19:53 wizzyrea      I would look for installation instructions from the page I downloaded the software from
19:46 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8435 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , new permissions on subscriptions "superserials"
19:46 jenkins_koha  Galen Charlton: Bug 8435: (follow-up) prevent t/00-load.t failing
19:46 jenkins_koha  Project master_maria build #202: NOW UNSTABLE in 48 min: http://jenkins.koha-community.org/job/master_maria/202/
18:58 jenkins_koha  Starting build #202 for job master_maria (previous build: STILL FAILING -- last SUCCESS #174 9 days 12 hr ago)
18:58 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10445 normal, P5 - low, ---, kyle.m.hall, Pushed to Master , SIP Server doesn't respect maxoutstanding system preference
18:58 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10974 normal, P5 - low, ---, dcook, Pushed to Master , OAI-PMH Resumption Tokens Do Not Handle Time
18:58 jenkins_koha  * Kyle M Hall: Bug 10445: (follow-up) fix error
18:58 jenkins_koha  * Kyle M Hall: Bug 10445: make SIP Server respect maxoutstanding system preference
18:58 jenkins_koha  * David Cook: Bug 10974: make OAI-PMH resumption tokens handle time correctly
18:58 jenkins_koha  Project master_maria build #201: STILL FAILING in 41 min: http://jenkins.koha-community.org/job/master_maria/201/
18:55 huginn        New commit(s) kohagit: Bug 8435: (follow-up) prevent t/00-load.t failing <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7c521a8cf20d73e7435d43450ba887689e60841b>
18:47 mtompset      And the next most recent then would be the wiki?
18:42 druthb        (as long as I'm installing on Debian.  Any others, no bet)
18:41 druthb        git repo, I would think.
18:41 mtompset      wiki? tarball? somewhere else?
18:41 mtompset      Inquiry for the channel. If you were looking for installation instructions. Where would you expect the latest version to be?
18:40 jenkins_koha  Starting build #1491 for job Koha_master (previous build: FAILURE -- last SUCCESS #1488 11 hr ago)
18:39 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11142 normal, P5 - low, ---, oleonard, Pushed to Master , Update Bootstrap theme's place hold form to match the new version in prog
18:39 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10283 normal, P5 - low, ---, jonathan.druart, Pushed to Master , Hide "many items" on second tab when using OpacSeparateHoldings
18:39 jenkins_koha  * Owen Leonard: Bug 11142 - Update Bootstrap theme's place hold form to match the new version in prog
18:39 jenkins_koha  * Jonathan Druart: Bug 10283: Hide "many items" on second tab when using OpacSeparateHoldings
18:39 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10523 normal, P5 - low, ---, m.de.rooy, Pushed to Master , Remove two obsolete routines from Installer.pm
18:39 jenkins_koha  * Marcel de Rooy: Bug 10523: Remove two obsolete routines from Installer.pm
18:39 jenkins_koha  * Galen Charlton: Bug 7295: DBRev 3.13.00.039
18:39 jenkins_koha  * Galen Charlton: Bug 7295: (follow-up) update DBIx::Class schema classes
18:39 jenkins_koha  * Galen Charlton: Bug 7295: (follow-up) fix syntax error in kohastructure.sql
18:39 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7295 enhancement, P5 - low, ---, julian.maurice, Pushed to Master , list of librarian managing a basket
18:39 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11168 major, P5 - low, ---, jonathan.druart, Pushed to Master , GetLateOrMissingIssues: $supplierid is not mandatory
18:39 jenkins_koha  * Julian Maurice: Bug 7295 (follow-up) replace simple-quoted string by double-quoted string
18:39 jenkins_koha  * Julian Maurice: Bug 7295: (follow-up) several fixes
18:39 jenkins_koha  * Julian Maurice: Bug 7295: More granular permissions for baskets
18:39 jenkins_koha  * Jonathan Druart: Bug 11168: fix regression that broke exporting serial claims to CSV
18:39 jenkins_koha  * Galen Charlton: Bug 7298: (follow-up) fix uninitialized variable warning
18:39 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) fix translation for CSV strings
18:39 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , export late orders, with # of claims and claim dates
18:39 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) various QA fixes
18:39 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) make CSV strings translatables.
18:39 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) fix checkboxes binding on load
18:39 jenkins_koha  * Katrin Fischer: Bug 7298: (follow-up) fix capitalization and moving supplier id
18:39 jenkins_koha  * Jonathan Druart: Bug 7298: add option to export late orders as CSV
18:39 jenkins_koha  * Galen Charlton: Bug 8435: (follow-up) make SearchSubscriptions handle lack of userenv
18:38 jenkins_koha  * Galen Charlton: Bug 8435: DBRev 3.13.00.038
18:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) handle lack of userenv gracefully
18:38 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8435 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , new permissions on subscriptions "superserials"
18:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) the unit tests should create the biblio
18:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) use a transaction for unit tests
18:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) add unit tests for can_edit_subscription
18:38 jenkins_koha  * Jonathan Druart: Bug 8435: add permission to enable editing other library's serials if IndependantBranches is on
18:38 jenkins_koha  * Galen Charlton: Bug 8037: (follow-up) fix undefined variable warning during template processing
18:38 jenkins_koha  * Galen Charlton: Bug 8037: (follow-up) improve GetBudgetByOrderNumber test
18:38 jenkins_koha  * Galen Charlton: Bug 8037: (follow-up) tweak fund subtotal note
18:38 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8037 enhancement, P5 - low, ---, kyle.m.hall, Pushed to Master , Add holds and funds to items already received in parcel.pl
18:38 jenkins_koha  * Jonathan Druart: Bug 8037: (follow-up) bad sql query and variable renaming
18:38 jenkins_koha  * Kyle M Hall: Bug 8037: (follow-up) adds the note "GST exc." for subtotals by fund
18:38 jenkins_koha  * Kyle M Hall: Bug 8037: (follow-up) fix various issues
18:38 jenkins_koha  * Kyle M Hall: Bug 8037: Display holds & fund on the already received table on order receipt summary
18:38 jenkins_koha  Project Koha_master build #1490: FAILURE in 1 hr 37 min: http://jenkins.koha-community.org/job/Koha_master/1490/
18:24 druthb        hi, mtompset!
18:24 mtompset      Greetings, #koha.
18:19 jenkins_koha  Nicole C. Engard: add superserials permission
18:19 jenkins_koha  Project Koha_Docs build #390: SUCCESS in 12 sec: http://jenkins.koha-community.org/job/Koha_Docs/390/
18:19 jenkins_koha  Starting build #390 for job Koha_Docs (previous build: SUCCESS)
18:17 jenkins_koha  Starting build #201 for job master_maria (previous build: STILL FAILING -- last SUCCESS #174 9 days 11 hr ago)
18:13 huginn        New commit(s) kohagit: Bug 10445: (follow-up) fix error <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d4ad282e91f034d992e0f726ed256a0ddbf6b20f> / Bug 10445: make SIP Server respect maxoutstanding system preference <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=070e52f401155e00f075bc45287c98ba94f4cf79>
18:06 * cait        waves
18:04 jenkins_koha  Nicole C. Engard: add order_manage_all permission
18:04 jenkins_koha  Project Koha_Docs build #389: SUCCESS in 12 sec: http://jenkins.koha-community.org/job/Koha_Docs/389/
18:04 jenkins_koha  Starting build #389 for job Koha_Docs (previous build: SUCCESS)
18:03 huginn        New commit(s) kohagit: Bug 10974: make OAI-PMH resumption tokens handle time correctly <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f57a057ef4420bf5e30ed36a054d99058cdfa4f3>
18:03 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11178 enhancement, P5 - low, ---, oleonard, Pushed to Master , Make Bootstrap the default theme for new installs
18:03 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11142 normal, P5 - low, ---, oleonard, Pushed to Master , Update Bootstrap theme's place hold form to match the new version in prog
18:03 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10283 normal, P5 - low, ---, jonathan.druart, Pushed to Master , Hide "many items" on second tab when using OpacSeparateHoldings
18:03 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10523 normal, P5 - low, ---, m.de.rooy, Pushed to Master , Remove two obsolete routines from Installer.pm
18:03 jenkins_koha  * Galen Charlton: Bug 11178: Make the Bootstrap OPAC theme the default for new installs
18:03 jenkins_koha  * Owen Leonard: Bug 11142 - Update Bootstrap theme's place hold form to match the new version in prog
18:03 jenkins_koha  * Jonathan Druart: Bug 10283: Hide "many items" on second tab when using OpacSeparateHoldings
18:03 jenkins_koha  * Marcel de Rooy: Bug 10523: Remove two obsolete routines from Installer.pm
18:03 jenkins_koha  * Galen Charlton: Bug 7295: DBRev 3.13.00.039
18:03 jenkins_koha  * Galen Charlton: Bug 7295: (follow-up) update DBIx::Class schema classes
18:03 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7295 enhancement, P5 - low, ---, julian.maurice, Pushed to Master , list of librarian managing a basket
18:03 jenkins_koha  * Galen Charlton: Bug 7295: (follow-up) fix syntax error in kohastructure.sql
18:03 jenkins_koha  * Julian Maurice: Bug 7295 (follow-up) replace simple-quoted string by double-quoted string
18:03 jenkins_koha  * Julian Maurice: Bug 7295: (follow-up) several fixes
18:03 jenkins_koha  * Julian Maurice: Bug 7295: More granular permissions for baskets
18:03 jenkins_koha  Project master_maria build #200: STILL FAILING in 41 min: http://jenkins.koha-community.org/job/master_maria/200/
17:48 tcohen        thanks oleonard :-D
17:46 oleonard      /cgi-bin/koha/sco/sco-main.pl
17:45 tcohen        where do I find the self-check stuff in the OPAC?
17:21 jenkins_koha  Starting build #200 for job master_maria (previous build: STILL FAILING -- last SUCCESS #174 9 days 10 hr ago)
17:21 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11168 major, P5 - low, ---, jonathan.druart, Pushed to Master , GetLateOrMissingIssues: $supplierid is not mandatory
17:21 jenkins_koha  * Jonathan Druart: Bug 11168: fix regression that broke exporting serial claims to CSV
17:21 jenkins_koha  * Galen Charlton: Bug 7298: (follow-up) fix uninitialized variable warning
17:21 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) fix translation for CSV strings
17:21 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) various QA fixes
17:21 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) make CSV strings translatables.
17:21 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , export late orders, with # of claims and claim dates
17:21 jenkins_koha  * Jonathan Druart: Bug 7298: (follow-up) fix checkboxes binding on load
17:21 jenkins_koha  * Katrin Fischer: Bug 7298: (follow-up) fix capitalization and moving supplier id
17:21 jenkins_koha  * Jonathan Druart: Bug 7298: add option to export late orders as CSV
17:21 jenkins_koha  Project master_maria build #199: STILL FAILING in 42 min: http://jenkins.koha-community.org/job/master_maria/199/
17:13 huginn        New commit(s) kohagit: Bug 11178: Make the Bootstrap OPAC theme the default for new installs <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c6323e96f391bf82b18a621aa9448f12fec9bc31>
17:03 huginn        New commit(s) kohagit: Bug 11142 - Update Bootstrap theme's place hold form to match the new version in... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77c19db26f1e4b6ec3bf4af001ea7201baa93502> / Bug 10283: Hide "many items" on second tab when using OpacSeparateHoldings <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=363e986c60b8d3a0fc6badf3739e58fbb3e65801>
17:01 jenkins_koha  Starting build #1490 for job Koha_master (previous build: UNSTABLE -- last SUCCESS #1488 9 hr 47 min ago)
17:01 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10572 trivial, P5 - low, ---, m.de.rooy, Pushed to Master , Add phone to message_transport_types table for new installs
17:01 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11135 normal, P5 - low, ---, colin.campbell, Pushed to Master , Parsing of OVERRIDE_SYSPREF_NAMES logs warnings
17:01 jenkins_koha  * Galen Charlton: Bug 10572: DBrev 3.13.00.037
17:01 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11134 trivial, P5 - low, ---, bgkriegel, Pushed to Master , Typo on course reserves help
17:01 jenkins_koha  * Kyle M Hall: Bug 10572: (follow-up) ensure SQL for all translations has the phone transport type
17:01 jenkins_koha  * Marcel de Rooy: Bug 10572: (follow-up) DBrev to ensure presence of phone transport type
17:01 jenkins_koha  * Marcel de Rooy: Bug 10572: Add phone to message_transport_types table for new installs
17:01 jenkins_koha  * Galen Charlton: Bug 11135: (follow-up) improve testing of OVERRIDE_SYSPREF_NAMES
17:01 jenkins_koha  * Colin Campbell: Bug 11135: avoid logging warnings if OVERRIDE_SYSPREF_NAME is not set
17:01 jenkins_koha  * Bernardo Gonzalez Kriegel: Bug 11134 - Typo on course reserves help
17:01 jenkins_koha  Project Koha_master build #1489: UNSTABLE in 1 hr 55 min: http://jenkins.koha-community.org/job/Koha_master/1489/
16:53 huginn        New commit(s) kohagit: Bug 10523: Remove two obsolete routines from Installer.pm <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e8c73f6d6c34191d774328ab47be4379e8c3932b> / Bug 7295: DBRev 3.13.00.039 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=021b6299754f93f89271f81ef9fc864f75391515> / Bug 7295: (follow-up) update DBIx::Class schema classes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=91
16:39 jenkins_koha  Starting build #199 for job master_maria (previous build: FAILURE -- last SUCCESS #174 9 days 10 hr ago)
16:38 jenkins_koha  * Galen Charlton: Bug 8435: (follow-up) make SearchSubscriptions handle lack of userenv
16:38 jenkins_koha  * Galen Charlton: Bug 8435: DBRev 3.13.00.038
16:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) handle lack of userenv gracefully
16:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) the unit tests should create the biblio
16:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) use a transaction for unit tests
16:38 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8435 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , new permissions on subscriptions "superserials"
16:38 jenkins_koha  * Jonathan Druart: Bug 8435: (follow-up) add unit tests for can_edit_subscription
16:38 jenkins_koha  * Jonathan Druart: Bug 8435: add permission to enable editing other library's serials if IndependantBranches is on
16:38 jenkins_koha  * Galen Charlton: Bug 8037: (follow-up) fix undefined variable warning during template processing
16:38 jenkins_koha  * Galen Charlton: Bug 8037: (follow-up) improve GetBudgetByOrderNumber test
16:38 jenkins_koha  * Galen Charlton: Bug 8037: (follow-up) tweak fund subtotal note
16:38 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8037 enhancement, P5 - low, ---, kyle.m.hall, Pushed to Master , Add holds and funds to items already received in parcel.pl
16:38 jenkins_koha  * Jonathan Druart: Bug 8037: (follow-up) bad sql query and variable renaming
16:38 jenkins_koha  * Kyle M Hall: Bug 8037: (follow-up) adds the note "GST exc." for subtotals by fund
16:38 jenkins_koha  * Kyle M Hall: Bug 8037: (follow-up) fix various issues
16:38 jenkins_koha  * Kyle M Hall: Bug 8037: Display holds & fund on the already received table on order receipt summary
16:38 jenkins_koha  Project master_maria build #198: FAILURE in 41 min: http://jenkins.koha-community.org/job/master_maria/198/
16:37 kivilahtio    jcamins: does it ever stop?
16:36 kivilahtio    jcamins: I'm nt sure for how long
16:36 kivilahtio    jcamins: but learning is fun :)
16:36 jcamins       Indeeed it is.
16:31 kivilahtio    writing zebra search test cases is hard :(
16:23 huginn        New commit(s) kohagit: Bug 11168: fix regression that broke exporting serial claims to CSV <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6e3e1eed4829f1b11e571e2c77a8b37f66af943d>
16:09 reiveune      bye
16:03 huginn        New commit(s) kohagit: Bug 7298: (follow-up) fix uninitialized variable warning <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9706908b269ebc068b19a0989ca8af6804b1a540> / Bug 7298: (follow-up) fix translation for CSV strings <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bdfcae57cdff19a9f5b6e50061465b19da333b46> / Bug 7298: (follow-up) various QA fixes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitd
15:56 jenkins_koha  Starting build #198 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 9 days 9 hr ago)
15:56 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10572 trivial, P5 - low, ---, m.de.rooy, Pushed to Master , Add phone to message_transport_types table for new installs
15:56 jenkins_koha  * Galen Charlton: Bug 10572: DBrev 3.13.00.037
15:56 jenkins_koha  * Kyle M Hall: Bug 10572: (follow-up) ensure SQL for all translations has the phone transport type
15:56 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11135 normal, P5 - low, ---, colin.campbell, Pushed to Master , Parsing of OVERRIDE_SYSPREF_NAMES logs warnings
15:56 jenkins_koha  * Marcel de Rooy: Bug 10572: (follow-up) DBrev to ensure presence of phone transport type
15:56 jenkins_koha  * Marcel de Rooy: Bug 10572: Add phone to message_transport_types table for new installs
15:56 jenkins_koha  * Galen Charlton: Bug 11135: (follow-up) improve testing of OVERRIDE_SYSPREF_NAMES
15:56 jenkins_koha  * Colin Campbell: Bug 11135: avoid logging warnings if OVERRIDE_SYSPREF_NAME is not set
15:56 jenkins_koha  Project master_maria build #197: STILL UNSTABLE in 49 min: http://jenkins.koha-community.org/job/master_maria/197/
15:43 huginn        New commit(s) kohagit: Bug 8435: (follow-up) make SearchSubscriptions handle lack of userenv <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4f4946f8dfc8511a02af2cdebf96ea59be57fafc> / Bug 8435: DBRev 3.13.00.038 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=08382876306cfda839637c5f72a107b304458a8e> / Bug 8435: (follow-up) handle lack of userenv gracefully <http://git.koha-community.org/gitweb/?p=koha.git;a=com
15:23 huginn        New commit(s) kohagit: Bug 8037: (follow-up) fix undefined variable warning during template processing <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=eaf4730abe6002e52192076376a15729447f2939> / Bug 8037: (follow-up) improve GetBudgetByOrderNumber test <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8c60cd41a84453f4edd7a8e8752860066fac6d32> / Bug 8037: (follow-up) tweak fund subtotal note <http://git.koha-communi
15:20 tcohen        the patch itself looks trivial/simple
15:19 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9531 normal, P5 - low, ---, kyle, Pushed to Master , Make SIP2 message terminator configurable via SIPconfig.xml
15:19 jcamins       bug 9531
15:18 tcohen        if anyone needs 9531 in 3.12.x just let me know. The SIP tests are failing in my box so I cannot properly test. Need help
15:07 jenkins_koha  Starting build #197 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 9 days 8 hr ago)
15:06 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11134 trivial, P5 - low, ---, bgkriegel, Pushed to Master , Typo on course reserves help
15:06 jenkins_koha  Bernardo Gonzalez Kriegel: Bug 11134 - Typo on course reserves help
15:06 jenkins_koha  Project master_maria build #196: STILL UNSTABLE in 49 min: http://jenkins.koha-community.org/job/master_maria/196/
15:05 jenkins_koha  Starting build #1489 for job Koha_master (previous build: SUCCESS)
15:05 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7478 minor, P5 - low, ---, oleonard, Pushed to Master , Template/translation problem in catalogue_out.tt
15:05 jenkins_koha  Owen Leonard: Bug 7478: fix template translation problem in catalogue_out.tt
15:05 jenkins_koha  Project Koha_3.12.x build #102: STILL UNSTABLE in 43 min: http://jenkins.koha-community.org/job/Koha_3.12.x/102/
15:00 jcamins       There was at one point, but since the assistant didn't do anything, it disappeared.
15:00 tcohen        is there a "Packaging Manager Assistant" position?
14:52 huginn        New commit(s) kohagit: Bug 10572: DBrev 3.13.00.037 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0f6882896d6a806fb474b1fd172e3e93919d960c> / Bug 10572: (follow-up) ensure SQL for all translations has the phone transport type <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=320afd2fc53abb037c9c3fc4527ab8ad502461ac> / Bug 10572: (follow-up) DBrev to ensure presence of phone transport type <http://git.koha-communi
14:49 rambutan      jcamins++ --the bookmobile sallies forth as I speak. The Firefox offline circ gets lots of use here. Now if you could just fix the d*&# generator.
14:48 huginn        magnuse: Error: The command "arewethereyet" is available in the Assorted and ReleaseDay plugins.  Please specify the plugin whose command you wish to call by using its name as a command before "arewethereyet".
14:48 magnuse       @arewethereyet
14:40 kf            mrenvoize++ :)
14:38 marcelr       have to go; bye all
14:37 marcelr       2 am utc
14:37 gmcharlt      and, now, it is not!
14:37 marcelr       oleonard: where are you to change the topic
14:37 oleonard      No that's not right either
14:37 jcamins       mrenvoize++
14:36 gmcharlt      yep, channel topic is wrong
14:36 marcelr       that is true
14:36 kf            marcelr: i guess we don't have to be there to get elected
14:36 marcelr       it was 9th in october
14:36 marcelr       and false?
14:36 marcelr       true
14:35 jcamins       According to the topic, the next meeting is the 9th.
14:35 marcelr       next meeting has a bad time for europe, i guess
14:35 kf            http://wiki.koha-community.org/wiki/General_IRC_meeting,_6_November_2013
14:35 marcelr       ok still have to add my comment..
14:34 kf            marcelr: i think next meeting - 6th
14:34 marcelr       you used that word..
14:34 marcelr       :)
14:34 gmcharlt      oh, pedantic == nit-picking
14:33 marcelr       pedantic btw?
14:33 marcelr       ok
14:33 gmcharlt      marcelr: yeah, the expression "if $hash{$key}" is problematic of a valid value is '0'
14:32 huginn        New commit(s) kohagit: Bug 11135: (follow-up) improve testing of OVERRIDE_SYSPREF_NAMES <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c59f17e454fa74aebd5506e23cd0b9ec6f0dd4e6> / Bug 11135: avoid logging warnings if OVERRIDE_SYSPREF_NAME is not set <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ded0db9d63c256ac544873e70eb437afd237a32f>
14:32 marcelr       have to look that up?
14:32 marcelr       pendantic followup?
14:31 kf            gmcharlt++
14:31 druthb        bad day today okay?
14:31 marcelr       no bad day tomorrow
14:30 tcohen        gmcharlt++
14:30 marcelr       gmcharlt++
14:30 tcohen        :-D
14:30 marcelr       thats great
14:30 gmcharlt      ;)
14:30 gmcharlt      we are going to have a shiny new 3.14 beta tomorrow!
14:30 gmcharlt      BAD DAYS ARE NOT ALLOWED!
14:30 gmcharlt      NO
14:30 marcelr       kf: when is the voting on the roles?
14:29 marcelr       :)
14:29 kf            must be a global thing
14:29 tcohen        i'm having a bad day, that's all
14:28 kf            tcohen: what are you refering to?
14:28 kf            tcohen: ...ok curious
14:27 marcelr       Joubu++
14:26 huginn        tcohen: The operation succeeded.
14:26 tcohen        @later tell mtompset making the users download a .deb file on the wiki just makes me angry, stop making things harder for people
14:24 Joubu         marcelr: yep, added to my to do list
14:22 huginn        New commit(s) kohagit: Bug 11134 - Typo on course reserves help <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=742e070fcc787f28444d279413ed47314e7c1185>
14:21 marcelr       Joubu: kyle signed off on it again, it still needs qa (they are in the queue quite some time already)
14:21 jenkins_koha  Starting build #102 for job Koha_3.12.x (previous build: STILL UNSTABLE -- last SUCCESS #98 22 days ago)
14:21 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9788 minor, P5 - low, ---, m.de.rooy, Signed Off , Improvements for calling GetReservesFromItemnumber
14:21 marcelr       Joubu: if you would have time for checking bug 9788 one of these days, this would be more than welcome
14:17 jenkins_koha  Starting build #196 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 9 days 7 hr ago)
14:16 marcelr       yes i concentrated on the last patch
14:15 gmcharlt      as is, rather
14:15 gmcharlt      marcelr: no objection; from my POV it's the follow-up that needed the review, most of the patch series was OK as it
14:15 marcelr       it passed qa already before
14:15 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8037 enhancement, P5 - low, ---, kyle.m.hall, Needs Signoff , Add holds and funds to items already received in parcel.pl
14:15 marcelr       gmcharlt: would you mind me passing qa on bug 8037 either?
14:12 gmcharlt      ;)
14:12 gmcharlt      olly-olly oxen free! typo patches that want to make it in before string freeze, assemble!
14:10 marcelr       :)
14:10 marcelr       gmcharlt: sent you a msg about two reports (not pushing you too much..)
14:09 gmcharlt      hi marcelr
14:09 mtompset      Have a great day, #koha gmcharlt marcelr and lurkers. ;)
14:09 marcelr       hi gmcharlt
14:09 * mtompset    puts on his driver's hat.
14:08 mtompset      That feels about right in my inbox. ;)
14:07 huginn        gmcharlt: Quote #38: "<owen> Holy Bugzilla activity explosion, Batman!" (added by ricardo at 02:00 PM, October 07, 2009)
14:07 gmcharlt      @quote random
13:49 kivilahtio    oleonard: OK, I'll try
13:48 oleonard      git bz will attach your patch and use that text as the comment, so you get both
13:48 kivilahtio    oleonard: roger that
13:48 oleonard      kivilahtio: If you must choose, put the full patch description and test plan in the commit message.
13:47 kivilahtio    blou: Then when I start pushing in patches they have their own messages
13:47 kivilahtio    blou: I use git bz, but when I make the bug I write a "proper" documentation for what I am about to do
13:47 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 enhancement, P5 - low, ---, gmcharlt, NEW , Show the parent records child records (aka. component parts) in the detailed views.
13:47 oleonard      Bug 11175
13:47 talljoy       morning koha
13:46 kivilahtio    maybe bug_11175 explains it better
13:46 blou          kivilahtio: use git bz, it will be the same on both :)
13:46 kivilahtio    Is it better to write more extensive patch description to the commit message or the bugzilla?
13:45 kivilahtio    regarding commits
13:42 drojf         i've missed you too. very little kohathings for me. and even on the kohaday hardly any time for irc
13:42 drojf         awww :)
13:41 drojf         druthb! :)
13:41 * druthb      has missed you!
13:41 druthb        drojf!
13:38 drojf         hi marcelr
13:38 marcelr       hi drojf
13:36 drojf         kf: yes. please do. :)
13:36 kf            hi drojf - seen my mail?
13:36 drojf         hi #koha
13:31 marcelr       khall++
13:29 marcelr       khall: that would be even more great
13:28 khall         I see now, I'll add an so to that one to
13:27 marcelr       khall: did you see the other one too?
13:27 marcelr       khall: thx for the first signoff
13:25 marcelr       no problem
13:25 marcelr       kf: i leave it to you to change the status..
13:24 kf            koha html makes no sense, either standard or not
13:24 kf            i stand to that yes
13:21 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11173 normal, P5 - low, ---, sophie.meynieux, Signed Off , Carriage returns are missing in email notification when content type is html
13:21 marcelr       kf: bug 11173 i was afraid you would say that
13:19 marcelr       magnuse: gewoon wat plat noors, meer niet
13:18 marcelr       Joubu: great. I will have a look again
13:18 Joubu         marcelr: done
13:18 magnuse       especially if we do not announce it will be in dutch
13:17 magnuse       hehe, that might be interesting
13:17 marcelr       just slow
13:17 marcelr       can do a talk in dutch perhaps?
13:17 marcelr       :)
13:17 magnuse       yay! book your flight then, marcelr
13:16 marcelr       norwegian is not that difficult :)
13:16 magnuse       w00t - there will be a norwegian koha conference in oslo in december: http://nith.no/studentliv/studentvelferd/bibliotek/koha-konferanse-2013 the main language will be norwegian, though :-)
13:15 Joubu         ho yes
13:15 marcelr       Joubu: first apply no 2 3 and 4 then try 1
13:14 Joubu         marcelr: the first patch does not apply cleanly on the current master
13:13 marcelr       but mind the order of patches now (interactive git bz..)
13:13 marcelr       only the last followup
13:12 Joubu         marcelr: ok, I will try to rebase them
13:11 marcelr       yours is the first now :)
13:11 marcelr       i rebased the first 3 patches
13:11 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8037 enhancement, P5 - low, ---, kyle.m.hall, Needs Signoff , Add holds and funds to items already received in parcel.pl
13:11 marcelr       Joubu: i have a problem with your last patch on bug 8037
13:10 Joubu         marcelr: yep
13:09 marcelr       Joubu around?
13:02 marcelr       if only i would be too :)
13:02 marcelr       thanks khall, this patch is very patient :)
13:02 khall         I'll take a look
13:02 marcelr       kf: i will be looking now at bug 8037 for some time
13:02 khall         sure, I \
13:01 marcelr       khall: you once did a signoff already..
13:01 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9788 minor, P5 - low, ---, m.de.rooy, Needs Signoff , Improvements for calling GetReservesFromItemnumber
13:01 marcelr       khall: could you please have a look again at bug 9788 ?
13:01 kf            there are also some bugs i signed off on that i can't qa
13:01 marcelr       hello khall
13:00 kf            hi khall :)
13:00 khall         mornin kf et. al.!
12:59 kf            rel
12:59 marcelr       channel reset?
12:58 marcelr       hope there are no string inside it
12:58 marcelr       real is the question
12:58 marcelr       rel
12:58 marcelr       el
12:57 magnuse       real or rel? :-)
12:57 kf            yep, it's real_3_14_candidate
12:57 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8037 enhancement, P5 - low, ---, kyle.m.hall, Needs Signoff , Add holds and funds to items already received in parcel.pl
12:57 kf            bug 8037 i think
12:57 kf            the other is... let me find it
12:57 kf            hope to do that tonight
12:57 kf            one is marc modification templates
12:57 marcelr       which ones btw?
12:56 kf            it's 2 specific patches, but i couldn't check my mail today
12:56 marcelr       did some qaing and signing off
12:56 marcelr       not that much left anymore
12:56 kf            there are 2 patches in the candidtes list that need qa, one of those you didn't work on :)
12:56 kf            marcelr: do you have maybe time for some qa?
12:55 marcelr       10 mins ago
12:55 marcelr       everyone left?
12:55 marcelr       hi tcohen
12:54 tcohen        morning
12:40 marcelr       always miss those things
12:40 marcelr       ;)
12:40 marcelr       ')
12:40 oleonard      marcelr: You missed the first part of my plan: "Stay away!" ;)
12:38 marcelr       holds stuff!
12:38 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9788 minor, P5 - low, ---, m.de.rooy, Needs Signoff , Improvements for calling GetReservesFromItemnumber
12:38 marcelr       oleonard: here is one for you bug 9788 :)
12:32 oleonard      No more than usual: http://bugs.koha-community.org/bugzilla3/buglist.cgi?component=Hold%20requests&list_id=79964&product=Koha&resolution=---
12:30 kivilahtio    oleonard: Is there something worng with it?
12:30 oleonard      My plan is the same as it has always been: Stay away but hope someone smarter than me fixes it
12:30 kivilahtio    I just heard the term "reservations queues" several times, Implying that there sould be many different quesues for reservations
12:29 kivilahtio    oleonard: Or doy you have some big plans for the Koha's holds system?
12:29 kivilahtio    :)
12:29 kivilahtio    oleonard: just BranchTransferLimits that's all...
12:29 oleonard      If the singularity is triggered by changes to Koha's holds system I think we're in for a rough ride
12:28 kivilahtio    is iliciting even a word
12:27 kivilahtio    with the requirements I am iliciting, I feel it might happen next week
12:27 kivilahtio    at this pace it won't take until 4000ad to trigger the singularity
12:27 kivilahtio    oleonard: ++
12:27 oleonard      By the year 4000 when Koha has triggered the singularity magnuse will need to find another line of work I guess
12:26 kivilahtio    magnus is a pretty advanced guy
12:25 magnuse       oh, no, i'm busted
12:25 * oleonard    discovered magnuse's secret career: http://pencilink.blogspot.com/2008/03/magnus-robot-fighter-18-russ-manning.html
12:24 kivilahtio    just asking, I'll do it anyway :)
12:24 kivilahtio    is it safe to reindex zebra while doing bibliograohic dta migration?
12:23 magnuse       kia ora oleonard
12:19 oleonard      Hi #koha
11:31 halm          Hello! Is there anyone who could help with adding a Z39.50 server?
11:21 petter        hei magnus
11:19 magnuse       hei petter
10:09 vfernandes    I found this: https://code.google.com/p/koha/source/browse/admin/thesaurus.pl?spec=svnebb6609879197a3c509fdede6c216b13960b0702&r=ebb6609879197a3c509fdede6c216b13960b0702
10:09 vfernandes    then in OPAC the user could navigate on the term tree and search for the terms
10:08 vfernandes    the idea it's to have a tool on Koha Backoffice to manage a thesaurus: add childs, remove childs.... build a term tree
10:08 vfernandes    there is any koha tool to manage a thesaurus?
10:02 vfernandes    hello :)
09:21 samueld       strange
09:21 samueld       strqneg isn't it? anyway, koha works on my vm
09:18 magnuse       that's weird!
09:17 samueld       yes, each time, i've the same result (i prepare some vm to upload on koha server)
09:16 magnuse       have you tried multiple times?
09:15 magnuse       actually, first time i tried it, the download seemed to hang a little
09:15 magnuse       those should be the same
09:15 magnuse       wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
09:12 samueld       wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
09:11 magnuse       samueld: what's the command you use?
09:11 magnuse       samueld: works for me
09:08 jenkins_koha  * Galen Charlton: Bug 9456: (follow-up) use datatables.inc
09:08 jenkins_koha  * Jonathan Druart: Bug 9456: (follow-up) remove whitespaces and tab
09:08 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) sort on callnumber only
09:08 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) Remove useless CSS
09:08 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) move sort filters to datatables.js
09:08 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) add tooltip
09:08 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9456 enhancement, P5 - low, ---, kyle, Pushed to Master , Add callnumber column to the cart
09:08 jenkins_koha  * Kyle M Hall: Bug 9456 - Add callnumber column to the cart
09:08 jenkins_koha  * Galen Charlton: Bug 9044: (follow-up) restore the toolbar menu items
09:08 jenkins_koha  * Galen Charlton: Bug 9044: DBRev 3.13.00.036
09:08 jenkins_koha  * Julian Maurice: Bug 9044: (follow-up) set the number of filters according to number of columns
09:08 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9044 enhancement, P5 - low, ---, julian.maurice, Pushed to Master , Allow to select items on catalogue/detail.pl and trigger actions
09:08 jenkins_koha  * Julian Maurice: Bug 9044: (follow-up) change dropdown list into links list
09:08 jenkins_koha  * Jonathan Druart: Bug 9044: QA followup
09:08 jenkins_koha  * Julian Maurice: Bug 9044: (follow-up) Add a blank option + add missing 'for' attributes
09:08 jenkins_koha  * Julian Maurice: Bug 9044: Provide item selection in record detail page (staff client)
09:08 jenkins_koha  Project Koha_master build #1488: SUCCESS in 1 hr 54 min: http://jenkins.koha-community.org/job/Koha_master/1488/
09:06 samueld       there's something wrong with debian package, when i want to add the gpg.asc key, i've got a 404 error
09:04 samueld       hi everybody
08:40 marcelr       yeah wahanui
08:40 wahanui       somewhat is probably not the adjective I would use
08:40 marcelr       somewhat..
08:40 magnuse       somewhat annoying...
08:40 magnuse       wow, firefox has started to crash several times a day after i upgraded to ubuntu 13.10 and the latest ff version
08:38 magnuse       yeah, that looks good!
08:38 magnuse       lol
08:38 mtj           awww, everyones looking for love… :p
08:37 marcelr       you should be looking for vermeer or rembrandt :)
08:37 * mtj         http://library.rijksmuseum.nl/
08:36 mtj           http://library.rijksmuseum.nl/cgi-bin/koha/opac-search.pl?q=love
08:34 magnuse       link?
08:31 marcelr       hey mtj
08:31 mtj           hey marcel, i just saw your Koha OPAC - my new favourite :)
08:30 marcelr       hi magnuse
08:30 magnuse       hiya marcelr
08:29 marcelr       hi #koha
08:29 mtj           ok, i just learn something :)
08:27 mtj           ahh, 'Onboard Atmel ATmega328 MCU' …< - that might be the chip :)
08:25 mtj           ..does the gertboard have an arduino chip in it?
08:24 mtj           "the Gertboard extender … Gert van Loo's Arduino-controlled invention"
08:24 mtj           what does this bit mean….
08:24 mtj           http://www.engadget.com/2012/10/17/gertboard-extender-for-raspberry-pi-ships-to-advanced-tinkerers/
08:23 busla         I´m still playing around
08:23 busla         so the ILS will be either Koha or Evergreen
08:23 busla         what I´m doing is moving 8000 titles from a very primitive source, yes you guessed it, an excel file
08:22 busla         :)
08:21 busla         phase
08:21 busla         I´m still just at the installation face
08:20 busla         you´ve given this some thought
08:19 kivilahtio    mtj: That's what I was planning to do
08:19 kivilahtio    I think you can attach an Arduino to a Raspberry Pi with usb
08:19 mtj           kivilahtio, is there an arduino alternative for gertboard?
08:19 kf            god morgen magnuse
08:18 magnuse       wb kf
08:18 kivilahtio    magnuse: I have met him in many occasions, but can't claim to know him as
08:18 magnuse       s/arduino/arduino in libraries/
08:17 magnuse       kivilahtio: do you know Mace? he's pretty excited about arduino, i think
08:17 kivilahtio    Arduino is expensive tho
08:16 kivilahtio    never tried, but read some documentation
08:16 kivilahtio    mtj: I feel like it is much more challenging to use than an Arduino solution
08:16 mtj           kivilahtio, the gertboard looks very impressive!
08:16 kivilahtio    Arduino + 3D printer == win
08:15 kivilahtio    they printed a Deichmanskgnomme for me
08:15 kivilahtio    Oslo has a 3d printer
08:15 kivilahtio    but I think if we had more that kind of expertise we could cook up some cool stuff
08:15 kivilahtio    planning to host our librarys minecraft server, but thanks to our project just dragggging it has been cancelled.
08:14 kivilahtio    also we could host some moretechnical classes for kids
08:14 kivilahtio    they need some colorful signs. A perfect Arduino project!
08:14 kivilahtio    we are hosting Live-nights where local artist come and perform for us
08:14 busla         such as?
08:14 busla         such sa?
08:13 kivilahtio    or two
08:13 kivilahtio    well not plenty, but I can come up with one :)
08:13 kivilahtio    busla: I'd love to build all sorts of cool stuff with it. There are plenty of places here in our library where Raspi and other more powerfull microcontroller solutions would provide nice improvements
08:12 busla         not taking any advantage of the GIOP
08:12 busla         I´m only using RasPi as a home server and some Scrapers
08:11 kivilahtio    I would love to get into Raspberry pi and Gertboard
08:11 busla         :)
08:11 busla         I´m not sure why I´m continuing with this... a proof of concept I guess
08:10 magnuse       yeah
08:10 busla         the release notes also show that there are some unresolved issues: http://koha-community.org/koha-3-12-0-released/
08:10 busla         it´s .. running, but the page load is 10s
08:10 magnuse       try searching bugzilla for "plack" and you will see there are some known problems
08:10 kivilahtio    not sure why you would want to do that :) but it's ool
08:09 kivilahtio    wo-ow
08:09 magnuse       very cool!
08:09 kivilahtio    Koha is running on Rasbperry pi?
08:09 busla         I will update that page since I´m using 3.12
08:09 busla         I started from there
08:09 busla         yes.
08:09 magnuse       busla: have you seen http://wiki.koha-community.org/wiki/Koha_on_a_Raspberry_Pi ?
08:08 busla         :P
08:08 busla         .. but I need some performance boost
08:08 magnuse       yay
08:08 busla         ok, I´m trying to make it more or less functional on a RasPi
08:08 magnuse       i have not tried it myself yet, but that is the impression i get
08:07 magnuse       busla: i think the opac should work with plack, but there are some problems with the intranet still
07:59 busla         hi all, one question about Plack.. is it compatible with 3.12 ?
07:47 magnuse       sometimes our viking history comes to the surface... http://www.dailymail.co.uk/news/article-2480391/Store-forced-stocked-realistic-human-limbs-frozen-meat-section.html
07:45 reiveune      hi magnuse
07:44 magnuse       bonjour reiveune
07:44 magnuse       must stop looking at pictures from kohacon...
07:38 wahanui       hello, reiveune
07:38 reiveune      hello
07:23 magnuse       gah
07:23 wahanui       confetti is http://25.media.tumblr.com/tumblr_lpm3j6aNaN1qh8hleo1_400.gif
07:23 magnuse       confetti
07:23 huginn        magnuse: downloading the Perl source
07:23 magnuse       @confetti!
07:23 wahanui       i think confetti is http://25.media.tumblr.com/tumblr_lpm3j6aNaN1qh8hleo1_400.gif
07:23 magnuse       confetti!
07:23 magnuse       fixed!
07:14 jenkins_koha  Starting build #1488 for job Koha_master (previous build: FIXED)
07:14 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7688 enhancement, P3, ---, julian.maurice, Pushed to Master , Change subscriptions numbering pattern and frequencies
07:14 jenkins_koha  Galen Charlton: Bug 7688: (follow-up) have Serials.t create its test subscription
07:14 jenkins_koha  Project Koha_master build #1487: FIXED in 1 hr 53 min: http://jenkins.koha-community.org/job/Koha_master/1487/
07:14 jenkins_koha  Yippie, build fixed!
06:57 jenkins_koha  * Galen Charlton: Bug 9456: (follow-up) use datatables.inc
06:57 jenkins_koha  * Jonathan Druart: Bug 9456: (follow-up) remove whitespaces and tab
06:56 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) sort on callnumber only
06:56 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) Remove useless CSS
06:56 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) move sort filters to datatables.js
06:56 jenkins_koha  * Kyle M Hall: Bug 9456: (follow-up) add tooltip
06:56 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9456 enhancement, P5 - low, ---, kyle, Pushed to Master , Add callnumber column to the cart
06:56 jenkins_koha  * Kyle M Hall: Bug 9456 - Add callnumber column to the cart
06:56 jenkins_koha  * Galen Charlton: Bug 9044: (follow-up) restore the toolbar menu items
06:56 jenkins_koha  * Galen Charlton: Bug 9044: DBRev 3.13.00.036
06:56 jenkins_koha  * Julian Maurice: Bug 9044: (follow-up) set the number of filters according to number of columns
06:56 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9044 enhancement, P5 - low, ---, julian.maurice, Pushed to Master , Allow to select items on catalogue/detail.pl and trigger actions
06:56 jenkins_koha  * Julian Maurice: Bug 9044: (follow-up) change dropdown list into links list
06:56 jenkins_koha  * Jonathan Druart: Bug 9044: QA followup
06:56 jenkins_koha  * Julian Maurice: Bug 9044: (follow-up) Add a blank option + add missing 'for' attributes
06:56 jenkins_koha  * Julian Maurice: Bug 9044: Provide item selection in record detail page (staff client)
06:56 jenkins_koha  Project master_maria build #195: STILL UNSTABLE in 50 min: http://jenkins.koha-community.org/job/master_maria/195/
05:57 huginn        New commit(s) kohagit: Bug 9456: (follow-up) use datatables.inc <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ca18e624fd7cabcf0950cd4bb00569f55243a03b> / Bug 9456: (follow-up) remove whitespaces and tab <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ce4c7f31bf0894d6fe72f6c791ec70303e59cd2c> / Bug 9456: (follow-up) sort on callnumber only <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1b10a6f3
05:36 huginn        New commit(s) kohagit: Bug 9044: (follow-up) restore the toolbar menu items <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f556bf0cc925c51a92da04060d3dcfe363a235cf> / Bug 9044: DBRev 3.13.00.036 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0476b6da325f8aaa8ebda4bc5352d96f3e5b386a> / Bug 9044: (follow-up) set the number of filters according to number of columns <http://git.koha-community.org/gitweb/?p=koha.git
05:21 jenkins_koha  Starting build #1487 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1481 1 day 12 hr ago)
05:17 jenkins_koha  Starting build #194 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 8 days 22 hr ago)
05:16 huginn        New commit(s) kohagit: Bug 7688: (follow-up) have Serials.t create its test subscription <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=72b17824877b828f21010c5981537b64ebf3feec>
04:32 huginn        eythian: The current temperature in Wellington, New Zealand is 16.0°C (5:00 PM NZDT on October 31, 2013). Conditions: Mostly Cloudy. Humidity: 88%. Dew Point: 14.0°C. Pressure: 29.59 in 1002 hPa (Steady).
04:32 eythian       @wunder nzwn
04:32 huginn        joels68: The current temperature in MidTown, Reno, Nevada is 4.0°C (9:30 PM PDT on October 30, 2013). Conditions: Clear. Humidity: 65%. Dew Point: -2.0°C. Windchill: 4.0°C. Pressure: 30.20 in 1022 hPa (Rising).
04:32 joels68       @wunder reno nevada
04:32 Oak           :)
04:32 Oak           aw
04:32 eythian       only to you Oak, only to you :)
04:32 Oak           call him Mr Robin
04:32 Oak           he is "Mr Robin" to new people
04:32 eythian       bye
04:31 joels68       Bye eythian.
04:31 Oak           see you around
04:31 Oak           same here joels68 :)
04:30 joels68       Yeah I need to go to bed. Nice talking with you, Oak.
04:30 Oak           later guys
04:30 Oak           okay i should finish the proposal i need to submit today...
04:29 huginn        Oak: Quote #125: "<oleonard> gmcharlt: Or I could fill the tub with milk and cereal and lock them in the bathroom." (added by gmcharlt at 01:14 PM, April 06, 2011)
04:29 Oak           @quote random
04:29 joels68       Well, I better hang out here more often then.
04:28 Oak           and actually it's the guys here who have a great sense of humor. they feed them with all kind of stuff :)
04:28 Oak           oh this was not their best stuff.
04:27 joels68       I see they have a sense of humor as well. lol
04:27 Oak           meh, we all sometimes talk to them joels68. and it's OK.
04:27 huginn        Oak: I'll give you the answer just as soon as RDA is ready
04:27 Oak           huginn, we all do sometimes
04:26 huginn        Oak: I suck
04:26 Oak           huginn, wahanui, pastebot, logbot are bots
04:26 Oak           see :) how cool is that
04:25 huginn        joels68: The current temperature in Worthington, Minnesota is 5.0°C (11:15 PM CDT on October 30, 2013). Conditions: Overcast. Humidity: 81%. Dew Point: 2.0°C. Windchill: 1.0°C. Pressure: 29.74 in 1007 hPa.
04:25 joels68       @wunder Worthington Minnesota
04:25 Oak           all do different jobs
04:25 Oak           i think we have 3 or 4 bots perhaps
04:25 huginn        Oak: The current temperature in Islamabad, Pakistan is 17.0°C (9:00 AM PKT on October 31, 2013). Conditions: Haze. Humidity: 77%. Dew Point: 13.0°C. Pressure: 30.09 in 1019 hPa (Steady).
04:25 Oak           @wunder Islamabad
04:25 huginn        Oak: Error: No such location could be found.
04:25 Oak           @wunder Minnesota
04:24 Oak           they all are I think
04:24 huginn        Oak: Brooke was last seen in #koha 6 weeks, 1 day, 7 hours, 17 minutes, and 26 seconds ago: <Brooke> hey cait :D
04:24 Oak           @seen Brooke
04:24 huginn        Oak: I have not seen Brooke?.
04:24 Oak           @seen Brooke?
04:24 joels68       Nice. I didn't know it was interactive.
04:23 Oak           joels68, i would advise to ask for opinion on that with Brooke
04:23 wahanui       eythian: wish i knew
04:23 eythian       wahanui: are you a bot?
04:22 joels68       I'm thinking about the library degree myself.
04:21 Oak           or it rather
04:21 Oak           he is a bot
04:21 joels68       Are random comments from wahanui common or am I special?
04:21 Oak           library science degree was completed end of last year actually.
04:20 Oak           i am a web developer. i have a library science degree, but i have been working as a web developer for the past 2+ years
04:19 wahanui       rumour has it you is smart
04:19 joels68       And you?
04:19 joels68       I now administer Koha for my library system so I'm having to learn the librarian side of things.
04:19 Oak           that is cool.
04:18 joels68       I'm IT netwrk Admin but slowly becoming a librarian.
04:18 Oak           good to meet you too!
04:18 Oak           i meant i am not a librarian
04:18 Oak           oh crap
04:18 Oak           i am not.
04:18 joels68       Good to meet you.
04:17 Oak           just asking...
04:17 Oak           are you a librarian joels68 ?
04:16 Oak           yup :)
04:13 joels68       Oak, I'm from Minnesota USA. You're in Pakistan, corect?
04:10 Oak           hello joels68
04:09 joels68       Whoops, Ed left already.
04:09 joels68       Hello Oak.
04:09 joels68       Hey Ed, how's it going?
04:08 Oak           \o
03:59 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) fix error that prevented sysprefs from being loaded
03:59 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) update DBIx::Class schema classes
03:58 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) add new table to kohastructure.sql
03:58 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) add foreign key from new table to borrowers
03:58 jenkins_koha  * Galen Charlton: Bug 2720: DBRev 3.13.00.035
03:58 jenkins_koha  * Jonathan Druart: Bug 2720: (follow-up) fix the "remove" links
03:58 jenkins_koha  * Jonathan Druart: Bug 2720: (follow-up) change license version to GPLv3+
03:58 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2720 enhancement, P3, ---, kyle, Pushed to Master , Overdues which debar automatically should undebar automatically when returned
03:58 jenkins_koha  * Kyle M Hall: Bug 2720: (follow-up) improve readability of a template
03:58 jenkins_koha  * Jonathan Druart: Bug 2720: (follow-up) improve unit tests
03:58 jenkins_koha  * Owen Leonard: Bug 2720: (follow-up) improve data entry form for manual restrictions
03:58 jenkins_koha  * Kyle M Hall: Bug 2720 - Overdues which debar automatically should undebar automatically when returned
03:58 jenkins_koha  Project Koha_master build #1486: STILL UNSTABLE in 1 hr 53 min: http://jenkins.koha-community.org/job/Koha_master/1486/
03:57 joels68       I just ran across that one today amongst others.
03:55 mtj           rangi,  i loved the 'bad coffee' photo from kohacon :p
03:55 joels68       Hi mtj.
03:55 joels68       See ya Chris.
03:54 * mtj         waves to  joels68 and rangi
03:54 rangi         right, i better duck out and get my kids
03:54 rangi         yep, it was fun
03:53 joels68       Still tired here too but would go back to Reno in a second.
03:53 rangi         heh pretty much replaced with tiredness
03:52 joels68       Hey Chris. How are you? The excitement from KohaCon faded yet?
03:51 rangi         hiya joels68
03:51 joels68       Still learning the IRC commands.
03:49 joels68       Hello ethyian.
03:49 wahanui       hello, eythian
03:49 eythian       hi
03:46 * joels68     waves hello to #koha
03:10 wizzyrea      or a clearer link.
03:10 wizzyrea      gah we really need a link from suggestions to the main acquisitions page.
02:52 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) fix error that prevented sysprefs from being loaded
02:52 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) update DBIx::Class schema classes
02:52 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) add new table to kohastructure.sql
02:52 jenkins_koha  * Galen Charlton: Bug 2720: (follow-up) add foreign key from new table to borrowers
02:52 jenkins_koha  * Galen Charlton: Bug 2720: DBRev 3.13.00.035
02:52 jenkins_koha  * Jonathan Druart: Bug 2720: (follow-up) fix the "remove" links
02:52 jenkins_koha  * Jonathan Druart: Bug 2720: (follow-up) change license version to GPLv3+
02:52 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2720 enhancement, P3, ---, kyle, Pushed to Master , Overdues which debar automatically should undebar automatically when returned
02:52 jenkins_koha  * Kyle M Hall: Bug 2720: (follow-up) improve readability of a template
02:52 jenkins_koha  * Jonathan Druart: Bug 2720: (follow-up) improve unit tests
02:52 jenkins_koha  * Owen Leonard: Bug 2720: (follow-up) improve data entry form for manual restrictions
02:52 jenkins_koha  * Kyle M Hall: Bug 2720 - Overdues which debar automatically should undebar automatically when returned
02:52 jenkins_koha  Project master_maria build #193: STILL UNSTABLE in 50 min: http://jenkins.koha-community.org/job/master_maria/193/
02:10 huginn        New commit(s) kohagit: Bug 2720: (follow-up) fix error that prevented sysprefs from being loaded <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=da9c4cab1faaa17e95320c83e97b9063e6b8c553> / Bug 2720: (follow-up) update DBIx::Class schema classes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3c0d3b00b22510b8460a4737fe098599e2c15117> / Bug 2720: (follow-up) add new table to kohastructure.sql <http://git.koha-commu
02:05 jenkins_koha  Starting build #1486 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1481 1 day 9 hr ago)
02:02 jenkins_koha  Starting build #193 for job master_maria (previous build: STILL UNSTABLE -- last SUCCESS #174 8 days 19 hr ago)
01:05 mtompset      Have a great day, #koha.