0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-29 09:54:15 +01:00
gitea/routers/web/repo
wxiaoguang 226231ea27
Fix some pending problems (#29985)
These changes are quite independent and trivial, so I don't want to open
too many PRs.

* https://github.com/go-gitea/gitea/pull/29882#discussion_r1529607091
    * the `f.Close` should be called properly
* the error message could be more meaningful
(https://github.com/go-gitea/gitea/pull/29882#pullrequestreview-1942557935)
*
https://github.com/go-gitea/gitea/pull/29859#pullrequestreview-1942324716
    * the new translation strings don't take arguments
* https://github.com/go-gitea/gitea/pull/28710#discussion_r1443778807
    * stale for long time
*  #28140 
    * a form was forgotten to be changed to work with backend code
2024-03-22 19:17:30 +08:00
..
actions Fix bugs in rerunning jobs (#29955) 2024-03-22 03:19:17 +00:00
setting Fix incorrect menu/link on webhook edit page (#29709) 2024-03-14 01:37:15 +00:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
compare.go Fix some pending problems (#29985) 2024-03-22 19:17:30 +08:00
contributors.go
download.go
editor.go Fix some pending problems (#29985) 2024-03-22 19:17:30 +08:00
editor_test.go
find.go
fork.go Move fork router functions to a standalone file (#29756) 2024-03-13 10:07:53 +00:00
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go Refactor StringsToInt64s (#29967) 2024-03-21 15:07:35 +00:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
packages.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
patch.go
projects.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
projects_test.go
pull.go Move fork router functions to a standalone file (#29756) 2024-03-13 10:07:53 +00:00
pull_review.go
pull_review_test.go Fix template error when comment review doesn't exist (#29888) 2024-03-19 04:19:48 +00:00
recent_commits.go
release.go
release_test.go
render.go
repo.go Refactor URL detection (#29960) 2024-03-21 12:02:34 +00:00
search.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
topic.go
treelist.go
view.go
view_test.go
wiki.go
wiki_test.go