mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #94] Edit function breaks link #64
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tinyn on GitHub (May 25, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/94
In server mode when you select edit
The tags come back without the comma separator

If you edit any field an select "OK" the "link" to cache no longer exists. From the code, the issue is here
The target seems to be lost
Ex of broken link:
Example of "good" link:
Here is what the commandline shows post edit.
EDIT: Further testing shows this does not happen for the DNSCrypt entry. It will drop the cache link when the edit is first made, but on refresh it returns. It appears rather that some sites will not cache (maybe?). I have deleted and added back the kernel_dev_hwrng entry but no cache link is formed. This may be the actual issue.
EDIT2: Looks like that is the case. From the DB
Not sure why other sites cached, but two of them now have not.
@RadhiFadlillah commented on GitHub (May 26, 2018):
@tinyn thanks for the report.
This should be fixed by
65d6ddd.Yes, I can confirm that
shioriright now unable to cache that page. Right now the readability package is still in early development and still not works as good as I hope. I will try to fix it in the meantime, so please bear with it for now.@RadhiFadlillah commented on GitHub (Jun 24, 2018):
I’m closing this issue for now because :
65d6dddand;Feels free to reopen it if needed.
Thank you.