Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
And there was a bug with parenthesis and "AND", "OR" buttons. Le 11/07/2014 00:33, Pedro Venâncio a écrit : > Thank you very much Thomas! > > > > Best regards, > Pedro > > > > >> DE: Thomas RAFFIN >> >> Concerning "accent insensitive search", I don't know how to do this. >> >> I've just commited t

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Pedro Venâncio
Thank you very much Thomas! Best regards, Pedro > DE: Thomas RAFFIN > >Concerning "accent insensitive search", I don't know how to do this. > >I've just commited the correction, and added the date type. It requires the new directory: plugins/common/jquery.ui > >bye > >Thomas --

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
Concerning "accent insensitive search", I don't know how to do this. I've just commited the correction, and added the date type. It requires the new directory: plugins/common/jquery.ui bye Thomas Le 10/07/2014 12:39, Pedro Venâncio a écrit : > Hi Thomas, > > The "case insensitive" is already i

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Pedro Venâncio
Hi Thomas, The "case insensitive" is already implemented, but not the "accent insensitive". That is, a search with "abílio" is different of "abilio", and it would be great if they could be considered equals. Thanks Thomas! Best regards, Pedro - Mensagem original - > DE: Thomas R

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
I will commit the insensitive search too (I thought it was already done)... Le 10/07/2014 12:12, Pedro Venâncio a écrit : > Hi Thomas, > > Yes, it solves the problem! > > > I think you can correct it in the code. > > Just one more question, do you see any way to become a search "accent > insensit

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Pedro Venâncio
Hi Thomas, Yes, it solves the problem! I think you can correct it in the code. Just one more question, do you see any way to become a search "accent insensitive"? Something like "ilike" for case insensitive? Thank you very much! Best regards, Pedro - Mensagem original - > DE:

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
hi, Try with this line please: query = query.replace(/%/g,'%25'); If it is OK for you I will correct it in pmapper. Thomas Le 10/07/2014 01:11, Pedro Venâncio a écrit : > Hi, > > I found something strange in QueryEditor plugin. By doing a search like this > > [nome_1] ILIKE '%pedro%' > OR > [no

[pmapper-users] QueryEditor - query replace not working

2014-07-09 Thread Pedro Venâncio
Hi, I found something strange in QueryEditor plugin. By doing a search like this [nome_1] ILIKE '%pedro%' OR [nome_2] ILIKE '%campos%' it does not give the expected result of the second clause. It seems to me that there may be a bug. The query POST is (firebug): &operation=query&layername=tip

Re: [pmapper-users] QueryEditor problem

2013-07-16 Thread Thomas RAFFIN
I think you should try an up-to-date version... Le 16/07/2013 05:38, franq17 a écrit : > I have pmapper v.4 > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234p4025236.html > Sent from the pmapper-users -

Re: [pmapper-users] QueryEditor problem

2013-07-15 Thread franq17
I have pmapper v.4 -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234p4025236.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. -

Re: [pmapper-users] QueryEditor problem

2013-07-15 Thread Thomas RAFFIN
Hi, What is your pmapper version please? Le 15/07/2013 18:21, franq17 a écrit : > Hello..Can Help me with this error?..Invalid JSON: Notice: Undefined > variable: mode in > /var/www/html/pmapper4/plugins/queryeditor/x_queryeditor.php on line 184 > > > > -- > View this message in context: > http:

[pmapper-users] QueryEditor problem

2013-07-15 Thread franq17
Hello..Can Help me with this error?..Invalid JSON: Notice: Undefined variable: mode in /var/www/html/pmapper4/plugins/queryeditor/x_queryeditor.php on line 184 -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234.ht

Re: [pmapper-users] queryeditor plugin

2011-06-23 Thread Thomas RAFFIN
Hi, This functionality is not available. I will try to add it in the development version quickly because it is not a lot of work... Thomas Le 23/06/2011 17:05, augusto cota a écrit : > hi, > > pmapper version is 4.0.0 > > how can I enable case sensitive check box in queryeditor plugin > (querye

[pmapper-users] queryeditor plugin

2011-06-23 Thread augusto cota
hi, pmapper version is 4.0.0 how can I enable case sensitive check box in queryeditor plugin (queryeditordlg.phtml)? I want make *case in-sensitive* search. Thanks Augusto Cota -- Simplify data backup and recovery for

[pmapper-users] Queryeditor and postgis don't works

2011-04-18 Thread Robin Alexis Olaya
Hi! I need your help with Pmapper and Queryeditor-postgis I have a data base in postgis with some layers and Queryeditor pluging in pmapper. when i execute queryeditor with shape layers no problem, but when i do with postgis layers, query don't have results and nothing happens. i do hav

Re: [pmapper-users] QueryEditor Error

2011-04-13 Thread Marcelo Ledesma
Hello thomas, thank you very much again for your responses. At the end I think I solved the error. Obviously thanks to your help. He had two .                 3            ... . .         XLS     CSV     PDF    

Re: [pmapper-users] QueryEditor Error

2011-04-04 Thread Thomas RAFFIN
Hi, I think the problem is that configuration part concerning queryeditor is not loaded. The XML part (pmapper/ini/pluginsConfig/queryeditor) should be written in js: PM.ini.pluginsConfig.queryeditor Are you sure to have only one pmapper/ini/pluginsConfigin your XML file? You don't have any e

Re: [pmapper-users] QueryEditor Error

2011-03-29 Thread Marcelo Ledesma
Hi Thomas, thank you very much for your response. I followed your advice but the problem persists. Only now the firebug error es: If i put in the config_xxx.xml 5 PM.ini.pluginsConfig.queryeditor is undefined  if (typeof(PM.ini.pluginsConfig.queryeditor.dlgType) != 'undefined') { and if i put

Re: [pmapper-users] QueryEditor Error

2011-03-15 Thread Thomas RAFFIN
Hi, I think the error is due to the parameter "dlgType" that is not written in your config_xxx.xml. Did you follow this documentation: http://svn.pmapper.net/trac/wiki/PluginsQuery#QueryEditor ? Else, you can correct it by replacing in plugin/queryeditor/queryeditor.js: if (PM.ini.pluginsConfi

[pmapper-users] QueryEditor Error

2011-03-15 Thread Marcelo Ledesma
Hi list, my problem is with the plugin queryeditor. Does not work in internet explorer. In mozilla firefox is working, but with firebug I see that there is an error: undefined is PM.ini.pluginsConfig.queryeditor if (PM.ini.pluginsConfig.queryeditor.dlgType) {... I saw the code but I can not fin

Re: [pmapper-users] QueryEditor bug/question

2011-02-07 Thread Dejan Gambin
You are right. It doesn't happen in 4.1 :D dejan On 7. vel. 2011., at 14:50, Thomas RAFFIN wrote: > With my version I don't have this issue. Does it appear with printing > dialog for instance? > > Maybe those changes could help: > - http://svn.pmapper.net/trac/changeset/1079 > - > http://svn.p

Re: [pmapper-users] QueryEditor bug/question

2011-02-07 Thread Thomas RAFFIN
With my version I don't have this issue. Does it appear with printing dialog for instance? Maybe those changes could help: - http://svn.pmapper.net/trac/changeset/1079 - http://svn.pmapper.net/trac/changeset/1120/trunk/pmapper/javascript/src/pm.zoombox.js Are you able to test the development ve

Re: [pmapper-users] QueryEditor bug/question

2011-02-07 Thread Dejan Gambin
On 7. vel. 2011., at 14:18, Thomas RAFFIN wrote: > > > Le 07/02/2011 12:37, Dejan Gambin a écrit : >> Thanks Thomas, >> >> I have several more questions, neither one is very important but it is good >> to know the options: >> >> 1. When I open the dialog I get 3 comparison fields displayed -

Re: [pmapper-users] QueryEditor bug/question

2011-02-07 Thread Thomas RAFFIN
Le 07/02/2011 12:37, Dejan Gambin a écrit : > Thanks Thomas, > > I have several more questions, neither one is very important but it is good > to know the options: > > 1. When I open the dialog I get 3 comparison fields displayed - > queryeditor-attributeCriteriaComparisonNone, > queryeditor-a

Re: [pmapper-users] QueryEditor bug/question

2011-02-07 Thread Dejan Gambin
Thanks Thomas, I have several more questions, neither one is very important but it is good to know the options: 1. When I open the dialog I get 3 comparison fields displayed - queryeditor-attributeCriteriaComparisonNone, queryeditor-attributeCriteriaComparisonNum and queryeditor-attributeCrit

Re: [pmapper-users] QueryEditor bug/question

2011-02-07 Thread Thomas RAFFIN
Hi, You've just found a real bug. I will correct it in the dev version asap. If you need it quickly, just modify the file pmapper/plugins/queryeditor/queryeditor.php: - search the line with "$layers = $_SESSION['pluginsConfig']['queryeditor']['queryableLayers']['queryableLayer'];" - add just af

[pmapper-users] QueryEditor bug/question

2011-02-04 Thread Dejan Gambin
Hi, I don't know if this is a bug or I am doing some stupid mistake: When I set layersType to 2 and have just one queryable layer I get 2 (and wrong) values in Layer name select list (instead of one). I have this defined in xml file: 2

Re: [pmapper-users] QueryEditor sobre VistasPostgis

2011-01-11 Thread Darwin Vallejo Altamirano
 Call to a member function getMetaData() on a non-object", e igualmente este error se produce únicamente cuando consulto a capas PostGIS, por que con shape funciona correctamente. De antemano agradezco su ayuda, muchas gracias. Darwin  De: Nahum Castro Asunto: Re: [pmapper-users] QueryEd

Re: [pmapper-users] QueryEditor sobre VistasPostgis

2011-01-10 Thread Nahum Castro
2011/1/10 Darwin Vallejo Altamirano > Buenos días.Quiero hacer una consulta, utilizando "QueryEditor" sobre una > Vista Postgis. El problema es que no me muestra nada, pero si hago > directamente sobre una Tabla, ahi si funciona. > Si alguien me puede ayudar, de antemano muchas gracias. > Revisa

[pmapper-users] QueryEditor sobre VistasPostgis

2011-01-10 Thread Darwin Vallejo Altamirano
Buenos días.Quiero hacer una consulta, utilizando "QueryEditor" sobre una Vista Postgis. El problema es que no me muestra nada, pero si hago directamente sobre una Tabla, ahi si funciona. Si alguien me puede ayudar, de antemano muchas gracias. Darwin o, Good morning. I do a query using "QueryEdit

Re: [pmapper-users] queryeditor plugin - installation instructions to update

2010-11-17 Thread Siki Zoltan
Hi, see the README.txt file in the plugins/queryeditor directory. regards, Zoltan On Wed, 17 Nov 2010, jeanfaubert wrote: > > Hi, > > Can you tell me more about the installation of QueryEditor plugin? I use > pmapper4. > > Thanks you very much. > > > Jeanfaubert > > -- > View this message in c

Re: [pmapper-users] queryeditor plugin - installation instructions to update

2010-11-17 Thread Armin Burger
On 17/11/2010 20:41, jeanfaubert wrote: > > Hi, > > Can you tell me more about the installation of QueryEditor plugin? I use > pmapper4. > > Thanks you very much. > > > Jeanfaubert > http://lmgtfy.com/?q=p.mapper+installation+of+QueryEditor+plugin&l=1

Re: [pmapper-users] queryeditor plugin - installation instructions to update

2010-11-17 Thread jeanfaubert
Hi, Can you tell me more about the installation of QueryEditor plugin? I use pmapper4. Thanks you very much. Jeanfaubert -- View this message in context: http://old.nabble.com/queryeditor-plugin---installation-instructions-to-update-tp16823765p30238950.html Sent from the pmapper users maili

[pmapper-users] queryeditor

2010-10-25 Thread webmaster
Hola a todos, He trabajado queryeditor con exito en php-3.3.2-1. Instale en otro computador PHP Version 5.3.3-1ubuntu9.1 Y todo mi pmapper-4.1.0 funciona bien menos el queryeditor que me da este error. Notice: Undefined index: addjsandcss in /var/www/pmapper-4.1.0/plugins/queryeditor/queryeditordl