[Koha-devel] Why in the OPAC v3 code are reserves limited to items with an itemtype set

2008-04-03 Thread Michael Hafen
I'm looking that the latest code for opac-reserve.pl and around line 143 the item list is limited to only those items that have an itemtype set, either in the biblioitems or items table depending on the syspref. I would like to know why this is when it is possible to have a record with no itemtype

[Koha-devel] Size of Patron Pictures.

2008-04-07 Thread Michael Hafen
There are two concerns I have with patron picture. First is whether they are scaled by the server when uploaded or displayed. Second is if they should have a specified size. On the (english) help for the member details page it says, "You should be aware that the Details page will display the imag

Re: [Koha-devel] Size of Patron Pictures.

2008-04-07 Thread Michael Hafen
Thanks for the quick reply. On Mon, 2008-04-07 at 16:03 -0400, Chris Nighswonger wrote: > On Mon, Apr 7, 2008 at 3:15 PM, Michael Hafen <[EMAIL PROTECTED]> > wrote: > One of my users, while testing Koha 3, uploaded a very large > image for a > patr

Re: [Koha-devel] Koha 2.2.9 sticky due date

2008-04-08 Thread Michael Hafen
My solution to that was to use a cookie, then have anything that could accept a specified due date check for the cookie. Like so in renewscript.pl : my $date; if ($input->cookie('stickyduedate')) { my ($year, $month, $day) = split /-/, $input->cookie('stickyduedate'); $date = $year ."-".

Re: [Koha-devel] Installing on Ubuntu 7.10

2008-04-17 Thread Michael Hafen
On Thu, 2008-04-17 at 16:41 -0500, Galen Charlton wrote: > Hi Ed, > > On Thu, Apr 17, 2008 at 4:02 PM, Ed Veal <[EMAIL PROTECTED]> wrote: > > perl -MCPAN -e 'install "ZOOM"' > > > > perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify > > patrons through a LDAP"' > > +++

Re: [Koha-devel] Koha 3.0 - Zebra installation

2008-07-10 Thread Michael Hafen
On Thu, 2008-07-10 at 21:37 +0800, Partha Mukhopadhyay wrote: [snip] > Error: Missing Dependency: libidzebra-2.0 = 2.0.32 is needed by package > libidzebra-2.0-modules > Error: Missing Dependency: libidzebra-2.0.so.0 is needed by package > libidzebra-2.0-modules > > The I tried ... > > yum inst

Re: [Koha-devel] Koha 3.0 - Zebra installation

2008-07-10 Thread Michael Hafen
e install arguments > No package libidzebra-2.0 available. > Nothing to do > > > > - Original Message - > > From: "Michael Hafen" <[EMAIL PROTECTED]> > > To: "Partha Mukhopadhyay" <[EMAIL PROTECTED]> > > Subject: Re: [Koha-de

Re: [Koha-devel] [RFC 3.2] Adding some options to item display in OPAC

2008-08-04 Thread Michael Hafen
Sorry Paul, I forgot to CC the list on this. On Mon, 2008-08-04 at 15:48 +0200, Paul POULAIN wrote: > (http://wiki.koha.org/doku.php?id=en:development:rfcs3.2:display_item) > > On large networks, a given biblio can have multiple items. For a given > patron, it's sometimes hard to see at 1st glan

Re: [Koha-devel] [RFC 3.2] Adding some options to item display in OPAC

2008-08-04 Thread Michael Hafen
On Mon, 2008-08-04 at 08:52 -0600, Michael Hafen wrote: > Having it controlled by a syspref would be good for the case where > IndependantBranches isn't on. However there are already so many > syspref's. > > It would be nice if we could somehow sub-group them, or

Re: [Koha-devel] Convincing City IT Dept.

2008-08-05 Thread Michael Hafen
I would start by pointing them at the MARC standard: http://www.loc.gov/marc/ , and tell them to start there. If that doesn't dissuade them then look up the z39.50 protocol, and tell them that that is the next step. Then point them at IndexData's Zebra engine, and that's the next step. Then tell

[Koha-devel] Opac search results rss link working?

2008-08-28 Thread Michael Hafen
Is it me, or is it Firefox? I couldn't get the rss feed to work in firefox. I had to fiddle a bit before I even had the option of subscribing, firefox doesn't like ' '. I didn't try beyond that because Firefox didn't give me any information beyond that, just feed failed to load. Any response on

Re: [Koha-devel] Koha 3 Advanced Search

2008-09-04 Thread Michael Hafen
Are you using Biblio level Itemtypes or Item level Itemtypes, and do you have the itemtype set in the appropriate place? Check in Administration in System Preferences on the Cataloguing tab the syspref item-level_itypes. If that is on you have to set the itemtype on the items themselves, which is

[Koha-devel] zebraqueue_daemon questions

2008-09-18 Thread Michael Hafen
Hello list, I remember some time ago zebraqueue_daemon.pl was offered to handle the zebra updates. Last time I looked through the INSTALL file though it isn't mentioned. Is this script now deprecated? The real question now... I am running it at present, and it seems to use more and more RAM as

Re: [Koha-devel] Koha3.0 against Active Directory

2008-09-19 Thread Michael Hafen
In the POD of C4/Auth_with_ldap.pm, near the bottom, there is an example of what has to be added to koha_conf.xml to get ldap auth to work. Have a look at that, and send another message up here if you want more help. Good luck. On Thu, 2008-09-18 at 03:00 -0700, abdel514 wrote: > Hi all, > I hav

Re: [Koha-devel] zebraqueue_daemon questions

2008-09-26 Thread Michael Hafen
Thanks for the reply. On Fri, 2008-09-26 at 10:50 +0200, Henri-Damien LAURENT wrote: > Michael Hafen a écrit : > > Hello list, > > > > I remember some time ago zebraqueue_daemon.pl was offered to handle the > > zebra updates. Last time I looked through the INSTA

Re: [Koha-devel] Koha3.0 against Active Directory

2008-09-26 Thread Michael Hafen
On Fri, 2008-09-26 at 04:55 -0700, abdel514 wrote: > > > > > > thnks for your answer > > I have done what is required in the file auth_with_ldap.pm in C4. > but it does not > why? > because it goes simple auth in the Active Directory. > and when he passes me the following error in the lo

Re: [Koha-devel] Koha3.0 against Active Directory

2008-09-26 Thread Michael Hafen
> > problem is that auth_with_ldap.pm expects an attribute with password > > stored in the plain, > > i don't think so! can you imagine a password stored in plain in a modern > and secure system? i think that the current code expect that the plain > text used for comparaison will be encrypted by t

Re: [Koha-devel] Koha 3 Hosting

2008-10-08 Thread Michael Hafen
It's not nearly so simple as copying the database. Check out the Upgrading from Koha 2.2 to Koha 3.0 page on the Koha wiki: http://wiki.koha.org/doku.php?id=22_to_30 On Wed, 2008-10-08 at 15:14 +0200, [EMAIL PROTECTED] wrote: > Can anyone please help with Koha 3 Virtual hosting issues? > We are

Re: [Koha-devel] Koha 3 Hosting

2008-10-08 Thread Michael Hafen
On Wed, 2008-10-08 at 17:22 +0200, C W Nel wrote: > Thanks for the reply. > > I actually am not upgrading. I did a separate Koha 3 installation > and want to set it up for multiple hosting. > > I just need to know what is to be done. The procedure that I followed > with Koha 2 does not work with

Re: [Koha-devel] Koha 3 Hosting

2008-10-08 Thread Michael Hafen
: > Thanks Michael. > > I actually am not copying the Koha 2 database to Koha 3. > There are 2 different servers, one running Koha 2, the other Koha 3. > > Will again have a look at the INSTALL files. > > > > > > > -Original Message- > From: Michae

Re: [Koha-devel] Koha 3 Hosting

2008-10-08 Thread Michael Hafen
can understand why, I can most likely solve the problem. > > > -Original Message- > From: Michael Hafen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2008 6:40 PM > To: C W Nel > Cc: koha-devel@lists.koha.org > Subject: RE: [Koha-devel] Koha 3 Hosting

[Koha-devel] in the Template for Cataloging HTML escaping title in the search results breaks search term highlighting

2008-10-14 Thread Michael Hafen
I recall there being a couple patches, one to HTML escape the title in search results, and another to reverse that change on the catalog page. HTML escaping the title breaks search term highlighting. The cataloging page still suffers from this breakage. Perhaps these fields could be html escaped

Re: [Koha-devel] in the Template for Cataloging HTML escaping title in the search results breaks search term highlighting

2008-10-14 Thread Michael Hafen
On Tue, 2008-10-14 at 15:04 -0400, Galen Charlton wrote: > Hi, > > On Tue, Oct 14, 2008 at 2:55 PM, Owen Leonard <[EMAIL PROTECTED]> wrote: > > That seems like a real solution. Anyone care to bring their superior > > skills to bear on this problem? > > A suggestion - search term highlighting boil

[Koha-devel] should amountoutstanding approach zero?

2008-10-14 Thread Michael Hafen
I'm looking through Accounts.pm and I see the call to fixcredit() is commented out, and the POD for fixcredit() declares it deprecated. So it seems that amountoutstanding is not adjusted when manual credits are entered. I would rather see amountoutstanding change than that it not change. Are the

Re: [Koha-devel] patches for 3.0 / head / both

2008-10-14 Thread Michael Hafen
It seems to me the question is who do we want doing the heavy lifting on patches. I see it this way: If we have a [EMAIL PROTECTED] the heavy lifting will have to be done by the submitters. They will have to make sure their patches can be applied to the 3.0.x branch cleanly. For those of us wor

Re: [Koha-devel] Not know how to use finesMode

2008-10-15 Thread Michael Hafen
I'll assume you have the circulation and fines rules setup already for overdue fines. Also it sounds like you have Koha version 3, so I'll assume you do. Setting finesMode to "production" is the first step. The next is to make a cron job to run the script "fines.pl" once a day. There is an exam

Re: [Koha-devel] Koha3.0 against Active Directory

2008-10-23 Thread Michael Hafen
Reply below. On Wed, 2008-10-22 at 14:45 -0500, Library Guy wrote: > On Fri, Sep 26, 2008 at 09:17:13AM -0600, Michael Hafen wrote: > > that Active Directory does not have the attribute auth_with_ldap.pm > is > > > > looking fo

Re: [Koha-devel] Koha3.0 against Active Directory

2008-10-27 Thread Michael Hafen
Filed bug 2726 for this. Working on patch now. On Mon, 2008-10-27 at 13:42 -0400, Galen Charlton wrote: > Hi, > > On Mon, Oct 27, 2008 at 11:33 AM, Library Guy > <[EMAIL PROTECTED]> wrote: > > Michael, this mod resolved the AD/LDAP problem for me. Thank you very > > much. Devs, somehow incorp

Re: [Koha-devel] Koha 3 with Active Directory

2008-11-07 Thread Michael Hafen
This has been covered on the mailing list in the past few months. Please review these emails at http://lists.koha.org/pipermail/koha-devel/ . The conversation is between me and Library Guy. Also, there is a bugzilla entry with a patch to this end. Good luck. On Fri, 2008-11-07 at 09:50 -0500, Y

Re: [Koha-devel] [Koha] sound cues

2008-11-13 Thread Michael Hafen
either be or or whatever you want. > We would just need 2 : > - one "beep OK" > - one "beep problem" > --- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk1

Re: [Koha-devel] bumping the authorised_values.category column to 20 chars ?

2008-11-20 Thread Michael Hafen
gt; ); > > This gives us a longer description, and we can make > authorised_value.category a foreign key. The module column would be > used to implement Paul's idea. > > > I think it's a good idea. > > Another idea I have would be to add a "module" f

Re: [Koha-devel] bumping the authorised_values.category column to 20 chars ?

2008-11-20 Thread Michael Hafen
; as doing so would decrease data redundancy. > > Ryan > > > On Thu, Nov 20, 2008 at 10:31 AM, Michael Hafen > <[EMAIL PROTECTED]> wrote: > Hi, > > I'm going to disagree with Galen here. > > I prefer to expand

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-24 Thread Michael Hafen
gins > > LibLime * Open-Source Solutions for Libraries > Featuring KohaZOOM ILS > 888-564-2457 x704 > ___ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Sys

[Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-11-24 Thread Michael Hafen
888-564-2457 x704 > ___ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School

Re: [Koha-devel] mod_perl (was: DBIx::Class stuff)

2008-11-24 Thread Michael Hafen
> Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel > > > > -- > Ryan Higgins > > LibLime * Open-Source Solutions for Libraries > Featuring KohaZO

Re: [Koha-devel] RFC: Koha : Merge biblio & biblioitems tables

2008-11-24 Thread Michael Hafen
There is actually one use case where a lot of marc format records are exported frequently. My schools here often export their biblio's and holding's for upload to Follett's TitleWave service for collection analysis. This isn't a big deal, I'm sure I can teach my librarians to wait a little longer

Re: [Koha-devel] mod_perl (was: DBIx::Class stuff)

2008-11-24 Thread Michael Hafen
> Hi Michael, > > On Mon, Nov 24, 2008 at 12:08 PM, Michael Hafen > <[EMAIL PROTECTED]> wrote: > > Hmm, I hope that isn't the case. I have multiple instances of Koha > > running on a server with mod_perl installed. I haven't heard any > > complaints so

Re: [Koha-devel] mod_perl

2008-11-25 Thread Michael Hafen
environment caching. I have two installes of Koha 3 on the same instance of apache2 with no problems. I must not be using mod_perl. On Tue, 2008-11-25 at 22:14 +1100, Rick Welykochy wrote: > Paul POULAIN wrote: > > > Michael Hafen a écrit : > >> Hmm, I hope that isn't

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-11-25 Thread Michael Hafen
+0100, Paul POULAIN wrote: > Michael Hafen a écrit : > > While we are talking about changes to the biblio table I would like to > > propose a change. > > > > Looking at the file > > installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-12-01 Thread Michael Hafen
I've added this to the list of RFC's. There are still two questions to address I think: Which UNIMARC subfield to link to, and Whether to include a command line script to fill in the database column from the marc data. The unimarc framework I was looking at was incorrect, as there was an update

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-12-01 Thread Michael Hafen
Excellent, and it looks like it isn't used at the moment. Thanks. On Mon, 2008-12-01 at 20:58 +0100, Frederic Demians wrote: > > Which UNIMARC subfield to link to, and > > In UNIMARC, sub-title field: 200$e. > > -- > Frédéric -- Michael Hafen Systems Analyst and Pr

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title - Was: RFC: Koha : Merge biblio & biblioitems tables

2008-12-01 Thread Michael Hafen
t? I think it's a much better > way of solving this problem and many other problems with what should > display than adding more columns to the biblio table. > > My two cents ... > > Josh > > On Mon, Dec 1, 2008 at 4:23 PM, Michael Hafen <[EMAIL PROTECTED]> wro

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title

2008-12-02 Thread Michael Hafen
On Mon, 2008-12-01 at 19:31 -0500, Joshua Ferraro wrote: > On Mon, Dec 1, 2008 at 6:55 PM, Michael Hafen <[EMAIL PROTECTED]> wrote: > > I looked at it briefly for a different field, and found my understanding > > of XSL lacking. Adding a column to the database was the quic

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title

2008-12-16 Thread Michael Hafen
't see how that will grab more that just the first homebranch. I would very much welcome any suggestions on getting item call numbers into the xslt. I'd also welcome comments on the item availability thing. On Tue, 2008-12-02 at 10:40 -0500, Joshua Ferraro wrote: > On Tue, Dec 2

Re: [Koha-devel] RFC Adding column to biblio for Remainder Of Title

2008-12-17 Thread Michael Hafen
> [3] Emitting the homebranch and a count of available items in that > homebranch, again using the item-by-status-and-branhc key. > [snip] > Regards, > > Galen -- Michael Hafen Systems Analyst and Programmer Washington County School D

Re: [Koha-devel] Git Repository Questions

2009-01-06 Thread Michael Hafen
tes it, but I don't seem > to have a mechanism to update MyKohaGit directly from git.koha.org. > > Does any of this make sense? > > Thanks, > Kyle > > http://www.kylehall.info > Information Technology > Crawford County Federated Library System ( http://www.

Re: [Koha-devel] how to start customization

2009-01-08 Thread Michael Hafen
_______ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.wash

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Michael Hafen
oning git.koha.org and making it available > >> via http/ssh? > > > > yep ;) > > > > install gitweb too, so people can browse your repo with ease > > > > > >> I've tried creating an empty repository and pushing to > >> it from a clone of git

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Michael Hafen
Forwarded Message From: Gerald Van Baren To: Michael Hafen Subject: Re: [Koha-devel] Git Repository Questions Date: Fri, 9 Jan 2009 15:05:15 -0500 On Fri, Jan 9, 2009 at 12:06 PM, Michael Hafen wrote: > I don't know if it is possible to clone a git repo over http.

Re: [Koha-devel] authorities question again

2009-01-20 Thread Michael Hafen
er you update your authorities stuff > this works well for me > > fyi: if your indexing daemon is running, then no need for this > script. :) -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk12.org or g

[Koha-devel] unimarc mapping to biblioitems.volume inconsistant

2009-01-21 Thread Michael Hafen
ere. Now I look at the english unimarc default framework file, and biblioitems.volume is mapped to 225$v and 200$e is unmapped. I would like it if those who develop on the unimarc framework could resolve this inconsistency. Thank you. -- Michael Hafen Systems Analyst and Programmer Washingto

[Koha-devel] Item Type Images have various sizes

2009-02-11 Thread Michael Hafen
t. I intend to this email to start conversation to that end. All comments welcome. -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk12.org or git://koha-dev.washk12.org/koha _

Re: [Koha-devel] Item Type Images have various sizes

2009-02-11 Thread Michael Hafen
don't look forward to trying to code that. I think the best way would be to have it statically set. That way we would save the time it takes to parse the image to find it's width. On Wed, 2009-02-11 at 15:14 -0500, Galen Charlton wrote: > Hi, > > On Wed, Feb 11, 2009 at 3:07 PM,

Re: [Koha-devel] Item Type Images have various sizes

2009-02-11 Thread Michael Hafen
; > > > On Wed, 2009-02-11 at 15:14 -0500, Galen Charlton wrote: > >> Hi, > >> > >> On Wed, Feb 11, 2009 at 3:07 PM, Michael Hafen > >> wrote: > >>> I think it would be best to standardize on a size for these > >>> images, so > >>

Re: [Koha-devel] Item Type Images have various sizes

2009-02-11 Thread Michael Hafen
have an excellent idea there. -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk12.org or git://koha-dev.washk12.org/koha ___ Koha-devel mailing list Koha-devel@lists.koha.org

[Koha-devel] syspref maxItemsinSearchResults ?

2009-02-11 Thread Michael Hafen
s to have fallen through the cracks.) Please let me know if you would like this to show in the System Preferences. -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk12.org

Re: [Koha-devel] syspref maxItemsinSearchResults ?

2009-02-11 Thread Michael Hafen
On Thu, 2009-02-12 at 11:49 +1300, Chris Cormack wrote: > On Thu, Feb 12, 2009 at 11:42 AM, Michael Hafen > wrote: > > While poking around C4/Search.pm I noticed this sys pref being used. > > But it isn't in the System Preferences. Since it's not there Search.pm &

Re: [Koha-devel] Item Type Images have various sizes

2009-02-12 Thread Michael Hafen
: > >> > > This icon set is not uniform in size, unfortunately for us. Otherwise > > you have an excellent idea there. > > > > > another idea - perhaps the icon's author's license allow use to > resize the icons to a default dimension? -- Mic

Re: [Koha-devel] Item Type Images have various sizes

2009-02-12 Thread Michael Hafen
now, but I will look to see if iconsets are kept in the database somewhere other than that. On Thu, 2009-02-12 at 11:10 -0500, Galen Charlton wrote: > Hi, > > On Thu, Feb 12, 2009 at 10:57 AM, Michael Hafen > wrote: > > Given 20 search results on a page, and (currently) at most

Re: [Koha-devel] Item Type Images have various sizes

2009-02-12 Thread Michael Hafen
Here's a draft of the patch. Ignore the lack of updatedatabase stuff. Is there anything else that should be changed here? Thanks. On Thu, 2009-02-12 at 11:37 -0500, Galen Charlton wrote: > Hi, > > On Thu, Feb 12, 2009 at 11:25 AM, Michael Hafen > wrote: > > My id

Re: [Koha-devel] Error when browsing to Koha Admin Page

2009-02-13 Thread Michael Hafen
r has access to it's database. On Fri, 2009-02-13 at 11:19 -0800, Ed Roche wrote: [snip] > The following fatal error has occurred: Access denied for user > 'koha'@'localhost' (using password: YES) at > /usr/share/koha/lib/C4/Context.pm line 646. [snip] -- Micha

Re: [Koha-devel] Item Type Images have various sizes

2009-02-13 Thread Michael Hafen
arkway > Columbia, MD 21044 > 410.313.7924 > > > - Original Message - > From: Michael Hafen > To: > Cc: > Date: Thursday, February 12 2009 03:47 PM > Subject: Re: [Koha-devel] Item Type Images ha

Re: [Koha-devel] Item Type Images have various sizes

2009-02-13 Thread Michael Hafen
Oops, had an un-committed change there. Need to add clear : left; to the section #searchresults ul li { My bad. On Fri, 2009-02-13 at 16:21 -0700, Michael Hafen wrote: > I like this better actually. So here is another patch using this > method. > > What say y'all? >

Re: [Koha-devel] Follett to Koha 3 Migration

2009-02-17 Thread Michael Hafen
you happen to have > documented how you did it? If so would you be willing to share? > > Thanks > Ed > > Edward J. Roche > Network Administrator > Solanco School District -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkou

Re: [Koha-devel] FW: Importing Data

2009-02-23 Thread Michael Hafen
Eric > > > > Roche III, Edward wrote: > > > > Good Afternoon Everyone > > > > > > > > I was able to export my catalog data from Follett and I imported it > > into Koha with no errors and it confirmed that it added 16k+ > > records. The

Re: [Koha-devel] Clarify timeout syspref?

2009-02-24 Thread Michael Hafen
> Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk12.org or git://k

Re: [Koha-devel] Using date functions in report SQL

2009-02-25 Thread Michael Hafen
Library Systems Analyst > PTFS Inc. > Content Management and Library Solutions > 6400 Goldsboro Road, Suite 200 > Bethesda, MD 20817 > (301) 654-8088 x 151 > jwag...@ptfs.com > > > ___ > Koha-devel mailing list > Koha-devel

Re: [Koha-devel] Mass updating a field

2009-03-09 Thread Michael Hafen
717.786.2151 x2437 > > > "At the End of the Day, Did You Play to Win or Not to Lose?" > > > > > > -Original Message- > From: Michael Hafen [mailto:mdha...@tech.washk12.org] > Sent: Monday, March 09, 2009 12:13 PM > To: Roche III, Edward >

Re: [Koha-devel] Fwd: Need to Modify Marc Import Tool

2009-03-13 Thread Michael Hafen
y (in the case of Follett > > 952s = 852s) before saving item record. > > 5. Initially the code will help with holdings tags, and later we could > > extend this to biblio tags as well. > > > > Thanks, > > Savitra Sirohi > > Nucsoft OSS Labs > > http://ww

Re: [Koha-devel] [Koha] Barcode Don't Found

2009-03-27 Thread Michael Hafen
;s the T+space causing the problem) and configure your > scanners to strip off the "T "? Of course you'd have to consult the > documentation for your scanners to know if that was possible. We've > done something similar in the

Re: [Koha-devel] [Koha] Barcode Don't Found

2009-03-27 Thread Michael Hafen
II, Edward wrote: > How do you create the filter? > > Thanks! > Ed > > Edward J. Roche > Network Administrator > Solanco School District > 717.786.2151 x2437 > > "At the End of the Day, Did You Play to Win or Not to Lose?" > > > &

Re: [Koha-devel] {Possible SPAM} RE: [Koha] Barcode Don't Found

2009-03-30 Thread Michael Hafen
> 717.786.2151 x2437 > > "At the End of the Day, Did You Play to Win or Not to Lose?" > > > -Original Message- > From: Michael Hafen [mailto:mdha...@tech.washk12.org] > Sent: Friday, March 27, 2009 12:00 PM > To: Roche III, Edward > Cc

Re: [Koha-devel] 'OpacSuppression' syspref?

2009-03-30 Thread Michael Hafen
0:38 -0400, Joe Atzberger wrote: > I think Ryan might have recently done some work to make this > functional. > --Joe > -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://koha-dev.washk12.org or git:

Re: [Koha-devel] Barcode Not Found

2009-04-07 Thread Michael Hafen
ow your > thoughts. > > > This problem has persisted for several months. At some point you > might consider professional library data-migration service. You are > currently in the strange position of having created new data mapped > from your ol

[Koha-devel] Working on patch, need translation to french for system preference.

2009-04-09 Thread Michael Hafen
I'm working on a feature controlled by a sys pref. ( It will default to off ). Can someone translate this text to French for inclusion in the sysprefs.sql. Thanks. 'If ON Patron account lines can be changed in the staff client' -- Michael Hafen Systems Analyst and Progra

Re: [Koha-devel] Working on patch, need translation to french for system preference.

2009-04-10 Thread Michael Hafen
description, amount, and amount outstanding. Please let me know if this information will effect the translation. Thanks again. On Fri, 2009-04-10 at 08:32 +0200, Nicolas Morin wrote: > On Thu, Apr 9, 2009 at 7:08 PM, Michael Hafen > wrote: > > I'm working on a feature controlled by a sy

Re: [Koha-devel] Working on patch, need translation to french for system preference.

2009-04-10 Thread Michael Hafen
rmal, hence the sys. pref. defaulting to off. This patch is for people who don't care about proper accounting practices. :) On Fri, 2009-04-10 at 17:58 +0200, Nicolas Morin wrote: > On Fri, Apr 10, 2009 at 5:11 PM, Michael Hafen > wrote: > > This is great, I appreciate

Re: [Koha-devel] Working on patch, need translation to french for system preference.

2009-04-10 Thread Michael Hafen
nother line of the unimarc_standard_systempref.sql file, line 15. It's about the autoBarcode sys. pref. On Fri, 2009-04-10 at 18:50 +0200, Nicolas Morin wrote: > On Fri, Apr 10, 2009 at 6:15 PM, Michael Hafen > wrote: > > The confusion is a flaw in my description. There is a page

Re: [Koha-devel] Working on patch, need translation to french for system preference.

2009-04-10 Thread Michael Hafen
, Joe Atzberger wrote: > Speaking with zero authority on proper usage in French, you might try > a backtick instead. > > On Fri, Apr 10, 2009 at 12:59 PM, Michael Hafen > wrote: > Thank you Nicolas. I'll use this translation then. > > On ano

Re: [Koha-devel] override button for halting a fine checkout?

2009-04-17 Thread Michael Hafen
__ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/

Re: [Koha-devel] override button for halting a fine checkout?

2009-04-17 Thread Michael Hafen
mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12.org/koha

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

2009-04-27 Thread Michael Hafen
y are ( as far as number of rows is concerned ). I would say it's safe to assume other system admins also aren't thinking about the size of these tables. Comments please. -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout htt

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

2009-04-27 Thread Michael Hafen
gt; but never worked? > > Jane Wagner > Library Systems Analyst > PTFS Inc. > Content Management and Library Solutions > 6400 Goldsboro Road, Suite 200 > Bethesda, MD 20817 > (301) 654-8088 x 151 > jwag...@ptfs.com > > > ___

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

2009-04-27 Thread Michael Hafen
> Jane Wagner > Library Systems Analyst > PTFS Inc. > Content Management and Library Solutions > 6400 Goldsboro Road, Suite 200 > Bethesda, MD 20817 > (301) 654-8088 x 151 > jwag...@ptfs.com > > -- Michael Hafen Systems Analyst and Programmer Washington County School Di

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

2009-04-27 Thread Michael Hafen
know about this? -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12.org/koha ___ Koha-devel mailing list Koha-devel@list

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

2009-04-27 Thread Michael Hafen
ns and incorporate the updates manually. > > -- > Joe Atzberger > LibLime - Open Source Library Solutions -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12

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

2009-04-27 Thread Michael Hafen
st > > PTFS Inc. > > Content Management and Library Solutions > > 6400 Goldsboro Road, Suite 200 > > Bethesda, MD 20817 > > (301) 654-8088 x 151 > > jwag...@ptfs.com > > > > From:koha-devel-boun...@lists.koha.org > [mailto:koha-devel-bou

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

2009-04-27 Thread Michael Hafen
ue. How's that sound? On Mon, 2009-04-27 at 17:42 -0400, Galen Charlton wrote: > 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 t

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

2009-04-27 Thread Michael Hafen
rom CanBookBeIssued. It's already passed into AddIssue. Well, talked myself into it. I'll work on having CanBookBeIssued return the due date then. How's that sound? On Mon, 2009-04-27 at 18:12 -0400, Galen Charlton wrote: > Hi, > > On Mon, Apr 27, 2009 at 5:56 PM, Micha

Re: [Koha-devel] How to run two zebra servers at once in one computer for multiple databases?

2009-04-29 Thread Michael Hafen
_ > check out the rest of the Windows Live™. More than mail–Windows Live™ > goes way beyond your inbox. More than messages > ___ > Koha-devel mailing list > Koha-devel@list

Re: [Koha-devel] How to run two zebra servers at once in one computer for multiple databases?

2009-04-29 Thread Michael Hafen
es with different port addresses in > the > > > same computer. > > > > > > Please help me!! > > > > > > Thank you, > > > > > > with regards, > > > > > > Ashik Rajbhandari > > > Kathmandu > > > > >

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

2009-04-29 Thread Michael Hafen
On Wed, 2009-04-29 at 15:55 -0400, Galen Charlton wrote: > Hi Michael, > > The patch generally looks OK. I have a couple comments, one of which > I think requires that the patch be changed and resubmitted: > > On Tue, Apr 28, 2009 at 12:18 PM, Michael Hafen > wrote: >

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

2009-04-29 Thread Michael Hafen
On Wed, 2009-04-29 at 17:20 -0400, Galen Charlton wrote: > Hi, > > On Wed, Apr 29, 2009 at 5:05 PM, Michael Hafen > wrote: > > This is an interesting question. On the one hand we have the desire to > > ensure valid data. On the other we can safely assume that the

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

2009-04-30 Thread Michael Hafen
of decided between having process_koc.pl ignore the INVALID_DATE error and coding in a sys pref to control where the due date check is. On Wed, 2009-04-29 at 19:23 -0400, Joe Atzberger wrote: > On Wed, Apr 29, 2009 at 5:05 PM, Michael Hafen > wrote: > > So th

Re: [Koha-devel] How to run two zebra servers at once in one computer for multiple databases?

2009-05-07 Thread Michael Hafen
rary > only. > > > Is it > > > > > possible to give different port number to different database > > > biblios > > > > > of zebra such that every database i create will have different > > > port > > > > > number for biblios database of zebra server with different ip &

Re: [Koha-devel] configuration of zebra index

2009-05-18 Thread Michael Hafen
That command will re-index all Biblio records. The grs.marcxml.record I don't know about. I'm going to guess and say either there aren't any Biblio records in the Koha database, or Zebra is missing the grs-xml module. On Fri, 2009-05-15 at 21:52 -0700, zahidiqbal_isb wrote: > i tried the followi

Re: [Koha-devel] Sever name

2009-05-18 Thread Michael Hafen
I'm going to assume that you are using Apache and know nothing about it's configuration. First step is finding the configuration. Recent debian based systems store configuration in a directory like /etc/apache2/sites-enabled/. On a Red Hat 5 based system it's something like /etc/httpd/conf.d/. B

Re: [Koha-devel] Koha 3.0.1 + OPAC not working

2009-05-19 Thread Michael Hafen
und or unable to stat: /usr/share/koha/opac/cgi-bin/opac/\xe2\x80 > \x9d, referer: http://192.168.3.20/cgi-bin/koha/maintenance.pl > ~ > > -- > Best, > Zico > ___ > Koha-devel mailing list > Koha-devel@lists.koha.org

Re: [Koha-devel] Barcode Not Found

2009-06-18 Thread Michael Hafen
m > I missing a step? > > Thanks! > Ed > > Edward J. Roche > Network Administrator > Solanco School District > 717.786.2151 x2437 > > "At the End of the Day, Did You Play to Win or Not to Lose?" > > > -Original Message- > From: Mic

Re: [Koha-devel] Multiple installs of Koha on same server

2009-06-22 Thread Michael Hafen
been scanned by the MessageLabs Email > Security System. > ___ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School

  1   2   >