-
Notifications
You must be signed in to change notification settings - Fork 28
Release/v4 #52
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
Draft
beetlebugorg
wants to merge
69
commits into
master
Choose a base branch
from
release/v4
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.
Draft
Release/v4 #52
Conversation
This file contains hidden or 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
Apache 2.4.62 Imagemagick 7.1.1-40 libwebp 1.4.0 libtiff 1.7.0
This was removed in Imagemagick 7.
Starting to move code to separate files for better organization and to reduce the size of the mod_dims.c file. No logic changes.
The goal here is to split the dims3 and dims4 verification logic.
Also starting the process of cleaning up error handling with a goal of centralizing it in the handlers.
Removed dims_cleanup
The command string was being parsed in several different places in the code. Now it's done up front during dims_request_rec setup.
This moves URL parsing logic into mod_dims.c leaving dims_handler() to do the bare minimum, call dims3, dims4, or dims-status.
This is no longer used.
This method is mostly calculating cache headers. Source image max-age parse logic was moved to source image loading. The http status logic was moved to a method and is returned by dims_handle_request.
This was introduced by the rewrite.
Since Imagemagick can be configured by environment variables it's easier just use those as we're exposing them as-is anyway. https://imagemagick.org/script/resources.php
This simplifies the header logic. Requires curl 7.83.0 or newer.
Return an error rather than the image.
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.
Uh oh!
There was an error while loading. Please reload this page.