[QGIS Commit] [qgis/Quantum-GIS] 41dc75: Do not load metadata from __init__.py
GitHub
noreply at github.com
Mon Mar 18 16:11:09 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 41dc7544d03c4a0a0635c75d0810ed0096f14611
https://github.com/qgis/Quantum-GIS/commit/41dc7544d03c4a0a0635c75d0810ed0096f14611
Author: Martin Dobias <wonder.sk at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M python/utils.py
Log Message:
-----------
Do not load metadata from __init__.py
Commit: 32de07dc4d7f3cd52128bccb53dd5660ccc9da4b
https://github.com/qgis/Quantum-GIS/commit/32de07dc4d7f3cd52128bccb53dd5660ccc9da4b
Author: Martin Dobias <wonder.sk at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M python/plugins/GdalTools/CMakeLists.txt
M python/plugins/GdalTools/__init__.py
M python/plugins/db_manager/CMakeLists.txt
M python/plugins/db_manager/__init__.py
M python/plugins/fTools/CMakeLists.txt
M python/plugins/fTools/__init__.py
M python/plugins/mapserver_export/CMakeLists.txt
M python/plugins/mapserver_export/__init__.py
M python/plugins/plugin_installer/CMakeLists.txt
M python/plugins/plugin_installer/__init__.py
M python/utils.py
M src/app/qgspluginregistry.cpp
Log Message:
-----------
Remove the support for reading python plugin metadata from __init__.py
>From now on, plugins must have metadata.txt file (with INI format)
that is used for storing of metadata. This has two advantages:
- plugins do not need to be loaded in order to read metadata
- repository can parse the metadata more easily
Compare: https://github.com/qgis/Quantum-GIS/compare/67f4c7290c99...32de07dc4d7f
More information about the QGIS-commit
mailing list