Re: [Glpi-dev] Eradicate SQL in GLPI

2016-10-02 Thread Moron, Olivier
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

Re: [Glpi-dev] GLPI 9.1 and multiple computers on one network port

2016-09-28 Thread Moron, Olivier
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

Re: [Glpi-dev] Modify coding methods to enhance code quality

2016-09-09 Thread Moron, Olivier
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

Re: [Glpi-dev] Modify coding methods to enhance code quality

2016-09-09 Thread Moron, Olivier
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

Re: [Glpi-dev] Modify coding methods to enhance code quality

2016-09-07 Thread Moron, Olivier
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

[Glpi-dev] Question about CommonDBTM::check() function

2016-07-08 Thread Moron, Olivier
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

Re: [Glpi-dev] notification performer

2015-12-13 Thread Moron, Olivier
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

Re: [Glpi-dev] add new tag

2015-12-09 Thread Moron, Olivier
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

Re: [Glpi-dev] add new tag

2015-12-08 Thread Moron, Olivier
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

Re: [Glpi-dev] add new tag

2015-12-08 Thread Moron, Olivier
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

Re: [Glpi-dev] add new tag

2015-12-08 Thread Moron, Olivier
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

Re: [Glpi-dev] GLPI 0.85

2015-09-11 Thread Moron, Olivier
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

Re: [Glpi-dev] ZF2

2015-08-06 Thread Moron, Olivier
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 --

Re: [Glpi-dev] New hooks for new plugin 'lock'

2015-08-05 Thread Moron, Olivier
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.

Re: [Glpi-dev] Github + 0.90 beta

2015-08-04 Thread Moron, Olivier
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

[Glpi-dev] New hooks for new plugin 'lock'

2015-08-04 Thread Moron, Olivier
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

Re: [Glpi-dev] Invitation évènement GLPI le 15/07

2015-07-10 Thread Moron, Olivier
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.

Re: [Glpi-dev] Recherche de la Fonction permettant de récupérer les actions effectuées par une règle métier ticket

2015-07-09 Thread Moron, Olivier
-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,

Re: [Glpi-dev] Recherche de la Fonction permettant de récupérer les actions effectuées par une règle métier ticket

2015-07-09 Thread Moron, Olivier
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

[Glpi-dev] Problem of PHP file termination

2015-07-09 Thread Moron, Olivier
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'

Re: [Glpi-dev] New Plugin - Timezones

2015-07-08 Thread Moron, Olivier
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

Re: [Glpi-dev] New Plugin - Timezones

2015-07-08 Thread Moron, Olivier
...@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

Re: [Glpi-dev] New Plugin - Timezones

2015-07-01 Thread Moron, Olivier
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

Re: [Glpi-dev] New Plugin - Timezones

2015-06-29 Thread Moron, Olivier
- 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

[Glpi-dev] New Plugin - Timezones

2015-06-29 Thread Moron, Olivier
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

Re: [Glpi-dev] New plugin - Clone Tickets

2015-06-28 Thread Moron, Olivier
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

[Glpi-dev] Timezones plugin workspace creation request

2015-06-26 Thread Moron, Olivier
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

[Glpi-dev] Timezones plugin workspace creation request

2015-06-24 Thread Moron, Olivier
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

[Glpi-dev] Problem with User::getOrImportByEmail() function when using quotes in user emails

2015-06-09 Thread Moron, Olivier
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

[Glpi-dev] LDAP user import will raise error when a '<' or '>' is present in DN

2015-06-09 Thread Moron, Olivier
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

Re: [Glpi-dev] Glpi-dev Digest, Vol 119, Issue 7

2015-05-21 Thread Moron, Olivier
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

Re: [Glpi-dev] Glpi-dev Digest, Vol 119, Issue 7

2015-05-21 Thread Moron, Olivier
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

Re: [Glpi-dev] Glpi-dev Digest, Vol 119, Issue 7

2015-05-20 Thread Moron, Olivier
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,

Re: [Glpi-dev] Glpi-dev Digest, Vol 119, Issue 5

2015-05-20 Thread Moron, Olivier
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

Re: [Glpi-dev] Evolutions GLPI - Appliquer une règle métiers à la modification

2015-05-20 Thread Moron, Olivier
??? 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

Re: [Glpi-dev] Request for analysis of response time issue

2015-05-20 Thread Moron, Olivier
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

Re: [Glpi-dev] Mail replies with attachments clear task main message

2015-03-02 Thread Moron, Olivier
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

[Glpi-dev] Request to add new hooks in GLPI core

