Re: [Koha-devel] Adding fonts to Koha for label creator

2020-05-06 Thread Christopher Nighswonger
ient Systems > > 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *dc...@prosentient.com.au > *Sent:* Tuesday, 5 May 2020 9:21 AM > *To:* 'Chri

Re: [Koha-devel] Adding fonts to Koha for label creator

2020-05-04 Thread Christopher Nighswonger
On Mon, May 4, 2020 at 6:25 AM Bernardo Gonzalez Kriegel < bgkrie...@gmail.com> wrote: > Hi David, > > >> How does one add fonts to Koha for the label creator? >> >> >> >> I’m curious about adding “Arial” ( or rather LiberationSans-Regular.ttf >> as matched by fc-match) and “Arial Bold” (or rather

[Koha-devel] PDF::Reuse

2019-01-28 Thread Christopher Nighswonger
I am preparing to roll a new release of PDF::Reuse. This will be ver. 0.40. If you would care to take it for a test drive, you can find the code here: https://github.com/cnighswonger/PDF-Reuse/tree/ver_0.40 I'm going to give this about a month to cook and then push the new release out to CPAN.

Re: [Koha-devel] removing some projects from git.koha-community.org

2018-11-14 Thread Christopher Nighswonger
This one may be removed as well: wip/koha-fbc.git Foundations Bible College... Chris Nighswonger 7 years ago On Wed, Nov 14, 2018 at 8:55 AM Galen Charlton wrote: > Hi, > > On Wed, Nov 14, 2018 at 8:48 AM Paul Poulain > wrote: > > wip/koha-equinox.git Equinox work in progress G

Re: [Koha-devel] Why we do not push the ACCTDETAILS email via message queue?

2018-06-18 Thread Christopher Nighswonger
Considering that email is plaintext (AKA "postcard") mail, I'm surprised we would send a user's password in an email in any case. On Mon, Jun 18, 2018 at 4:14 AM, David Cook wrote: > Considering that the borrower’s password is typically in the ACCTDETAILS > email, I think using the message_queue

Re: [Koha-devel] Printing patron cards results in 100% cpu

2018-04-02 Thread Christopher Nighswonger
n as I click on > the pdf-link, the CPU goes up. > > I'll attach some screenshots to the e-mail. > > Many greetings > Sven > > -- > *Von: *"Christopher Nighswonger" > *An: *"Sven Halm" > *Gesendet: *Sonntag, 1. Apr

Re: [Koha-devel] CSRF token problem ?

2017-03-20 Thread Christopher Nighswonger
On Mar 20, 2017 7:54 AM, "Katrin Fischer" wrote: Hi all, please remember to file security bugs in the non-public area of bugzilla and also be careful with the discussion here: https://koha-community.org/security/ (we should probably update the list of names) The update should include module m

[Koha-devel] PDF::Reuse

2016-09-16 Thread Christopher Nighswonger
Hi all, I'm working toward a release of PDF::Reuse. I've applied several patches submitted and uploaded a dev release to CPAN: http://search.cpan.org/~cnighs/PDF-Reuse-0.36/ There are a few more bugs on CPAN which I hope to get resolved in this release. If you know of anything that needs to be ad

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Christopher Nighswonger
On Fri, Dec 18, 2015 at 10:11 AM, Owen Leonard wrote: >>> next step : obsoleting comment when you obsolete a patch ;-) >>> (or even: always obsolete comments that are patch upload) >> >> Perhaps git-bz could be made to do this? > > I don't think we should always obsolete comments on attachments. I

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Christopher Nighswonger
On Fri, Dec 18, 2015 at 9:25 AM, Paul Poulain wrote: > Le 18/12/2015 14:45, Galen Charlton a écrit : >> >> See the following bug for an example: >> >> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 >> > Wonderful !!! > next step : obsoleting comment when you obsolete a patch ;-) > (

Re: [Koha-devel] Release notes

2015-12-02 Thread Christopher Nighswonger
On Wed, Dec 2, 2015 at 12:09 PM, Paul Poulain wrote: > Le 02/12/2015 18:00, Frédéric Demians a écrit : >> >> - Add an optional BZ custom field named releasenotes for example, which >> would >>contains useful info describing the bug in detail when necessary. > > l like this idea a lot !!! (even

Re: [Koha-devel] Add rule for no subroutines in PL scripts

2015-09-30 Thread Christopher Nighswonger
On Wed, Sep 30, 2015 at 8:08 PM, David Cook wrote: >Sorry, Chris, but I'm not sure I understand what you're saying here. Let me see if I can clarify it a bit. > I suppose I don't really think about it in terms of libraries but rather in > terms of classes. In theory, a script should be able to

Re: [Koha-devel] Add rule for no subroutines in PL scripts

2015-09-30 Thread Christopher Nighswonger
On Wed, Sep 30, 2015 at 8:20 AM, Philippe Blouin wrote: > Because the code would be extremely specific to a specific functionality, > whereas the code in the libraries is there to be reused. > And let not go overboard with OO. > > A script is a script is a script. Make it readable, add functions

Re: [Koha-devel] Change orientation of label printing

2015-09-23 Thread Christopher Nighswonger
On Wed, Sep 23, 2015 at 7:55 AM, Barton Chittenden wrote: > I haven't tried this, so take it with a grain of salt... but what about > changing the label template, reversing the page height and width? E.g. for > U.S. Letter size paper, use Page Height 8.5, Page Width 11. > > If this causes the page

Re: [Koha-devel] patronimage.pl allows user image to be accessed without user session

2015-07-19 Thread Christopher Nighswonger
If I recall correctly, it is referenced from inside the templates for the most part. I'm not sure that it will play well with the current auth methods. However, I may be wrong. Kind regards, Chris On Jul 19, 2015 7:32 PM, "Indranil Das Gupta" wrote: > Hi all, > > I ran across this and have filed

Re: [Koha-devel] We need Koha Naming Standards

2015-06-19 Thread Christopher Nighswonger
On Fri, Jun 19, 2015 at 10:35 AM, Kyle Hall wrote: > It's been discussed a few times, but I think we need to formalize naming > conventions when writing patches for Koha. > > The worse offenders are those things that we use many different names for > both internally and externally. I think patron

Re: [Koha-devel] New coding guidelines on adding a syspref (INSERTIGNORE)

2015-04-07 Thread Christopher Nighswonger
On Tue, Apr 7, 2015 at 1:57 PM, Mark Tompsett wrote: > > Chris Nighswonger wrote: > >> I would think that this is a quick-and-easy, have-it-today fix, >> with the ultimate goal to be DB agnostic. >> > > Does this mean someone else is going to work on it? I was thinking perhaps > we need a Koha::S

Re: [Koha-devel] New coding guidelines on adding a syspref (INSERTIGNORE)

2015-04-07 Thread Christopher Nighswonger
On Tue, Apr 7, 2015 at 11:33 AM, Mark Tompsett wrote: > Greetings, > > We have started the move to DBIx, which will grant us back-end portability > eventually. Why would we use a mySQL-ism? Is there no nicer way to do this? > A long time ago, when I first opened this bug, I had hoped to code up

Re: [Koha-devel] biblioitems marc and marcxml

2015-03-06 Thread Christopher Nighswonger
On Fri, Mar 6, 2015 at 8:20 PM, Paul A wrote: > At 12:52 AM 3/6/2015 +, Tomas Cohen Arazi wrote: > > I'm not sure what you're trying to do, but items are no longer inserted > into marcxml, and to shouldn't be using 3.8. At all. > > > And at 12:10 PM 3/6/2015 +1100, Bob Birchall wrote: > [sni

Re: [Koha-devel] Another bug status

2015-03-04 Thread Christopher Nighswonger
On Wed, Mar 4, 2015 at 7:39 AM, Nicole Engard wrote: > > Hi all, > > I'm at the hackfest right now and have found an interesting problem with > our statuses. I find a lot of bugs that are in a status of needs signoff > but have conversations going on after the patch has been submitted. I feel > l

Re: [Koha-devel] Bugzilla and other sites outage

2015-03-02 Thread Christopher Nighswonger
Its amazing how much of our world Linode controls. :-) Chris On Mar 2, 2015 10:44 AM, "Galen Charlton" wrote: > Hi, > > On Sun, Mar 1, 2015 at 9:54 PM, Chris Cormack > wrote: > > Linode are rebooting all of their xen servers which will mean the VM that > > bugzilla and a bunch of other Koha sit

Re: [Koha-devel] repeated entries in biblioimages (record covers)

2015-02-10 Thread Christopher Nighswonger
On Mon, Feb 9, 2015 at 11:07 PM, Giuseppe Angilella < giuseppe.angile...@ct.infn.it> wrote: > > I would now like to associate several (hundreds) records to the same cover > image. > > (These are books belonging to an old collection, for which no ISBN exists > and therefore no image is available on

Re: [Koha-devel] koha-common install

2014-12-24 Thread Christopher Nighswonger
Something is broken with one of the dependencies of yaz on the latest LTS. I ran into this the other day on my Dev box. Haven't had time to chase it down yet. Kind Regards Chris On Dec 24, 2014 4:33 PM, "Paul A" wrote: > Happy Christmas, Happy Holidays all around, > > Having a look at latest re

Re: [Koha-devel] Pending PDF::Reuse Release And Koha

2014-12-16 Thread Christopher Nighswonger
On Tue, Dec 16, 2014 at 12:00 AM, Robin Sheat wrote: > Hi Chris, I had a look at this and it looks like this patch: > > Author: Patrick Matthi > Description: avoid warnings about > "Use of uninitialized value $string in unpack ..." > Bug: #506214 > > didn't go in. Was that by design

Re: [Koha-devel] Pending PDF::Reuse Release And Koha

2014-12-10 Thread Christopher Nighswonger
Ok. I've pushed up PDF::Reuse 0.36 to CPAN, and opened bug 13407 to take care of the related code in Koha. Hopefully this brings about 5 years of waiting to a successful conclusion. Thanks to everyone who helped with the testing. Kind Regards, Chris http://bugs.koha-community.org/bugzilla3/show

[Koha-devel] PDF::Reuse TTF glyph identifier bug?

2014-12-09 Thread Christopher Nighswonger
Has anyone noticed or had reports of symptoms in their labels/patron cards like those described in this PDF::Reuse bug? I am wondering if the problem may be limited to the set of fonts the reporter was using. With Koha's variety of languages, I suspect the problem would have cropped up if it were r

Re: [Koha-devel] Pending PDF::Reuse Release And Koha

2014-12-08 Thread Christopher Nighswonger
On Mon, Dec 8, 2014 at 5:47 PM, Robin Sheat wrote: > There are a couple of patches in the Debian package that should probably > be pulled into here, if that hasn't already happened. > > http://anonscm.debian.org/cgit/pkg-perl/packages/libpdf-reuse-perl.git/tree/debian/patches > Done. > You shoul

Re: [Koha-devel] Pending PDF::Reuse Release And Koha

2014-12-03 Thread Christopher Nighswonger
I've set up a repo on github: https://github.com/cnighswonger/PDF-Reuse On Wed, Dec 3, 2014 at 11:03 PM, Mark Tompsett wrote: > Greetings, > I wrote: >>> >>> If you get around to flushing out how you tested step 6, I would be >>> interested. :) > > > Chris N. wrote: >> >> Basically re-do step 3

Re: [Koha-devel] Pending PDF::Reuse Release And Koha

2014-12-03 Thread Christopher Nighswonger
On Wed, Dec 3, 2014 at 10:57 PM, Mark Tompsett wrote: > Greetings, > > That is my understanding. > > If you get around to flushing out how you tested step 6, I would be > interested. :) Basically re-do step 3 to ensure the tools still work as expected after installing the patch on Koha. Kind Reg

Re: [Koha-devel] RFC: Koha::Borrower::Pictures

2014-07-15 Thread Christopher Nighswonger
On Jul 15, 2014 3:39 PM, "Chris Cormack" wrote: > > > I think that building it so more than one can be saved (in the future) is a good idea. > +1 Chris N ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cg

Re: [Koha-devel] March towards 3.16.0 #1

2014-04-23 Thread Christopher Nighswonger
On Wed, Apr 23, 2014 at 8:22 AM, Galen Charlton wrote: > If there are things that you believe are close and worthy of leeway, > please reply to this thread. May we have an exemption for Bug 8375? Hopefully this will pass QA in the next few days, but regardless, the outstanding issues appear trivi

Re: [Koha-devel] Batch label PDF + Arabic

2014-04-21 Thread Christopher Nighswonger
On Sun, Apr 20, 2014 at 8:58 PM, Bernardo Gonzalez Kriegel wrote: > Hi, > Bug 8375 can provide a way to export PDF labels with diacritics, > and also with Bug 12068 some support for RTL languages, but > problem is that current code force the use of italic/oblique variant > for title. > > DejaVuSan

Re: [Koha-devel] Here's a little thing i wrote... kohaprofile

2014-03-18 Thread Christopher Nighswonger
On Tue, Mar 18, 2014 at 11:07 AM, Paul Poulain wrote: > Le 18/03/2014 11:34, Magnus Enger a écrit : >> The idea is to step x commits back in time, run a bunch of timed >> tests/benchmarks on Koha, take one step forwards in time, run the >> tests again etc. Hopefully this might be able to show us

Re: [Koha-devel] RSS method for checking and warning about current installed version

2013-12-03 Thread Christopher Nighswonger
On Tue, Dec 3, 2013 at 8:35 PM, Paul A wrote: > At 08:55 PM 12/3/2013 -0200, Tomas Cohen Arazi wrote: > > My main concern is people having Koha instances that already reached EOL > and/or are not supported anymore. How to do it is the topic in discussion. > I like the idea of a button (maybe in t

Re: [Koha-devel] [Koha-translate] Problems with translating Card into Spanish

2013-11-22 Thread Christopher Nighswonger
It may actually be easier to translate Koha into Latin and then use that to automate translations into other languages (excepting perhaps middle and far eastern languages). :-) Kind Regards, Chris On Fri, Nov 22, 2013 at 8:13 AM, Fischer, Katrin wrote: > I have another - subject (in cataloguing

Re: [Koha-devel] OPAC theme proposal

2013-10-29 Thread Christopher Nighswonger
+1 On Tue, Oct 29, 2013 at 2:50 PM, Kyle Hall wrote: > +1 > > http://www.kylehall.info > ByWater Solutions ( http://bywatersolutions.com ) > Meadville Public Library ( http://www.meadvillelibrary.org ) > Crawford County Federated Library System ( http://www.ccfls.org ) > Mill Run Technology Sol

Re: [Koha-devel] RFC: Plugins QA

2013-05-31 Thread Christopher Nighswonger
On Fri, May 31, 2013 at 4:28 PM, Chris Cormack wrote: > On 1 June 2013 05:24, Christopher Nighswonger > wrote: >> On Fri, May 31, 2013 at 1:02 PM, Kyle Hall wrote: > >> >> This sort of thing has been asked for before and discussed IIRC. I >> think it was waiti

Re: [Koha-devel] RFC: Plugins QA

2013-05-31 Thread Christopher Nighswonger
On Fri, May 31, 2013 at 1:02 PM, Kyle Hall wrote: >> > Rolling Hard Due Dates - This is by far my most complicated plugin, and >> > has >> > undergone rigorous testing. It allows you to schedule updates to the >> > hard >> > due dates for circulation rules, and update the due dates for items >>

Re: [Koha-devel] Koha numbering

2013-04-05 Thread Christopher Nighswonger
On Fri, Apr 5, 2013 at 6:45 PM, Liz Rea wrote: > I too was looking forward to 3.14. I'm happy to change it after that. > > :P > > Yes, ok, it's a sentimental thing but... it's PI. COME ON. > > So does that make for a potentially irrational release? Chris _

Re: [Koha-devel] Old bugs to check

2013-02-28 Thread Christopher Nighswonger
On Thu, Feb 28, 2013 at 9:14 AM, MJ Ray wrote: > OK this time, but I could have missed it in the 1000+ emails I get > each day. WOW! Sounds like its time to unsubscribe from a few lists. ;-) Chris ___ Koha-devel mailing list Koha-devel@lists.koha-commu

Re: [Koha-devel] Require only core modules for Makefile.PL? (was Re: Database updates)

2012-12-28 Thread Christopher Nighswonger
On Thu, Dec 27, 2012 at 1:51 PM, Galen Charlton wrote: > Hi, > > On Thu, Dec 27, 2012 at 9:03 AM, Jared Camins-Esakov < > jcam...@cpbibliography.com> wrote: > >> Additionally, you will need to install File::Find::Rule >> > > ... before one can run perl Makefile.PL to do a new installation. I don

Re: [Koha-devel] Upgrading Koha's license?

2012-11-14 Thread Christopher Nighswonger
On Wed, Nov 14, 2012 at 2:45 PM, Robin Sheat wrote: > Op 15-11-12 08:40, Owen Leonard schreef: > > However, Bootstrap's license is Apache 2.0 which I'm told is > > incompatible with Koha's GPL2 license. > > > > What do we need to do to make inclusion of Bootstrap possible? > > Distribute it as GP

Re: [Koha-devel] Losing biblio.author in 3.8.5

2012-10-31 Thread Christopher Nighswonger
On Wed, Oct 31, 2012 at 8:12 PM, Paul wrote: > At 02:27 PM 10/31/2012 -0600, Mike Hafen wrote: > > Would an SQL Update statement be more effective here? Like: > UPDATE biblio SET author = > ExtractValue(marcxml,'//datafield[@tag="100"]/subfield[@code>="a"]') WHERE > author IS NULL > > > Many th

Re: [Koha-devel] [Koha] Current, Simple-to-install, Installed LiveCDs/LiveDVDs are okay ( was Re: Avoid LiveCDs/LiveDVDs)

2012-10-06 Thread Christopher Nighswonger
On Sat, Oct 6, 2012 at 7:05 PM, Paul wrote: > > My knowledge of upgrade 3.6.x. to 3.8.x (12 month period) is a testament > as to why an LTS, with more complete QA (or at least full documentation) > should be on Koha's horizon (and to pre-empt comments concerning why I > should search git and bugs

Re: [Koha-devel] Disappearing test cases or did another part of MySQL just become closed source? « The MariaDB Blog

2012-08-20 Thread Christopher Nighswonger
On Mon, Aug 20, 2012 at 12:03 PM, Marc Balmer wrote: > I stumbled over this blog entry: > > http://blog.mariadb.org/disappearing-test-cases/ > > It is this development of MySQL that make me so unhappy with the fact that > Koha runs on MySQL only at the moment. > > Imo, Koha would be a much bette

Re: [Koha-devel] gmail as smtp error

2012-08-12 Thread Christopher Nighswonger
On Sun, Aug 12, 2012 at 1:29 PM, George Mikuchadze wrote: > 1. The case of the delivery failure is very strange: > > Message is sent from the legal gmail address, which is indicated in the > process_message_queue.pl parameters (for example: > process_message_queue.pl -u libr...@sciencelib.ge -p

Re: [Koha-devel] Koha on Ubuntu LTS

2012-07-28 Thread Christopher Nighswonger
On Sat, Jul 28, 2012 at 6:30 PM, Jared Camins-Esakov wrote: > Paul, > >> Just got back after a few days away. Installation all went well (did not >> install php package, but used php-pear leaving Apache2 as worker) OPAC and >> staff client both functional from LAN workstations. Restored a working

Re: [Koha-devel] bugzilla default assignee changes

2012-06-09 Thread Christopher Nighswonger
On Sat, Jun 9, 2012 at 11:21 AM, Paul Poulain wrote: > > OWEN & NICOLE & LIZ & CHRIS_N > We haven't changed the components you're default, because you said last > month it was OK for you. > That sounds good. Kind Regards, Chris ___ Koha-devel mailing l

Re: [Koha-devel] Adding support for PostgreSQL, no new MySQLisms, please

2012-03-23 Thread Christopher Nighswonger
On Fri, Mar 23, 2012 at 5:38 PM, Marc Balmer wrote: > Am 23.03.12 21:39, schrieb Ian Walls: >> Marc, ... > >> Are there any specific features of PostgreSQL that would lead to a >> beneficial new feature for library patrons?  I know there is plenty of >> literature on it's merits over MySQL, but

Re: [Koha-devel] Plea for help from Horowhenua Library Trust re: Koha

2011-11-21 Thread Christopher Nighswonger
By all means setup a donations page... quick! :-) Kind Regards, Chris 2011/11/21 Liz Rea > It is so sad to see the gift you gave us all fall into unfriendly hands. > > Do please let us know when the kitty is opened up for donations. > > Liz Rea > l...@nekls.org > > > > > On Nov 21, 2011, at 3:

[Koha-devel] New release-tools Repo

2011-11-10 Thread Christopher Nighswonger
Ok. For any interested parties, I've added a release-tools repo to git.k-c.org. You may see it here: http://git.koha-community.org/gitweb/?p=release-tools.git;a=summary The two tools I currently use are there. They are very hackish, so beware. I will gladly accept patches introducing improvements

[Koha-devel] Koha 3.2.4 is now available

2011-02-21 Thread Christopher Nighswonger
It is with pleasure that I announce the release of Koha 3.2.4. The package can be retrieved from: http://download.koha-community.org/koha-3.02.04.tar.gz You can use the following checksum and signature files to verify the download: http://download.koha-community.org/koha-3.02.04.tar.gz.MD5 http

Re: [Koha-devel] CloneSubfields and problems with it

2010-10-14 Thread Christopher Nighswonger
On Thu, Oct 14, 2010 at 3:18 PM, Chris Cormack wrote: > >> >> Would such a change be accepted into Koha and does it make sense to >> peruse this refactoring? > > There's nothing in it that sets off my alarm bells, I would of course > ask people like Owen who do far more front end work than me to

Re: [Koha-devel] Search Engine Changes : let's get some solr

2010-10-12 Thread Christopher Nighswonger
On Tue, Oct 12, 2010 at 8:41 AM, Thomas Krichel wrote: > >  Yes. In any case, the zebra documentation notes that GRS1 >  has been improved and replaced by DOM. > >> And as suggested by Thomas Dukleth, Koha supporters could sponsor >> directly Indexdata to speed up their work and give them a Koha >