IRC log for #koha, 2014-02-07

All times shown according to UTC.

Time S Nick Message
00:07 SherryS left #koha
00:20 tcohen joined #koha
00:21 dcook Interesting...apparently overdue_notices.pl still sends emails even when the no email flag is used
00:21 dcook It sends the emails to branches/admins rather than patrons, but those are still emails...
00:22 wizzyrea it's probably assuming that you want the notices to print and mail
00:22 wizzyrea why would you run the *notices* job if you didn't want to get notices?
00:22 dcook Do not send any email. Overdue notices that would have been sent to
00:22 dcook the patrons or to the admin are printed to standard out. CSV data (if
00:22 dcook the -csv flag is set) is written to standard out or to any csv
00:22 dcook filename given.
00:23 dcook Testing overdue notice layouts?
00:23 wizzyrea there was a bug for test mode for notices
00:23 dcook Recently?
00:23 wizzyrea it's been out there for ages as a "want"
00:23 dcook mmm
00:24 wizzyrea either the help is wrong, or it's doing wrong if that's ^ true
00:30 bag afternoon y'all
00:31 gmcharlt hi bag
00:31 wizzyrea hi bag
00:31 eythian hi bag
00:31 bag hi you three
00:31 bag :D
00:56 dcook gmcharlt: Are you about to field a DBIX query?
00:56 gmcharlt dcook: what is it?
00:57 dcook Well, I would like to get the data type for a column in the MySQL database
00:57 dcook But I want to do it in a database agnostic way which is fast
00:57 dcook I imagine the data should already be in one of those Koha::Schema files
00:58 dcook I'm wondering if there is a way to do something like "my $info = $source->column_info($col);" with DBIX Class
00:58 BobB joined #koha
01:00 gmcharlt http://search.cpan.org/~ribasu[…]ce.pm#column_info
01:00 gmcharlt how did you guess the name of the method? ;)
01:00 dcook lol
01:00 dcook Sorry, I should've linked to it ;)
01:01 dcook I'm just not sure how it works
01:03 gmcharlt oh, it just returns a hasref
01:03 gmcharlt keys of interest would be data_type and size
01:03 dcook Exactly
01:03 dcook I suppose I'm curious about how to even use the method
01:03 dcook use Koha::Schema; ?
01:04 dcook In that above example, what is $source?
01:08 pastebot "gmcharlt" at 127.0.0.1 pasted "for dcook" (12 lines) at http://paste.koha-community.org/111
01:09 pianohacker bye all
01:10 tcohen joined #koha
01:11 dcook Brilliant. Thanks, gmcharlt :)
01:11 dcook gmcharlt++
01:11 dcook So a 'Source' of "Borrower" would use Borrower.pm?
01:13 gmcharlt yep
01:15 dcook Sweet
01:17 dcook Hmm
01:17 dcook DBIx::Class::Schema::source(): Can't find source for Borrowers
01:17 dcook Perhaps I'm doing something wrong..
01:18 gmcharlt no s
01:18 dcook Interesting..
01:18 wahanui i guess interesting is sometimes good and sometimes bad
01:19 dcook Perhaps this isn't a good idea after all
01:19 dcook I was trying to think of an easier way to do datetime detection for bug 11244
01:19 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11244 normal, P5 - low, ---, kyle, In Discussion , notices ignoring the dateformat preference
01:20 dcook The proposed fix seems to increase the execution time by 30x
01:20 dcook It is an effective fix though..
01:20 dcook Maybe it doesn't matter since people probably only run overdues nightly
01:23 dcook Or in the morning
01:26 dcook I see an ActionLog.pm and an ActionLogs.pm...
01:28 gmcharlt that is almost certainly an oopsie (old version of schema class)
01:30 dcook I guess use of DBIX Class will be for more structured scripts rather than ones that pass table names
01:31 dcook I think that sounded like nonsense..
01:31 dcook GetPreparedLetter doesn't play too nice with DBIX::Class, me thinks, due to using the pluralized lowercase names :/
01:37 jenkins_koha Starting build #336 for job master_maria (previous build: SUCCESS)
01:40 jenkins_koha Starting build #367 for job Koha_3.8.x (previous build: STILL UNSTABLE -- last SUCCESS #360 2 mo 8 days ago)
01:40 jenkins_koha Starting build #173 for job Koha_3.12.x (previous build: FIXED)
01:44 huginn New commit(s) kohagit: Bug 11666: remove SQL as an option for MARC framework exports and imports <http://git.koha-community.org/[…]decc12429d02dfb4b> / Bug 11666: add permission check for MARC framework import/export <http://git.koha-community.org/[…]d9e29507dc815a8b3> / Bug 11662: remove disused member-picupload.pl <http://git.koha-communi
01:52 Topic for #koha is now SECURITY releases available - please see http://koha-community.org/secu[…]se-february-2014/. Welcome to #koha - this channel is for discussion of the Koha project and software http://koha-community.org. Koha 3.14.2 is the latest release! The next general IRC meeting is on 5 March 2014 18:00 UTC.
01:53 dcook gmcharlt: Have you considered using $schema->source_name() to add an alternative source name of the actual table name?
01:53 dcook It seems like that would make it easier to adopt Koha::Database throughout more of the code, no?
01:54 gmcharlt maybe
01:54 dcook I suppose it could also muddy the namespace
01:54 * gmcharlt is not opposed to there being a bit of a roaadblock, though, to force folks working on it to THINK about what they're doing
01:55 gmcharlt also
01:55 gmcharlt IMPORTANT ANNOUNCEMENT -- please see http://koha-community.org/secu[…]se-february-2014/
01:55 gmcharlt rangi++
01:55 gmcharlt cait++
01:55 gmcharlt Joubu++
01:56 gmcharlt tcohen++
01:56 gmcharlt bgkriegel++
01:56 gmcharlt fridolin++
01:56 gmcharlt khall++
01:56 gmcharlt eythian++
01:56 gmcharlt JohnLightsey++
01:58 wizzyrea gmcharlt++
01:59 wizzyrea just to round that out.
01:59 tcohen gmcharlt++
02:10 jenkins_koha Project Koha_3.12.x build #173: UNSTABLE in 31 min: http://jenkins.koha-community.[…]/Koha_3.12.x/173/
02:10 jenkins_koha * Chris Cormack: Bug 11660: remove disused tools/pdfViewer.pl
02:10 jenkins_koha * Chris Cormack: Bug 11661: sanitize file names supplied to edithelp.pl
02:10 jenkins_koha * Galen Charlton: Bug 11662: remove disused member-picupload.pl
02:10 jenkins_koha * Galen Charlton: Bug 11666: add permission check for MARC framework import/export
02:10 jenkins_koha * Galen Charlton: Bug 11666: remove SQL as an option for MARC framework exports and imports
02:10 jenkins_koha * Tomas Cohen Arazi: Update release notes for 3.12.10 release
02:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11660 critical, P1 - high, ---, gmcharlt, Pushed to Stable , tools/pdfViewer.pl is vulnerable to displaying the contents of an arbitrary file on the server
02:10 jenkins_koha * Tomas Cohen Arazi: Increment version for 3.12.10 release
02:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11661 critical, P1 - high, ---, gmcharlt, Pushed to Stable , edithelp.pl can be used to write arbitrary files to the server
02:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11662 critical, P1 - high, ---, gmcharlt, Pushed to Stable , member-picupload.pl can write to arbitrary files on the server
02:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11666 critical, P1 - high, ---, gmcharlt, Pushed to Stable , admin/import_export_framework.pl allows execution of arbitrary SQL without authentication
02:14 dcook Wow, that pdfviewer one is a bit nasty...
02:19 gmcharlt just a bit, old chap # good old British understatement
02:19 jenkins_koha Project Koha_3.8.x build #367: STILL UNSTABLE in 40 min: http://jenkins.koha-community.[…]b/Koha_3.8.x/367/
02:19 jenkins_koha * Chris Cormack: Bug 11660: remove disused tools/pdfViewer.pl
02:19 jenkins_koha * Chris Cormack: Bug 11661: sanitize file names supplied to edithelp.pl
02:19 jenkins_koha * Galen Charlton: Bug 11662: remove disused member-picupload.pl
02:19 jenkins_koha * Galen Charlton: Bug 11666: add permission check for MARC framework import/export
02:19 jenkins_koha * Galen Charlton: Bug 11666: remove SQL as an option for MARC framework exports and imports
02:19 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11660 critical, P1 - high, ---, gmcharlt, Pushed to Stable , tools/pdfViewer.pl is vulnerable to displaying the contents of an arbitrary file on the server
02:19 jenkins_koha * Galen Charlton: release notes for Koha 3.8.23
02:19 jenkins_koha * Galen Charlton: bump version for Koha 3.8.23
02:19 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11661 critical, P1 - high, ---, gmcharlt, Pushed to Stable , edithelp.pl can be used to write arbitrary files to the server
02:19 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11662 critical, P1 - high, ---, gmcharlt, Pushed to Stable , member-picupload.pl can write to arbitrary files on the server
02:19 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11666 critical, P1 - high, ---, gmcharlt, Pushed to Stable , admin/import_export_framework.pl allows execution of arbitrary SQL without authentication
02:23 jenkins_koha Starting build #189 for job Koha_3.10.x (previous build: STILL UNSTABLE -- last SUCCESS #184 3 mo 27 days ago)
02:29 jenkins_koha Project master_maria build #336: SUCCESS in 51 min: http://jenkins.koha-community.[…]master_maria/336/
02:29 jenkins_koha * Chris Cormack: Bug 11660: remove disused tools/pdfViewer.pl
02:29 jenkins_koha * Chris Cormack: Bug 11661: sanitize file names supplied to edithelp.pl
02:29 jenkins_koha * Galen Charlton: Bug 11662: remove disused member-picupload.pl
02:29 jenkins_koha * Galen Charlton: Bug 11666: add permission check for MARC framework import/export
02:29 jenkins_koha * Galen Charlton: Bug 11666: remove SQL as an option for MARC framework exports and imports
02:29 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11660 critical, P1 - high, ---, gmcharlt, Pushed to Stable , tools/pdfViewer.pl is vulnerable to displaying the contents of an arbitrary file on the server
02:29 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11661 critical, P1 - high, ---, gmcharlt, Pushed to Stable , edithelp.pl can be used to write arbitrary files to the server
02:29 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11662 critical, P1 - high, ---, gmcharlt, Pushed to Stable , member-picupload.pl can write to arbitrary files on the server
02:29 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11666 critical, P1 - high, ---, gmcharlt, Pushed to Stable , admin/import_export_framework.pl allows execution of arbitrary SQL without authentication
02:58 rocio left #koha
03:00 dpk1 joined #koha
03:06 jenkins_koha Project Koha_3.10.x build #189: STILL UNSTABLE in 46 min: http://jenkins.koha-community.[…]/Koha_3.10.x/189/
03:06 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 7478: (followup) Branches template plugin not available in 3.10.x
03:06 jenkins_koha * Chris Cormack: Bug 11660: remove disused tools/pdfViewer.pl
03:06 jenkins_koha * Chris Cormack: Bug 11661: sanitize file names supplied to edithelp.pl
03:06 jenkins_koha * Galen Charlton: Bug 11662: remove disused member-picupload.pl
03:06 jenkins_koha * Galen Charlton: Bug 11666: add permission check for MARC framework import/export
03:06 jenkins_koha * Galen Charlton: Bug 11666: remove SQL as an option for MARC framework exports and imports
03:06 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7478 minor, P5 - low, ---, oleonard, Pushed to Stable , Template/translation problem in catalogue_out.tt
03:06 jenkins_koha * Bernardo Gonzalez Kriegel: Release notes for 3.10.13 release
03:06 jenkins_koha * Bernardo Gonzalez Kriegel: Database update for 3.10.13 release
03:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11660 critical, P1 - high, ---, gmcharlt, Pushed to Stable , tools/pdfViewer.pl is vulnerable to displaying the contents of an arbitrary file on the server
03:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11661 critical, P1 - high, ---, gmcharlt, Pushed to Stable , edithelp.pl can be used to write arbitrary files to the server
03:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11662 critical, P1 - high, ---, gmcharlt, Pushed to Stable , member-picupload.pl can write to arbitrary files on the server
03:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11666 critical, P1 - high, ---, gmcharlt, Pushed to Stable , admin/import_export_framework.pl allows execution of arbitrary SQL without authentication
03:07 jenkins_koha Starting build #12 for job Koha_3.14.x (previous build: NOW UNSTABLE)
03:58 Oak joined #koha
03:58 Oak kia ora #kohas
03:58 Oak uh oh
04:19 mtompset_away Greetings and goodbye.
04:19 mtompset_away Have a great day, #koha.
04:49 jenkins_koha Project Koha_3.14.x build #12: STILL UNSTABLE in 1 hr 42 min: http://jenkins.koha-community.[…]b/Koha_3.14.x/12/
04:49 jenkins_koha * Chris Cormack: Bug 11660: remove disused tools/pdfViewer.pl
04:49 jenkins_koha * Chris Cormack: Bug 11661: sanitize file names supplied to edithelp.pl
04:49 jenkins_koha * Galen Charlton: Bug 11662: remove disused member-picupload.pl
04:49 jenkins_koha * Galen Charlton: Bug 11666: add permission check for MARC framework import/export
04:49 jenkins_koha * Galen Charlton: Bug 11666: remove SQL as an option for MARC framework exports and imports
04:49 jenkins_koha * Fridolyn SOMERS: Update release notes for 3.14.03 release
04:49 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11660 critical, P1 - high, ---, gmcharlt, Pushed to Stable , tools/pdfViewer.pl is vulnerable to displaying the contents of an arbitrary file on the server
04:49 jenkins_koha * Fridolin Somers: Increment version for 3.14.3 release
04:49 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11661 critical, P1 - high, ---, gmcharlt, Pushed to Stable , edithelp.pl can be used to write arbitrary files to the server
04:49 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11662 critical, P1 - high, ---, gmcharlt, Pushed to Stable , member-picupload.pl can write to arbitrary files on the server
04:49 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11666 critical, P1 - high, ---, gmcharlt, Pushed to Stable , admin/import_export_framework.pl allows execution of arbitrary SQL without authentication
04:53 jenkins_koha Starting build #1624 for job Koha_master (previous build: STILL UNSTABLE -- last SUCCESS #1621 6 days 6 hr ago)
05:14 dcook Is anyone else getting super slow download speeds for the git?
05:14 dcook Or it just me and my connection...
05:21 cait joined #koha
05:24 Oak hello cait
05:31 cait hi Oak
05:42 dcook have a good day/weekend alll
05:55 cait gmcharlt++
06:25 Viktor joined #koha
07:05 Oak joined #koha
07:12 fridolin joined #koha
07:12 fridolin hie all
07:17 jenkins_koha Yippee, build fixed!
07:17 wahanui o/ '`'`'`'`'`'`'`'`'`
07:17 jenkins_koha Project Koha_master build #1624: FIXED in 2 hr 27 min: http://jenkins.koha-community.[…]Koha_master/1624/
07:17 jenkins_koha * Chris Cormack: Bug 11660: remove disused tools/pdfViewer.pl
07:17 jenkins_koha * Chris Cormack: Bug 11661: sanitize file names supplied to edithelp.pl
07:17 jenkins_koha * Galen Charlton: Bug 11662: remove disused member-picupload.pl
07:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11660 critical, P1 - high, ---, gmcharlt, Pushed to Stable , tools/pdfViewer.pl is vulnerable to displaying the contents of an arbitrary file on the server
07:17 jenkins_koha * Galen Charlton: Bug 11666: add permission check for MARC framework import/export
07:17 jenkins_koha * Galen Charlton: Bug 11666: remove SQL as an option for MARC framework exports and imports
07:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11661 critical, P1 - high, ---, gmcharlt, Pushed to Stable , edithelp.pl can be used to write arbitrary files to the server
07:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11662 critical, P1 - high, ---, gmcharlt, Pushed to Stable , member-picupload.pl can write to arbitrary files on the server
07:17 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11666 critical, P1 - high, ---, gmcharlt, Pushed to Stable , admin/import_export_framework.pl allows execution of arbitrary SQL without authentication
07:36 drojf joined #koha
07:42 reiveune joined #koha
07:42 reiveune hello
07:47 laurence joined #koha
07:50 paul_p joined #koha
07:57 alex_a joined #koha
07:58 alex_a bonjour
08:11 jenkins_koha Starting build #13 for job Koha_3.14.x (previous build: STILL UNSTABLE)
08:11 fridolin i'm looking at jenkins fot that
08:14 Joubu1 joined #koha
08:14 Joubu1 hi
08:17 Joubu joined #koha
08:17 paxed why does issueslip and issueqslip use different fonts? one is printed using a fixed-width font
08:34 sophie_m joined #koha
08:34 gaetan_B joined #koha
08:34 gaetan_B hello
08:34 cait joined #koha
08:35 cait good morning #koha
08:41 kivilahtio would it be possible to store the time a message_queue-entry has been sent?
08:41 kivilahtio currently not
08:41 kivilahtio but that would be useful considering statistics
08:42 kivilahtio or would it... hmm
08:42 alex_a joined #koha
08:42 kivilahtio one has the time it the netry has been created which is not far from the date it was processed
08:43 cait hm i thought it got updated to the date sent
08:44 cait yep it gets updated
08:44 cait on update current_timestamp in the table definition
08:44 kivilahtio ok
08:45 kivilahtio we just need statistics about ODUE-, CLAIM, HOLD-letters sent on one day
08:45 kivilahtio more specifically today
08:46 cait if you combina status and time_queued that should give yu the information
08:46 kivilahtio hmm, if I process_message_queue.pl in the morning, then run statistics just after that, there should be no problems right
08:47 cait hm
08:47 kivilahtio yeah, that might be it
08:47 cait i wouldn't run it only in the morning i think
08:47 cait you want to run process_message_queue at least hourly
08:47 kivilahtio ah yeah
08:47 cait i thnk end of day statistics
08:48 cait or 'yesterday' would make mor sense
08:48 cait only then they are complete
08:48 kivilahtio hmm true
08:48 kivilahtio thanks for the feedback cait!
08:48 cait np :)
09:05 Oak joined #koha
09:14 JesseDhammuIND joined #koha
09:14 JesseDhammuIND hay
09:14 JesseDhammuIND is there any method to install koha on Xampp
09:14 JesseDhammuIND like any easy method to do it ..!?!?
09:18 alex_a_ joined #koha
09:20 alex_a joined #koha
09:26 JesseDhammuIND anyone here to help
09:29 Viktor joined #koha
09:30 JesseDhammuIND hay
09:43 ashimema JesseDhammuIND.. it's kinda viable to install koha on top of Xampp so long as the base is linux (koha's won't work on windows without allot of pain which none of us has gone through in a while so you'de be on your own)
09:43 ashimema However, I'd suggest using debian and sticking to the packages. That's by far the easiest way to get koha up and running in a quick and easy fashion
09:51 jenkins_koha Project Koha_3.14.x build #13: STILL UNSTABLE in 1 hr 40 min: http://jenkins.koha-community.[…]b/Koha_3.14.x/13/
09:51 jenkins_koha Tomas Cohen Arazi: Bug 9579: fix truncation of facets containing multi-byte characters
09:51 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9579 major, P1 - high, ---, tomascohen, Pushed to Stable , Facets truncation broken for multi-byte characters
10:05 vfernandes joined #koha
10:05 vfernandes hi :)
10:05 vfernandes about patrons pictures upload: there is a limit size for zip?
10:05 vfernandes Request Entity Too Large  The requested resource /cgi-bin/koha/tools/picture-upload.pl does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
10:25 Joubu vfernandes: I think it is defined in your apache config
10:53 dbs joined #koha
11:00 drojf joined #koha
11:07 Oak cait: !!
11:08 Oak guys, the word 'Series' in the drop down list in OPAC... if I choose that (instead of 'Library Catalogue'), what is it supposed to search? Continuing Resources?
11:42 juan_sieira joined #koha
11:44 juan joined #koha
11:46 cait Oak: the series - like in a traced or not traced series the book got published in
11:53 vfernandes joined #koha
11:54 vfernandes Request Entity Too Large  The requested resource /cgi-bin/koha/tools/picture-upload.pl does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
11:54 vfernandes what i need to change in apache? the file has 112MB
11:55 Oak os to search for continuing resources only, one has to do an Advanced Search
11:55 Oak so*
11:57 tcohen joined #koha
11:58 cait Oak: mhm yes
11:58 cait i have built something that might be helpful
11:58 cait but it dependson how good your data is
11:59 cait take a look at publication type - it's based on the LDR i think
12:00 cait it's jquery
12:02 francharb good morning #koha
12:05 Oak coool
12:06 Oak i have been feeding them after modifying the LDR... different letter for serials and serial articles
12:08 Oak wait, where is "publication type" on your link?
12:08 Oak got it
12:10 Oak cait, i like the analytics and thesis option. i can use that.
12:10 Oak nice work.
12:10 cait Oak: it's all in the source code - you can adapt it for other search options as well of course :)
12:13 Viktor joined #koha
12:13 Oak okay cool. thanks!
12:15 Oak left #koha
12:39 tcohen joined #koha
12:52 meliss joined #koha
12:54 tcohen morning #koha
13:04 khall mornin all!
13:17 NateC joined #koha
13:28 oleonard joined #koha
13:31 oleonard Hi #koha
13:35 sophie_m joined #koha
13:38 tcohen mornin khall
13:38 tcohen hi cait
13:39 cait hi tcohen :)
13:39 cait tcohen++
13:55 sophie_m joined #koha
14:02 oleonard Interesting question brought up by Bug 10865. If you have allowed the creation of public lists in the past, but changed the policy to disallow public lists, should patrons still be able to edit their public lists and keep them public?
14:02 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10865 normal, P5 - low, ---, oleonard, Failed QA , Don't show list permissions when adding public lists/sharing lists is not allowed
14:11 cait oleonard: hmintersting
14:12 cait i guess no - but it might be easier to say that the library has to deal with lists created before the policy change
14:13 rhcl joined #koha
14:13 oleonard ...not that a library can do that easily. Requires delving into the db.
14:16 Oak joined #koha
14:16 * Oak waves
14:17 cait oleonard: i know, but it hink it's kind of a mine field - like should tags/comments be dleeted when the pref is deactivated?
14:17 cait oleonard: accounting for policy changes could get quite hard
14:17 rhcl hey Oak
14:17 Oak hey rhcl :)
14:18 Callender joined #koha
14:18 Oak few days ago you were banana, right rhcl? :)
14:18 Oak or was it someone else
14:18 Oak that was a funny nick, i thought.
14:18 rhcl yea, possibly for a second. I don't normally use that nic but sometimes I get bounced
14:19 tcohen git reset --hard origin/master
14:19 Oak imagine if we all had fruit nicks'
14:19 Oak that would be weird.
14:19 rhcl maybe we should make that a rule for a day sometime
14:19 Oak :) yeah
14:20 Oak like a fruit day, or bird day, or vegetable day.
14:20 Oak or superheroes days
14:20 Oak day*
14:21 * Oak checks when is Halloween
14:21 oleonard that would get confusing if we wanted to actually know who we were talking to
14:21 Oak and fun
14:21 Oak :)
14:22 Oak @seen Brooke
14:22 huginn Oak: Brooke was last seen in #koha 2 weeks, 2 days, 4 hours, 17 minutes, and 23 seconds ago: <Brooke> @later tell druthb *hugs*
14:23 * druthb perks.
14:23 Oak :)
14:23 Oak how are you druthb
14:24 druthb good, good.  How are you, Oak?
14:25 Oak good :) i'm good too.
14:27 edveal joined #koha
14:28 Dyrcona joined #koha
14:34 tcohen left #koha
14:34 oleonard khall: This is an issue which still requires some discussion, but it was my intention to submit the revised rtl CSS in minified form.
14:34 tcohen joined #koha
14:34 khall oleonard: I had a suspicion about that. You can just obsolete my followup then.
14:35 khall Also, have you used csstidy? I should make swapping css files from readable to minified pretty trivial
14:35 khall s/I/it
14:38 oleonard Since I'm working with Less files now with the Bootstrap theme I don't worry about readable .css files. The Less compile process handles the minification.
14:39 khall ah, I see. nice!
14:40 oleonard http://wiki.koha-community.org[…]p_OPAC_LESS_files
14:44 oleonard The procedure which is still up in the air is whether new patches should include modified CSS at all or whether compiling should be part of the RM's process
14:54 jenkins_koha Starting build #174 for job Koha_3.12.x (previous build: UNSTABLE -- last SUCCESS #172 14 days ago)
14:54 cait maybe something for the dev meeting gmcharlt suggested?
14:55 rhcl ping gmcharlt
14:55 oleonard cait: Good idea
14:56 cait there is no date yet for that, right?
14:57 cait i read the meeting minutes after waking up
15:01 Guest425 joined #koha
15:03 tcohen minutes?
15:04 rhcl meeting?
15:04 rhcl wahanui: meeting?
15:04 wahanui i haven't a clue, rhcl
15:05 rhcl wahanui: minutes?
15:05 wahanui i don't know, rhcl
15:12 oleonard http://wiki.koha-community.org[…]g_5_February_2014
15:22 jenkins_koha Project Koha_3.12.x build #174: STILL UNSTABLE in 28 min: http://jenkins.koha-community.[…]/Koha_3.12.x/174/
15:22 jenkins_koha * Jacek Ablewicz: Bug 9948: fix creation/updating of items when partially receiving an order
15:22 jenkins_koha * Jonathan Druart: Bug 10453: fix unintended password reset when updating child to adult
15:22 jenkins_koha * Matthias Meusburger: Bug 11412: fix potential bulkmarcimport crash when searching for duplicates in authorities
15:22 jenkins_koha * Kyle M Hall: Bug 11419: display Z39.50 search errors more completely
15:22 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9948 critical, P5 - low, ---, abl, Pushed to Stable , acq data going on first item even if not received
15:22 jenkins_koha * Pablo Bianchi: Bug 8018: MARC framework max subfield length should default to 9999
15:22 jenkins_koha * Tomas Cohen Arazi: Bug 8018: (followup) make the default more explicit
15:22 jenkins_koha * Katrin Fischer: Bug 8018: (follow-up) fixing some wrong capitalization
15:22 jenkins_koha * Tomas Cohen Arazi: DBRev 3.12.10.001
15:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10453 critical, P5 - low, ---, jonathan.druart, Pushed to Stable , updating child to adult loses password
15:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11412 major, P5 - low, ---, matthias.meusburger, Pushed to Stable , Bulkmarcimport can crash when searching for duplicates
15:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11419 minor, P5 - low, ---, kyle, Pushed to Stable , z39.50 searches not displaying errors
15:22 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8018 major, P3, ---, pablo.bianchi, Pushed to Stable , New subfields have a default max length of zero
15:27 juanRS_ joined #koha
15:29 kike joined #koha
15:38 rocio joined #koha
15:53 tcohen fridolin: around?
15:54 fridolin tcohen: yes
15:54 jenkins_koha Starting build #175 for job Koha_3.12.x (previous build: STILL UNSTABLE -- last SUCCESS #172 14 days ago)
15:54 tcohen do u plan to backport recent patches for packages scripts to 3.14.x?
15:55 fridolin tcohen: what BZ numbers ?
15:55 fridolin or commits ?
15:56 tcohen hmm, bug 10646, bug 11509, bug 11510, bug 10896 at least
15:56 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10646 enhancement, P5 - low, ---, tomascohen, Pushed to Master , mod_rewrite should be enabled by the postinst script
15:56 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11509 trivial, P5 - low, ---, tomascohen, Pushed to Master , koha-create should print better usage information
15:56 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11510 trivial, P5 - low, ---, koha-bugs, Pushed to Master , Typo in koha-translate usage message
15:56 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10896 enhancement, P5 - low, ---, koha-bugs, Pushed to Master , Add a --verbose option to koha-translate
15:58 fridolin tcohen: ok I try to do this today
15:58 tcohen they can be cherry-picked from master
15:58 tcohen thanks
15:58 Oak fridolin++
15:58 tcohen fridolin++
16:00 huginn New commit(s) kohagit: Bug 11687: remove disused script statecollection.pl <http://git.koha-community.org/[…]ad29b83852fb03079> / Bug 11094 - Bootstrap theme: fix typo "loaction" <http://git.koha-community.org/[…]0d83416f746d79c91>
16:03 ashimema hmm.. just booked one of the hotels recommended by paul_p for hackfest.. it offered my the option of a 'naughty box' at booking.
16:03 ashimema what kinda guy do you think I am paul ;)
16:03 paul_p ashimema naugthy ? wow... which hotel ? which booking system ?
16:04 ashimema Hotel Du Palais.. through 'adonis'
16:04 paul_p ashimema very nice that you come though !
16:05 ashimema glad to have the opportunity.. it'll be great to see everyone again and do some hacking.  Thanks for hosting again :)
16:05 cait paul_p: have you ordered more chairs and an addition to the rooms yet? :)
16:06 paul_p cait yep (really). plus tables
16:06 paul_p ;)
16:06 cait well prepared .)
16:06 ashimema awesome.. it's looking like a great turn out is expected
16:07 jenkins_koha Starting build #337 for job master_maria (previous build: SUCCESS)
16:08 cait paul_p: very happy about today's additions to the participant list .)
16:11 jenkins_koha Starting build #1625 for job Koha_master (previous build: FIXED)
16:19 cait left #koha
16:22 jenkins_koha Project Koha_3.12.x build #175: STILL UNSTABLE in 28 min: http://jenkins.koha-community.[…]/Koha_3.12.x/175/
16:22 jenkins_koha * Galen Charlton: Bug 7518: regression test double-quote in search operand
16:22 jenkins_koha * Fridolyn SOMERS: Bug 7518: certain searches with quotation marks don't work
16:22 jenkins_koha * Katrin Fischer: Bug 11279: regression test for picking random quote
16:22 jenkins_koha * Katrin Fischer: Bug 11279: Improve how a new quote of the day is selected
16:22 jenkins_koha * Jonathan Druart: Bug 11279: (follow-up) remove unnecessary check on number of quotes
16:22 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7518 normal, P3, ---, fridolyn.somers, Pushed to Stable , searches with quotation marks don't work
16:22 jenkins_koha * Gaetan Boisson: Bug 11417: make sure remove_unused_authorities.pl accepts --test
16:22 jenkins_koha * Magnus Enger: Bug 11188 - Make gather_print_notices.pl die on failed open()
16:22 jenkins_koha * Tomas Cohen Arazi: Bug 11402: make Labels::_guide_box return undef if undefned data is passed
16:22 jenkins_koha * Galen Charlton: Bug 11402: (follow-up) add one more unit test
16:22 jenkins_koha * Marcel de Rooy: Bug 11398: A typo occurred with occured
16:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11279 normal, P5 - low, ---, katrin.fischer, Pushed to Stable , Quote of the day feature won't pick a quote
16:22 jenkins_koha * Tomas Cohen Arazi: Bug 9579: fix truncation of facets containing multi-byte characters
16:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11417 major, P5 - low, ---, gaetan.boisson, Pushed to Stable , remove_unused_authorities.pl doesn't accept --test
16:22 jenkins_koha * Emma Heath: Bug 11540: increase test coverage of Charset.pm
16:22 jenkins_koha * Tomas Cohen Arazi: Bug 11540: (follow-up) add a couple of tests more
16:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11188 minor, P5 - low, ---, magnus, Pushed to Stable , Make gather_print_notices.pl die on failed open()
16:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11402 minor, P5 - low, ---, gmcharlt, Pushed to Stable , Labels::_guide_box should return undef if undefned data is passed
16:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11398 enhancement, P5 - low, ---, m.de.rooy, Pushed to Stable , A typo occurred with occured
16:22 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9579 major, P1 - high, ---, tomascohen, Pushed to Stable , Facets truncation broken for multi-byte characters
16:22 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11540 enhancement, P5 - low, ---, chris, Pushed to Master , Increasing test coverage for C4::Charset
16:23 rhcl joined #koha
16:27 collum joined #koha
16:29 alex_a left #koha
16:30 barrc joined #koha
16:31 barrc Hello. Would anyone know if there exists a specification for the SIP server used by Koha? I am specifically interested in certain return strings. For example, the 64 string seems a little light compared to the 3M spec.
16:58 tcohen @seen marcelr
16:58 huginn tcohen: marcelr was last seen in #koha 1 day, 4 hours, 42 minutes, and 2 seconds ago: <marcelr> hi kivilahtio
16:58 jenkins_koha Project master_maria build #337: SUCCESS in 51 min: http://jenkins.koha-community.[…]master_maria/337/
16:58 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 11094 - Bootstrap theme: fix typo "loaction"
16:58 jenkins_koha * Jonathan Druart: Bug 11687: remove disused script statecollection.pl
16:58 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11094 trivial, P5 - low, ---, bgkriegel, Pushed to Master , Bootstrap theme: typo loaction
16:58 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11687 normal, P5 - low, ---, jonathan.druart, Pushed to Master , statecollection.pl is unused
17:02 tcohen @later tell marcelr sorry for that, will try to remember assigning them to myself if applicable
17:02 huginn tcohen: The operation succeeded.
17:03 cait joined #koha
17:04 * cait waves
17:05 rhcl waves
17:06 tcohen hi cait
17:07 tcohen @later tell fridolin also a followup for 11439 from master is needed for XISBN.t to pass
17:07 huginn tcohen: The operation succeeded.
17:09 jenkins_koha Starting build #176 for job Koha_3.12.x (previous build: STILL UNSTABLE -- last SUCCESS #172 14 days ago)
17:09 fridolin tcohen: ok, i've seen
17:10 reiveune bye
17:10 reiveune left #koha
17:20 Oak must sleep. night guys. night cait.
17:21 cait :)
17:22 NateC joined #koha
17:27 gaetan_B bye
17:33 tcohen woot
17:37 jenkins_koha Yippee, build fixed!
17:37 wahanui o/ '`'`'`'`'`'`'`'`'`
17:37 jenkins_koha Project Koha_3.12.x build #176: FIXED in 28 min: http://jenkins.koha-community.[…]/Koha_3.12.x/176/
17:37 jenkins_koha Galen Charlton: Bug 11439: (follow-up) adjust for change in list returned by OCLC XISBN
17:37 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11439 normal, P5 - low, ---, jonathan.druart, Pushed to Master , UT: XISBN.t returns failure
17:37 laurence left #koha
17:37 tcohen o/
17:38 yhager joined #koha
17:39 fridolin see you, have a nice week-end
17:39 fridolin left #koha
17:39 yhager Module::Bundled::Files is not listed as a required module, but without it, my 'make test' fails. (koha 3.14.03)
17:40 yhager (or maybe it's required for testing only?)
17:40 tcohen it is a dependency for running tests
17:41 yhager tcohen: okay, thx
17:57 mcooper joined #koha
17:57 tcohen can anyone take a look at bug 11704? is an easy one
17:57 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11704 normal, P5 - low, ---, tomascohen, Needs Signoff , Wrong headers in {opac|intranet}/svc/report
18:11 mtompset_away joined #koha
18:12 mtompset Greetings, #koha.
18:13 tcohen hi mtompset
18:13 mtompset Greetings, tcohen.
18:14 mtompset BTW, who is responsible for 3.12 and 3.14? I know my bug 7567 is marked as an enhancement, but 8/10 patches are fixes.
18:14 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7567 enhancement, P3, ---, mtompset, Needs Signoff , News by Library: refactor, enhance, and fix
18:19 maximep joined #koha
18:20 oleonard http://wiki.koha-community.org[…]ki/Roles_for_3.16
18:25 * tcohen remembers someone said the 3.12 rmaint was a hard one mtompset
18:25 tcohen bye !
18:25 mtompset Bye, tcohen.
18:26 mtompset And yes, tcohen, it is. I'm just pointing the bug out for consideration. :)
18:30 rocio left #koha
18:31 rocio joined #koha
18:32 rocio left #koha
18:34 rocio joined #koha
18:36 jenkins_koha Project Koha_master build #1625: UNSTABLE in 2 hr 27 min: http://jenkins.koha-community.[…]Koha_master/1625/
18:36 jenkins_koha * Bernardo Gonzalez Kriegel: Bug 11094 - Bootstrap theme: fix typo "loaction"
18:36 jenkins_koha * Jonathan Druart: Bug 11687: remove disused script statecollection.pl
18:36 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11094 trivial, P5 - low, ---, bgkriegel, Pushed to Master , Bootstrap theme: typo loaction
18:36 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11687 normal, P5 - low, ---, jonathan.druart, Pushed to Master , statecollection.pl is unused
18:45 tcohen joined #koha
18:53 mtompset_away joined #koha
18:53 mtompset Okay, that was weird.
18:54 mtompset My firefox started sucking memory like crazy.
18:54 mtompset It was already at 1.6GB, but it reached 4GB and crashed.
18:54 mtompset I blame facebook. :)
19:02 rhcl joined #koha
19:21 bag good day y'all
19:22 barrc left #koha
19:28 drojf joined #koha
19:29 cait hiya bag
19:32 bag heya cait good day to you
19:34 cait :)
19:43 druthb hi, cait and bag!
19:43 cait hi druthb :)
19:43 bag heya druthb
20:06 rhcl joined #koha
20:07 tcohen joined #koha
20:13 tcohen mtompset: 7567 is not even signed, cannot consider for 3.12
20:16 oleonard mtompset: It's tedious to do, but you could break out your bugfix patches into separate bugs if you want them considered for stable branches
20:24 cait oleonard: isn't it time for your weekend yet? :)
20:25 oleonard Another hour or so 'til quitting time :)
20:27 mtompset tcohen: I know. :(
20:28 mtompset Don't you mean... closing time, oleonard?
20:29 mtompset http://youtu.be/xGytDsqkQY8
20:29 mtompset :)
20:31 oleonard Well, lucky for me I can leave *before* closing time ;)
20:46 meliss joined #koha
20:57 wajasu joined #koha
21:13 yhager joined #koha
21:26 oleonard Bye #koha
21:30 tcohen joined #koha
21:42 jtonyan joined #koha
21:44 circ-user-jPDpQ joined #koha
21:45 circ-user-6CXQy joined #koha
21:46 jtonyan has anyone ever encountered an issue in koha where a patron id or barcode being scanned returns an id or item record different from the one being scanned?
21:47 jtonyan the issue is described in more detail here: http://koha.1045719.n5.nabble.[…]es-td5738751.html
21:48 cait jtonyan: haven't seen something like it so far
21:49 jcamins jtonyan: does this always affect the same two people?
21:50 jtonyan no, it's entirely random. it happens every few days, and there doesn't seem to be any rhyme or reason.
21:51 jtonyan for instance, today one of our staff members scanned an item with the barcode 806130 and koha brought up the record for an item with the barcode 14499.
21:51 gmcharlt at first glance, it smells like mis-scans; it's unfortunate that the barcode scanned and the barcode brought up seem not to have been noted
21:51 gmcharlt oh, snap
21:51 gmcharlt what version?
21:51 wahanui version is always noted in a comment on top
21:51 gmcharlt wahanui: if only that were true
21:51 wahanui gmcharlt: i'm not following you...
21:52 rhcl jtonyan: yes! We've experienced that problem.
21:52 rhcl There's a setting for auto complete somewhere that helps the problem if turned off
21:53 rhcl We haven't had the problem since last spring, but numerous times before that.
21:54 jtonyan rhc1: are you talking about the option CircAutocompl? We've turned that off, but we continue to encouter the problem.
21:54 rhcl There's a university too that had the problem and contacted me (discussion in the logs somewhere), and I think turning off the autocomplete solved it for them too.
21:55 jcamins What version and browser?
21:56 jtonyan I have to confess, our library is using the LibLime build and not the open-source version of Koha. We will most likely migrate to ByWater when our current contract is up.
21:56 jtonyan We switched to LibLime prior to their development of a properietary version of Koha.
21:57 jcamins Ah. Yeah, you'll need to contact them.
21:57 rhcl Ah, Joel, this is Greg at Rolling Hills Library
21:57 jtonyan Yeah, we've tried. So far, they don't have any ideas. They suggested turning off CircAutocompl, too, but it hasn't fixed the issue.
21:59 jtonyan Has anyone here migrated from LibLime to ByWater?
21:59 jtonyan Hey Greg!
21:59 rhcl have you looked at itembarcodeinputfilter ? We have ours set to "don't filter"
22:00 rhcl don't know if that will help or not
22:00 jtonyan Thanks, Greg! I'll try it.
22:00 rhcl have you thought of asking the Pioneer people in Nebraska?
22:01 bag maybe also some weird intranetuserjs ?  (staff side JQuery?)
22:01 jtonyan Unfortunately there's no "Don't filter" option under itembarcodeinputfilter in the LibLime build
22:01 bag do you know that all of your barcodes are encoded in the same manner
22:02 bag maybe the scanner has trouble with coda39 vs someother encoding?
22:02 rhcl bag: we experienced that problem very commonly until mid spring 2013. It was either some combination of the preference or just as likely an upgrade that fixed it
22:02 jtonyan It gives me these options: whitespace, T-prefix, cuefix, lib-prefix
22:02 rhcl we have't had any problems since then
22:02 jtonyan We may just have to live with the problem until we migrate
22:02 gmcharlt rhcl: what version were you on at the time?
22:03 rhcl gee, don't remember. 3.10x maybe?
22:03 rhcl no, something before that....
22:03 jtonyan We have older barcodes that our four digits, and newer barcodes that are five and six digits
22:03 jtonyan perhaps this inconsistency is part of the problem
22:04 rhcl no, we had full isbn barcodes and the problem was just like you describe--wand a given barcode and get something totally wild pulled up
22:04 jtonyan rch1: By the way, thanks for recommending #koha :)
22:04 rhcl np!
22:05 rhcl I never could make a connection between what was scanned and the results
22:05 hdezcortes joined #koha
22:06 hdezcortes hola
22:06 jtonyan yeah, it's weird. i've just been telling the staff to double-check barcodes at the time of checkout
22:06 hdezcortes tengo un problema con Koha alguien aqui habla español?
22:08 tcohen hola hdezcortes
22:08 hdezcortes hola tcohen
22:08 hdezcortes me puedes ayudar?
22:08 tcohen probablemente :-D
22:08 hdezcortes gracoas
22:08 hdezcortes gracias
22:08 tcohen deciem
22:09 tcohen que necesitas?
22:10 hdezcortes mi problema es el siguiente algunas veces estoy haciendo un proceso puede ser agregando un libro o otra cosa cuando grabo el koha lo graba pero cuando consulto no aparece??
22:10 hdezcortes no se si me entiendes?
22:10 tcohen por supuesto, es un problema muy usual
22:10 tcohen pregunta: ¿que instrucciones de instalación has seguido?
22:11 hdezcortes la del manual que estaba en la pagina
22:11 tcohen ¿instalaste usando paquetes Debian o descomprimiendo un archivo tar.gz?
22:11 hdezcortes paguetes debian
22:12 hdezcortes con los repositorios y eso
22:12 tcohen ¿devuelve algun resultado si buscas? o ¿es solo con "lo nuevo"?
22:13 tcohen cada caso tiene sus detalles, por eso las preguntas
22:13 hdezcortes el devuelve algunos resultado pero algunos nuevos no los encuentra?
22:14 hdezcortes no hay problema
22:14 hdezcortes hay otros nuevos que si lo encuentra
22:14 tcohen si al buscar (por ejemplo un libro) arroja resultados, eso significa que Zebra esta corriendo
22:14 tcohen Zebra es quien "indexa" los registros y sus modificaciones para devolverte los resultados
22:15 hdezcortes ok
22:15 hdezcortes te soy sincero no sabia eso
22:15 tcohen no hay problema
22:15 tcohen que version de Koha usas?
22:15 tcohen 3.12.algo?
22:15 hdezcortes 3.12.01.000
22:16 tcohen (nota al margen, tenés que actualizar!)
22:16 tcohen fijate en el archivo /etc/cron.d/koha-common
22:16 tcohen hay una linea que menciona "koha-rebuild-zebra"
22:17 tcohen y bien a la izquiera dice seguramente */5
22:17 hdezcortes si
22:17 tcohen eso significa que la frecuencia de actualizacion de los indices es de 5 minutos
22:18 tcohen por ende, entre que haces un cambio en tus registros, y puedes recuperarlo
22:18 tcohen pasarán 5 minutos
22:18 tcohen podes cambiar 5 -> 1
22:18 tcohen y esto sucederá cada un minuto
22:19 hdezcortes pero hay registro que no los muestra
22:19 tcohen nunca?
22:19 hdezcortes nunca
22:19 hdezcortes exacto
22:19 tcohen podes intentar reconstruir los indices por completo
22:19 hdezcortes como?
22:19 tcohen si ejecutas sudo koha-list
22:19 tcohen que dice?
22:20 hdezcortes dame 1 minutos lo voy hacer
22:20 hdezcortes ya
22:20 hdezcortes tengo 2
22:21 tcohen que dice?
22:21 hdezcortes los nombre de librerias
22:21 hdezcortes una es la mia
22:22 hdezcortes mathlibrary
22:22 tcohen para reconstruir los indices tenes que correr:
22:22 tcohen sudo koha-rebuild-zebra -a -b -f -v mathlibrary
22:24 hdezcortes antes de hacer me aparecian en la busqueda 299 registros de libros
22:24 tcohen te recomiendo suscribirte a la lista koha-es
22:24 tcohen https://groups.yahoo.com/neo/groups/koha-es/info
22:24 hdezcortes ahora aparecen 252
22:24 tcohen y te dio algun error/advertencia?
22:25 hdezcortes no
22:25 tcohen y koha-rebuild-zebra cuantos registros dijo que hay?
22:26 hdezcortes 347
22:27 tcohen o sea que tenes 347 registros, y solo 252 que coinciden con el criterio de busqueda
22:27 hdezcortes si
22:27 tcohen al haber un problema con tus indices, es muy posible que hayas tenido "trazas" de registros que ya no estan en la base de datos
22:27 hdezcortes hago una busqueda por libros y solo aparecen 252
22:28 tcohen bueno, pero eso no es necesariamente un error
22:28 tcohen sin conocer lo que hay en tu base de datos no se puede diagnosticar
22:30 hdezcortes osea en teoria tengo 347 registro de los cuales 252 solo aparecen en la busqueda no habra una forma de que aparescan todos
22:30 tcohen pregunta: ¿podes estar seguro que con tu criterio de búsqueda faltan registros por listar?
22:31 hdezcortes claro
22:32 tcohen que búsqueda estas haciendo?
22:32 tcohen que palabra pones?
22:32 hdezcortes el titulo
22:32 tcohen todos los registros tienen ese titulo?
22:33 hdezcortes y en otra estoy poniendo que me deje ver todos los tibros
22:33 hdezcortes si
22:33 hdezcortes ejemplo Eticas y Bioética
22:33 hdezcortes al consultar No results match your search for 'kw,wrdl: Eticas y Bioética'.
22:34 tcohen que pasa si buscas "bio"
22:34 gmcharlt si se busca por solamente "Eticas"?
22:36 hdezcortes No results found No results match your search for 'kw,wrdl: Eticas'.
22:37 hdezcortes y el registro esta guardado con el id 343
22:37 tcohen tenes un OPAC en el que se pueda ver el registro?
22:38 hdezcortes OPAC?
22:38 wahanui OPAC is for patrons
22:38 hdezcortes ok
22:40 hdezcortes puedes decirme mas especificamente que es el OPAC
22:40 hdezcortes ??
22:40 hdezcortes y disculpa
22:41 gmcharlt cuál es la URL? es a disposición del público?
22:41 tcohen ah, la interfaz pública visible del catálogo
22:42 hdezcortes hasta ahora solo la tenemos http://200.88.48.101:8080/
22:42 yhager_ joined #koha
22:42 tcohen hmm
22:43 hdezcortes es que estamos en la etapa de catalogacion
22:44 tcohen esto: http://200.88.48.101:8080/cgi-[…]?biblionumber=343
22:44 tcohen muestra el registro?
22:45 hdezcortes si lo muestra
22:45 hdezcortes esa es la forma que tengo para verlo
22:45 hdezcortes y para saber que esta guardado
22:50 hdezcortes si quieres te puedo crear un usuario para que entre y lo mires
22:50 hdezcortes ????
22:50 gmcharlt un momento
22:51 gmcharlt por favor,  http://200.88.48.101:8080/cgi-[…]howmarc.pl?id=343
22:51 gmcharlt y copiar y pegar a http://paste.koha-community.org/
22:52 pastebot "hdezcortes" at 127.0.0.1 pasted "http://200.88.48.101:8080/cgi-" (1 line) at http://paste.koha-community.org/112
22:53 hdezcortes ya lo copie y pegue
22:53 gmcharlt perdóname, por favor pegue el récord en ese URL
22:54 pastebot "hdezcortes" at 127.0.0.1 pasted "http://200.88.48.101:8080/cgi-" (1 line) at http://paste.koha-community.org/113
22:54 hdezcortes ya lo hice
22:55 pastebot "gmcharlt" at 127.0.0.1 pasted "LDR 00328nam a22001217a 4500 0" (15 lines) at http://paste.koha-community.org/114
22:55 hdezcortes no estoy entendiendo
22:55 hdezcortes me pueden explicar?
22:56 gmcharlt hdezcortes: Me refiero a los contenidos del registro, como lo pegué
22:56 gmcharlt also, I read but do not write Spanish, so I'm using Google Transalte
22:56 gmcharlt er
22:56 gmcharlt También, he leído pero no escribo español, así que estoy usando Google Transalte
22:57 rhcl left #koha
22:58 hdezcortes gmcharlt dime algo para que es que tengo que copiar y pegar el contenido de mi resgitro en la pagina que me enviaste???
22:59 gmcharlt no, it's just an example of what I want you to copy from your Koha so that I can see it
22:59 gmcharlt no, es sólo un ejemplo de lo que quiero que copies de la Koha para que yo pueda verlo
23:01 hdezcortes vamos a comenzar de nuevo
23:01 hdezcortes entre a http://paste.koha-community.org/
23:02 hdezcortes ahora voy a pegar el contenido de esta pagina http://200.88.48.101:8080/cgi-[…]howmarc.pl?id=343 verdad???
23:02 gmcharlt si
23:02 pastebot "hdezcortes" at 127.0.0.1 pasted "LDR 00672nam a22002057a 4500 0" (25 lines) at http://paste.koha-community.org/115
23:03 gmcharlt :)
23:03 hdezcortes ya lo hice
23:03 gmcharlt gracias
23:03 hdezcortes ahora me salen algunas opciones para seleccionar??
23:04 hdezcortes selecciono alguna o le doy a enviar el formulario
23:04 hdezcortes ??
23:06 gmcharlt por favor, hacer esto:
23:06 gmcharlt sudo koha-rebuild-zebra -a -b -f -v mathlibrary
23:06 gmcharlt no
23:06 gmcharlt sudo koha-restart-zebra mathlibrary
23:06 gmcharlt perdoneme
23:06 hdezcortes cual de los 2
23:06 hdezcortes koha-restart-zebra mathlibrary??
23:06 gmcharlt si
23:07 hdezcortes Restarting Zebra server for mathlibrary
23:07 gmcharlt gracias
23:07 gmcharlt por favor intente de nuevo la búsqueda por "Eticas"
23:08 hdezcortes No results match your search for 'kw,wrdl: Eticas'.
23:09 gmcharlt por favor, busque a "sn:343"
23:10 hdezcortes No results match your search for 'sn:343'.
23:12 hdezcortes a que se debera que el registro este guardado pero no apareca en la busqueda???
23:14 gmcharlt por favor, hacer esto, a continuación, copie y pegue el código de salida para http://paste.koha-community.org/ :
23:14 gmcharlt sudo koha-rebuild-zebra -a -b -f -v mathlibrary
23:16 pastebot "hdezcortes" at 127.0.0.1 pasted "LDR 00672nam a22002057a 4500 0" (25 lines) at http://paste.koha-community.org/116
23:17 gmcharlt no, el resultado del comando rebuild-zebra, por favor
23:18 yhager_ t/Output_JSONStream.t sometimes passes and sometimes fails (3.14.03) - http://paste.koha-community.org/117
23:18 hdezcortes Zebra configuration information ================================ Zebra biblio directory      = /var/lib/koha/mathlibrary/biblios Zebra authorities directory = /var/lib/koha/mathlibrary/authorities Koha directory              = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in :     999$c BIBLIOITEMNUMBER in : 999$d ================================ skipping authorities ==================== exporting biblio ==================== 1...........................
23:19 hdezcortes ese fue el resultado
23:19 hdezcortes Records exported: 640 ==================== REINDEXING zebra ==================== skipping biblios ==================== CLEANING ====================
23:19 hdezcortes esa es la ultima parte del resultado
23:21 gmcharlt Creo que veo el problema
23:21 gmcharlt un comando ligeramente diferente:
23:21 gmcharlt sudo koha-rebuild-zebra -f -v mathlibrary
23:23 hdezcortes ejecute el comando koha-rebuild-zebra -f -v mathlibrary
23:23 hdezcortes me dio el mismo resultado que el anterior
23:23 hdezcortes Records exported: 347 ==================== REINDEXING zebra ==================== ==================== CLEANING ====================
23:24 hdezcortes pero cuando los registros no aparecen en la busqueda :(
23:25 gmcharlt por favor trate "sn:343"
23:25 hdezcortes No results match your search for 'sn:343'.
23:25 hdezcortes :(
23:26 gmcharlt Por favor, pega el resultado de
23:26 gmcharlt ps -ef  | grep -i zebra
23:28 hdezcortes 1003       979     1  0 Jan26 ?        00:00:00 daemon --name=mathlibrary-koha-zebra --errlog=/var/log/koha/mathlibrary/zebra-error.log --stdout=/var/log/koha/mathlibrary/zebra.log --output=/var/log/koha/mat​hlibrary/zebra-output.log --verbose=1 --respawn --delay=30 --user=mathlibrary-koha.mathlibrary-koha -- zebrasrv -v none,fatal,warn -f /etc/koha/sites/mathlibrary/koha-conf.xml 1003     11052   979  0 09:44 ?        00:00:00 zebrasrv -v none,fatal,war
23:28 hdezcortes a-conf.xml root     22008 13632  0 10:05 pts/2    00:00:00 grep --color=auto -i zebra
23:29 hdezcortes ese es el resultado
23:30 gmcharlt por favor, pega (a http://paste.koha-community.org/) el resultatdo de
23:30 gmcharlt tail -25 /var/log/koha/mathlibrary/zebra.log
23:30 gmcharlt y
23:31 gmcharlt tail -25
23:31 gmcharlt er,
23:31 gmcharlt tail -25 /var/log/koha/mathlibrary/zebra-output.log
23:31 gmcharlt y
23:31 gmcharlt tail -25 /var/log/koha/mathlibrary/zebra-error.log
23:31 hdezcortes tail -25 /var/log/koha/mathlibrary/zebra.log tail: cannot open `/var/log/koha/mathlibrary/zebra.log' for reading: No such file or directory
23:32 gmcharlt perdoneme
23:32 gmcharlt sudo tail -25 /var/log/koha/mathlibrary/zebra.log
23:32 gmcharlt y
23:32 gmcharlt sudo tail -25 /var/log/koha/mathlibrary/zebra-output.log
23:32 gmcharlt y
23:32 gmcharlt sudo tail -25 /var/log/koha/mathlibrary/zebra-error.log
23:32 hdezcortes lo mismo
23:32 hdezcortes estoy como root
23:32 gmcharlt ah, OK
23:33 gmcharlt por favor
23:33 gmcharlt koha-stop-zebra mathlibrary
23:33 hdezcortes completado
23:33 hdezcortes koha-stop-zebra mathlibrary
23:34 gmcharlt proximo:
23:34 gmcharlt ps -ef  | grep -i zebra
23:34 hdezcortes root     13679 13632  0 10:11 pts/2    00:00:00 grep --color=auto -i zebra
23:34 gmcharlt ok
23:34 gmcharlt koha-start-zebra mathlibrary
23:35 hdezcortes completado
23:35 gmcharlt intentar la búsqueda de nuevo
23:36 hdezcortes No results match your search for 'kw,wrdl: Eticas'.
23:37 maximep left #koha
23:37 hdezcortes :(
23:38 hdezcortes si eso registro no aparecen :(
23:38 gmcharlt Creo que esto es lo más lejos que puedo ir sin iniciar sesión en el servidor :(
23:38 hdezcortes vamos hacer algo
23:38 hdezcortes te voy a dar conexion a mi maquina que tengo conexion con el servidor
23:38 hdezcortes que te parece?
23:40 hdezcortes te pido de favor que me ayudes en lo que mas pueda es que sino creo que perdere mi trabajo :(
23:41 gmcharlt Yo te he enviado un mensaje privado

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