Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Owen Leonard
> for="mc-bks" title="Books, Pamphlets, Technical reports, Manuscripts, Legal > papers, Theses and dissertations"> src="/intranet-tmpl/prog/en/images/AF.gif" alt="Books" />Books > > I’m wondering if this section is even needed.   It hasn’t been visible > because the check for expanded options hasn

Re: [Koha-devel] Due Date check in C4::Circulation::CanBookBeIssued?

2009-04-27 Thread Galen Charlton
Hi, On Mon, Apr 27, 2009 at 6:26 PM, Michael Hafen wrote: > Well, talked myself into it.  I'll work on having CanBookBeIssued return > the due date then.  How's that sound? CanBookBeIssued() can return an erroneous due date as part of an error response, but it it shouldn't be used in other code

Re: [Koha-devel] Due Date check in C4::Circulation::CanBookBeIssued?

2009-04-27 Thread Michael Hafen
Yeah, that's what I'm seeing too. Either have CanBookBeIssued return a due date, or have AddIssue and AddRenewal return an error code. Looking at the template issuingimpossible{ INVALID_DATE} is expected to be the offending date, but that's shoddy error response in this case. It doesn't indicate

Re: [Koha-devel] Due Date check in C4::Circulation::CanBookBeIssued?

2009-04-27 Thread Galen Charlton
Hi, On Mon, Apr 27, 2009 at 5:56 PM, Michael Hafen wrote: > Let me explain what I'm working on, and see if it makes sense.  I'm > looking at having circulation.pl issue an error if the ceilingDueDate is > in the past.  My thought is that this is best done in CanBookBeIssued. > > On a side note I'

Re: [Koha-devel] Due Date check in C4::Circulation::CanBookBeIssued?

2009-04-27 Thread Michael Hafen
Why didn't I think of checking git for that line. Thanks for taking blame there ;) Let me explain what I'm working on, and see if it makes sense. I'm looking at having circulation.pl issue an error if the ceilingDueDate is in the past. My thought is that this is best done in CanBookBeIssued. O

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Michael Hafen
Now I see what you're talking about. I'm stupid to have overlooked that section of the file before. Yeah, I have no idea what that's doing there. I'd vote for getting rid of it. Sorry for my confusion. On Mon, 2009-04-27 at 17:37 -0400, Wagner, Jane wrote: > I just wiped the box & did a new ko

Re: [Koha-devel] Due Date check in C4::Circulation::CanBookBeIssued?

2009-04-27 Thread Galen Charlton
Hi, On Mon, Apr 27, 2009 at 5:26 PM, Michael Hafen wrote: > The Due Date check is commented out in CanBookBeIssued.  I'm planning > uncomment and expand it.  Before I do that I want to know why it's > commented out.  I seem to recall it being a problem for Offline Circ, > but looking at process_k

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Wagner, Jane
I just wiped the box & did a new kohaclone install to doublecheck the code, and what came down from koha.org is the same thing: Books I’m wondering if this section is even needed. It hasn’t been visible because the check for expanded options hasn’t been working. It seems to be doing a

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Michael Hafen
Hmm, the process I use updates the template files and the zebra files ( except for re-indexing zebra of course ). After pulling in git ( I actually do fetch and rebase, but that's not important ), I copy the source tree elsewhere ( because I'm paranoid ;) ). In the other copy I run 'perl Makefile

[Koha-devel] Due Date check in C4::Circulation::CanBookBeIssued?

2009-04-27 Thread Michael Hafen
The Due Date check is commented out in CanBookBeIssued. I'm planning uncomment and expand it. Before I do that I want to know why it's commented out. I seem to recall it being a problem for Offline Circ, but looking at process_koc.pl CanBookBeIssued isn't even called. Anyone know about this? -

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Joe Atzberger
When there are changes to the zebra index rules, for example, your production copy doesn't get updated by updatedatabase, since you could have stashed it literally anywhere on the filesystem. Compare the uninstalled (updated) versions against your installed (production) versions and incorporate th

Re: [Koha-devel] Should we be cleaning zebraqueue and action_logs tables periodically?

2009-04-27 Thread Joe Atzberger
Yeah, this is an overall maintenance problem. Take a look at sessions, statistics, accountlines and probably others too, like import_*. A general purpose fix here would be good, but the implementation probably should involve crontab. -- Joe Atzberger LibLime - Open Source Library Solutions On

Re: [Koha-devel] Koha hosting - Zebra issues

2009-04-27 Thread Joe Atzberger
I'm sorry, a step-by-step guide isn't something I have time to produce. In particular, the problem of already having Koha's installed is not one I have dealt with. We only do "dev" installs with the proper settings at outset, including zebra enabled, so we have not had to convert from nozebra to

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Michael Hafen
Well, I'm stumped. My nearest guess is that opac/htdocs/opac-tmpl/prog/en/modules/opac-advsearch.tmpl didn't get updated for some reason. Maybe filesystem permissions or ownership. That doesn't explain the mc-itype:bks not working though. Maybe you need to re-index zebra after the update? I no

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Wagner, Jane
It shouldn't be an old version issue -- I just updated this morning to 3.01.00.029 before I started working on the page. Of course, now there's a .030 out (just loaded it, too). Didn't make a difference, though, and neither did changing the search to mc-itype:bks. Much puzzled Jane Wagner L

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Michael Hafen
That looks like the Item Type limit table. Mine doesn't look anything like that though. mc:t is supposed to be mc-itype:bks or some such. The images too, mine are pulled from /opac-tmpl/... as they are supposed to be on the OPAC. They show up fine from there. I'm wondering if you are running

[Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Wagner, Jane
I've been working on the OPAC advanced search page. I solved the problem of expanded search options not showing up. Now that they do, there's a section called Limit Type To that is puzzling me. Here's a sample entry. Books First problem is that the images being called apparently don't exist an

Re: [Koha-devel] Should we be cleaning zebraqueue and action_logs tables periodically?

2009-04-27 Thread Galen Charlton
Hi, On Mon, Apr 27, 2009 at 2:54 PM, Michael Hafen wrote: > Truncating the zebraqueue table, as noted by Ryan with this patch, is > probably something Koha itself should do periodically.  Last time I > looked at the cron example I didn't see anything to this end.  The data > in the table is quite

[Koha-devel] Should we be cleaning zebraqueue and action_logs tables periodically?

2009-04-27 Thread Michael Hafen
Please forgive me for pulling this bit from the patches list. I think the relevant discussion should be on this list. On Sat, 2009-04-25 at 13:29 -0400, Ryan Higgins wrote: > If you've never truncated your zebraqueue table, you might want to > update your index and truncate it before applying thi

Re: [Koha-devel] Amazon Documentation Question

2009-04-27 Thread Galen Charlton
Hi, On Mon, Apr 27, 2009 at 1:17 PM, Nicole Engard wrote: > With all of the recent Amazon patched, I'm reworking the > documentation.  I do have one question though.  I have this note in > several places "IMPORTANT: If this is ON, make sure that GoogleJackets > and BakerTaylorEnabled are OFF." >

Re: [Koha-devel] Amazon Documentation Question

2009-04-27 Thread Nicole Engard
Follow up question. I also have a note that says: "Amazon will pull content based on the first ISBN number in your MARC record." I know people were working on this - but I wanted to confirm that this is still the case. --- Nicole C. Engard Open Source Evangelist, LibLime (888) Koha ILS (564-24

[Koha-devel] Amazon Documentation Question

2009-04-27 Thread Nicole Engard
Hi all, With all of the recent Amazon patched, I'm reworking the documentation. I do have one question though. I have this note in several places "IMPORTANT: If this is ON, make sure that GoogleJackets and BakerTaylorEnabled are OFF." Is this still true? If you turn on more than one covers or

Re: [Koha-devel] Regional Hack Fest - Connecticut

2009-04-27 Thread Brendan Gallagher
Right -- Sorry about the quick notice -- Let's see if we can plan one for the end of May. I'll propose a few dates and see if I can find a venue for us. Thanks, Brendan -

Re: [Koha-devel] Regional Hack Fest - Connecticut

2009-04-27 Thread Chris Catalfo
I would like to attend the CT hackfest as well but I probably wouldn't make it down there until around 4pm or so, so I'm not sure if it's worth trekking down for just a couple of hours... Would there be interest in maybe scheduling a future CT hackfest on a saturday as opposed to a work day? Chri

Re: [Koha-devel] Koha hosting - Zebra issues

2009-04-27 Thread Joe Atzberger
If you just run the separate zebrasrv process as a different user, on a different port, then it can use the stock DB name as normal. This also helps keep one instance from taxing the others directly during execution. -- Joe Atzberger LibLime - Open Source Library Solutions 2009/4/27 C W Nel >

Re: [Koha-devel] Proposed fixes for XSLT files

2009-04-27 Thread Galen Charlton
Hi, On Fri, Apr 24, 2009 at 2:30 PM, Wagner, Jane wrote: > Bug 2822 for leader6 types of i (nonmusical) or j (musical), the hitlist > uses an icon and label of Sound while the record display page uses > Music.  Modified record display to use Sound. OK. > Bug 2551 for leader7 type of i says it'

Re: [Koha-devel] Regional Hack Fest - Connecticut

2009-04-27 Thread Walls, Ian
If only I'd been checking my listserv emails over the weekend.. this sounds great, and so very close. Not sure I can make the arrangements at work in time, though... Will anyone attending be able to tweet or be on IRC during the hackfest? It'd be great to keep up with the latest developments in r

[Koha-devel] Koha 3 and Zebra indexing with ICU

2009-04-27 Thread Pongtawat Chippimolchai
Hello, I have problems trying to enable ICU support in Zebra under Koha 3. After enabling ICU support in Zebra and reindex Koha, all Koha search will return nothing. However, if I change Zebra to listen to TCP port and query it directly using SRU, it will give the correct results. I try to change

Re: [Koha-devel] Regional Hack Fest - Connecticut

2009-04-27 Thread Nicole Engard
This is awesome!! We should find a place to post all of the regional hackfests and their dates and places. The wiki would be a start - but a calendar app would be better. Also remember that there is a Koha Facebook page (http://www.facebook.com/pages/Koha-Integrated-Library-System/22629166763) a

[Koha-devel] Koha hosting - Zebra issues

2009-04-27 Thread C W Nel
Can anyone help with tips how to configure zebra in a hosted environment? With other words, how to create another zebra database and what is to be changed in the koha-conf.xml instances? Thanks___ Koha-devel mailing list Koha-devel@lists.koha.org http: