Yes, me too
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of David DURIEUX
Sent: Sunday, October 02, 2016 3:25 PM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] Eradicate SQL in GLPI
Le Sun, 2 Oct 2016 15:18:44 +0200
Remi Collet a écrit:
>On the road to all
Hello,
I’ve a question: how could you connect several devices on one port? How this is
possible?
Could you give some examples? Or pictures?
Thank you,
Regards
Tomolimo
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Gilles Martin
Sent: Wednesday, September 28, 2016 3:38 PM
To: Liste
Ok
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Johan Cwiklinski
Sent: Friday, September 09, 2016 11:00 AM
To: Liste de diffusion des developpeurs GLPI
Subject: Re: [Glpi-dev] Modify coding methods to enhance code quality
Hello,
> 1 day can be very lon
1 day can be very long when it's an urgent bug fix
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Alexandre Delaunay
Sent: Friday, September 09, 2016 10:47 AM
To: Liste de diffusion des developpeurs GLPI
Subject: Re: [Glpi-dev] Modify coding methods to en
Hello,
I agree with the whole, and just want to add 2 things:
1) for the assignments: it can be difficult for outside developers (like me).
2) for the tests, we should have unitary tests, but also integration tests ,
and at least functional tests. And for me these functional tests should be
docu
Hello,
There is something that seems strange to me:
The CommonDBTM::check() method is called in the $this context (as it is not a
static method), and there is a call to getFromDB($ID) which reloads the object
from DB even if object is already loaded.
For me we should optimize this behavior with
Hello,
How did you add this followup: via PHP code or else?
My advice: you should use the GLPI framework to add a follow to a ticket. Two
possibilities:
è Use of TicketFollowup::add() method if you are in a plugin or in GLPI core
code
è Use of web service to add a followup: use of glpi.addTick
in
php
2015-12-08 17:06 GMT+02:00 Moron, Olivier
mailto:olivier.mo...@araymond.com>>:
Hello,
In fact you need to modify two things:
1) The tag definition
2) The tag value
And I saw that you have done only the 2) part
So look into notiifcationtargetticket.php, and add in
ew tag with id task for crypt this number and sent in notification to
user, for crypt id I use next:
$id=count($datas['tickets']);
$key="x";
$text1=base64_encode(mcrypt_ecb(MCRYPT_DES, $key, $id, MCRYPT_ENCRYPT));
2015-12-08 15:01 GMT+02:00 Moron, Olivier
mailto:olivier.m
a new tag that would be the ticket number, thank you very much for
having responded
2015-12-08 14:40 GMT+02:00 Moron, Olivier
mailto:olivier.mo...@araymond.com>>:
Hello,
Could you explain in details?
And give your configuration?
Thank you,
Regards,
Olivier MORON
GLPI Development
RAYNET SA
Hello,
Could you explain in details?
And give your configuration?
Thank you,
Regards,
Olivier MORON
GLPI Development
RAYNET SAS
Tel : +33 476 33 4952
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Max Safonov
Sent: Tuesday, December 08, 2015 1:23 PM
To: g
Thank you,
Regards,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Alexandre Delaunay
Sent: Friday, September 11, 2015 9:34 AM
To: Liste de diffusio
Hello,
Just my 2 pences:
With our GLPI 0.83.8, we are using php 5.5.26 x64 since mid July, with no
problem apart the warning for the deprecated use of native mysql functions!
Regards,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
--
Hello Walid,
Won't it be better to first create an issue in order to discuss the point
before doing any developments?
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.
Bonjour à tous,
Perso voici mon avis sur la question :
Cela est pour nous indispensable d'avoir une 'roadmap'.
Et cela me semble très bien de pouvoir faire des PR (push request si je ne
trompe :) ), car cela permettra à plus de monde de proposer des patches
d'évolutions et de corrections.
Pour
Dear all,
I would like to remind you of one of my forgotten requests :)
Could you check this:
http://forum.glpi-project.org/viewtopic.php?pid=152594#p152594?
I can give more explanations and I can give patches for these modifications.
Thank you,
Olivier MORON
Miscellaneous Program Member
RAY
Je serai en vacances :) et ne pourra malheureusement pas venir
Dommage que ce soit annoncé que 5 jours à l'avance :(
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.
-16.png] Facebook :
http://www.facebook.com/ConsortNT
[http://consort-group.com/e-signature/images/greenit.png]
Afin de contribuer au respect de l'environnement, n'imprimer ce courriel qu'en
cas de nécessité.
De : Glpi-dev [mailto:glpi-dev-boun...@gna.org] De la part de Moron,
Bonjour Arnaud,
La démarche du script n'est pas la bonne. Il vaudrait mieux faire un plugin !
Car un plugin peut intercepter les updates d'un ticket (=hook).
Et dans ces hooks le plugin peut détecter une modif sur un champ ou un autre.
Il peut modifier des champs à la volée ou faire d'autres chose
Dear all,
I've got a user of Timezones plugin whom is using a special script to perform
PHP style code analysis.
Here is the tool he is using:
> perl ../tools/detect_wrong_php_begin_end_file.pl | grep problem
And this tool detected problems like: 'missing ?> termination at end of files'
As I'
Hi,
added to the catalog.
Regards
Le 08/07/2015 16:49, Moron, Olivier a écrit :
Dear all,
I’ve added a picture and an xml description file to the plugin repository.
Could you push them to the plugin list of GLPI?
Thank you
Regards,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel
...@gna.org] On Behalf Of Julien Dombre
Sent: Monday, June 29, 2015 9:26 AM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] New Plugin - Timezones
Hi,
project created : https://forge.indepnet.net/projects/timezones
Regards
Julien
Le 29/06/2015 09:22, Moron, Olivier a écrit :
Hello all,
Could you
o:fed...@famillecollet.com]
Sent: Wednesday, July 01, 2015 9:05 AM
To: glpi-dev@gna.org; Moron, Olivier
Subject: Re: [Glpi-dev] New Plugin - Timezones
Le 29/06/2015 09:22, Moron, Olivier a écrit :
> Hello all,
>
> Could you create a new plugin workspace on the forge: Timezones?
> This plugin is curren
- Timezones
Hi,
project created : https://forge.indepnet.net/projects/timezones
Regards
Julien
Le 29/06/2015 09:22, Moron, Olivier a écrit :
Hello all,
Could you create a new plugin workspace on the forge: Timezones?
This plugin is currently under test in our installation, and I plan to revert
it
Hello all,
Could you create a new plugin workspace on the forge: Timezones?
This plugin is currently under test in our installation, and I plan to revert
it to the community.
This plugin will bring time zones management for GLPI 0.83.x and up.
It is using the mySQL ‘time_zone*’ tables and convert
Hello,
This a very good idea, a lot of our users are requesting such feature.
Thank you,
Regards,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Stevenes Donato
Sent: Sunday, Ju
Hello all,
Could you create a new plugin workspace on the forge: Timezones?
This plugin is currently under test in our installation, and I plan to revert
it to the community.
This plugin will bring time zones management for GLPI 0.83.x and up.
It is using the mySQL ‘time_zone*’ tables and convert
Hello all,
Could you create a new plugin workspace on the forge: Timezones?
This plugin is currently under test in our installation, and I plan to revert
it to the community.
This plugin will bring time zones management for GLPI 0.83.x and up.
It is using the mySQL ‘time_zone*’ tables and convert
Dear all,
I saw a bug in mail gate mechanism, but due to the static function
User::getOrImportByEmail() which doesn't escape quotes when present in email
addresses.
Could you check my post in the forum where I detailed it :
http://www.glpi-project.org/forum/viewtopic.php?id=82906
Thank you,
Reg
Dear all,
I saw a bug in LDAP import mechanism.
Could you check my post in the forum where I detailed it:
http://www.glpi-project.org/forum/viewtopic.php?id=80087
Thank you,
Regards,
Tomolimo
[AR-SigLeftPic]
Olivier MORON
Miscellaneous Program Member
[AR-SigCompLogo]
RAYNET SNC ("the Company
modification (David DURIEUX)
2. Re: GLPI with bootstrap template ( work in progress )
(Augusto Ferronato)
3. Re: Glpi-dev Digest, Vol 119, Issue 5 (Moron, Olivier)
--
Message: 1
Date: Wed, 20 May 2015 16:37:32 +0
vid DURIEUX)
2. Re: GLPI with bootstrap template ( work in progress )
(Augusto Ferronato)
3. Re: Glpi-dev Digest, Vol 119, Issue 5 (Moron, Olivier)
--
Message: 1
Date: Wed, 20 May 2015 16:37:32 +0200
From: David DU
e m?tiers ? la
modification (David DURIEUX)
2. Re: GLPI with bootstrap template ( work in progress )
(Augusto Ferronato)
3. Re: Glpi-dev Digest, Vol 119, Issue 5 (Moron, Olivier)
--
Message: 1
Date: Wed,
s of response time issue (David DURIEUX)
3. Re: Request for analysis of response time issue (Moron, Olivier)
--
Message: 1
Date: Wed, 20 May 2015 09:45:10 -0300 (BRT)
From: "Douglas P. Fernandes"
mailto:douglas.fe
???
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of TEILLET Guillaume
Sent: Wednesday, May 20, 2015 3:54 PM
To: glpi-dev@gna.org
Subject: [Glpi-dev] Evolutions GLPI - Appliquer un
Hello,
I may help you, but I need a little bit more info about your configuration.
Which GLPI version?
What is the server (virtual or physical, CPU, RAM, HDD,…)?
What is the web server?
What is the PHP release?
What is the SQL application, and engine (MySQL, MariaDB, MyISAM, INNODB)?
What queries
Hello,
What's your question or problem?
Thank you,
Regards,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of ?.?.
Sent: Tuesday, March 03, 2
Dear all,
I propose to add two new hooks to GLPI core:
‘pre_show_item’ and ‘post_show_item’ (or if you prefer could be named
‘show_item’), which respectively will be placed at ‘begin of’ and ‘end of’
object_type::showForm() functions for main object types (like ‘Ticket’, …).
And in before (and a
Ok pour moi,
Merci,
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Tsmr
Sent: Thursday, January 22, 2015 11:14 AM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] Patch 0.85 : Ajou
Hello Vincent,
I'll answer in French as it seems that you are a French speaking guy :)!
If not, ask for an English version of the following: I'll give it to you.
En fait je crois que cela n'est pas une très bonne idée, car :
1) il va falloir modifier aussi la base de données (extension de certain
al Message-
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of jean-Mathieu
Doléans
Sent: Thursday, December 18, 2014 7:17 PM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] Request for a new plugin on the forge
Le 16/12/2014 10:17, Moron, Olivier a écrit :
> it be possible to
Bonjour à tous,
Cela me semble très judicieux.
Et pour une 0.85.X
Merci,
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Tsmr
Sent: Tuesday, September 09, 2014 11:33 AM
To: glpi
Bonjour,
C’est une bonne idée en effet.
Merci,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Tsmr
Sent: Thursday, September 04, 2014 10:24 AM
To: glpi-dev@gna.org
Subject: [Glpi
Bonjour,
Nous avons le même besoin.
Bravo,
Et merci,
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of Nicolas Schmitz
Sent: Friday, July 25, 2014 9:37 AM
To: Liste de diffusion d
Peut-on faire les deux ?
Si une photo est dispo, on l ’affiche, sinon : le petit carré de couleur avec
les initiales ?
Cordialement,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: Glpi-dev [mailto:glpi-dev-boun...@gna.org] On Behalf Of
Bonjour à tous,
Je suis d'accord avec Claude, des avatars seraient le mieux. De plus cela rend
vivantes les différentes participations.
Chacun pourrait ajouter son avatar ?
Cordialement,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-
Bonjour,
Alors, je propose plutôt `is_valid` puisque c'est une info actuelle comme
`is_visible` ou `is_active`...
Car `is_validated` montrerai que cela a été validé dans le passé (à moins que
ce soit le but recherché),
A+
Olivier
-Original Message-
From: glpi-dev-boun...@gna.org [ma
-dev@gna.org
Subject: Re: [Glpi-dev] New Plugin creation request on forge: TicketCleaner
Le 30/01/2014 13:38, Moron, Olivier a écrit :
> Dear all,
> I've prepared an xml file to add to the plugin catalog.
> It is in the root of
> https://forge.indepnet.net/projects/ticketcleaner/re
r
Hi,
Le 24/01/2014 11:13, Moron, Olivier a écrit :
(..)
> Could you create a plugin area for it? And assign it me (Tomolimo) as
> manager?
It's done, sorry for the late.
Here : https://forge.indepnet.net/projects/ticketcleaner
Best-regards,
--
Jean-Mathieu Doléans
Dear all,
I've got a Plugin that I would like to share: "Ticket Cleaner".
Its purpose is to provide cleaning of tickets when created from emails but also
when edited directly.
I know that this feature is going to be included into release 0.85, but before
this release there are several pe
Dear all,
I propose to add two new hook calls in GLPI core:
- one before showing items (or part of items)
- one after having showed those items (or part of items)
I explain: the idea is to have the possibility to change a bit the forms via
plugins without the need to mod
For this, can I send to you a zipped file ?
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: glpi-dev-boun...@gna.org [mailto:glpi-dev-boun...@gna.org] On Behalf Of
Moron, Olivier
Sent: Tuesday, July 02
ulien
Le 02/07/2013 13:10, Moron, Olivier a écrit :
> Dear all,
>
> I've developed a small plugin to manage a rotation of the log files in the
> "files/_logs" folder. This is very useful to prevent file logs to grow and
> grow for ever.
> It is based on a cron job w
Dear all,
I've developed a small plugin to manage a rotation of the log files in the
"files/_logs" folder. This is very useful to prevent file logs to grow and grow
for ever.
It is based on a cron job which has a parameter (= number of days for log
retention).
The rotation period is daily based
-dev@gna.org
Subject: Re: [Glpi-dev] [Specs] Ticket SLA 4346
Le Tue, 4 Jun 2013 06:42:03 +
"Moron, Olivier" a écrit:
>Ah, ok alors c'est bon, je n'ai pas dû bien comprendre les specs,
>désolé, Cordialement,
Pour définir le tmps de résolution du SLA, tu va définir un
ombre
Sent: Tuesday, June 04, 2013 8:40 AM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] [Specs] Ticket SLA 4346
Le 04/06/2013 08:35, Moron, Olivier a écrit :
Bonjour
Est-ce qu'il serait possible de rendre les temps 12h, 24H, etc paramétrables?
Ainsi que leur nombre (par exemple, si on veut trois ni
Bonjour
Est-ce qu’il serait possible de rendre les temps 12h, 24H, etc paramétrables?
Ainsi que leur nombre (par exemple, si on veut trois niveaux 4H, 8H et 12H) ?
Merci,
Cordialement,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: gl
.7_v4/glpi-0.83.7_v4/frontcron.php"
Yes, i activate the mailgate:
Run frequecy: 10 min
Status: running
Run mode; CLI
Run period: 0-->24
Number of email to retreive: 10
Any idea !
2013/4/29 Moron, Olivier
mailto:olivier.mo...@raynet-it.com>>
Did you run the cron with a scheduled task (u
Behalf Of
Ilyass ELHMAR
Sent: Monday, April 29, 2013 12:10 PM
To: Liste de diffusion des developpeurs GLPI
Subject: Re: [Glpi-dev] Mail Gate
it's always running, but no positive result.
2013/4/29 Moron, Olivier
mailto:olivier.mo...@raynet-it.com>>
Hello,
You should check if the cron
Hello,
You should check if the cron is running...
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: glpi-dev-boun...@gna.org [mailto:glpi-dev-boun...@gna.org] On Behalf Of
Ilyass ELHMAR
Sent: Monday, April 29, 2013 11:53 AM
To: Liste de
VNC ?
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
From: glpi-dev-boun...@gna.org [mailto:glpi-dev-boun...@gna.org] On Behalf Of
Ilyass ELHMAR
Sent: Tuesday, April 23, 2013 2:03 PM
To: Liste de diffusion des developpeurs GLPI
Subject: [G
Bonjour à tous,
Je suis de l'avis d'Alexandre pour ce qui concerne les notes publiques.
Merci,
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: glpi-dev-boun...@gna.org [mailto:glpi-dev-boun...@gna.org]
Bien sûr en gardant la conf précédente pour compatibilité,
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: Moron, Olivier
Sent: Wednesday, March 27, 2013 10:21 AM
To: glpi-dev@gna.org
Subject: RE
7;
2/ On rajoute un 'groupe sans superviseur)' permettnt de ne pas casser
la compatibilité avec la configuration existante!
David
++
Le Wed, 27 Mar 2013 09:05:21 +
"Moron, Olivier" a écrit:
>C'est notre cas :) !
>
>
>Olivier MORON
>Miscell
C'est notre cas :) !
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: glpi-dev-boun...@gna.org [mailto:glpi-dev-boun...@gna.org] On Behalf Of
David DURIEUX
Sent: Wednesday, March 27, 2013 10:03 AM
To: glpi
C'est une demande de modif très judicieuse, car le superviseur ne veut être
informé que qd il y des pb et non en permanence.
Par exemple qd le groupe est mise à jour par l'AD, le superviseur est inclus,
mais ne veut pas recevoir les mails à chaque notif.
Chez nous c'est un très gros problème, cel
ogram Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: Moron, Olivier
Sent: Friday, March 22, 2013 10:48 AM
To: Liste de diffusion des developpeurs GLPI
Subject: RE: Request for new TAGs for notification templates
There is a problem with what I
There is a problem with what I want to achieve
I would like to have the latest modified and not the latest in the 'date' DESC
(i.e. this is not the same when you update a task or followup).
The idea is to send only the task that has been assigned to a technician to
him/her, and not the compl
Thank you,
I also found this in the code of my 0.80.2 version:
"/##FOREACH[ ]?(FIRST|LAST)?[ ]?([0-9]*)?[ ]?([a-zA-Z-0-9\.]*)##/i"
I'll use these for my notifications,
Thank you again,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-
Dear Alexandre,
Thank you,
but in my 0.80.2 and 0.83.7 I can't see these...in the 'List of available tags'
For which version are these available?
Regards,
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From:
Dear all,
I propose to add a set of TAGs for the notification templates, the purpose of
these will be to have the possibility to get the latest added or modified
'Follow-up' or the latest added or modified 'Task'.
##followup.latest.author##
##followup.latest.date##
##followup.latest.description
Bonjour,
J'ai aussi fait un test sur ma base MySQL 5.1.50 et j'obtiens avec ou sans le
'LIMIT' environ 0.00025 s
Sur 4 364 945 enreg,
Cordialement,
A+
Olivier MORON
Miscellaneous Program Member
RAYNET SNC
Tel : +33 4 76 33 49 52
Fax: +33 4 76 70 56 63
-Original Message-
From: glpi-
Behalf Of
MoYo
Sent: Friday, March 08, 2013 11:14 AM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] New plugin 'Mask'
Le 08/03/2013 11:11, Moron, Olivier a écrit :
Dear all,
I've added a PNG file and an XML file in the svn/mask/ folder, could you add
the Mask plugin to the GLPI plugin
a.org [mailto:glpi-dev-boun...@gna.org] On Behalf Of
Julien Dombre
Sent: Thursday, January 10, 2013 10:26 AM
To: glpi-dev@gna.org
Subject: Re: [Glpi-dev] New plugin 'Mask'
Hi,
project created.
Regards
Julien Dombre
Le 10/01/2013 10:13, Moron, Olivier a écrit :
Dear all,
Could you create a new
Dear all,
Could you create a new plugin entry in the plugin development area?
Plugin name: 'Mask'
Plugin object: to block double-click on submit buttons when submitting a form.
This plugin will prevent multiple submit when users are not patient enough. It
will show a nice semi-transparent mask o
75 matches
Mail list logo