Re: [Koha-devel] Background jobs in plugins

2023-10-13 Thread Kyle Hall
I love it Tomas! --- 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 ) On Fri, Oct 13, 2023 at 9:51 AM Tomas Cohen Arazi wrote: > Look at this

[Koha-devel] Unable to access plack middleware ( Plack::Middleware::Prometheus::RequestTimes )

2023-05-30 Thread Kyle Hall
Hey yinz, I’m trying to add some Prometheus metrics to Koha. This looks like it has what we want: https://metacpan.org/pod/Plack::Middleware::Prometheus::RequestTimes Really, I’d like response times per script, but I’m not that picky just yet. I tried this on /etc/koha/plack.psgi but I just get a

Re: [Koha-devel] Bug 32609 and package building

2023-04-27 Thread Kyle Hall
Thanks Mason! It looks like you were working from an out of date version of koha-dpkg-docker. Luckily I was working on a similar solution! Kyle --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford Count

Re: [Koha-devel] Fixing perltidy in ktd

2023-02-13 Thread Kyle Hall
I believe we use the default perltidy settings ( https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy ). I'm not aware of KTD having an installed perltidyrc ( there is one in git in xt that's been in there since 2008 presumably unused ). Kyle --- http://www.kylehall.info ByWater

Re: [Koha-devel] Trouble for the Gitea project: forked to Forgejo

2023-02-01 Thread Kyle Hall
+1 for gitlab --- 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 ) On Wed, Feb 1, 2023 at 8:52 AM Tomas Cohen Arazi wrote: > Can't we just use

Re: [Koha-devel] Koha 22.05.00 released

2022-05-31 Thread Kyle Hall
Woot! Great work Frido! On Fri, May 27, 2022 at 7:41 PM Fridolin SOMERS < fridolin.som...@biblibre.com> wrote: > Hello everyone 🤗 > > The Koha community is proud to announce the release of Koha 22.05.00. > > It is a major release, that comes with 6 new features, 239 enhancements, > 360 bugfixes

Re: [Koha-devel] [Koha] Koha packages are available 🎁

2021-12-29 Thread Kyle Hall
I sent out an email for 21.11, did it get blocked? Kyle --- 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 ) On Tue, Dec 28, 2021 at 1:53 AM Fr

[Koha-devel] Koha 21.05.05 released

2021-10-29 Thread Kyle Hall
The Koha community is proud to announce the release of version 21.05.05. This is a maintenance release and contains many bug fixes. Thank you very much to everyone involved in this release! The release notes can be found at https://koha-community.org/koha-21-05-05-released/ Kyle --- http://www.k

Re: [Koha-devel] Workflow improvement suggestions for security releases

2021-10-19 Thread Kyle Hall
ovider, and if we check hea, there's a > large (1000+) number of libraries running a version of 19.11. > > It would also be one step closer to getting into Debian proper. (a long > term dream of mine) > > Chris > > > > On 20 October 2021 7:13:39 am NZDT, Kyle Hall

Re: [Koha-devel] Built-in offline circulation interface

2021-10-19 Thread Kyle Hall
> > Senior Software Engineer > > Prosentient Systems > > Suite 7.03 > > 6a Glen St > > Milsons Point NSW 2061 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *Kyle Hall > *S

Re: [Koha-devel] Workflow improvement suggestions for security releases

2021-10-19 Thread Kyle Hall
> For 22.05, Calalyst and Wainui are offering to maintain 19.11, and > there is a gap as there is no candidate for 20.05. > So it's kind of our first LTS :) > I suppose we need to understand Catalyst's upgrade strategy a bit more. It we as a community are going to do LTS, we need to really commit

Re: [Koha-devel] Built-in offline circulation interface

2021-10-17 Thread Kyle Hall
The desktop application has been rocksolid for many years now! I’ve always shied away from the browser based I’ll find circulations simply because if something goes wrong, like the browser crashing and losing data or something, there’s no way to get that data back. The offline circulation desktop a

Re: [Koha-devel] Workflow improvement suggestions for security releases

2021-10-07 Thread Kyle Hall
> > 1. LTS > I think it's time to have a Long Term Support release. We noticed that > some people are still using very old versions, having a version that > is maintained several years could help them. > We could backport critical security bugs only. 4 (5?) years would be great. > This has been pr

Re: [Koha-devel] New developers at BibLibre

2021-09-10 Thread Kyle Hall
That's great news! Welcome to the community! Kyle --- 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 ) On Fri, Sep 10, 2021 at 5:14 AM Paul Pou

Re: [Koha-devel] Perl 7

2020-06-25 Thread Kyle Hall
Totally agreed! We should work toward Perl 7 compliance as soon as possible, which I presume is the point when it is available in Debian. --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Fede

Re: [Koha-devel] Perl version requirement

2020-06-25 Thread Kyle Hall
I doubt we will need to worry about Perl 7 until it's available in Debian. It's essentially 5.32 with some better defaults ( no need to 'use strict' for example ). There will also be a migration path from Perl 5 to Perl 7 ( but not from Perl 5 to Perl 8 ). Perl 5 is expected to have about 10 years

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread Kyle Hall
On Tue, Jun 9, 2020 at 2:47 AM Julian Maurice wrote: > I'm all for installing Perl modules directly from CPAN. I'm less sure > about Carton. Is it really needed ? I believe that `cpanm --installdeps > .` does the same thing. > > Carton would, in theory, speed up the installation because Koha woul

Re: [Koha-devel] How to make self-referential URLs in Koha

2020-05-19 Thread Kyle Hall
I think that would also me a great cosmetic enhancement. At the risk of scope creep, we could go a step further by mapping the perl scripts to paths as well, so /cgi-bin/koha/circ/circulation-home.pl could become /circulation/home ( or even just /circulation ) for example. Kyle --- http://www.ky

Re: [Koha-devel] Koha:::Logger configuration maintenance

2020-03-19 Thread Kyle Hall
Tomas, I think the general idea is the same as for koha-conf.xml. The current log4perl.conf has been forwards compatible. We could add new recommendations for updating the log4perl.conf to the release notes and such. Other Debian packages check to see if a config has been altered and decide if they

Re: [Koha-devel] Minimal docker images for Koha

2020-03-02 Thread Kyle Hall
For static assets, you could put something like Varnish in between as well. --- 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 ) On Sun, Mar 1,

Re: [Koha-devel] Minimal docker images for Koha

2020-02-25 Thread Kyle Hall
t; > 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Kyle Hall > *Sent:* Friday, 21 February 2020 11:27 PM > *To:* David Cook > *Cc:* Julian Maurice ; koha-devel < >

Re: [Koha-devel] Minimal docker images for Koha

2020-02-21 Thread Kyle Hall
gt; 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *dc...@prosentient.com.au > *Sent:* Thursday, 20 February 2020 3:00 PM > *To:* 'Kyle Hall' >

Re: [Koha-devel] Minimal docker images for Koha

2020-02-19 Thread Kyle Hall
ug.cgi?id=22417. > > David Cook > Systems Librarian > Prosentient Systems > 72/330 Wattle St > Ultimo, NSW 2007 > Australia > > Office: 02 9212 0899 > Direct: 02 8005 0595 > > -Original Message- > From: Koha-devel On Behalf > Of Julian Maurice > Sent: Tu

Re: [Koha-devel] Minimal docker images for Koha

2020-02-18 Thread Kyle Hall
the resulting image weigh 1.1GB, right between > debian:buster-slim and debian:buster > > I did not found a free plan for quay.io (only a 30-day free trial). Does > it have one ? > > Le 18/02/2020 à 12:43, Kyle Hall a écrit : > > This is fantastic Julian! The only thing I

Re: [Koha-devel] Minimal docker images for Koha

2020-02-18 Thread Kyle Hall
://www.ccfls.org ) On Tue, Feb 18, 2020 at 6:43 AM Kyle Hall wrote: > This is fantastic Julian! The only thing I can contribute that hasn't > already been said by you or David is to suggest taking a look at MiniDeb as > a base image ( https://github.com/bitnami/minideb ). I woul

Re: [Koha-devel] Minimal docker images for Koha

2020-02-18 Thread Kyle Hall
This is fantastic Julian! The only thing I can contribute that hasn't already been said by you or David is to suggest taking a look at MiniDeb as a base image ( https://github.com/bitnami/minideb ). I would also suggest using quay.io to build and host your Docker images, as it has built in security

Re: [Koha-devel] "Get desktop application" link

