-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing QGIS Project with PHP XMLReader instead of DOM #4819
Open
rldhont
wants to merge
46
commits into
3liz:master
Choose a base branch
from
rldhont:qgis-project-parser-xmlreader
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
4 times, most recently
from
October 4, 2024 14:24
6d91035
to
a945350
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
4 times, most recently
from
October 8, 2024 16:53
7fb7fbb
to
5f41698
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
from
October 11, 2024 07:11
5f41698
to
bd0ebbc
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
2 times, most recently
from
October 15, 2024 16:31
519331c
to
c5e65cf
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
3 times, most recently
from
October 18, 2024 12:19
5fc6f9c
to
1dd5725
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
from
October 30, 2024 18:38
1dd5725
to
7015b2c
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
from
November 15, 2024 09:09
7015b2c
to
d58aa3b
Compare
…yers and update JS
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
from
November 15, 2024 13:11
d58aa3b
to
d7a68d7
Compare
rldhont
force-pushed
the
qgis-project-parser-xmlreader
branch
from
November 15, 2024 14:10
d7a68d7
to
90de9b9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport release_3_9
php
Pull requests that update Php code
refactoring
run end2end
If the PR must run end2end tests or not
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instead of using PHP SimpleXml API to parse QGIS Project, we uses XMLReader. The reason to change it, it is to have something faster and lighter.