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
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
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
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 ."-".
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"'
> > +++
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
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
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
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
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
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
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
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
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
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
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
> > 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
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
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
:
> 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
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
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
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
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
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
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
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
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
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
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
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
; 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
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
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
> 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
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
> 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
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
+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
>
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
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
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
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
'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
> [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
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.
_______
> 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
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
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.
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
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
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
_
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,
; >
> > 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
> >>
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
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
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
&
:
> >>
> > 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
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
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
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
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
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?
>
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
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
> 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
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
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
>
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
;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
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?"
>
>
>
&
> 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
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:
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
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
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
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
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
, 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
__
> 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/
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
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
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
>
>
> ___
> 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
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
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
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
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
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
_
> 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
es with different port addresses in
> the
> > > same computer.
> > >
> > > Please help me!!
> > >
> > > Thank you,
> > >
> > > with regards,
> > >
> > > Ashik Rajbhandari
> > > Kathmandu
> > >
> >
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:
>
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
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
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
&
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
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
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
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
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 - 100 of 152 matches
Mail list logo