Lizmap Web Client 3.10.0

Markers

Table of Contents

modules/admin/controllers/upload_image.classic.php 1
modules/dataviz/classes/datavizPlot.class.php 2
modules/lizmap/classes/lizmap.class.php 1
modules/lizmap/classes/qgisExpressionUtils.class.php 2
modules/lizmap/classes/qgisProject.class.php 1
modules/lizmap/classes/qgisVectorLayer.class.php 1
modules/lizmap/lib/App/Checker.php 1
modules/lizmap/lib/Form/QgisForm.php 4
modules/lizmap/lib/Form/QgisFormControlProperties.php 1
modules/lizmap/lib/Project/Project.php 1
modules/lizmap/lib/Project/Qgis/Layer/EditWidget/RelationReferenceConfig.php 3
modules/lizmap/lib/Project/QgisProject.php 1
modules/lizmap/lib/Request/Proxy.php 2
modules/lizmap/lib/Request/RemoteStorageRequest.php 2
modules/lizmap/lib/Request/WMSRequest.php 3
modules/view/controllers/lizMap.classic.php 1

upload_image.classic.php

Type Line Description
FIXME 97 if JS sends a Blob object after the image resize, i'm not sure

datavizPlot.class.php

Type Line Description
FIXME 250 do not use this deprecated method and XML stuff here
FIXME 441 do not use anymore XML from project in this method, migrate

lizmap.class.php

Type Line Description
FIXME 238 don't use getData() which is deprecated

qgisExpressionUtils.class.php

Type Line Description
TODO 258 parse errors
TODO 442 parse errors

qgisProject.class.php

Type Line Description
FIXME 114 reading XML could take time, so many process could

qgisVectorLayer.class.php

Type Line Description
FIXME 785 no $cnx->quote($value) ?

Checker.php

Type Line Description
FIXME 18 we don't return an error if login fails?

QgisForm.php

Type Line Description
FIXME 484 do not use anymore XML in this method, migrate XML code to QgisProject or other low level classes
FIXME 951 missing context
TODO 1265 : raise an exception or an error
TODO 1842 Remove check orderByValue and keep asort when QGIS 3.32 will be the minimum version for allowing a QGIS project

QgisFormControlProperties.php

Type Line Description
TODO 222 Remove orderByValue when QGIS 3.32 will be the minimum version for allowing a QGIS project

Project.php

Type Line Description
FIXME 133 reading XML could take time, so many process could

RelationReferenceConfig.php

Type Line Description
TODO 59 Remove when QGIS 3.32 will be the minimum version for allowing a QGIS project
TODO 72 Remove when QGIS 3.32 will be the minimum version for allowing a QGIS project
TODO 86 Remove when QGIS 3.32 will be the minimum version for allowing a QGIS project

QgisProject.php

Type Line Description
FIXME 190 reading XML could take time, so many process could

Proxy.php

Type Line Description
FIXME 835 removing by layer is not supported for the moment. For the moment, we flush all layers of the project.
FIXME 896 removing by layer is not supported for the moment. For the moment, we flush all layers of the project.

RemoteStorageRequest.php

Type Line Description
TODO 172 further investigation on this control
TODO 291 @selected_file_path property is not evaluated, for now replace the expression with the file name

WMSRequest.php

Type Line Description
TODO 446 let user choose which format he wants in lizmap plugin
TODO 478 , remove later when the lizmapWebClientTargetVersion=30800 because all projects will be migrated.
TODO 712 Deprecated, it will be removed later

lizMap.classic.php

Type Line Description
TODO 196 : refacto, quite the same URLs are declared in lizAjax.classic.php

Search results