Re: [GRASS-dev] [GRASS GIS] #3126: d.vect: Accents in legend_label cause encoding error

2016-08-21 Thread GRASS GIS
#3126: d.vect: Accents in legend_label cause encoding error
--+--
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.2.0
 Component:  Display  |Version:  svn-trunk
Resolution:  fixed|   Keywords:  d.vect legend label encoding
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by annakrat):

 * milestone:  7.0.5 => 7.2.0


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2463: d.histogram x-axis numbering incorrect

2016-08-21 Thread GRASS GIS
#2463: d.histogram x-axis numbering incorrect
---+-
  Reporter:  richardc  |  Owner:  grass-dev@…
  Type:  defect| Status:  closed
  Priority:  normal|  Milestone:  7.0.5
 Component:  Display   |Version:  svn-releasebranch70
Resolution:  fixed |   Keywords:  d.histogram
   CPU:  x86-32|   Platform:  Linux
---+-
Changes (by annakrat):

 * status:  new => closed
 * resolution:   => fixed


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2463: d.histogram x-axis numbering incorrect

2016-08-21 Thread GRASS GIS
#2463: d.histogram x-axis numbering incorrect
---+-
  Reporter:  richardc  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  normal|  Milestone:  7.0.5
 Component:  Display   |Version:  svn-releasebranch70
Resolution:|   Keywords:  d.histogram
   CPU:  x86-32|   Platform:  Linux
---+-

