Re: [Koha-devel] C4::Input

2015-06-22 Thread Jonathan Druart
I was sure I've already submitted a patch to remove it, but I don't find it. So let's do it :) Ref: http://irc.koha-community.org/koha/2013-06-17#i_1326625 http://irc.koha-community.org/koha/2013-06-26#i_1333289 http://irc.koha-community.org/koha/2013-06-26#i_1333589 2015-06-19 22:57 GMT+01:00 M

[Koha-devel] Reminder: next dev meeting 24th June 2015

2015-06-22 Thread Tomas Cohen Arazi
Hi everyone, this is just a reminder that an important dev meeting is taking place next wednesday. Please take the time to dig into the topics so we can discuss such important thignns with a good basis. Agenda: http://wiki.koha-community.org/wiki/Development_IRC_meeting_24_June_2015 Kind regards

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

2015-06-22 Thread Barton Chittenden
+1. Would definitely recommend to a friend. --Barton On Fri, Jun 19, 2015 at 11:17 AM, Jesse wrote: > Definite +1 to this. > > Should we also discuss adding this to the coding standards at the next > development meeting? > > 2015-06-19 8:43 GMT-06:00 Jonathan Druart : > >> The discussion starte

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

2015-06-22 Thread Kyle Hall
Excellent list Jonathan! I think You've summed up most if not all the terms that need clarifying. The only one I could possibly add is Lists, but I don't think anyone has called them virtual shelves in ages. Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville

[Koha-devel] How to fix XSS potential attacks? [again]

2015-06-22 Thread Jonathan Druart
Hi devs, I have already sent a message on the list, 6 months ago [1] There is some news on the bug report [2]. Please go and test it deeply. I would say we should apply the patch on top of master when we develop/test something, it is the only way to test it massively and correctly and guarantee th

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

2015-06-22 Thread Jesse
I've gone ahead and added them anyway, since we still have opac-shelves.pl and C4:VirtualShelves hanging around. 2015-06-22 8:28 GMT-06:00 Kyle Hall : > Excellent list Jonathan! I think You've summed up most if not all the > terms that need clarifying. The only one I could possibly add is Lists,

[Koha-devel] Koha 3.20.1 slight delay

2015-06-22 Thread Chris Cormack
As you, we do time based releases so 3.20.1 is due now. However there are a couple of important patches waiting qa that I want to push before the release. So I'm hoping they will get sorted very shortly and I will release as soon as they are. Chris ___

Re: [Koha-devel] Koha 3.20.1 slight delay

2015-06-22 Thread Tomas Cohen Arazi
+1 2015-06-22 16:47 GMT-03:00 Chris Cormack : > As you, we do time based releases so 3.20.1 is due now. However there are > a couple of important patches waiting qa that I want to push before the > release. > > So I'm hoping they will get sorted very shortly and I will release as soon > as they a

[Koha-devel] Escaping single quotes in template variables

2015-06-22 Thread David Cook
Hi all: It looks like we're not validating the data that goes into "cardnumber". This causes problems in at least one spot (in members-toolbar.inc, which is loaded by circulation.pl). If the cardnumber contains an apostrophe, you'll get an Uncaught SyntaxError in the javascript function co