-
Notifications
You must be signed in to change notification settings - Fork 27
Story 2376 and 2499: Post Detail, Edit, and Delete. #2562
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
Open
+543
−149
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4505cfd
Init
jlchilders11 2a7998a
Continue work
jlchilders11 3fd2f37
Continue work
jlchilders11 7171aab
Continue work
jlchilders11 cb565a8
Continue work
jlchilders11 a0ff355
Correct tagging logic to allow for related posts filtering, add 6 hou…
jlchilders11 a35a612
Update logic to only show edit button if allowed to edit
jlchilders11 7eab145
Correctly return minimal context when error is detected
jlchilders11 81b5119
Coderabbit feedback
jlchilders11 49eea40
Escape strings for image preview
jlchilders11 9cb542d
PR feedback
jlchilders11 bb2ac7a
PR feedback: separate out legacy and new queues
jlchilders11 97bc00d
Restore legacy approval flow for entry models
jlchilders11 0d378bd
Remove extra context in edit context
jlchilders11 a4f1959
Correct link page logic
jlchilders11 e6cf01d
Clear tags when none are selected
jlchilders11 23a2a00
PR feedback: Correct inconsistencies in blog internal name, edit stat…
jlchilders11 538bac3
PR feedback: return raw markdown text to edit form for javascriptless…
jlchilders11 39e1c4c
Update news/views.py
jlchilders11 fd0f63d
run black
jlchilders11 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
Oops, something went wrong.
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: boostorg/website-v2
Length of output: 16303
🏁 Script executed:
Repository: boostorg/website-v2
Length of output: 37728
🏁 Script executed:
Repository: boostorg/website-v2
Length of output: 35204
Route
Entryactions through the V3 workflow. When thev3flag is active,EntryDetailViewrendersnews/v3/detail.htmlwith anEntryobject. The template callsobject.edit_urlandobject.delete_url, which resolve legacy routes. Use V3 route names for these actions, or provide separate helpers for legacy and V3 templates.🤖 Prompt for AI Agents