2020-01-09 Thread Kyle Hall
David, that is the canonical source for the offline circ desktop app. There is no community source for it, but I wouldn't be opposed to that if I can be given full rights to such a repo for bug fixes, releases and such. Kyle --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions

Re: [Koha-devel] API use in intranet and OPAC

2019-10-07 Thread Kyle Hall
I think it's pretty practical at this point in time to agree that if we are to continue making a modern web app, we need to require javascript. --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County

Re: [Koha-devel] API use in intranet and OPAC

2019-10-07 Thread Kyle Hall
I'm going to go out on a limb and say it will indeed require javascript. There are a number of OPAC features ( though non-essential ) that don't function without javascript. Is this still a requirement for the OPAC? Kyle --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com

Re: [Koha-devel] New OPAC design

2019-04-01 Thread Kyle Hall
This is truly a work of art :) --- 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 ) On Mon, Apr 1, 2019 at 7:56 AM Paul Poulain wrote: > Kia o

Re: [Koha-devel] Cache::Memory must be removed (21955)

2018-12-07 Thread Kyle Hall
+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 ) On Wed, Dec 5, 2018 at 2:20 PM Jonathan Druart < jonathan.dru...@bugs.koha-community.org

Re: [Koha-devel] 18.11 Release

2018-11-27 Thread Kyle Hall
\o/ Help me make Great Strides towards a cure for Cystic Fibrosis --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated

Re: [Koha-devel] Centralize and move to gitlab

2018-06-22 Thread Kyle Hall
+1 Help me make Great Strides towards a cure for Cystic Fibrosis --- http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated L

Re: [Koha-devel] Official Docker image

2018-04-23 Thread Kyle Hall
I for one cannot wait to see it! http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://ww

Re: [Koha-devel] Koha Core anyone?

2018-04-20 Thread Kyle Hall
p;entry=gmail&source=g> > > Ultimo, NSW > <https://maps.google.com/?q=72/330+Wattle+St+Ultimo,+NSW&entry=gmail&source=g> > 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@l

Re: [Koha-devel] Koha Core anyone?

2018-04-19 Thread Kyle Hall
I wonder if a Decorator pattern would be useful. An even simpler situation would be to enable a before and after hook for each subroutine in Koha via plugins. Kyle

Re: [Koha-devel] Official Docker image

2018-04-18 Thread Kyle Hall
I agree that official Docker images are a fantastic idea! One of the benefits of using Docker images for most of our CI logic is that it makes moving from one CI system to another quite easy! I love the idea of having an official 'base' image that we can than add on top of to create things like a

Re: [Koha-devel] Centralize and move to gitlab

2018-01-25 Thread Kyle Hall
That sounds great! +1 from me! http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.

Re: [Koha-devel] Test: planned count or done_testing()

2017-11-16 Thread Kyle Hall
+1 from me as well! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadv

Re: [Koha-devel] REST api / pagination

2017-08-25 Thread Kyle Hall
unnecessary, since we can change the api calls in the client as >> necessary when the api changes. That probably isn't the case though. >> I'm in favor of option A, even though it would mean another endpoint(s) >> to get the total number of results to aid pagination.

Re: [Koha-devel] REST api / pagination

2017-08-24 Thread Kyle Hall
I'd vote for C with no api versioning change. I think the *addition* of data does not warrant any version change. The alternative would be A + another endpoint to just get the number of results. Kyle

[Koha-devel] Koha 17.05.00 released!

2017-05-30 Thread Kyle Hall
Hello all! It is my honor to announce the release of Koha 17.05.00! Thanks you to everyone who contributed time and effort making this the best version of Koha yet! The release notes can be found on the Koha Community website: https://koha-community.org/koha-17-05-released/ Kyle http://www.kyl

[Koha-devel] Koha 17.05 Release Delay

2017-05-28 Thread Kyle Hall
Hello All, As some of you may have heard at the last IRC meeting, I'm in the middle of moving into a new home. This has delayed the release of 17.05 a bit. I hope to have it out the door sometime tonight or tomorrow ( as soon as I've got internet access again ). Sorry for the delay! Kyle http://

[Koha-devel] Koha 17.05 Release Notes - Draft 2 + Beta

