-
-
Notifications
You must be signed in to change notification settings - Fork 71
Assorted improvements & fixes #1822
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
af09b95
fixed incorrect check for whether the post has reactions leading to e…
Oaphi 2435968
switched post close notice checks to proper predicates
Oaphi 557f474
fixed invalid HTML markup of post closed guidance
Oaphi 377d3c3
added ability_link abilities helper
Oaphi ac1c676
abstracted post closed notice into posts/_closed_notice & ensured abi…
Oaphi bad688c
abstracted post deleted notice into posts/_deleted_notice & ensured a…
Oaphi 7f169a8
minor cleanup of post closed & deleted notices
Oaphi 7433858
abstracted post locked notice into posts/_locked_notice
Oaphi f0f16c9
abstracted post flagged notice into posts/_flagged_notice
Oaphi 11a3bc1
a couple more minor cleanups of post notice partials
Oaphi ae333c5
abstracted notice for post suggested edit into posts/_suggested_edit_…
Oaphi 2264a50
aligned post reactions check code style with the other checks
Oaphi a35e2a7
moved post notice partials to posts/notices for better organization
Oaphi 79e84be
cleaned up indentation in posts/_expanded partial
Oaphi 3327a95
abstracted post meta into posts/_meta partial
Oaphi 990a2ab
abstracted post votes into posts/_votes partial
Oaphi dcd5c9c
removed no longer user variables from posts/_expanded
Oaphi f92ba3e
fixed inability to upload images to tag wikis (runtime error)
Oaphi d6efe0d
fixed deleted posts leaking by the related posts widget if the user c…
Oaphi ed31200
fixed error reports spacing
Oaphi 7e8af97
don't show empty backtrace in error reports
Oaphi e337269
added CommentThread#last_activity_at for caching purposes
Oaphi 445833c
ensured thread_content sends Last-Modified header based on the thread…
Oaphi bf33c7f
include Cache-Control in /users/me requests
Oaphi 8b33e3c
fixed remember_me_token not being generated for 2FA users
Oaphi 7212378
posts/notices/suggested_edit requires a guarantee that the user is no…
Oaphi d6738d8
added tests for the thread_content action of comments controller
Oaphi 8710a2d
added test for remember_me functionality on 2FA users
Oaphi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,8 +23,9 @@ | |
| .error-report-summary { | ||
| display: flex; | ||
| align-items: center; | ||
| gap: 0.15em; | ||
|
|
||
| .details { | ||
| flex: 1; | ||
| } | ||
| } | ||
| } | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.