You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes search result links to be relative to the repository page.
For example, I am getting http://git.chronos/andrey/memz-service/andrey/memz-service/src/commit/cc5f663c1a4aa05b60c0060f99869c90bf9a493d/web/dev/tinymce/plugins/example/dialog.html
instead of http://git.chronos/andrey/memz-service/src/commit/cc5f663c1a4aa05b60c0060f99869c90bf9a493d/web/dev/tinymce/plugins/example/dialog.html
Older version ctx.Data["SourcePath"] = setting.AppSubURL + "/" + path.Join(ctx.Repo.Repository.Owner.Name, ctx.Repo.Repository.Name)
works fine
The text was updated successfully, but these errors were encountered:
There's a regression here.
gitea/routers/repo/search.go
Line 43 in 0fe3282
This causes search result links to be relative to the repository page.
For example, I am getting
http://git.chronos/andrey/memz-service/andrey/memz-service/src/commit/cc5f663c1a4aa05b60c0060f99869c90bf9a493d/web/dev/tinymce/plugins/example/dialog.html
instead of
http://git.chronos/andrey/memz-service/src/commit/cc5f663c1a4aa05b60c0060f99869c90bf9a493d/web/dev/tinymce/plugins/example/dialog.html
Older version
ctx.Data["SourcePath"] = setting.AppSubURL + "/" + path.Join(ctx.Repo.Repository.Owner.Name, ctx.Repo.Repository.Name)
works fine
The text was updated successfully, but these errors were encountered: