Re: [Koha-devel] Fixing holding info after an import

2009-01-11 Thread Jesse Weaver
ks very much, > Jason > > > ___ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel > Yes, there is. misc/maintenance/sync_items_in_marc_bib.pl . Technically, the way to import i

Re: [Koha-devel] About Javascript translations

2008-12-29 Thread Jesse Weaver
On Mon, Dec 29, 2008 at 9:15 AM, Ryan Higgins wrote: > I intend to submit a patch this week that will add an include to the > staff side: base-js.inc , which includes js that needs to be processed > by H::T::P. It will include a global 'koha' object, which could store an > array of strings for tr

Re: [Koha-devel] French sysprefs file encoding

2008-12-15 Thread Jesse Weaver
On Mon, Dec 15, 2008 at 7:07 AM, Andrew Moore wrote: > On Sat, Dec 13, 2008 at 8:41 PM, Jesse Weaver > wrote: > > Hello, > > > > I noticed that various patches to the systempreferences creation SQL > script > > for French have been in the Latin-1 encoding. The ba

[Koha-devel] French sysprefs file encoding

2008-12-13 Thread Jesse Weaver
off heads, just thought everyone would want to know. -- Jesse Weaver Software Developer, LibLime ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Label and barcode generator broken

2008-11-26 Thread Jesse Weaver
gt;> >> ___ >> Koha-devel mailing list >> Koha-devel@lists.koha.org >> http://lists.koha.org/mailman/listinfo/koha-devel >> > > > ___ > Koha-devel mailing list >

Re: [Koha-devel] See information in OPAC

2008-11-24 Thread Jesse Weaver
you're just starting to import your records, rather than importing MARC records for use in cataloging, you'll want to use the bulkmarcimport.pl script (a perl program, distributed with Koha). -- Jesse Weaver Software Developer, LibLime ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] The authnotrequired flag in scripts

2008-11-14 Thread Jesse Weaver
On Thu, Nov 13, 2008 at 4:51 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > Jesse Weaver wrote: > > As far as I know, the staff side already has this requirement; are you >> referring to the OPAC? >> > > There are many scripts on the staff side that have &

Re: [Koha-devel] Tab stops in source code

2008-11-13 Thread Jesse Weaver
hat I know of is 4 spaces per indent level. This seems to be reflected in the code, and I think we should put it on http://wiki.koha.org/doku.php?id=en:development:codingguidelines . -- Jesse Weaver Software Developer, LibLime ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] The authnotrequired flag in scripts

2008-11-13 Thread Jesse Weaver
|| Internet Driving Instructor > > When the power of love overcomes the love of power, > the world will know peace. > -- Jimi Hendrix > ___ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel > As far as I know, the staf

Re: [Koha-devel] Patron cards

2008-10-27 Thread Jesse Weaver
rather than using Koha's automatically generated card number. Koha can print patron cards for you, but they are fairly basic. Most of these vendors allow you to customize the card thoroughly (add your logo, etc). Would this work for your library? -- Jesse Weaver Software Developer, LibLime

Re: [Koha-devel] bulkmarcimport and jacket cover images

2008-10-24 Thread Jesse Weaver
ooks that only have 13-digit ISBNs, they will _not_ have a cover image at this time; this is a known problem with the Amazon API. -- Jesse Weaver Software Developer, LibLime ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Table Notifys

2008-10-17 Thread Jesse Weaver
cess_message_queue.pl sends them. For a good example of how to queue up messages, see the call to C4::Letters::EnqueueLetter around line 462 of misc/cronjobs/overdue_notices.pl . -- Jesse Weaver Software Developer, LibLime ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] RFC: Improvements to Koha security and privacy

2008-10-11 Thread Jesse Weaver
osts abusive content in tags or book reviews. > > Thanks and regards, > > krishnan mani > Pune, India > > -- > Share files, take polls, and make new friends - all under one roof. Click > here.<http://in.rd.yahoo.com/tagline_groups_8/*http://in.p

