-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
RFC109: Refactor Runtime Substitution Methods #4877
Merged
Merged
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
tbonfort
added a commit
to MapServer/MapServer-documentation
that referenced
this pull request
Mar 3, 2014
tbonfort
added a commit
to MapServer/msautotest_DEPRECATED
that referenced
this pull request
Mar 7, 2014
- Rewrite substitution loops to first check for available VALIDATION patterns before looping through KVP pairs. This is possible because VALIDATIONs are mandatory, and speeds things up substantially in the general case when there are few/no substitutions to apply - Allow runtime substitutions to apply to map->metadata, layer->metadata, and all outputformat->formatoptions
tbonfort
added a commit
to MapServer/MapServer-documentation
that referenced
this pull request
Mar 7, 2014
tbonfort
added a commit
that referenced
this pull request
Mar 8, 2014
tbonfort
added a commit
to MapServer/msautotest_DEPRECATED
that referenced
this pull request
Mar 8, 2014
tbonfort
added a commit
that referenced
this pull request
Mar 8, 2014
zidge
pushed a commit
to mapsherpa/mapserver
that referenced
this pull request
Mar 10, 2014
- Rewrite substitution loops to first check for available VALIDATION patterns before looping through KVP pairs. This is possible because VALIDATIONs are mandatory, and speeds things up substantially in the general case when there are few/no substitutions to apply - Allow runtime substitutions to apply to map->metadata, layer->metadata, and all outputformat->formatoptions
zidge
pushed a commit
to mapsherpa/mapserver
that referenced
this pull request
Mar 10, 2014
zidge
pushed a commit
to mapsherpa/mapserver
that referenced
this pull request
Mar 10, 2014
tbonfort
added a commit
that referenced
this pull request
Mar 10, 2014
tbonfort
added a commit
to MapServer/msautotest_DEPRECATED
that referenced
this pull request
Mar 11, 2014
tbonfort
added a commit
to MapServer/msautotest_DEPRECATED
that referenced
this pull request
Mar 11, 2014
tbonfort
added a commit
that referenced
this pull request
Mar 11, 2014
don't print error messages in regex/validation checks, the higher level callers already print one out. also add back debugging messages in the debug logs.
This was referenced Feb 11, 2015
tbonfort
added a commit
to MapServer/msautotest_DEPRECATED
that referenced
this pull request
Feb 12, 2015
tbonfort
added a commit
that referenced
this pull request
Feb 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
patterns before looping through KVP pairs. This is possible because
VALIDATIONs are mandatory, and speeds things up substantially in the
general case when there are few/no substitutions to apply
layer->metadata, and all outputformat->formatoptions