Re: [Koha-devel] Preposed sql script filename change

2007-11-08 Thread Galen Charlton
point to the correct directory, instead of munging each file name, and we don't have to rename the existing SQL scripts, just move them. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 ___ Ko

Re: [Koha-devel] Preposed sql script filename change

2007-11-09 Thread Galen Charlton
{dbms}/kohastructure.sql, along with updatedatabase. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] rebuild_zebra_idx.pl

2007-11-12 Thread Galen Charlton
after rebuild_zebra is tweaked so that it has an option to *only* export the bibs or authorities. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] commit "various authorities fixes" (from galen)

2007-11-14 Thread Galen Charlton
t know how we > will solve it atm. > > knowing 2 and 3 users can choose to have something translated or > something correct from a MARC pov. I know some customers that will > prefer one, some prefering the other. I agree that the hard-coded strings need to be taken out, and should be

Re: [Koha-devel] Issues for README.txt and Makefile.PL

2007-11-26 Thread Galen Charlton
't creating > > and pushing unannounced fixes to the main repo fast enough, the > > conflicts are their lookout IMO. For example, I didn't know Galen > > Charlton was also working on the PL_FILES problems until your email. [snip] > More significantly for this case, the sugge

[Koha-devel] items.wthdrawn

2007-11-27 Thread Galen Charlton
ithdrawn' with 'items.wthdrawn'. While I would prefer to spell the column correctly, sticking with 'wthdrawn' for now affects rather fewer files. I'll wait for 3.2 to rename the column. Regards, Galen -- Galen Charlton Koha Applicatio

[Koha-devel] #koha meeting for installer

2007-11-27 Thread Galen Charlton
nd am hoping to get us all towards a consensus. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] items.wthdrawn

2007-11-27 Thread Galen Charlton
unstable version (i.e., 3.1/3.2)? Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] #koha meeting for installer

2007-11-27 Thread Galen Charlton
Hi, On 11/27/07, MJ Ray <[EMAIL PROTECTED]> wrote: > "Galen Charlton" <[EMAIL PROTECTED]> wrote: > > As was mentioned yesterday, I will be on #koha tomorrow (i.e., > > Wednesday, 28 November 2007) at 11 a.m. Central / 12 p.m. Eastern if > > anybody

[Koha-devel] Installer - temporary git tree set up

2007-11-29 Thread Galen Charlton
t few days, I will be applying more patches and working on: [1] separate target directories for Zebra configuration files and index data. [2] general bug fixes Tomorrow I will also post a summary of the #koha discussion regarding the installer. Regards, Galen -- Galen Charlton Koha Application Deve

Re: [Koha-devel] Any interest in adding MP3 ID3v2 read/write capability to Koha?

2007-11-30 Thread Galen Charlton
then map back to MARC, e.g., dc.title = 245$a, etc. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Any interest in adding MP3 ID3v2 read/write capability to Koha?

2007-12-03 Thread Galen Charlton
ra index the DC natively. Throw in some XSLT to display the DC in the OPAC, and you can search and display this metadata without necessarily having to map to MARC. But if you want something to play with now, you can map your DC to MARC per LC's crosswalk (http://www.loc.gov/marc/marc2dc.html)

[Koha-devel] RFC - installer changes

2007-12-12 Thread Galen Charlton
vel. My testing was done solely on Debian Etch, by the way. Also, please note that my repository was cloned from HEAD almost two weeks ago and I have not yet merged in current work, so please bear that in mind. Thanks to Henri-Damien Laurent, Chris Nighswonger, and Chris Cormack for contributing

Re: [Koha-devel] Re: RFC - installer changes

2007-12-12 Thread Galen Charlton
table 'accountlines' Odd, it should check for 'ALL PRIVILEGES' or for specific grants, including 'DROP'. Could you send me the output of the following mysql query: SHOW GRANT FOR 'kohaadmin'@'localhost'

Re: [Koha-devel] Re: RFC - installer changes

2007-12-12 Thread Galen Charlton
Hi, On 12/12/07, Bradley Peters <[EMAIL PROTECTED]> wrote: > On 12/12/07, Galen Charlton <[EMAIL PROTECTED]> wrote: > > SHOW GRANT FOR 'kohaadmin'@'localhost'; > > Apparently kohaadmin is only granted SELECT. I guess I did something > wrong whe

Re: [Koha-devel] RFC - installer changes

2007-12-13 Thread Galen Charlton
HI, Partial response -- more later: On 12/13/07, MJ Ray <[EMAIL PROTECTED]> wrote: > "Galen Charlton" <[EMAIL PROTECTED]> wrote: > > git repo: > > http://manage-gmc.dev.kohalibrary.com/koha-installer.git > > The branch is called "installer&qu

Re: [Koha-devel] RFC - installer changes

2007-12-13 Thread Galen Charlton
Hi, On 12/13/07, MJ Ray <[EMAIL PROTECTED]> wrote: > "Galen Charlton" <[EMAIL PROTECTED]> wrote: > > * Prompting for more configuration information during perl Makefile.PL > > Has this been done in a way that makes this step difficult to > automate/pack

