[mapserver-commits] [mapserver/mapserver] 3e8c9c: Removed bug that caused MapServer only to use the ...

GitHub noreply at github.com
Wed Sep 20 13:29:42 PDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 3e8c9c8e52b3beaab454afab6d71ef1f3bdf06cd
      https://github.com/mapserver/mapserver/commit/3e8c9c8e52b3beaab454afab6d71ef1f3bdf06cd
  Author: Martin Icking <martin.icking at bentley.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Removed bug that caused MapServer only to use the Oracle TranslateFilter method at the first call e.g. in an FCGI environment

unlike all other vtable assignments the
msOracleSpatialLayerTranslateFilter was set to layer->vtable and not to
vtable


  Commit: 89810ed81ce3414010a45e13a59c93b2fedecbe0
      https://github.com/mapserver/mapserver/commit/89810ed81ce3414010a45e13a59c93b2fedecbe0
  Author: Jeff McKenna <jeffmckenna at gmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  update for 7.0.6 release


  Commit: 8f475c6f2619204b2cbece7a6fbd2913aeb49f23
      https://github.com/mapserver/mapserver/commit/8f475c6f2619204b2cbece7a6fbd2913aeb49f23
  Author: Martin Icking <martin.icking at bentley.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M mapscript/csharp/CMakeLists.txt

  Log Message:
  -----------
  this fix allows to have an out-of-source build on any location - previously it was assumed that the mapscript csharp sources had a fixed path relative to the build


  Commit: d7abbc6eb3261b100797f3ad6ea81679f8c1ad5f
      https://github.com/mapserver/mapserver/commit/d7abbc6eb3261b100797f3ad6ea81679f8c1ad5f
  Author: Martin.Icking <martin.icking at bentley.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M mapscript/csharp/CMakeLists.txt

  Log Message:
  -----------
  Allow for build path name with spaces


  Commit: c08e349300283ee39bba8955045d4b6cf6b3419f
      https://github.com/mapserver/mapserver/commit/c08e349300283ee39bba8955045d4b6cf6b3419f
  Author: Martin.Icking <martin.icking at bentley.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M maplayer.c

  Log Message:
  -----------
  Enabled WFS sortby for Oracle plugin, quoted sortby parameter to enable non-capitalized column names


  Commit: 608a118d407223fa33b20c1ff7a431596c2e2e46
      https://github.com/mapserver/mapserver/commit/608a118d407223fa33b20c1ff7a431596c2e2e46
  Author: Martin Icking <martin.icking at bentley.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Allow using double quoted aliases for Oracle column aliases

Adding double quotes to the columns of the mapserver generated outer
query safely allows using double quoted column aliases in the data
statement


  Commit: d5f89a3353854b0f6a8eda0758d99e74372fdf9f
      https://github.com/mapserver/mapserver/commit/d5f89a3353854b0f6a8eda0758d99e74372fdf9f
  Author: Martin.Icking <martin.icking at bentley.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M maplayer.c

  Log Message:
  -----------
  Enclose the sortby property in double quotes by putting the result of  msLayerEscapePropertyName into double quotes


  Commit: be21bcf37b47bfce77d011ec6abef15d495926a5
      https://github.com/mapserver/mapserver/commit/be21bcf37b47bfce77d011ec6abef15d495926a5
  Author: Martin.Icking <martin.icking at bentley.com>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Fix error to support Oracle compound elements for GTYPE 2007 (multipolygon) and not only for GTYPE 2003 (polygon)


  Commit: 57ceec78ccae48bae345abcc593d8a08e4e92b8e
      https://github.com/mapserver/mapserver/commit/57ceec78ccae48bae345abcc593d8a08e4e92b8e
  Author: Jeff McKenna <jeffmckenna at gmail.com>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Merge pull request #5459 from BentleySystems/fix-oracle-gtype-2007-with-compound-elements

