This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 356
Converts Edge/Mid header rewrite, regexremap, remaptext and tr request/response header text inputs to textareas #3474
Merged
rawlinp
merged 15 commits into
apache:master
from
mitchell852:issue-3426-header-rewrite-textareas
May 1, 2019
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
64da07f
for a handful of ds properties converts text input to text area to pr…
mitchell852 27b83a4
more textareas to preserve line breaks
mitchell852 8e3995e
removed some fields that are outside of the scope of this PR and need…
mitchell852 88f7e62
fixes broken form field
mitchell852 c046cca
disables scrolling on readonly autosized textareas because it was ann…
mitchell852 69c8b3d
changes the way ds request diffs are displayed. especially how multil…
mitchell852 978c6e7
for tr_request/response_header values, __RETURN__ instances are repla…
mitchell852 d17ef0b
cleans up documentation indicating that __RETURN__ is required to for…
mitchell852 02367d1
adds changelog entry for deprecation of __RETURN__
mitchell852 29f2aec
cleans up textareas
mitchell852 619eb87
removes redundant readonly class
mitchell852 c738df8
no need to remove any spaces around the __RETURN__ as a trim is perfo…
mitchell852 f22cc8a
removes fieldsets and textarea/input used to show current value of ds…
mitchell852 b5fc0dc
adds tick marks around __RETURN__
mitchell852 7376dd9
removes labels on pre tags
mitchell852 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
I don't really think it's necessary to update the docs for a dead UI :P
Not that I'm saying you should revert this - it's fine, just for future reference.
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.
yeah, people still might stumble here so i updated it. we need an effort to purge everything old TO UI related however.