gitea/options/locale
JakobDev aaa1094663
Add the ability to pin Issues (#24406)
This adds the ability to pin important Issues and Pull Requests. You can
also move pinned Issues around to change their Position. Resolves #2175.

## Screenshots

![grafik](https://user-images.githubusercontent.com/15185051/235123207-0aa39869-bb48-45c3-abe2-ba1e836046ec.png)

![grafik](https://user-images.githubusercontent.com/15185051/235123297-152a16ea-a857-451d-9a42-61f2cd54dd75.png)

![grafik](https://user-images.githubusercontent.com/15185051/235640782-cbfe25ec-6254-479a-a3de-133e585d7a2d.png)

The Design was mostly copied from the Projects Board.

## Implementation
This uses a new `pin_order` Column in the `issue` table. If the value is
set to 0, the Issue is not pinned. If it's set to a bigger value, the
value is the Position. 1 means it's the first pinned Issue, 2 means it's
the second one etc. This is dived into Issues and Pull requests for each
Repo.

## TODO
- [x] You can currently pin as many Issues as you want. Maybe we should
add a Limit, which is configurable. GitHub uses 3, but I prefer 6, as
this is better for bigger Projects, but I'm open for suggestions.
- [x] Pin and Unpin events need to be added to the Issue history.
- [x] Tests
- [x] Migration

**The feature itself is currently fully working, so tester who may find
weird edge cases are very welcome!**

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-25 15:17:19 +02:00
..
TRANSLATORS Fix missing left and right carets in TRANSLATORS (#21397) 2022-10-10 10:36:37 -04:00
locale_cs-CZ.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_de-DE.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_el-GR.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_en-US.ini Add the ability to pin Issues (#24406) 2023-05-25 15:17:19 +02:00
locale_es-ES.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_fa-IR.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_fi-FI.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_fr-FR.ini [skip ci] Updated translations via Crowdin 2023-05-21 00:26:26 +00:00
locale_hu-HU.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_id-ID.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_is-IS.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_it-IT.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_ja-JP.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_ko-KR.ini [skip ci] Updated translations via Crowdin 2023-04-27 01:07:47 +00:00
locale_lv-LV.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_nl-NL.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_pl-PL.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_pt-BR.ini [skip ci] Updated translations via Crowdin 2023-05-16 00:23:56 +00:00
locale_pt-PT.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00
locale_ru-RU.ini [skip ci] Updated translations via Crowdin 2023-05-09 00:24:20 +00:00
locale_si-LK.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_sk-SK.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_sv-SE.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_tr-TR.ini [skip ci] Updated translations via Crowdin 2023-05-20 00:22:02 +00:00
locale_uk-UA.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_zh-CN.ini [skip ci] Updated translations via Crowdin 2023-05-05 00:22:45 +00:00
locale_zh-HK.ini [skip ci] Updated translations via Crowdin 2023-04-25 00:07:53 +00:00
locale_zh-TW.ini [skip ci] Updated translations via Crowdin 2023-05-02 00:23:19 +00:00