Re: [Koha-devel] RFC: Koha 3.2 : Mandate item-level circulation rules

2008-10-09 Thread Jesse Weaver
_ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel > > This sounds like an excellent way to reduce complexity, and addresses the complaints the cataloger at my library had with item-level

Re: [Koha-devel] [Koha] Creating reports in Koha 3.0

2008-10-01 Thread Jesse Weaver
Using a db update, add comments to all of those columns. These can be gotten by SHOW FULL COLUMNS FROM . This has the advantage of being more "proper", but is yet another displayed string in the database that would have to be translated... somehow. My vote is for columns.def, since it&#

[Koha-devel] Syspref translation

2008-09-18 Thread Jesse Weaver
I have a small favor to ask of any french-speaker on the list; could you translate the following syspref description? "If ON, allows renewal limits to be overridden on the circulation screen" Thanks, -- Jesse Weaver Software Develope

Re: [Koha-devel] RFC 3.2 : guided reports improved

2008-08-29 Thread Jesse Weaver
DATE() ) < ???Number of Days??? AND branchcode = ???LIST:branchcode??? ORDER BY categories.description, dateexpiry (NOTE: the indents on the last lines of the SQL statement are kept together because they are indented) This has the advantage of being e

[Koha-devel] RFC: Melded system preferences page

2008-08-28 Thread Jesse Weaver
Currently, to change the value of system preferences in Koha, you must click find the system preference, then click on it to edit it. The patches at http://arwen.metavore.com/~jpw/melded_sysprefs/ allow you to edit system preferences directly from the main screen; you should only need the edit lin

[Koha-devel] RFC 3.2: AJAX in the staff interface

2008-08-18 Thread Jesse Weaver
(Full RFC at http://wiki.koha.org/doku.php?id=en:development:rfcs3.2:rfc32_ajax_in_the_staff_interface ) Currently, in the svc/ directory and tagging tools, there are some cautious forays into using AJAX. However, many more areas of the staff (and possibly patron) interface could be improved using

Re: [Koha-devel] koha-3.00.00 make fails

2008-08-16 Thread Jesse Weaver
On Sat, Aug 16, 2008 at 3:07 AM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > Hi all, > > I have downloaded http://download.koha.org/koha-3.00.00.tar.gz > and began installing it on Debian/etch (in a Linux vserver environment). > > > 0. FINE: cd koha-3.00.00 > > 1. FINE: perl Makefile.PL > > 2. FAI

Re: [Koha-devel] RFC 3.2 : Koha Offline Circulation

2008-08-08 Thread Jesse Weaver
On Fri, Aug 8, 2008 at 10:45 AM, Kyle Hall <[EMAIL PROTECTED]> wrote: > Hello All, > This is a request for comments regarding the file format for the > offline circulation system. The specification for the Koha Offline > Circulation (.koc) file format can be found here: > http://wiki.koha.org/do

[Koha-devel] Database Revision Tracking

2008-07-31 Thread Jesse Weaver
As part of a process improvement effort we're doing at LibLime, I've created the following wiki proposal: http://wiki.koha.org/doku.php?id=en:development:dbrevs:start Please read it and let me know what you think. This is intended as a simple replacement for IRC conversations like this: < random

Re: [Koha-devel] RFC 3.2 : Item status bulk change

2008-07-25 Thread Jesse Weaver
On Fri, Jul 25, 2008 at 12:09 PM, Henri-Damien LAURENT < [EMAIL PROTECTED]> wrote: > Joe Atzberger a écrit : > > > > what about adding a feature to bulkchange a given virtual shelf ? > That > > would be an already existing place to remember a batch. > > We could also port some feature

Re: [Koha-devel] Koha 3.0 - Final step before Koha3

2008-07-15 Thread Jesse Weaver
Did you install Net::Z3950::ZOOM through the package manager or CPAN? If you installed it through CPAN, try opening up a CPAN shell and typing "force install CPAN". ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listin