[mapserver-commits] [mapserver/mapserver] e945d2: Allow access to layer [metadata_*] tags in legacy ...

GitHub noreply at github.com
Tue Sep 8 04:11:00 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: e945d2547146cc109ef8753cd2e7b4d186f6be3b
      https://github.com/mapserver/mapserver/commit/e945d2547146cc109ef8753cd2e7b4d186f6be3b
  Author: ejn <edward.nash at gmx.de>
  Date:   2015-07-20 (Mon, 20 Jul 2015)

  Changed paths:
    M maptemplate.c

  Log Message:
  -----------
  Allow access to layer [metadata_*] tags in legacy headers & footers

Due to these parts being processed in BROWSE mode, no layer metadata
could be accessed - this commit allows access to layer metadata tags
so long as there is a current (non-null) resultlayer, regardless of the
mode in which processLine() is being run


  Commit: 960a9b192328ac9cf63e0b76d2fc75a39dd7a8a2
      https://github.com/mapserver/mapserver/commit/960a9b192328ac9cf63e0b76d2fc75a39dd7a8a2
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M Makefile
    M fontcache.c
    M mapcairo.c
    M mapcluster.c
    M mapcontext.c
    M mapdebug.c
    M maperror.c
    M maperror.h
    M mapfile.c
    M mapgeos.c
    M mapio.c
    M mapkmlrenderer.cpp
    M maplexer.c
    M maplexer.l
    M mapogcsld.c
    M mapogroutput.c
    M mapparser.c
    M mapparser.h
    M mappool.c
    M mappostgis.c
    M mapquery.c
    M mapscript/php/image.c
    M mapscript/php/label.c
    M mapscript/php/line.c
    M mapscript/php/mapscript_i.c
    M mapscript/php/owsrequest.c
    M mapscript/php/php_mapscript.c
    M mapscript/php/php_mapscript.h
    M mapscript/php/php_mapscript_util.c
    M mapscript/php/result.c
    M mapscript/php/shapefile.c
    M mapscript/swiginc/layer.i
    M mapscript/swiginc/mapzoom.i
    M mapscript/swiginc/rect.i
    M mapscript/swiginc/symbol.i
    M mapserv.c
    M mapserver.h
    M mapthread.c
    M mapthread.h
    M maputil.c
    M mapwfs.c
    M mapwms.c
    M renderers/agg/src/agg_font_freetype.cpp
    M shp2img.c

  Log Message:
  -----------
  fix compiler warnings (#5122)


  Commit: 1a8a7183222c1027b90537b87723735b2446eb49
      https://github.com/mapserver/mapserver/commit/1a8a7183222c1027b90537b87723735b2446eb49
  Author: ejn <edward.nash at gmx.de>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    M maptemplate.c

  Log Message:
  -----------
  Merge pull request #5123 from faegi/metadataTagsInLegacyTemplateHeadersAndFooters

Allow access to layer [metadata_*] tags in legacy headers & footers


  Commit: f67fbaf6a02706ce278f1d24273d819049b89dbb
      https://github.com/mapserver/mapserver/commit/f67fbaf6a02706ce278f1d24273d819049b89dbb
  Author: Michael Smith <michael.smith at usace.army.mil>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Oraclespatial: Fix IEQ expression translation (#5124)

Make sure IEQ comparison wraps the comparison string with start (^) and
end ($) to ensure exact match.


  Commit: 67831cb3dfda9a7103a0ea1bf5da67d351802ff0
      https://github.com/mapserver/mapserver/commit/67831cb3dfda9a7103a0ea1bf5da67d351802ff0
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    M CMakeLists.txt
    M HISTORY.TXT

  Log Message:
  -----------
  Update Version to 7.0.0


  Commit: bff33fbcf2c108a9b1ca426056414b4df6aa076b
      https://github.com/mapserver/mapserver/commit/bff33fbcf2c108a9b1ca426056414b4df6aa076b
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2015-08-05 (Wed, 05 Aug 2015)

  Changed paths:
    M mapwcs20.c

  Log Message:
  -----------
  WCS: GeoTIFF creation option is TILED, not TILING


  Commit: 3e76491eafeb3f4d573f40fe7699656347882393
      https://github.com/mapserver/mapserver/commit/3e76491eafeb3f4d573f40fe7699656347882393
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-08-19 (Wed, 19 Aug 2015)

  Changed paths:
    M mapimageio.c

  Log Message:
  -----------
  Fix compilation with gif_lib 5.1


  Commit: 6ec760c918b1e418d71fb1bd63c7068cf9a520f7
      https://github.com/mapserver/mapserver/commit/6ec760c918b1e418d71fb1bd63c7068cf9a520f7
  Author: Tamas Szekeres <szekerest at gmail.com>
  Date:   2015-08-26 (Wed, 26 Aug 2015)

  Changed paths:
    M mapscript/csharp/examples/drawquery.cs

  Log Message:
  -----------
  Update SetRGB arguments in csharp sample


  Commit: 901499dd59e37a7fdbcc443f3f645e13abc99015
      https://github.com/mapserver/mapserver/commit/901499dd59e37a7fdbcc443f3f645e13abc99015
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M mapogroutput.c

  Log Message:
  -----------
  WFS OGR output: fix creation of .zip with MIF files (#5155)


  Commit: aad6de36da54d7ae9a77f8b820a200ec3ae012e6
      https://github.com/mapserver/mapserver/commit/aad6de36da54d7ae9a77f8b820a200ec3ae012e6
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M maptemplate.c

  Log Message:
  -----------
  Fixed a bug (see #5157) where converting points from pixel to image coordinates with the shpxy tag was happening twice.


  Commit: 8b4418890263d8dcd7a7c44222f5daf4253b9a73
      https://github.com/mapserver/mapserver/commit/8b4418890263d8dcd7a7c44222f5daf4253b9a73
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
    M maprendering.c

  Log Message:
  -----------
  remove stray debugging message (#5139)


  Commit: 1b08236298701d52b1b997ef712b897086276bae
      https://github.com/mapserver/mapserver/commit/1b08236298701d52b1b997ef712b897086276bae
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M mapwms.c

  Log Message:
  -----------
  Fix leak in msWMSPrepareNestedGroups (#5152)


  Commit: 8cf63dcc98dac135a0ae4875ba5feaa015bc4a67
      https://github.com/mapserver/mapserver/commit/8cf63dcc98dac135a0ae4875ba5feaa015bc4a67
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M mapdraw.c

  Log Message:
  -----------
  Fix a couple of forgotten msFreeShape in msDrawVectorLayer (#5151)


  Commit: 433428e5f972ecf1c8aba927298b2a1b18a7dc65
      https://github.com/mapserver/mapserver/commit/433428e5f972ecf1c8aba927298b2a1b18a7dc65
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M mapproject.c

  Log Message:
  -----------
  fix memory leak in mapproject.c (#5150)


  Commit: d6d3432b8892c7898fa62895d8dc7d739fb05e54
      https://github.com/mapserver/mapserver/commit/d6d3432b8892c7898fa62895d8dc7d739fb05e54
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M mapuvraster.c

  Log Message:
  -----------
  Fix memory leaks/errors in mapuvraster.c (#5148)


  Commit: 75d092a8eab8b51c72bd27aeb40bc275b312f56d
      https://github.com/mapserver/mapserver/commit/75d092a8eab8b51c72bd27aeb40bc275b312f56d
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M mapagg.cpp
    M mapogr.cpp

  Log Message:
  -----------
  Fix memory AGG and OGR leaks on error (#5145)


  Commit: de2869bcd8586f618aa4f2078088dc82b3e9136a
      https://github.com/mapserver/mapserver/commit/de2869bcd8586f618aa4f2078088dc82b3e9136a
  Author: Sander Jansen <s.jansen at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M mapimageio.c
    M mapjoin.c
    M mapshape.c
    M mapv8.cpp

  Log Message:
  -----------
  Fix missing fcloses on failures (#5143)


  Commit: f916cad6c6827b086c3718144ebbddc6390651d4
      https://github.com/mapserver/mapserver/commit/f916cad6c6827b086c3718144ebbddc6390651d4
  Author: Jürgen Weichand <juergen at weichand.de>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M xmlmapfile/mapfile.xsd

  Log Message:
  -----------
  Fix xmlmapfile xsd bug for label->scaledenoms (#5129)

maxScaleDenom/minScaleDenom have been placed in the wrong xs:element, so the XSD did not validate itself.


  Commit: bd7414c51ea2722965707aec95ac56c5be823f46
      https://github.com/mapserver/mapserver/commit/bd7414c51ea2722965707aec95ac56c5be823f46
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M HISTORY.TXT
    M Makefile
    M fontcache.c
    M mapcluster.c
    M mapcontext.c
    M mapdebug.c
    M mapdraw.c
    M maperror.c
    M maperror.h
    M mapfile.c
    M mapgeos.c
    M mapio.c
    M maplexer.c
    M maplexer.l
    M mapogroutput.c
    M maporaclespatial.c
    M mapparser.c
    M mapparser.h
    M mappool.c
    M mapproject.c
    M mapquery.c
    M maprendering.c
    M mapscript/php/image.c
    M mapscript/php/label.c
    M mapscript/php/line.c
    M mapscript/php/mapscript_i.c
    M mapscript/php/owsrequest.c
    M mapscript/php/php_mapscript.c
    M mapscript/php/php_mapscript.h
    M mapscript/php/php_mapscript_util.c
    M mapscript/php/result.c
    M mapscript/php/shapefile.c
    M mapscript/swiginc/layer.i
    M mapscript/swiginc/mapzoom.i
    M mapscript/swiginc/rect.i
    M mapscript/swiginc/symbol.i
    M mapserv.c
    M mapserver.h
    M maptemplate.c
    M mapthread.c
    M mapthread.h
    M maputil.c
    M mapuvraster.c
    M mapwfs.c
    M mapwms.c
    M renderers/agg/src/agg_font_freetype.cpp
    M shp2img.c
    M xmlmapfile/mapfile.xsd

  Log Message:
  -----------
  Merge branch 'branch-7-0'

Conflicts:
	mapcairo.c
	maperror.c
	mapkmlrenderer.cpp
	maplexer.c
	mapquery.c


Compare: https://github.com/mapserver/mapserver/compare/745f1725cd2b...bd7414c51ea2


More information about the mapserver-commits mailing list