2017-05-19 Thread Kyle Hall
Hey all, Here is the second version of the Release Notes and the beta! The release notes have the same issues as before. I'll fix the character encodings by hand in the final release. https://github.com/kylemhall/Koha/blob/v17.05.00_RC1/misc/release_notes/release_notes_17_05_00.md I've included

Re: [Koha-devel] Koha 17.05 Release Notes - Draft One ( 2nd attempt ; )

2017-05-17 Thread Kyle Hall
I don't know if I want to remove the 'plumbing' bugs altogether. Simply having them there shows the healthy development Koha goes thought. That being said I think the idea of moving those to the bottom in favor of highlighting the types of bugs that librarians can visually see and experience is a p

Re: [Koha-devel] Koha 17.05 Release Notes - Draft One ( 2nd attempt ; )

2017-05-17 Thread Kyle Hall
Thanks Paul! I'll definitely take those suggestions into account for the final release notes. Kyle http://www.kylehall.info ByWater Solutions (

Re: [Koha-devel] Koha 17.05 Dates

2017-05-17 Thread Kyle Hall
d County Federated Library System ( http://www.ccfls.org ) On Wed, May 17, 2017 at 7:24 AM, Kyle Hall wrote: > Zeno, you should have gotten a devel email titled "Koha 17.05 Release > Notes - Draft 1". Please let me know if you didn't get it so I can resend > it! > > Kyle >

[Koha-devel] Koha 17.05 Release Notes - Draft One ( 2nd attempt ; )

2017-05-17 Thread Kyle Hall
I think my first attempt may be caught in mailing list moderation, so here is a link to the markdown version available on GitHub: https://github.com/kylemhall/Koha/blob/bc497cd58a874c4c10f214e7c2a8d5b35aa47a78/misc/release_notes/release_notes_17_05_00.md Kyle http://www.kylehall.info ByWater Sol

Re: [Koha-devel] Koha 17.05 Dates

2017-05-17 Thread Kyle Hall
Zeno, you should have gotten a devel email titled "Koha 17.05 Release Notes - Draft 1". Please let me know if you didn't get it so I can resend it! Kyle

Re: [Koha-devel] Roles for Koha 17.10

2017-04-12 Thread Kyle Hall
We have a winner! Enjoy your karma Mark! : ) Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public

Re: [Koha-devel] Roles for Koha 17.10

2017-04-10 Thread Kyle Hall
.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Apr 10, 2017 at 12:03 PM, Kyle Hall wrote: > Hey all, it's about that time of year again! I've create

[Koha-devel] Roles for Koha 17.10

2017-04-10 Thread Kyle Hall
Hey all, it's about that time of year again! I've created a skeleton wiki page for the Koha 17.10 roles! I've left it nearly all TBD so if you want to continue your role, please update this page! https://wiki.koha-community.org/wiki/Roles_for_17.11 Kyle http://www.kylehall.info ByWater Solutions

Re: [Koha-devel] Koha 17.05 Dates