2015-01-27 Thread Moron, Olivier
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

Re: [Glpi-dev] Patch 0.85 : Ajout de multiples éléments associés aux tickets

2015-01-22 Thread Moron, Olivier
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

Re: [Glpi-dev] Change the name policy of documents in the knowledge base

2015-01-05 Thread Moron, Olivier
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

Re: [Glpi-dev] Request for a new plugin on the forge

2014-12-18 Thread Moron, Olivier
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

Re: [Glpi-dev] Dev : Ajout de liaison de plusieurs éléments sur un ticket GLPI

2014-09-09 Thread Moron, Olivier
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

Re: [Glpi-dev] Dev : Ajout de liaison de plusieurs éléments sur un ticket GLPI

2014-09-04 Thread Moron, Olivier
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

Re: [Glpi-dev] Nouveau plugin transfert-ticket

2014-07-25 Thread Moron, Olivier
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

Re: [Glpi-dev] Suivis de tickets en 0.85

2014-06-11 Thread Moron, Olivier
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

Re: [Glpi-dev] Suivis de tickets en 0.85

2014-06-11 Thread Moron, Olivier
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 -

Re: [Glpi-dev] Ticket 1293

2014-02-06 Thread Moron, Olivier
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

Re: [Glpi-dev] New Plugin creation request on forge: TicketCleaner

2014-01-30 Thread Moron, Olivier
-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

Re: [Glpi-dev] New Plugin creation request on forge: TicketCleaner

2014-01-30 Thread Moron, Olivier
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

[Glpi-dev] New Plugin creation request on forge: TicketCleaner

2014-01-24 Thread Moron, Olivier
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

[Glpi-dev] Request for two new hooks in GLPI core

2013-11-04 Thread Moron, Olivier
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

Re: [Glpi-dev] Request for new plugin project on the forge

2013-07-03 Thread Moron, Olivier
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

Re: [Glpi-dev] Request for new plugin project on the forge

2013-07-02 Thread Moron, Olivier
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

[Glpi-dev] Request for new plugin project on the forge

2013-07-02 Thread Moron, Olivier
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

Re: [Glpi-dev] [Specs] Ticket SLA 4346

2013-06-04 Thread Moron, Olivier
-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

Re: [Glpi-dev] [Specs] Ticket SLA 4346

2013-06-03 Thread Moron, Olivier
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

Re: [Glpi-dev] [Specs] Ticket SLA 4346

2013-06-03 Thread Moron, Olivier
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

Re: [Glpi-dev] Mail Gate

2013-04-29 Thread Moron, Olivier
.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

Re: [Glpi-dev] Mail Gate

2013-04-29 Thread Moron, Olivier
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

Re: [Glpi-dev] Mail Gate

2013-04-29 Thread Moron, Olivier
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

Re: [Glpi-dev] Remote control application

2013-04-23 Thread Moron, Olivier
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

Re: [Glpi-dev] notes personnelles et publiques

2013-04-19 Thread Moron, Olivier
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]

Re: [Glpi-dev] Notification groupe et superviseur

2013-03-27 Thread Moron, Olivier
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

Re: [Glpi-dev] Notification groupe et superviseur

2013-03-27 Thread Moron, Olivier
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

Re: [Glpi-dev] Notification groupe et superviseur

2013-03-27 Thread Moron, Olivier
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

Re: [Glpi-dev] Notification groupe et superviseur

2013-03-27 Thread Moron, Olivier
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

Re: [Glpi-dev] Request for new TAGs for notification templates

2013-03-22 Thread Moron, Olivier
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

Re: [Glpi-dev] Request for new TAGs for notification templates

2013-03-22 Thread Moron, Olivier
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

Re: [Glpi-dev] Request for new TAGs for notification templates

2013-03-22 Thread Moron, Olivier
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 -

Re: [Glpi-dev] Request for new TAGs for notification templates

2013-03-22 Thread Moron, Olivier
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:

[Glpi-dev] Request for new TAGs for notification templates

2013-03-22 Thread Moron, Olivier
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

Re: [Glpi-dev] 0.84svn, patch pour améliorer requete SQL

2013-03-20 Thread Moron, Olivier
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-

Re: [Glpi-dev] New plugin 'Mask'

2013-03-08 Thread Moron, Olivier
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

Re: [Glpi-dev] New plugin 'Mask'

2013-03-08 Thread Moron, Olivier
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

[Glpi-dev] New plugin 'Mask'

2013-01-10 Thread Moron, Olivier
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