0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-07 11:14:00 +01:00
gitea/routers/web/repo
Lunny Xiao 98751108b1
Rename project board -> column to make the UI less confusing (#30170)
This PR split the `Board` into two parts. One is the struct has been
renamed to `Column` and the second we have a `Template Type`.

But to make it easier to review, this PR will not change the database
schemas, they are just renames. The database schema changes could be in
future PRs.

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: yp05327 <576951401@qq.com>
2024-05-27 08:59:54 +00:00
..
actions Fix possible ui 500 if workflow's job is nil (#31092) 2024-05-27 05:21:00 +00:00
setting Fix wrong transfer hint (#30889) 2024-05-08 13:17:11 +00:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go Fix code search input for different views (#30678) 2024-04-26 11:21:04 +00:00
compare.go Refactor sha1 and time-limited code (#31023) 2024-05-20 15:12:50 +00:00
contributors.go
download.go
editor_test.go
editor.go Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
find.go
fork.go
githttp_test.go
githttp.go Make sure git version&feature are always prepared (#30877) 2024-05-06 18:34:16 +02:00
helper_test.go
helper.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
projects.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
pull_review_test.go
pull_review.go Prevent allow/reject reviews on merged/closed PRs (#30686) 2024-04-27 11:55:03 +00:00
pull.go Fix View File button link if branch deleted on pull request files pages (#31063) 2024-05-25 14:02:07 +00:00
recent_commits.go
release_test.go
release.go
render.go
repo.go Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
search_test.go Improve grep search (#30843) 2024-05-03 09:13:48 +00:00
search.go Improve grep search (#30843) 2024-05-03 09:13:48 +00:00
topic.go
treelist.go
view_test.go
view.go Fix wrong display of recently pushed notification (#25812) 2024-05-21 17:00:35 +00:00
wiki_test.go Use raw Wiki links for non-renderable Wiki files (#30273) 2024-04-10 17:49:57 +00:00
wiki.go