Re: [Koha-devel] RFC - installer changes

2007-12-13 Thread Galen Charlton
Hi, On 12/13/07, Bünzli Daniel <[EMAIL PROTECTED]> wrote: > Le 12 déc. 07 à 19:56, Galen Charlton a écrit : > > ** 'single': install everything under one subdirectory; meant for > > users who do not have root on their host but are allowed to install > > softwa

Re: [Koha-devel] RFC - installer changes

2007-12-14 Thread Galen Charlton
Hi, On 12/14/07, Bradley D. Peters <[EMAIL PROTECTED]> wrote: > On 12/12/07, Galen Charlton <[EMAIL PROTECTED]> wrote: > [Fri Dec 14 03:17:07 2007] Makefile.PL: Warning: prerequisite > MARC::Crosswalk::DublinCore 0.03 not found. We have 0.02. > > I have installed t

Re: [Koha-devel] RFC - installer changes

2007-12-15 Thread Galen Charlton
Hi, On 12/14/07, MJ Ray <[EMAIL PROTECTED]> wrote: > "Galen Charlton" <[EMAIL PROTECTED]> wrote: > > On 12/13/07, MJ Ray <[EMAIL PROTECTED]> wrote: > It doesn't at the moment, but accidents will happen. _get_value() > doesn't detect when it

[Koha-devel] Re: RFC - installer changes

2007-12-15 Thread Galen Charlton
Hi, On 12/12/07, Galen Charlton <[EMAIL PROTECTED]> wrote: > Tarball with the revised installer: > > http://manage-gmc.dev.kohalibrary.com/koha-3.00.00.032.tar.gz A new tarball reflecting the current state of my tree is available: http://manage-gmc.dev.kohalibrary.com/koha-3.00.0

Re: [Koha-devel] Error message from bulkmarcimport.pl

2007-12-16 Thread Galen Charlton
message is coming from an older (i.e., pre-3.0 or perhaps a really old 3) version of C4/Context.pm. I'm guessing that you also have Koha 2 installed on that box. Since you've subsequently corrected PERL5LIB, the error message went away. Re

Re: [Koha-devel] RFC - installer changes

2007-12-17 Thread Galen Charlton
Hi, On 12/17/07, MJ Ray <[EMAIL PROTECTED]> wrote: > "Galen Charlton" <[EMAIL PROTECTED]> wrote: > > On 12/14/07, MJ Ray <[EMAIL PROTECTED]> wrote: > > > "Galen Charlton" <[EMAIL PROTECTED]> wrote: > > > > On 12/13/0

Re: [Koha-devel] Release Date for Koha 3 Alpha

2008-01-02 Thread Galen Charlton
bedded item information in the biblio MARC without updating the items table. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.n

Re: [Koha-devel] Re: [Koha] Announcing Koha 3.0 (Alpha)

2008-01-06 Thread Galen Charlton
Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Re: [Koha] Announcing Koha 3.0 (Alpha)

2008-01-08 Thread Galen Charlton
halibrary.com/patches/. make test now runs with no errors or warnings for me on Debian; of course, many of the test files could stand some attention to expand their coverage. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 _

Re: [Koha-devel] Re: [Koha] Announcing Koha 3.0 (Alpha)

2008-01-11 Thread Galen Charlton
mon: command not > found Looks like a dependency needs to be specified -- the command it wants is /usr/bin/daemon, which is part of the daemon package in Debian. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTEC

Re: [Koha-devel] a so simple question

2008-01-22 Thread Galen Charlton
___ > Koha-devel mailing list > Koha-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/koha-devel > -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709

Re: [Koha-devel] A complete translation

2008-01-23 Thread Galen Charlton
u use. If you were to also create sample settings and data for Italian libraries, the SQL scripts to load that data would also go under subdirectories of installer/data/mysql/it. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTEC

Re: [Koha-devel] [IMPORTANT] transfer & reserve problem/question (bug ?)

2008-01-25 Thread Galen Charlton
s. Perhaps there should be an omnibus function in C4::Circulation or C4::Items that checks all of the various fields that describe an item's status and returns a nicely structured result that in turn can be parsed for display in the staff or OPAC search resul

Re: [Koha-devel] [IMPORTANT] transfer & reserve problem/question (bug ?)

2008-01-29 Thread Galen Charlton
Hi, On 1/29/08, Paul POULAIN <[EMAIL PROTECTED]> wrote: > Galen Charlton a écrit : > > I don't think a new items field would necessary, as the transfer > > status should be derivable from branchtransfers and the request status > > from reserves. Perhaps there

[Koha-devel] Authorities indexing

2008-01-29 Thread Galen Charlton
aff interface -- the definitions could be stored in the database, then serialized to XML and transformed to the Zebra indexing XSLT. Comments requested. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709

Re: [Koha-devel] a charmed letter about characters....

2008-01-31 Thread Galen Charlton
arning: As it happens, at this very moment I am working on some patches to improve character set conversion, including adding support for converting Latin-1 MARC records to UTF-8 from the command-line import jobs. I should have something for you to test later today or tomorrow. Regards, Galen

Re: [Koha-devel] a charmed letter about characters....

