|
| 1 | +Juergen E. Fischer <jef@norbit.de> 2017-05-18 |
| 2 | + |
| 3 | + indentation fix |
| 4 | + |
| 5 | +Juergen E. Fischer <jef@norbit.de> 2017-05-18 |
| 6 | + |
| 7 | + crssync: check result of CSVReadParseLine instead of feof |
| 8 | + |
| 9 | + (cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9) |
| 10 | + |
| 11 | +Merge: 6feed195ca b830eab6af |
| 12 | +rldhont <rldhont@gmail.com> 2017-05-16 |
| 13 | + |
| 14 | + Merge pull request #4545 from rldhont/release-2_14-processing-rscripts-outputs |
| 15 | + |
| 16 | + [BUGFIX][Processing] R scripts do not have enough outputs |
| 17 | + |
| 18 | +Alexander Bruy <alexander.bruy@gmail.com> 2017-05-13 |
| 19 | + |
| 20 | + [processing] stop algorithm execution if geometry/feature error occured |
| 21 | + (fix #11986) |
| 22 | + |
| 23 | +rldhont <rldhont@gmail.com> 2017-05-12 |
| 24 | + |
| 25 | + [BUGFIX][Processing] R scripts do not have enough outputs |
| 26 | + |
| 27 | + R scripts in processing only supports Vector, Raster and Table. |
| 28 | + This commit adds fix the file output and adds directory, number and string outputs. |
| 29 | + |
| 30 | +Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-04-18 |
| 31 | + |
| 32 | + Fix layer drawing order in server to also work in complex projects and with custom drawing order |
| 33 | + |
| 34 | +rldhont <rldhont@gmail.com> 2017-04-27 |
| 35 | + |
| 36 | + [BUGFIX][Server] QgsOWSServer restorer modifying layers and not well restoring them |
| 37 | + |
| 38 | + The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetString and it's not idempotent. |
| 39 | + The solution is to use QgsVectorLayer::setSubsetString in the 2 cases. |
| 40 | + |
| 41 | +Even Rouault <even.rouault@spatialys.com> 2016-10-06 |
| 42 | + |
| 43 | + Properly deal with empty cache/directory in server |
| 44 | + |
| 45 | + backport 41693604674384ddd2b3869378db9b9d645d61a4 |
| 46 | + |
| 47 | +Juergen E. Fischer <jef@norbit.de> 2017-04-21 |
| 48 | + |
| 49 | + Release of 2.14.14 |
| 50 | + |
1 | 51 | rldhont <rldhont@gmail.com> 2017-04-20
|
2 | 52 |
|
3 | 53 | [BUGFIX][Processing] Fix spatialite version comparison
|
|
0 commit comments