2017-04-10 Thread Kyle Hall
nty Federated Library System ( http://www.ccfls.org ) On Mon, Apr 10, 2017 at 6:57 AM, Kyle Hall wrote: > Here is my planned timeline for the Koha 17.05 release: > May 5 - Feature Slush > May 12 - 1st Draft of Release Notes > May 19 - Feature Freeze, Release Beta, 2nd Draft of Release Notes

[Koha-devel] Koha 17.05 Dates

2017-04-10 Thread Kyle Hall
Here is my planned timeline for the Koha 17.05 release: May 5 - Feature Slush May 12 - 1st Draft of Release Notes May 19 - Feature Freeze, Release Beta, 2nd Draft of Release Notes May 26th - Final Release If anyone sees a need to modify this timeline, please let me know! Kyle http://www.kylehall

Re: [Koha-devel] Developers, expect patches to no longer apply

2017-01-18 Thread Kyle Hall
ses for buttons and also different syntax for modals: > > documentation here: > http://getbootstrap.com/css/#buttons > http://getbootstrap.com/javascript/#modals > > you can look to my followup up for 17898 to see how the typical change > looks like > > wiki page will b

[Koha-devel] Developers, expect patches to no longer apply

2017-01-13 Thread Kyle Hall
Hey all, I just wanted to alert everyone to that fact that I just pushed the following bug patches: Bug 16239 - Upgrade Bootstrap in the staff client Bug 17196 - Move marcxml out of the biblioitems table I expect this will cause a good number of patches to no longer apply with hopefully trivial f

Re: [Koha-devel] DBIC > Swagger object definition

2017-01-06 Thread Kyle Hall
That sounds like a nice idea! I'd love to hear what Jonathan thinks! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.

Re: [Koha-devel] Benchmarks for 16.11

2016-12-29 Thread Kyle Hall
This is fantastic! Thanks for sharing your great work Jonathan! Kyle On Tue, Dec 27, 2016 at 9:39 AM, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > https://wiki.koha-community.org/wiki/Benchmark_for_16.11

[Koha-devel] Koha Wiki Facebook

2016-11-28 Thread Kyle Hall
Hello All! You can think Nick for finally pushing me to put up all the photos from the HackFest! For the uninitiated, for a long time I've been wanting to have a Koha community facebook, in the original sense of the word. So here it is! https://wiki.koha-community.org/wiki/Community_Facebook *

Re: [Koha-devel] Failed QA number over 200.

2016-11-23 Thread Kyle Hall
I agree. I know I have many failed qa bugs, some of which are still works in progress, but others that are years out of date and should be closed or dealt with otherwise. Kyle

Re: [Koha-devel] Koha 16.11.00 released!

2016-11-23 Thread Kyle Hall
http://www.ccfls.org ) On Wed, Nov 23, 2016 at 5:54 AM, Kyle Hall wrote: > Here is a link to the original text version, as I've been told that my > attachment has been stripped out! > > Kyle > > > <https://secure2.convio.net/cffh/site/Donation2?df_id=1395&FR_ID=

Re: [Koha-devel] Koha 16.11.00 released!

2016-11-23 Thread Kyle Hall
; 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 ) On Tue, Nov 22, 2016 at 2:05 PM, Kyle Hall wrote: > It is my great pleasure to

Re: [Koha-devel] Koha 16.11 Release Notes ( 2nd Draft )

2016-11-17 Thread Kyle Hall
re, but uses a new notice template: ACQORDER." on > top of acquisitions belongs to bug 5260 > > Should we try and add short descriptions to the other new features in > bugzilla too? > > Katrin > On 11.11.2016 04:20, Kyle Hall wrote: > > I've already noticed the "

Re: [Koha-devel] Koha 16.11 Release Notes ( 2nd Draft )

2016-11-10 Thread Kyle Hall
EB> 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 ) On Thu, Nov 10, 2016 at 10:18 PM, Kyle Hall wrote: > Hey All! > > Here is the secon

Re: [Koha-devel] What's on in Koha devel #5 - Special hk16

2016-10-24 Thread Kyle Hall
blicly (like public reports), one > has to be connected to execute a plugin, right? Do you see any mean to > overcome this limitation? > > Thanks a lot in advance for your answers > > Best regards and happy HackFest! > > Arthur > > > Le 08/10/2016 à 14:25, Kyle Ha

Re: [Koha-devel] Pending 16.11 Release Dates

2016-10-11 Thread Kyle Hall
hould be the new master after releasing > 16.11 ? > > > Marcel > -- > *Van:* koha-devel-boun...@lists.koha-community.org < > koha-devel-boun...@lists.koha-community.org> namens Kyle Hall < > kyle.m.h...@gmail.com> > *Verzonden:* d

[Koha-devel] Pending 16.11 Release Dates

2016-10-11 Thread Kyle Hall
Hey All, It's that time of the year again! Here is the timeline Brendan and I have mapped out for the pending Koha 16.11 release: Nov 1st - Feature Slush For the uninitiated, the slush means that no new enhancements, only bug fixes, will be pushed to master until some time after the 16.11 releas

Re: [Koha-devel] What's on in Koha devel #5 - Special hk16

2016-10-08 Thread Kyle Hall
Thanks for the overview Jonathan! I know I for one have the react discussion as a top priority for the jacket. Kyle Sent from my phone. Please excuse my brevity. On Oct 8, 2016 2:20 PM, "Jonathan Druart" < jonathan.dru...@bugs.koha-community.org> wrote: Hello librarians and developers, I send

Re: [Koha-devel] Customize debian scripts.