Fix error to support Oracle compound elements for GTYPE 2007


  Commit: 2c1e5c50791cac205cfbeed0e1fa98bb421f5c5c
      https://github.com/mapserver/mapserver/commit/2c1e5c50791cac205cfbeed0e1fa98bb421f5c5c
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M mapogroutput.c

  Log Message:
  -----------
  OGR output: fix "ESRI Shapefile" output with FORMATOPTION "STORAGE=memory"


  Commit: 8a5e0f3bcea89ca7045e8673e99f4fa6cf69eef5
      https://github.com/mapserver/mapserver/commit/8a5e0f3bcea89ca7045e8673e99f4fa6cf69eef5
  Author: Tamas Szekeres <szekerest at gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M mapcairo.c

  Log Message:
  -----------
  Fix potential memory corruption caused by freeSVGCache (#5471)


  Commit: 870e027dfbfa0fa26240e46fe8c18f244dbb2945
      https://github.com/mapserver/mapserver/commit/870e027dfbfa0fa26240e46fe8c18f244dbb2945
  Author: Tamas Szekeres <szekerest at gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M mapserver.h

  Log Message:
  -----------
  Quick and dirty fix for issue #5470


  Commit: 40c8d63b76db74c553dc038547c0ec0730f61e85
      https://github.com/mapserver/mapserver/commit/40c8d63b76db74c553dc038547c0ec0730f61e85
  Author: Tamas Szekeres <szekerest at gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M mapserver.h

  Log Message:
  -----------
  Merge pull request #5472 from szekerest/issue5470

Quick and dirty fix for issue #5470


  Commit: 8613e2b1e96e3ce2f22b008d4950ed34d1daa08c
      https://github.com/mapserver/mapserver/commit/8613e2b1e96e3ce2f22b008d4950ed34d1daa08c
  Author: Jeff McKenna <jeffmckenna at gmail.com>
  Date:   2017-08-19 (Sat, 19 Aug 2017)

  Changed paths:
    M mapscript/csharp/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #5452 from BentleySystems/fix-enable-out-of-source-build-path-with-spaces

Fix enable out of source build path with spaces


  Commit: 3c60bbe041f085dd70d6c627a58e32cec83097e4
      https://github.com/mapserver/mapserver/commit/3c60bbe041f085dd70d6c627a58e32cec83097e4
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M maplayer.c

  Log Message:
  -----------
  Merge pull request #5454 from BentleySystems/fix-sortby-oracle-plugin

Enabled WFS sortby for Oracle plugin


  Commit: 0c4c40f79e7a3ba4fec94261271d515a098db8e6
      https://github.com/mapserver/mapserver/commit/0c4c40f79e7a3ba4fec94261271d515a098db8e6
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Merge pull request #5453 from BentleySystems/fix-oracle-translate-filter

Fix bug in Oracle TranslateFilter method


  Commit: 5c72d37937d85a6672b2f168d5012f5306b01e86
      https://github.com/mapserver/mapserver/commit/5c72d37937d85a6672b2f168d5012f5306b01e86
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Merge pull request #5451 from BentleySystems/fix-oracle-double-quoted-aliases

Allow using double quoted aliases for Oracle column aliases


  Commit: 6c0969733c13b214dace9490bbdc898791077185
      https://github.com/mapserver/mapserver/commit/6c0969733c13b214dace9490bbdc898791077185
  Author: Tamas Szekeres <szekerest at gmail.com>
  Date:   2017-09-03 (Sun, 03 Sep 2017)

  Changed paths:
    M mapregex.c

  Log Message:
  -----------
  Fix MSVC2015+ builds (#5274)


  Commit: fc830fa4d8fbaa1b399998a6b38f41eb0c3f10cd
      https://github.com/mapserver/mapserver/commit/fc830fa4d8fbaa1b399998a6b38f41eb0c3f10cd
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  .travis.ym: force precise distribution


  Commit: fdb3b7b46a7d237401a977feb5b56c7a6e59db7a
      https://github.com/mapserver/mapserver/commit/fdb3b7b46a7d237401a977feb5b56c7a6e59db7a
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
    M .travis.yml
    M mapcairo.c
    M maplayer.c
    M mapogroutput.c
    M maporaclespatial.c
    M mapscript/csharp/CMakeLists.txt
    M mapserver.h

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


Compare: https://github.com/mapserver/mapserver/compare/582c490e7698...fdb3b7b46a7d


More information about the mapserver-commits mailing list