Re: [Koha-devel] Koha CSRF protection

2024-04-13 Thread Julian Maurice via Koha-devel
you missed something. Hope it clarifies. El sáb, 13 abr 2024 10:18, Julian Maurice via Koha-devel < koha-devel@lists.koha-community.org> escribió: My point is: since all POST (and other unsafe methods) requests are protected and require a CSRF token, why does Koha have a requirement on th

Re: [Koha-devel] Koha CSRF protection

2024-04-13 Thread Julian Maurice via Koha-devel
GET something that should be POSTed. I've tried to describe this change as best as I could on the wiki, please adjust if it's not clear enough. https://wiki.koha-community.org/wiki/Coding_Guidelines#CSRF_protection On Fri, 12 Apr 2024, 15:00 Julian Maurice via Koha-devel, < koha-devel

Re: [Koha-devel] Koha CSRF protection

2024-04-12 Thread Julian Maurice via Koha-devel
Hi, I'm a bit late on the topic but I had a look at the different bugs and patches during hackfest (mainly because it didn't work for me, I will open a new bug report for that). There is something in it that seems to cause bugs and I don't see a reason for it: it's the "cud-" thing. As I u

[Koha-devel] Random data in CGI Vars

2023-02-23 Thread Julian Maurice
;, 'tag_856_code_x_883542_376496' => 'x', Sometimes the 'op' parameter is replaced by random data, and that's why we see this strange behaviour. Have you ever experienced something like this ? Do you know where it could come from ? -- Juli

Re: [Koha-devel] Good enough?

2022-12-05 Thread Julian Maurice
locally. It will be even more easier with https://gitlab.com/koha-community/koha-misc4dev/-/issues/58 Le ven. 2 déc. 2022 à 18:16, Julian Maurice a écrit : Hi, It seems to me that several issues could be solved by having the CI run sooner, so authors can have feedback as soon as possible. Something li

Re: [Koha-devel] Good enough?

2022-12-02 Thread Julian Maurice
ct code in visual mode [2] https://gitlab.com/koha-community/koha-misc4dev/-/issues/59 ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/

[Koha-devel] Staff interface redesign is ready to be tested

2022-07-01 Thread Julian Maurice
-- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https

Re: [Koha-devel] Replace git-filter-branch with git-filter-repo

2022-06-16 Thread Julian Maurice
g 'so' but you may use something else as it's not what is on the wiki. "Completely finished after 0.20 seconds." Cheers, Jonathan ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha

Re: [Koha-devel] Follow-up patches and why not to use them

2021-06-04 Thread Julian Maurice
___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ -- Julian Maurice BibLibre __

Re: [Koha-devel] Why is config ($KOHA_CONF) stored in memcached ?

2021-05-03 Thread Julian Maurice
If you're interested there is also bug 28278 that divides by 3 the time needed to parse $KOHA_CONF: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28278 Le 02/05/2021 à 14:52, Julian Maurice a écrit : Patch is ready to be tested at https://bugs.koha-community.org/bugz

Re: [Koha-devel] Why is config ($KOHA_CONF) stored in memcached ?

2021-05-02 Thread Julian Maurice
Patch is ready to be tested at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276 ;) Le 01/05/2021 à 14:53, Tomas Cohen Arazi a écrit : I vote for fixing it so the file is only hit the first time. El vie, 30 abr 2021 a las 14:19, Julian Maurice (mailto:julian.maur

[Koha-devel] Why is config ($KOHA_CONF) stored in memcached ?

2021-04-30 Thread Julian Maurice
time we call Koha::Cache->new (+ in C4::Context->new if the cache is empty) Shouldn't we read the file only in C4::Context->new (without using cache), and make Koha::Cache use C4::Context->config instead ? -- Julian Maurice BibLibre __

Re: [Koha-devel] git trick for compiled CSS

2021-04-29 Thread Julian Maurice
the 90% of the file XD Best regards :D -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https:

Re: [Koha-devel] Template::Toolkit and Translations

2021-04-27 Thread Julian Maurice
ists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.k

Re: [Koha-devel] Template::Toolkit and Translations

2021-04-26 Thread Julian Maurice
ng list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/ -- Julian Maurice BibLibre _

Re: [Koha-devel] Optimizing Starman startup

2021-04-21 Thread Julian Maurice
.koha-community.org/bugzilla3/show_bug.cgi?id=26625 in order to configure the listen port/address. -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-

Re: [Koha-devel] Rolling DB upgrades

2021-03-03 Thread Julian Maurice
r MVP implementation of this). You at least need to modify the code so that it handles the intermediary state, don't you ? In the case of a column/table rename, you need to make sure both columns/tables stay in sync until the whole upgrade process is finished. -- Julian Mauric

Re: [Koha-devel] Rolling DB upgrades

2021-03-03 Thread Julian Maurice
old templates (or the old code with the new templates). Wouldn't that prevent zero-downtime upgrade ? -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listin

Re: [Koha-devel] Rolling DB upgrades

2021-03-02 Thread Julian Maurice
software that allows rolling upgrade ? It seems like a great idea, but from what I just read online it looks really hard to do it correctly. -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-c

Re: [Koha-devel] Location of plugins in @INC

2020-11-11 Thread Julian Maurice
cious applications is static, but it certainly can be made dynamic without much effort. -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website :

Re: [Koha-devel] New 'configurations' table (26129)

2020-08-04 Thread Julian Maurice
vel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ -- Julian Maurice BibLibre ___

Re: [Koha-devel] JSON templates and translation

2020-07-17 Thread Julian Maurice
les/members/tables/members_results.tt How could we avoid this ? 1/ Disable translation of JSON templates and JS caller must translate using _(). 2/ Add a way to define string to translate in JSON templates, like _() in JS. Best regards, -- Julia

Re: [Koha-devel] An idea for consolidating staff interface header search forms

2020-07-15 Thread Julian Maurice
is better than your solution, I just thought about that while reading your code. It probably has downsides too. Le 14/07/2020 à 02:58, Owen Leonard a écrit : this looks good to me - why do you think it might not be worth pursuing? No particular reason, I just wanted to get some opinions in c

Re: [Koha-devel] An idea for consolidating staff interface header search forms

2020-07-13 Thread Julian Maurice
Le 13/07/2020 à 16:36, Owen Leonard a écrit : Even with the t() macro the labels are still not picked up for translation correctly. What do you mean ? Translation works for me on your branch : https://pic.infini.fr/nqc3mEkM/mvaUg6k2.png -- Julian Maurice BibLibre

Re: [Koha-devel] An idea for consolidating staff interface header search forms

2020-07-12 Thread Julian Maurice
pear to be translatable, but Bug 20988 might make it possible. Does this sound like a worthwhile pursuit? A sensible way to leverage Template toolkit's functionality? Thanks,   -- Owen ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists

Re: [Koha-devel] Add Koha API Route to Proxy to Backend Service

2020-07-09 Thread Julian Maurice
/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https

Re: [Koha-devel] Perl version requirement

2020-06-26 Thread Julian Maurice
From: Koha-devel mailto:koha-devel-boun...@lists.koha-community.org>> On Behalf Of Paul A Sent: Thursday, 25 June 2020 9:00 AM To: koha-devel@lists.koha-community.org <mailto:koha-devel@lists.koha-community.

Re: [Koha-devel] Perl 7

2020-06-25 Thread Julian Maurice
::Objects::ProhibitIndirectSyntax to our default .perlcriticrc -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Julian Maurice
oha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel webs

Re: [Koha-devel] Perl version requirement

2020-06-24 Thread Julian Maurice
ul to tell Perl requirement ? Best regards, Le 24/06/2020 à 09:46, Julian Maurice a écrit : Hi, While reading the release notes for 20.05.01 I noticed that the minimum Perl version required is still 5.10. However, we use the '/r' regex modifier which was introduced in 5.14. The

[Koha-devel] Perl version requirement

2020-06-24 Thread Julian Maurice
stable has Perl 5.24, it should be safe to raise the minimum required version to 5.24. What do you think ? -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/lis

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread Julian Maurice
nminus/bin/cpanm#-L,-local-lib-contained) El mar., 9 jun. 2020 a las 3:47, Julian Maurice (mailto:julian.maur...@biblibre.com>>) escribió: I'm all for installing Perl modules directly from CPAN. I'm less sure about Carton. Is it really needed ? I believe that `cpanm

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-08 Thread Julian Maurice
hod for Koha. David Cook Systems Librarian Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 -Original Message- From: Koha-devel On Behalf Of Julian Maurice Sent: Friday, 5 June 2020 5:12 PM To: koha-devel@lists.koha-community.org

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-05 Thread Julian Maurice
bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lis

Re: [Koha-devel] Koha packaging problems (Deb10/Buster)

2020-03-10 Thread Julian Maurice
_ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha

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

2020-03-01 Thread Julian Maurice
and experience with a Java/Tomcat service I made once) (https://security.stackexchange.com/questions/209111/security-benefits-of-reverse-proxying-java-tomcat-webapps-locally) But overall, great job! PS: If you'd like to take a peek of what I've done, here's the repo:

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

2020-02-20 Thread Julian Maurice
. 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 *On Behalf Of *Kyle Hall *Sent:* Tuesday, 18 February 2020 10:43 PM *To:* Julian Maurice *Cc:* koha-devel *Subject:* Re: [Koha-devel

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

2020-02-18 Thread Julian Maurice
rary ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Feb 17, 2020 at 12:59 PM Julian Maurice mailto:julian.maur...@biblibre.com>> wrote: Hi all, I've been playing with docker lately, and I tried to build a minimal docker image

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

2020-02-18 Thread Julian Maurice
r exploits available! 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 Mon, Feb 17, 2020 at 12:

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

2020-02-17 Thread Julian Maurice
Le Tue, 18 Feb 2020 17:29:42 +1100, a écrit : > I was actually wondering earlier how many packaged dependencies Koha > really has. Off the top of my head, I think the main ones are Apache > httpd, Zebra/YAZ, and Mysql client libraries. It looks like "unzip" > is needed as well. A number of the ot

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

2020-02-17 Thread Julian Maurice
although one may as well use Debian, since that's the supported OS for Koha... 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

[Koha-devel] Minimal docker images for Koha

2020-02-17 Thread Julian Maurice
mpressed (koha sources included) If you made it this far, thanks for reading :) And if you want to use these docker images, you should start by reading https://github.com/jajm/koha-docker/blob/master/README.md -- Julian Maurice BibLibre ___ Koha-

Re: [Koha-devel] Bug 18936 - Circulation Rules Ratification

2020-02-05 Thread Julian Maurice
ed to be strict about enforcing good commit messages! On 04/02/2020 18:58, Julian Maurice wrote: Thanks for the clarification, but my comment was more about "how people could find this information" rather than "give me this information". Currently it's not in the bug, not in c

Re: [Koha-devel] Koha mirror on gitlab.com not updated ?

2020-02-05 Thread Julian Maurice
umbers look quite inconsistent. See also the issue I opened on their bug tracker: https://gitlab.com/gitlab-com/support-forum/issues/4590 Le mar. 4 févr. 2020 à 15:28, Julian Maurice a écrit : Can we do something about that or should we consider the mirror on gitlab to be useless and never u

Re: [Koha-devel] Bug 18936 - Circulation Rules Ratification

2020-02-04 Thread Julian Maurice
per rule) - you should call Koha::CirculationRules->set_rule (single) or set_rules (multiple) to define/set circulation rules - the rebase was painful and I apologized in advance for the issues I left behind :) - bug 15522 is on its way, and it would be really useful to get more testing on it! Cheers