2016-09-21 Thread Kyle Hall
Tomas, just to clarify, even on a gitified install using koha-gitify, the koha-* scripts are still the version from the package install, and *not* the versions that would be in the git install, correct? Kyle

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
s.org ) On Wed, Sep 21, 2016 at 8:40 AM, Kyle Hall wrote: > I suppose that is the most prudent thing to do Tomas. We do have a access > to a lawyer so I'll talk to her and let you know her thoughts! > > Kyle > > > <https://secure2.convio.net/cffh/site/Donation2?df_

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
t; > > El mié., 21 sept. 2016 a las 11:17, Kyle Hall () > escribió: > >> Yes, I've done as thorough a review on the issue as I've been able to. >> Basically, Koha is never in any danger. But if say, *I* sued Facebook, I >> could possibly lose my patent grants

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
Paul, that's not how it works. As I wrote earlier, if *I* sue Facebook I could potentially lose my right to distribute software using React, but you would be unaffected. Kyle

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
Mirko, you would have no worries. The license basically means that an entity that sues facebook may lose the patent grants facebook has. So if I sue Facebook, I might lose my patent grant to distribute React based software, but you would not be affected in any way. The license cannot be revoked. K

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
n all seriousness, I just want Koha to be the fastest, slickest most useful ILS in the world. I want it to be an absolute pleasure to use. And I think this is a necessary milestone to achieving that goal. Kyle > > > David Cook > > Systems Librarian > > Prosentient Systems > >

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
t; see a translateable version. > > > > David Cook > > Systems Librarian > > Prosentient Systems > > 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun..

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kyle Hall
> > David Cook > > Systems Librarian > > Prosentient Systems > > 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@lists.koha-community.org [ma

Re: [Koha-devel] [Koha::Object] Related records and calling methods from templates

2016-09-20 Thread Kyle Hall
> > > What do you suggest? It's much easier to always get and pass a full > object than sometimes a smaller one without knowing exactly what it > represents (which methods you can call on it). > I don't think it will hurt perfs too much. > Of course there will certainly be some rooms for improvemen

Re: [Koha-devel] To React or not to React

2016-09-20 Thread Kyle Hall
Katrin I'm not quite sure what you mean. When I wrote we translate these files the same way we do other js files, I meant that we define the strings to be translated either in the script template file or in an include file and then only use the var storing the string in the js file. React is just J

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
95.donation=form1&s_src=CHORUS&s_subsrc=CHAADOEB> 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 ) On Tue, Sep 20, 2016 at 1:30 AM, Ky

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
> > For my part, I don't know if we need to keep bolting on more new and shiny > to Koha. > > ElasticSearch makes sense. A REST API makes sense. Fixing broken things or > adding missing essential functionality. > I'm not sure how this differs from Koha adding Zebra, adding Elastic or adding a rest

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
I did much research on that particular issue and it was put to rest when Facebook updated it's license for React. It looks like the Wikipedia page only has the vaguest reference to that ; ) > Regarding licensing: > > https://en.wikipedia.org/wiki/React_(JavaScript_library) > > See part "Patents c

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
> > On Fri, Sep 16, 2016 at 9:50 AM, Stefano Bargioni > wrote: > My +1 for React. Angular requires a specific skill, other than Javascript. > Stefano > > On 15 set 2016, at 19:22, Kyle Hall wrote: > > I have my proof of concept for using React within Koha completed! Y

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
tp://www.meadvillelibrary.org ) > Crawford County Federated Library System ( http://www.ccfls.org ) > > On Fri, Sep 16, 2016 at 9:50 AM, Stefano Bargioni > wrote: > My +1 for React. Angular requires a specific skill, other than Javascript. > Stefano > > On 15 set 2016,

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
6 at 10:18 AM, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Hi Kyle; > > Thanks for this example. > Would it be possible to see a working example to fully understand what > you have in mind? > > Cheers, > Jonathan > > 2016-09-15 19:22 GMT+02:00

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
Owen, I didn't know that proposal had been shut down! I find it especially odd since we already require nodejs for converting our less files to css. We already have leaped the bar of needing to use nodejs as Koha developers, so I see no reason why cannot just use grunt or gulp via npm as we do the

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
uin, > Responsable du développement informatique > > Tél. : (888) 604-2627 > philippe.blo...@inlibro.com > inLibro | pour esprit libre | www.inLibro.com > On 09/19/2016 08:18 AM, Kyle Hall wrote: > > Thanks for the feedback Stefano! > > Please, if anybody is *against* the

