mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
# The problem The previous implementation will start multiple POST requests from the frontend when moving a column and another bug is moving the default column will never be remembered in fact. # What's changed - [x] This PR will allow the default column to move to a non-first position - [x] And it also uses one request instead of multiple requests when moving the columns - [x] Use a star instead of a pin as the icon for setting the default column action - [x] Inserted new column will be append to the end - [x] Fix #30701 the newly added issue will be append to the end of the default column - [x] Fix when deleting a column, all issues in it will be displayed from UI but database records exist. - [x] Add a limitation for columns in a project to 20. So the sorting will not be overflow because it's int8. --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
10 months ago | |
---|---|---|
.. | ||
actions | 10 months ago | |
setting | 10 months ago | |
activity.go | 1 year ago | |
attachment.go | 1 year ago | |
blame.go | 11 months ago | |
branch.go | 12 months ago | |
cherry_pick.go | 1 year ago | |
code_frequency.go | 1 year ago | |
commit.go | 10 months ago | |
compare.go | 10 months ago | |
contributors.go | 1 year ago | |
download.go | 1 year ago | |
editor.go | 10 months ago | |
editor_test.go | 1 year ago | |
find.go | 11 months ago | |
fork.go | 12 months ago | |
githttp.go | 10 months ago | |
githttp_test.go | 1 year ago | |
helper.go | 1 year ago | |
helper_test.go | 2 years ago | |
issue.go | 10 months ago | |
issue_content_history.go | 11 months ago | |
issue_dependency.go | 1 year ago | |
issue_label.go | 12 months ago | |
issue_label_test.go | 1 year ago | |
issue_lock.go | 1 year ago | |
issue_pin.go | 1 year ago | |
issue_stopwatch.go | 1 year ago | |
issue_test.go | 2 years ago | |
issue_timetrack.go | 1 year ago | |
issue_watch.go | 1 year ago | |
main_test.go | 1 year ago | |
middlewares.go | 1 year ago | |
migrate.go | 1 year ago | |
milestone.go | 12 months ago | |
packages.go | 12 months ago | |
patch.go | 1 year ago | |
projects.go | 10 months ago | |
projects_test.go | 1 year ago | |
pull.go | 10 months ago | |
pull_review.go | 10 months ago | |
pull_review_test.go | 12 months ago | |
recent_commits.go | 1 year ago | |
release.go | 12 months ago | |
release_test.go | 1 year ago | |
render.go | 11 months ago | |
repo.go | 10 months ago | |
search.go | 10 months ago | |
search_test.go | 10 months ago | |
topic.go | 1 year ago | |
treelist.go | 1 year ago | |
view.go | 10 months ago | |
view_test.go | 2 years ago | |
wiki.go | 1 year ago | |
wiki_test.go | 11 months ago |