1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-18 17:56:03 +00:00
gitea/routers/web/org
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
..
setting Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
block.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
home.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
members.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
org_labels.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
org.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
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
setting_oauth2.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
setting_packages.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
setting.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
teams.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00