Re: [Koha-devel] To React or not to React

2016-09-19 Thread Kyle Hall
Angular requires a specific skill, other than Javascript. > Stefano > > On 15 set 2016, at 19:22, Kyle Hall wrote: > > I have my proof of concept for using React within Koha completed! You can > see it here: https://bugs.koha-community.org/bugzilla3/show_bug. > cgi?id=172

[Koha-devel] To React or not to React

2016-09-15 Thread Kyle Hall
I have my proof of concept for using React within Koha completed! You can see it here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17297 Please give it a try! So, I've written this development ( at least in part ) in both Angular and React. I know Angular 2 is out but here are my th

Re: [Koha-devel] Coding patterns discussion

2016-09-13 Thread Kyle Hall
On Mon, Sep 12, 2016 at 7:38 PM, David Cook wrote: > I didn’t even know Koha::Exceptions was a thing! How does it work? Wasn’t > Kyle going to work on some sort of developer handbook so there would be a > central repository of guidelines/patterns? > You can find it here: https://wiki.koha-commun

Re: [Koha-devel] What's on in Koha devel #3 (RESTful API)

2016-08-16 Thread Kyle Hall
In my mind, we should be moving all appropriate logic to Koha/Objects with Koha/REST being just an api wrapper around the appropriate object. That will keep us from duplicating code and reduce bugs. Kyle

Re: [Koha-devel] Proposal to join the QA team for packaging related bugs

2016-08-13 Thread Kyle Hall
+1 from me as well! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadv

Re: [Koha-devel] How long is a call to schema() supposed to take

2016-08-01 Thread Kyle Hall
Or send that newer versions of dbix class have improved efficiencies. You might want to experiment with using newer versions of the module than what comes with that version of Koha by default. Kyle Sent from my phone. Please excuse my brevity. On Aug 1, 2016 4:30 PM, "Philippe Blouin" wrote: >

Re: [Koha-devel] Pre-RFC on new discrete calendar

2016-07-23 Thread Kyle Hall
I think this sounds great! The one suggestion I would make is to try to break this down into as many discretely testable bug reports a possible. The smaller each testable unit is, the more easily tested and qa'd it is. Kyle

Re: [Koha-devel] Moving on

2016-07-23 Thread Kyle Hall
Jesse, working with you has been a pleasure and a privilege and I hope we get a chance to collaborate again. See you around ; ) Kyle http://ww

Re: [Koha-devel] [Koha] Introducing "Mana" (central DB project)

2016-07-13 Thread Kyle Hall
Fantastic! I look forward to seeing what we can share with this! Kyle On Tue, Jul 12, 2016 at 2:36 AM Hugo Agud wrote: > Wonderful!!! > > 2016-07-11 23:20 GMT+02:00 Sebastian Hierl : > >> Congratulations and looking forward! >> >> Sebastian >> On Jul 10, 2016 9:26 AM, "Arslan Farooq" wrote: >>

Re: [Koha-devel] RFC: Retiring of the koha-patches mailing list

2016-07-13 Thread Kyle Hall
I suppose the question is who has the power to do this? Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadvil

Re: [Koha-devel] Koha::Object[s] improvements - call for discussions

2016-07-07 Thread Kyle Hall
.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) On Thu, Jul 7, 2016 at 7:25 AM, Alex Sassmannshausen < alex.sassmannshau...@gmail.com> wrote: > Hello > &

Re: [Koha-devel] Koha::Object[s] improvements - call for discussions

2016-06-26 Thread Kyle Hall
Jonthan, I love these ideas and definitely think they would be major improvements to Koha::Object(s). I would like to toss something else in as well. A while back I submitted bug 15759 as a concept: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15759 This bug does some pretty awesome

Re: [Koha-devel] Bug 15006 (SIP2)

2016-06-24 Thread Kyle Hall
I like it! I do think we should get Colin to take a look as well though. Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersoluti

Re: [Koha-devel] EDI & X12 standard

2016-06-17 Thread Kyle Hall
Koha does support EDI, but only EDIFACT. The good news is that EDIFACT is the world-wide standard, with X12 being used mostly in the US afaik. Even given that I haven't found a vendor yet that doesn't accept EDIFACT. Koha 16.05 is the first release that adds EDI support to Koha. Nicole is working o

  1   2   3   >