Lizmap Web Client Master

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/controllers/service.classic.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 94 if JS sends a Blob object after the image resize, i'm not sure

datavizPlot.class.php

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

lizmap.class.php

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

qgisExpressionUtils.class.php

Type Line Description
TODO 240 parse errors
TODO 424 parse errors

qgisProject.class.php

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

qgisVectorLayer.class.php

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

service.classic.php

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

QgisForm.php

Type Line Description
FIXME 468 do not use anymore XML in this method, migrate XML code to QgisProject or other low level classes
FIXME 921 missing context
TODO 1235 : raise an exception or an error
TODO 1812 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 221 Remove orderByValue when QGIS 3.32 will be the minimum version for allowing a QGIS project

Project.php

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

RelationReferenceConfig.php

Type Line Description
TODO 58 Remove when QGIS 3.32 will be the minimum version for allowing a QGIS project
TODO 71 Remove when QGIS 3.32 will be the minimum version for allowing a QGIS project
TODO 85 Remove when QGIS 3.32 will be the minimum version for allowing a QGIS project

QgisProject.php

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

Proxy.php

Type Line Description
FIXME 788 removing by layer is not supported for the moment. For the moment, we flush all layers of the project.
FIXME 849 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 170 further investigation on this control
TODO 289 @selected_file_path property is not evaluated, for now replace the expression with the file name

WMSRequest.php

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

lizMap.classic.php

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

Search results