Re: [Koha-devel] Koha mirror on gitlab.com not updated ?

2020-02-04 Thread Julian Maurice
tlab.com/gitlab-com/support-forum/issues/4590 Le mar. 4 févr. 2020 à 15:28, Julian Maurice a écrit : Can we do something about that or should we consider the mirror on gitlab to be useless and never use it ? Le 04/02/2020 à 14:59, Tomas Cohen Arazi a écrit : Because of Koha's repo s

Re: [Koha-devel] Koha mirror on gitlab.com not updated ?

2020-02-04 Thread Julian Maurice
Can we do something about that or should we consider the mirror on gitlab to be useless and never use it ? Le 04/02/2020 à 14:59, Tomas Cohen Arazi a écrit : Because of Koha's repo size. El mar., 4 feb. 2020 a las 10:55, Julian Maurice (mailto:julian.maur...@biblibre.com>>

[Koha-devel] Koha mirror on gitlab.com not updated ?

2020-02-04 Thread Julian Maurice
Hi all, It seems the mirror on gitlab is not updated anymore. The last commit on master is 604c7b81 Bug 22816: OPAC detail holdings table should now look a bit better which has been committed in May 2019 Does anyone know why ? -- Julian Maurice BibLibre

Re: [Koha-devel] Bug 18936 - Circulation Rules Ratification

2020-02-04 Thread Julian Maurice
; ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : ht

Re: [Koha-devel] Koha, jump

2019-12-30 Thread Julian Maurice
fo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.o

[Koha-devel] Bug 15395: Internationalization, plural forms, context and more

2018-10-30 Thread Julian Maurice
-more PS: framavox.org is a free software (Loomio) hosted by a French association (Framasoft) promoting free software. It only requires an e-mail address to create an account. -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha

Re: [Koha-devel] git trailers: should we use more of them ?

2018-09-28 Thread Julian Maurice
ists.koha-community.org> > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ > > > >

Re: [Koha-devel] git trailers: should we use more of them ?

2018-09-19 Thread Julian Maurice
amed easily ? git-bz would need to be updated as well (and maybe other tools ?). -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website :

[Koha-devel] git trailers: should we use more of them ?

2018-09-19 Thread Julian Maurice
Do you think it is not worth the effort or that a change would be bad in some way ? Thanks [1] https://github.com/git/git/blob/master/Documentation/SubmittingPatches [2] https://git-scm.com/docs/git-commit#git-commit--s -- Julian Maurice BibLibre __

Re: [Koha-devel] Turn Koha into a Mojolicious application

2018-05-16 Thread Julian Maurice
don't expect any movement here until 18.05 release, but it would be great to have it in master in early 18.11 development cycle. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582 Le 15/05/2018 à 13:24, Julian Maurice a écrit : > Hi, > > Just a little reminder: the Fram

Re: [Koha-devel] Turn Koha into a Mojolicious application

2018-05-15 Thread Julian Maurice
Hi, Just a little reminder: the Framavox vote will close in 24 hours. Almost everyone agreed to the proposal. If you want to add your opinion, you can still do it. I can extend the deadline if necessary. Le 16/04/2018 à 15:32, Julian Maurice a écrit : > Hi all, > > I've bee

Re: [Koha-devel] Proposed change to standard page markup (Bug 20670)

2018-04-30 Thread Julian Maurice
Le 27/04/2018 à 15:17, Owen Leonard a écrit : > If anyone has comments or concerns, or would like to kibitz class > names, please feel free! Instead of class names, why not use the "new" HTML 5 elements, like , , and the others ? https://www.w3schools.com/HTML/html5_new_elements

[Koha-devel] Turn Koha into a Mojolicious application

2018-04-16 Thread Julian Maurice
ementation) - use the bug report to discuss about the implementation - reply to this mail for anything else (feedback about framavox.org for instance) Thanks -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http

Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread Julian Maurice
econd opinions from the community! We know the fear > for breaking changes, but > its neither scary or complicated to implement! > > Benjamin Rokseth > Oslo Public Library > ___ > Koha-devel mailing list > Koha-devel@lists.koha-comm

Re: [Koha-devel] REST API authentication for external clients

2018-03-02 Thread Julian Maurice
gt; >   > > *From:*koha-devel-boun...@lists.koha-community.org > [mailto:koha-devel-boun...@lists.koha-community.org] *On Behalf Of > *Tomas Cohen Arazi > *Sent:* Wednesday, 28 February 2018 2:15 AM > *To:* Julian Maurice > *Cc:* koha-devel@lists.koha-community.org > *Subj

[Koha-devel] REST API authentication for external clients

2018-02-27 Thread Julian Maurice
h was mentioned). Do you know of any "standard" auth system that we can implement, or existing Perl libraries we can use ? [1]: http://lists.koha-community.org/pipermail/koha-devel/2017-January/043430.html [2]: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13920

[Koha-devel] Length of email columns

2018-02-16 Thread Julian Maurice
) should be enough. Do you know if there is any reason why we use mostly TEXT and MEDIUMTEXT for these columns ? -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman

Re: [Koha-devel] Plack only

2018-02-07 Thread Julian Maurice
> management tools, but its been hard to find sponsorship or time for it. > Most people are comfortable with Debian it seems. > > Regards > > El mié., 7 feb. 2018 a las 9:26, Julian Maurice > (mailto:julian.maur...@biblibre.com>>) > escribió: > > What abo

Re: [Koha-devel] Plack only

2018-02-07 Thread Julian Maurice
gzilla3/show_bug.cgi?id=18315 > [3] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7174 > > El mar., 6 feb. 2018 a las 11:00, Julian Maurice > (mailto:julian.maur...@biblibre.com>>) > escribió: > > What does that mean to "make Plack the default" exactly

Re: [Koha-devel] Plack only

2018-02-06 Thread Julian Maurice
___ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ &

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-02-05 Thread Julian Maurice
oha-community.org/wiki/Git_bz_configuration > > And maybe kohadevbox? > > Katrin > > On 17.01.2018 21:30, Liz Rea wrote: >> Deep approval, nice! >> >> Liz >> >> >> On 17/01/18 23:14, Julian Maurice wrote: >>> Hi all, >>> >>> I recen

Re: [Koha-devel] State of HTTP::OAI versions

2018-02-05 Thread Julian Maurice
ith >>> 4.06 I get: >>> Can't call method "start_element" on an undefined value at >>> /usr/local/share/perl/5.20.2/HTTP/OAI/Verb.pm line 55. >>> >>> Next? >>> I do not know :) >>> >>> Cheers, >>> Jonathan &g

Re: [Koha-devel] Gitweb + Github?

2018-02-05 Thread Julian Maurice
gt; > Direct: 02 8005 0595 > >   > > > > _______ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-co

Re: [Koha-devel] Debian 9 support

2018-01-29 Thread Julian Maurice
> > ___ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-c

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

2018-01-23 Thread Julian Maurice
or the manual: > https://gitlab.com/koha-community-devs-users/kohadocs/blob/master/.gitlab-ci.yml > > Any pros/cons? > > Cheers, > Jonathan > > (No troll please) > > > ___ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-19 Thread Julian Maurice
commits ahead from us :-/ > http://git.fishsoup.net/cgit/git-bz/ > > On Wed, 17 Jan 2018 at 07:14 Julian Maurice <mailto:julian.maur...@biblibre.com>> wrote: > > Hi all, > > I recently shared an LXD container containing my Koha dev environment, > and of course I

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-18 Thread Julian Maurice
ough. > > > 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-boun...@lists.koha-community.org >

[Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-17 Thread Julian Maurice
t it might interest some people here. For more information, see the commit message at https://github.com/jajm/git-bz/commit/efb06d8fe3033a83772d0294ab5f67c7f51eaf57 -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-communit

Re: [Koha-devel] Bug 18539 - Forbid Koha::Objects->find calls in list context

2017-12-14 Thread Julian Maurice
on calls in data structures. > > 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-boun...@lists.koha-commun

Re: [Koha-devel] Bug 18539 - Forbid Koha::Objects->find calls in list context

2017-12-13 Thread Julian Maurice
y a écrit : > i forgot to add scalar in the second.. > > probably you should > > if( $a = xxx->find ) > >    push @b, $a > > > > *Van:* Julian Maurice > *Verzonden:* woensdag 13 dece

Re: [Koha-devel] Bug 18539 - Forbid Koha::Objects->find calls in list context

2017-12-13 Thread Julian Maurice
re talking about?) > > Cheers, > Jonathan > > On Wed, 13 Dec 2017 at 10:34 Julian Maurice <mailto:julian.maur...@biblibre.com>> wrote: > > Hi developers, > > I stumbled upon a line of code recently and I can't figure out why it > has be done

Re: [Koha-devel] Bug 18539 - Forbid Koha::Objects->find calls in list context

2017-12-13 Thread Julian Maurice
--- > *Van:* koha-devel-boun...@lists.koha-community.org > namens Julian Maurice > > *Verzonden:* woensdag 13 december 2017 14:34:07 > *Aan:* koha-devel@lists.koha-community.org > *Onderwerp:* [Koha-devel] Bug 18539 - Forbid Koha::Objects->find calls > in list context >  

[Koha-devel] Bug 18539 - Forbid Koha::Objects->find calls in list context

2017-12-13 Thread Julian Maurice
t = $self->object_class()->_new_from_dbic($result); } } return $object; } @a = Koha::Patrons->find('foo'); # would result in @a = (undef) {a => K::P->find('foo'), b => 'bar'}; # would

Re: [Koha-devel] Koha 3.22.21 release

2017-05-22 Thread Julian Maurice
Glad to read that :-) Thanks Le 22/05/2017 à 19:04, Tomas Cohen Arazi a écrit : > Julian, 3.22 was pretty good :-D > Well done! > > El lun., 22 may. 2017 a las 13:17, Julian Maurice > (mailto:julian.maur...@biblibre.com>>) > escribió: > > The Koha community is

[Koha] Koha 3.22.21 release

2017-05-22 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.21. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-21-release/ Please note that Koha version 3.22 won't be maintained anymore and this is th

[Koha-devel] Koha 3.22.21 release

2017-05-22 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.21. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-21-release/ Please note that Koha version 3.22 won't be maintained anymore and this is th

[Koha] Koha 3.22.20 security release

2017-04-24 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.20. This is a security release and contains several bugfixes. If you are running 3.22.x it is strongly recommended to upgrade. The full release notes are available at https://koha-community.org/koha-3-22-20-security-release/ __

[Koha-devel] [Koha] Koha 3.22.20 security release

2017-04-24 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.20. This is a security release and contains several bugfixes. If you are running 3.22.x it is strongly recommended to upgrade. The full release notes are available at https://koha-community.org/koha-3-22-20-security-release/ __

Re: [Koha-devel] Plack and CGI : where to put initialization code ?

2017-04-10 Thread Julian Maurice
Le 10/04/2017 à 10:42, Francesco Rivetti a écrit : On 10. april 2017 10:39, Julian Maurice wrote: I need to execute code at the beginning of every request. For now it's in a BEGIN block. It works well in CGI mode, but not at all with plack (it's only executed once). I tried moving

[Koha-devel] Plack and CGI : where to put initialization code ?