Comment (by annakrat):

 In [changeset:"69196" 69196]:
 {{{
 #!CommitTicketReference repository="" revision="69196"
 d.histogram: fix x axis labels for small numbers, see #2463 (merge from
 trunk, r68953)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2463: d.histogram x-axis numbering incorrect

2016-08-21 Thread GRASS GIS
#2463: d.histogram x-axis numbering incorrect
---+-
  Reporter:  richardc  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  normal|  Milestone:  7.0.5
 Component:  Display   |Version:  svn-releasebranch70
Resolution:|   Keywords:  d.histogram
   CPU:  x86-32|   Platform:  Linux
---+-

Comment (by annakrat):

 In [changeset:"69195" 69195]:
 {{{
 #!CommitTicketReference repository="" revision="69195"
 d.histogram: fix x axis labels for small numbers, see #2463 (merge from
 trunk, r68953)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2765: added "_1" to attribute table's name when working with v.overlay

2016-08-21 Thread GRASS GIS
#2765: added "_1" to attribute table's name when working with v.overlay
+-
  Reporter:  lfurtkevicova  |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.2.0
 Component:  Database   |Version:  7.0.1
Resolution: |   Keywords:  database, v.overlay
   CPU:  x86-64 |   Platform:  Linux
+-

Comment (by martinl):

 Currently `v.overlay` chooses table name based on `olayer` parameter. Eg.

 1)

 {{{
 v.overlay ainput=boundary_state binput=geology operator=or output=AB --o
 olayer=1,0,0
 }}}

 will create table with name `AB_1`.

 2)

 {{{
 v.overlay ainput=boundary_state binput=geology operator=or output=AB --o
 olayer=0,1,0
 }}}

 will create table with name `AB_boundary_state`.

 3)

 {{{
 v.overlay ainput=boundary_state binput=geology operator=or output=AB --o
 olayer=0,0,1
 }}}

 will create table with name `AB_geology`.

 I changed `v.overlay` in r69194 to create always table with the same name
 as output, so in the example above always table `AB`. I am planning to
 backport this change to relbr72 if no objections.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2765: added "_1" to attribute table's name when working with v.overlay

2016-08-21 Thread GRASS GIS
#2765: added "_1" to attribute table's name when working with v.overlay
+-
  Reporter:  lfurtkevicova  |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.2.0
 Component:  Database   |Version:  7.0.1
Resolution: |   Keywords:  database, v.overlay
   CPU:  x86-64 |   Platform:  Linux
+-

Comment (by martinl):

 In [changeset:"69194" 69194]:
 {{{
 #!CommitTicketReference repository="" revision="69194"
 v.overlay: added _1 to attribute table's name when working with v.overlay
 (see #2765)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:  pseudomercator
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by martinl):

 Replying to [comment:15 vincent]:
 > Or should GRASS be aware of the parameter EXTENSION ?
 >
 > {{{
 > EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0
 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext
 +no_defs"]
 > }}}

 I think GDAL should be aware of that not GRASS (which is using GDAL
 function to translate EPSG code).

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2480: v.class.ml: ImportError: No module named training_extraction

2016-08-21 Thread GRASS GIS
#2480: v.class.ml: ImportError: No module named training_extraction
--+
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.0.5
 Component:  Addons   |Version:  svn-releasebranch70
Resolution:  fixed|   Keywords:  v.class.ml g.extension
   CPU:  Unspecified  |   Platform:  Unspecified
--+
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Since r69193 `r.agent` is installed by `g.extension` properly. Also
 `v.class.ml` can be installed successfully. I am taking liberty to close
 this ticket. Feel free to re-open if needed.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:  pseudomercator
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by vincent):

 Or should GRASS be aware of the parameter EXTENSION ?

 {{{
 EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0
 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  +no_defs"]
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] d.legend.vect integration question

2016-08-21 Thread Martin Landa
Hi Anna,

2016-08-21 21:08 GMT+02:00 Anna Petrášová :
> Done! I still plan to backport to 7.2.

Thanks! Martin

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] d.legend.vect integration question

2016-08-21 Thread Anna Petrášová
On Sun, Aug 21, 2016 at 9:31 AM, Anna Petrášová  wrote:
> On Sun, Aug 21, 2016 at 5:04 AM, Martin Landa  wrote:
>> Hi,
>>
>> I wanted to ask if there is any plan to move d.legend.vect from addons
>> to trunk. There is already code in trunk which is calling this module
>> [1].
>>
>> Thanks, Martin
>
> Yes, probably today.
>>

Done! I still plan to backport to 7.2.

Anna

>> [1] 
>> https://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/mapdisp/frame.py#L1250
>>
>> --
>> Martin Landa
>> http://geo.fsv.cvut.cz/gwiki/Landa
>> http://gismentors.cz/mentors/landa
>> ___
>> grass-dev mailing list
>> grass-dev@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2480: v.class.ml: ImportError: No module named training_extraction

2016-08-21 Thread GRASS GIS
#2480: v.class.ml: ImportError: No module named training_extraction
--+
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.0.5
 Component:  Addons   |Version:  svn-releasebranch70
Resolution:   |   Keywords:  v.class.ml g.extension
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by martinl):

 In [changeset:"69190" 69190]:
 {{{
 #!CommitTicketReference repository="" revision="69190"
 r.agent: compile lib first (see #2480)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS-PSC] GRASS-GIS PSC-2016, Voting

2016-08-21 Thread Nikos Alexandris

Dear community,

the voting invitations have been sent and there is one week time.

The current PSC will be resolved once the results are computed.


A few more details:

- The number of eligible voters is 247, being the result of merging,
 sorting and tidying up --as best as possible-- unique user IDs, e-mail
 addresses and names.

 - https://trac.osgeo.org/grass/browser/grass/trunk/contributors.csv
 - https://trac.osgeo.org/grass/browser/grass/trunk/contributors_extra.csv
 - https://trac.osgeo.org/grass/browser/grass/trunk/translators.csv
 - https://trac.osgeo.org/grass/browser/grass-addons/contributors.csv
 - and registered users from OSGeo's SVN authentication server

No matter the effort, some e-mail addresses will be out-of-date.

In which case, if you do read the project's public mailing lists, and
want to participate in the voting, please reply in this post and ask the
GRASS-GIS' CRO to (try to) update the list of voters.

The votes are encrypted and no-one can actually decrypt them but the
*trustee* which, for this vote, is:

--%<---
Trustee #1: Helios Voting Administrator
Public Key Fingerprint: 0mYM9DB3TVWlbURGBXiMnCb12Vsf4OJoFXBODOPl9os
-->%---

Warmest regards from FOSS4G @ Bonn.

Good luck to all candidates.

GRASS-GIS' CRO

--
ps- Thanks to PSC chair Markus Neteler for the support in cleaning the
lists of voters.
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3127: r.in.wms fails

2016-08-21 Thread GRASS GIS
#3127: r.in.wms fails
---+
  Reporter:  hellik|  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  critical  |  Milestone:  7.3.0
 Component:  Raster|Version:  svn-trunk
Resolution:|   Keywords:  WMTS, raster, r.in.wms
   CPU:  x86-64|   Platform:  Linux
---+
Changes (by martinl):

 * milestone:  7.2.0 => 7.3.0


Comment:

 Revert milestone to 7.3.0.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:  pseudomercator
   CPU:  Unspecified |   Platform:  Unspecified
-+-
Changes (by martinl):

 * keywords:   => pseudomercator


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by martinl):

 GRASS is using GDAL library to convert EPSG code to projection definition,
 so that's the reason why GRASS reports WGS84 !PseudoMercator even PROJ.4
 uses Spherical !PseudoMercator for EPSG 3857. See
 source:grass/trunk/general/g.proj/input.c#L171. The issue should be solved
 on GDAL side I would say.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by martinl):

 See also related GDAL tickets: https://trac.osgeo.org/gdal/ticket/3962,
 https://trac.osgeo.org/gdal/ticket/5924

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by neteler):

 Re: EPSG 3857 Pseudomercator: there are both WGS84 and spherical in
 use...: see
 https://en.wikipedia.org/wiki/Web_Mercator#Spherical_or_ellipsoidal.3F

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3126: d.vect: Accents in legend_label cause encoding error

2016-08-21 Thread GRASS GIS
#3126: d.vect: Accents in legend_label cause encoding error
--+--
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.0.5
 Component:  Display  |Version:  svn-trunk
Resolution:  fixed|   Keywords:  d.vect legend label encoding
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by mlennert):

 * status:  new => closed
 * resolution:   => fixed


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] 7.0.5 release planning

2016-08-21 Thread Markus Neteler
On Sun, Aug 21, 2016 at 2:44 PM, Martin Landa  wrote:
...
> 2) [3] @Markus, is it really blocker for 7.0.5
...
> [3] https://trac.osgeo.org/grass/ticket/2456

See
https://trac.osgeo.org/grass/ticket/2456#comment:31

...the question is how to test it...  (m.proj?)

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3133: v.what output is not valid JSON format

2016-08-21 Thread GRASS GIS
#3133: v.what output is not valid JSON format
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.3.0
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:  v.what
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by annakrat):

 In [changeset:"69178" 69178]:
 {{{
 #!CommitTicketReference repository="" revision="69178"
 v.what: escape backslash in attributes for valid JSON, see #3133
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2229: error in projection definition

2016-08-21 Thread GRASS GIS
#2229: error in projection definition
-+-
  Reporter:  vincent |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.0.5
 Component:  Projections/Datums  |Version:  svn-releasebranch70
Resolution:  |   Keywords:
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by martinl):

 Replying to [comment:8 vincent]:

 > There is a north-south error of approx. 30 km;
 > It looks like m.proj sends "+rf=298.25..." to cs2cs, where it shoud
 not...

 right, `g.proj -jf` returns

 {{{
 +proj=merc +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +no_defs
 +a=6378137 +rf=298.257223563 +towgs84=0.000,0.000,0.000 +to_meter=1
 }}}

 while proj.4 epsg file says

 {{{
 <3857> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0
 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  +no_defs <>
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] d.legend.vect integration question

2016-08-21 Thread Anna Petrášová
On Sun, Aug 21, 2016 at 5:04 AM, Martin Landa  wrote:
> Hi,
>
> I wanted to ask if there is any plan to move d.legend.vect from addons
> to trunk. There is already code in trunk which is calling this module
> [1].
>
> Thanks, Martin

Yes, probably today.
>
> [1] 
> https://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/mapdisp/frame.py#L1250
>
> --
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2252: wxGUI vector digitizer passing unescaped text to database

2016-08-21 Thread GRASS GIS
#2252: wxGUI vector digitizer passing unescaped text to database
-+-
  Reporter:  marisn  |  Owner:  grass-dev@…
  Type:  defect  | Status:  closed
  Priority:  critical|  Milestone:  7.0.5
 Component:  wxGUI   |Version:  svn-trunk
Resolution:  fixed   |   Keywords:  security, code injection, SQL
   CPU:  |  injection, data loss, v.db.update
  Unspecified|   Platform:  Unspecified
-+-
Changes (by annakrat):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Replying to [comment:16 marisn]:
 > After backporting, this ticket should be closed, as original issue has
 been solved. Parameter binding is a more complicated issue and thus should
 be addressed in a separate bug.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2252: wxGUI vector digitizer passing unescaped text to database

2016-08-21 Thread GRASS GIS
#2252: wxGUI vector digitizer passing unescaped text to database
-+-
  Reporter:  marisn  |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  critical|  Milestone:  7.0.5
 Component:  wxGUI   |Version:  svn-trunk
Resolution:  |   Keywords:  security, code injection, SQL
   CPU:  |  injection, data loss, v.db.update
  Unspecified|   Platform:  Unspecified
-+-

Comment (by annakrat):

 In [changeset:"69175" 69175]:
 {{{
 #!CommitTicketReference repository="" revision="69175"
 wxGUI: escape single quotes when editing attributes from GUI, see #2252
 (merge from trunk, r69153, r69173)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2252: wxGUI vector digitizer passing unescaped text to database

2016-08-21 Thread GRASS GIS
#2252: wxGUI vector digitizer passing unescaped text to database
-+-
  Reporter:  marisn  |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  critical|  Milestone:  7.0.5
 Component:  wxGUI   |Version:  svn-trunk
Resolution:  |   Keywords:  security, code injection, SQL
   CPU:  |  injection, data loss, v.db.update
  Unspecified|   Platform:  Unspecified
-+-

Comment (by annakrat):

 In [changeset:"69174" 69174]:
 {{{
 #!CommitTicketReference repository="" revision="69174"
 wxGUI: escape single quotes when editing attributes from GUI, see #2252
 (merge from trunk, r69153, r69173)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] 7.0.5 release planning

2016-08-21 Thread Martin Landa
Hi,

2016-08-18 12:07 GMT+02:00 Markus Neteler :
> I meant to say: this is 7.0.5 but 7.2.0 is also to be released.

regarding 7.0.5 [1]:

1) [2] waits for backport (@Anna, are you planning to do that?)
2) [3] @Markus, is it really blocker for 7.0.5

Anything else blocking us to release RC1? Thanks, Martin

[1] 
https://trac.osgeo.org/grass/query?status=new=assigned=reopened=blocker=critical=7.0.5=7.0.4=7.0.3=7.0.2=7.0.1=7.0.0=type=priority
[2] https://trac.osgeo.org/grass/ticket/2252
[3] https://trac.osgeo.org/grass/ticket/2456

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3133: v.what output is not valid JSON format

2016-08-21 Thread GRASS GIS
#3133: v.what output is not valid JSON format
-+-
 Reporter:  marisn   |  Owner:  grass-dev@…
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:  7.3.0
Component:  wxGUI|Version:  svn-trunk
 Keywords:  v.what   |CPU:  Unspecified
 Platform:  Unspecified  |
-+-
 It seems that wxGUI vector attribute query tool is parsing text attribute
 values - "\" character is used as an escape character instead of its
 literal value.
 Thus \' will cause "invalid JSON" error, \b will render a backspace, \ \
 (double backslash) will render as a single \ symbol.
 {{{
 v.db.select map=rm_me@user1
 cat|title
 1|\'foo,
 2|ba'\'r
 3|ba'
 4|ba'\b'r
 5|ba\\'r
 }}}

 {{{
 File "/home/maris/soft/grass_trunk/dist.x86_64-pc-linux-
 gnu/gui/wxpython/mapdisp/frame.py", line 963, in QueryMap
 distance=qdist, encoding=encoding)
   File "/home/maris/soft/grass_trunk/dist.x86_64-pc-linux-
 gnu/etc/python/grass/script/vector.py", line 395, in vector_what
 raise ScriptError(_("v.what output is not valid JSON format:\n
 {ret}").format(ret=ret))
 ScriptError: v.what output is not valid JSON format:
  {"Coordinates": {"East": "18.484321", "North": "9.264808"},
 "Maps":
 [{"Map": "rm_me",
 "Mapset": "user1",
 "Type": "Point",
 "Id": 1,
 "Categories": [
 {"Layer": 1, "Category": 1,
 "Driver": "sqlite",
 "Database":
 "/home/maris/grass_data/nc_basic_spm_grass7/user1/sqlite/sqlite.db",
 "Table": "rm_me",
 "Key_column": "cat",
 "Attributes": {"cat": "1",
 "title": "\'foo,"}}]}]}
 }}}

 {{{

 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2252: wxGUI vector digitizer passing unescaped text to database

2016-08-21 Thread GRASS GIS
#2252: wxGUI vector digitizer passing unescaped text to database
-+-
  Reporter:  marisn  |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  critical|  Milestone:  7.0.5
 Component:  wxGUI   |Version:  svn-trunk
Resolution:  |   Keywords:  security, code injection, SQL
   CPU:  |  injection, data loss, v.db.update
  Unspecified|   Platform:  Unspecified
-+-

Comment (by marisn):

 After backporting, this ticket should be closed, as original issue has
 been solved. Parameter binding is a more complicated issue and thus should
 be addressed in a separate bug.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev