-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Use correct online help and Git repository according to the correct QGIS Server wrapper used #5161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a small suggestion for a more precise locale name
but, since the wrapper is not mandatory, maybe this line is useless when wrapper is absent ?
d8d2fe1
to
dd60d34
Compare
I have fixed these strings.
I have added it so it's make a kind of advertisement for this "product". We were talking to slowly make it recommended |
…GIS Server wrapper used
dd60d34
to
d62eaf0
Compare
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3_7 release_3_7
# Navigate to the new working tree
cd .worktrees/backport-release_3_7
# Create a new branch
git switch --create backport-5161-to-release_3_7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick d62eaf0a699b24e42239160d766401484db7d5ab
# Push it to GitHub
git push --set-upstream origin backport-5161-to-release_3_7
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_7 Then, create a pull request where the |
As now, it's not only Py-QGIS-Server which can be used, it can also be QJazz :
CF work started in 3liz/qgis-lizmap-server-plugin#100
I also moved the commit ID next to the version number, same as for LWC main version and plugins.
PS : I have changed the name, temporary, in source code itself for the screenshot, for trying for now, waiting on 3liz/qgis-lizmap-server-plugin#102 and #4991