2017-04-10 Thread Julian Maurice
le or something like that ? -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org

[mailplaneapp] please upgrade to 3 - but I am

2017-04-05 Thread Julian Maurice Moore
Confused Every now and again dialogue box comes up saying 'please upgrade to 3' But I'm on 3, it works How can I make it go away? I have a licensed version but something got stuck after last update Cheers -- You received this message because you are subscribed to the Google Groups "mailplan

[Koha] Koha 3.22.19 security release

2017-03-31 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.19. This is a security release and contains several bugfixes. If you are running 3.22.x it is strongly recommended to upgrade. The full release notes are available at https://koha-community.org/koha-3-22-19-security-release/ __

[Koha-devel] [Koha] Koha 3.22.19 security release

2017-03-31 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.19. This is a security release and contains several bugfixes. If you are running 3.22.x it is strongly recommended to upgrade. The full release notes are available at https://koha-community.org/koha-3-22-19-security-release/ __

[Koha-devel] CSRF token problem ?

2017-03-20 Thread Julian Maurice
issue ? Bug 18124 restricts token to a user's session. Maybe it would be good to restrict to a particular form too. To go further, I think we should have a way to invalidate tokens after their use, so a token can never be used twice. Any thoughts ? -- Julian Maurice Bib

[Koha] Koha 3.22.17 release

2017-02-20 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.17. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-17-release/ ___ Koha mailing list http://koha

Re: [Koha] Koha 3.22.16 release

2017-02-03 Thread Julian Maurice
-16-11-03-security-release/ Le 03/02/2017 à 15:03, Luciana Coca a écrit : Hello Julian! I want to install Koha but i do not know what version to use. Koha 3.x or Koha 16.x? What are the differences between them? Thanks for yor help! Cheers, Luciana. 2017-01-31 6:27 GMT-03:00 Julian Maurice

Re: [Koha] Koha 3.22.16 security release

2017-01-31 Thread Julian Maurice
Rectification: This is a security release and if you are using 3.22.x you should upgrade as soon as possible. Le 31/01/2017 à 10:27, Julian Maurice a écrit : The Koha community is proud to announce the release of Koha 3.22.16. This is a maintenance release and contains several bugfixes. The

[Koha] Koha 3.22.16 release

2017-01-31 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.16. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-16-security-release/ ___ Koha mailing list ht

[Koha] Koha 3.22.15 release

2017-01-23 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.15. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-15-release/ ___ Koha mailing list http://koha

[Koha] Koha 3.22.14 release

2017-01-02 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.14. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-14-release/ ___ Koha mailing list http://koha

[Koha] Koha 3.22.13 release

2016-11-30 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.13. This is a maintenance release and contains several bugfixes. The full release notes are available at https://koha-community.org/koha-3-22-13-release/ ___ Koha mailing list http://koha

[Koha] Koha 3.22.12 security release

2016-10-24 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.12. This is a security release and contains several bugfixes. If you are running 3.22.x it is strongly recommended to upgrade. The full release notes are available at https://koha-community.org/koha-3-22-12-security-release/ ___

Re: [Koha] Can't locate Koha/Cache.pm

2016-09-23 Thread Julian Maurice
nstall Koha::Cache and reaceved error > > *** > > Warning: Cannot install Koha::Cache, don't know what it is. > > * > > Now how we can solve this problem? > > > _______ > Koha mailing list http://koha-co

[Koha] Koha 3.22.11 security release

2016-09-23 Thread Julian Maurice
The Koha community is proud to announce the release of Koha 3.22.11. This is a security release and contains several bugfixes. If you are running 3.22.x it is strongly recommended to upgrade. The full release notes are available at https://koha-community.org/koha-3-22-11-security-release/

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

2016-09-22 Thread Julian Maurice
defined in .js files to be translatable. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395 -- Julian Maurice BibLibre ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo

  1   2   3   4   >