2008-01-31 Thread Galen Charlton
Hi, On 1/31/08, Galen Charlton <[EMAIL PROTECTED]> wrote: > As it happens, at this very moment I am working on some patches to > improve character set conversion, including adding support for > converting Latin-1 MARC records to UTF-8 from the command-line import > jobs. I sho

Re: [Koha-devel] Zebra fails to bind two sockets

2008-02-13 Thread Galen Charlton
A Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] virtual shelves on OPAC

2008-02-18 Thread Galen Charlton
s. Are you saying that OPAC users should be able to make their lists public as well? If so, that sounds useful, but I think we would then need to handle the possibility of there being tens or hundreds of public lists. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL P

Re: [Koha-devel] virtual shelves on OPAC

2008-02-18 Thread Galen Charlton
makes sense, and I agree that public lists ought to be accessible to anonymous OPAC users. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.or

Re: [Koha-devel] Issuing Rules

2008-02-19 Thread Galen Charlton
etting this into 3.0 or 3.x quickly, possibly making it a parallel alternative to the existing issuingrules.pl for a while. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-

Re: [Koha-devel] new sysprefs

2008-02-19 Thread Galen Charlton
fs. Please let me know if any of these are in fact in use, represent pre-2.2.9 features that ought to be ported to 3.0, represent a feature that someone is willing to code and submit a patch for relatively soon, or are in use by an existing contrib. If there are an

Re: [Koha-devel] Is it an outmoded preference?

2008-02-22 Thread Galen Charlton
ues: "normal", "isbn", or "marc". It controls what bibliographic detail display (normal, ISBN, or MARC) is chosen when you click on a bib in a catalogue search results list. Regards, Galen -- Galen Charlton Koha Application Developer LibLim

Re: [Koha-devel] Is it an outmoded preference? BiblioDefaultView - Intranet

2008-02-22 Thread Galen Charlton
Hi, On 2/22/08, Irma <[EMAIL PROTECTED]> wrote: > Should the "isbn" not read: ISBD? It should be 'isbd', not 'isbn' -- thanks for catching that. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [

Re: [Koha-devel] BugSquashing Sessions

2008-02-29 Thread Galen Charlton
ago-style ;) ) pizza. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

[Koha-devel] ZOOM 1.16 vs. 1.21

2008-02-29 Thread Galen Charlton
doing this? Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Koha Hosting

2008-03-05 Thread Galen Charlton
s situation? You can do this by setting, for each crontab entry, the KOHA_CONF environment variable to point to the correct koha-conf.xml. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 _

Re: [Koha-devel] RFID and other hardware moves...

2008-03-10 Thread Galen Charlton
far as I know, no special integration is required. Most RFID and barcode readers simply pass the barcode or RFID number to applications via the keyboard interface, so as long as items.barcode is wide enough to accommodate the longest numbering standard in use, nothing special is needed. Regards, Gale

[Koha-devel] RFC: create old_issues and old_reserves

2008-03-10 Thread Galen Charlton
s and old_reserves tables if they desire to remove or completely anonymize circulation history. Thoughts? Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-

Re: [Koha-devel] RFC: create old_issues and old_reserves

2008-03-11 Thread Galen Charlton
I expect that I will turn up more circulation bugs as I work through cleaning up holds. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

[Koha-devel] git.koha.org server change

2008-03-12 Thread Galen Charlton
tions. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Fwd: [Koha-devel] Q: DebugLevel=2 and version list; do we want backtraces?

2008-03-27 Thread Galen Charlton
[Forgot to CC koha-devel; apologies to MJ for duplicate email --gmc] -- Forwarded message -- From: Galen Charlton <[EMAIL PROTECTED]> Date: Thu, Mar 27, 2008 at 2:47 PM Subject: Re: [Koha-devel] Q: DebugLevel=2 and version list; do we want backtraces? To: MJ Ray <[EMAIL

[Koha-devel] RFC: granular permissions

2008-04-08 Thread Galen Charlton
view at http://manage-gmc.dev.kohalibrary.com/patches/granular/. Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel

Re: [Koha-devel] RFC: granular permissions

2008-04-08 Thread Galen Charlton
w_XXX = view record type XXX * edit_XXX = edit record type XXX * first word or word group in the code is a verb * don't put in a negative, e.g., don't have something like 'cannot_edit_orders'. A permission should be a positive grant of a privilege. Regards

Re: [Koha-devel] locale dependencies and perl

2008-04-11 Thread Galen Charlton
b browsers can render NFD strings without any difficulty, while other ones seem to work better if NFC is used. Right now Koha passes UTF-8 strings to the browser without renormalizing them, but perhaps we should be automatically converting them to NFC? Regards, Galen -- Galen Charlton Koha Applica

Re: [Koha-devel] .gitignore

2008-04-21 Thread Galen Charlton
tied to the project root so that a Makefile in a project subdirectory is not ignored by default. *.patch /t/run /t/test-config.txt /blib /Makefile /Makefile.old /pm_to_blib Regards, Galen -- Galen Charlton Koha Application Developer LibLime [EMAIL PROTECTED] p: 1-888-564-2457 x709 ___