Skip to content

Commit 302b417

Browse files
authored
Merge branch 'main' into gm/correct-access-log
2 parents 4d3bbef + 2b749af commit 302b417

31 files changed

+167
-6
lines changed

CHANGELOG.md

+90-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,96 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7-
## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/1.19.0) - 2023-03-19
7+
## [1.19.1](https://github.com/go-gitea/gitea/releases/tag/v1.19.1) - 2023-04-12
8+
9+
* BREAKING
10+
* Rename actions unit to `repo.actions` and add docs for it (#23733) (#23881)
11+
* ENHANCEMENTS
12+
* Add card type to org/user level project on creation, edit and view (#24043) (#24066)
13+
* Refactor commit status for Actions jobs (#23786) (#24060)
14+
* Show errors for KaTeX and mermaid on the preview tab (#24009) (#24019)
15+
* Show protected branch rule names again (#23907) (#24018)
16+
* Adjust sticky PR header to cover background (#23956) (#23999)
17+
* Discolor pull request tab labels (#23950) (#23987)
18+
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884) (#23967)
19+
* Left-align review comments (#23937)
20+
* Fix image border-radius (#23886) (#23930)
21+
* Scroll collapsed file into view (#23702) (#23929)
22+
* Fix code view (diff) broken layout (#23096) (#23918)
23+
* Org pages style fixes (#23901) (#23914)
24+
* Fix user profile description rendering (#23882) (#23902)
25+
* Fix review box viewport overflow issue (#23800) (#23898)
26+
* Prefill input values in OAuth settings as intended (#23829) (#23871)
27+
* CSS color tweaks (#23828) (#23842)
28+
* Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833)
29+
* Add CSS rules for basic colored labels (#23774) (#23777)
30+
* Add creation time in tag list page (#23693) (#23773)
31+
* Fix br display for packages curls (#23737) (#23764)
32+
* Fix issue due date edit toggle bug (#23723) (#23758)
33+
* Improve commit graph page UI alignment (#23751) (#23754)
34+
* Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (#22804) (#23740)
35+
* Redirect to project again after editing it (#23326) (#23739)
36+
* Remove row clicking from notification table (#22695) (#23706)
37+
* Remove conflicting CSS rules on notifications, improve notifications table (#23565) (#23621)
38+
* Fix diff tree height and adjust target file style (#23616)
39+
* BUGFIXES
40+
* Improve error logging for LFS (#24072) (#24082)
41+
* Fix custom mailer template on Windows platform (#24081)
42+
* Update the value of `diffEnd` when clicking the `Show More` button in the DiffFileTree (#24069) (#24078)
43+
* Make label templates have consistent behavior and priority (#23749)
44+
* Fix accidental overwriting of LDAP team memberships (#24050) (#24065)
45+
* Fix branch protection priority (#24045) (#24061)
46+
* Use actions job link as commit status URL instead of run link (#24023) (#24032)
47+
* Add actions support to package auth verification (#23729) (#24028)
48+
* Fix protected branch for API (#24013) (#24027)
49+
* Do not escape space between PyPI repository URL and package name… (#23981) (#24008)
50+
* Fix redirect bug when creating issue from a project (#23971) (#23997)
51+
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) (#23989)
52+
* Use Get/Set instead of Rename when regenerating session ID (#23975) (#23983)
53+
* Ensure RSS icon is present on all repo tabs (#23904) (#23973)
54+
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) (#23969)
55+
* Delete deleted release attachments immediately from storage (#23913) (#23958)
56+
* Use ghost user if package creator does not exist (#23822) (#23915)
57+
* User/Org Feed render description as per web (#23887) (#23906)
58+
* Fix `cases.Title` crash for concurrency (#23885) (#23903)
59+
* Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) (#23899)
60+
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#23874) (#23878)
61+
* Fix JS error when changing PR's target branch (#23862) (#23864)
62+
* Fix 500 error if there is a name conflict when editing authentication source (#23832) (#23852)
63+
* Fix closed PR also triggers Webhooks and actions (#23782) (#23834)
64+
* Fix checks for `needs` in Actions (#23789) (#23831)
65+
* Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) (#23825)
66+
* Fix cancel button in the page of project edit not work (#23655) (#23813)
67+
* Don't apply the group filter when listing LDAP group membership if it is empty (#23745) (#23788)
68+
* Fix profile page email display, respect settings (#23747) (#23756)
69+
* Fix project card preview select and template select (#23684) (#23731)
70+
* Check LFS/Packages settings in dump and doctor command (#23631) (#23730)
71+
* Add git dashes separator to some "log" and "diff" commands (#23606) (#23720)
72+
* Create commit status when event is `pull_request_sync` (#23683) (#23691)
73+
* Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678)
74+
* Fix incorrect `show-modal` and `show-panel` class (#23660) (#23663)
75+
* Improve workflow event triggers (#23613) (#23648)
76+
* Introduce path Clean/Join helper functions, partially backport&refactor (#23495) (#23607)
77+
* Fix pagination on `/notifications/watching` (#23564) (#23603)
78+
* Fix submodule is nil panic (#23588) (#23601)
79+
* Polyfill the window.customElements (#23592) (#23595)
80+
* Avoid too long names for actions (#23162) (#23190)
81+
* TRANSLATION
82+
* Backport locales (with manual fixes) (#23808, #23634, #24083)
83+
* BUILD
84+
* Hardcode the path to docker images (#23955) (#23968)
85+
* DOCS
86+
* Update documentation to explain which projects allow Gitea to host static pages (#23993) (#24058)
87+
* Merge `push to create`, `open PR from push`, and `push options` docs articles into one (#23744) (#23959)
88+
* Fix code blocks in the cheat sheet (#23664) (#23669)
89+
* MISC
90+
* Do not crash when parsing an invalid workflow file (#23972) (#23976)
91+
* Remove assertion debug code for show/hide refactoring (#23576) (#23868)
92+
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) (#23791)
93+
* Make minio package support legacy MD5 checksum (#23768) (#23770)
94+
* Improve template error reporting (#23396) (#23600)
95+
96+
## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/v1.19.0) - 2023-03-19
897

998
* BREAKING
1099
* Add loading yaml label template files (#22976) (#23232)

options/locale/locale_cs-CZ.ini

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ footer=Patička
117117
footer.software=O softwaru
118118
footer.links=Odkazy
119119

120+
[editor]
121+
120122
[filter]
121123
string.asc=A – Z
122124
string.desc=Z – A

options/locale/locale_de-DE.ini

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ rss_feed=RSS Feed
110110

111111
[aria]
112112

113+
[editor]
114+
113115
[filter]
114116

115117
[error]

options/locale/locale_el-GR.ini

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ footer=Υποσέλιδο
117117
footer.software=Σχετικά με το Λογισμικό
118118
footer.links=Συνδέσεις
119119

120+
[editor]
121+
120122
[filter]
121123
string.asc=A - Z
122124
string.desc=Z - A

options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ pulls.delete.text = Do you really want to delete this pull request? (This will p
17131713

17141714
milestones.new = New Milestone
17151715
milestones.closed = Closed %s
1716-
milestones.updated = Updated
1716+
milestones.update_ago = Updated %s
17171717
milestones.no_due_date = No due date
17181718
milestones.open = Open
17191719
milestones.close = Close

options/locale/locale_es-ES.ini

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ rss_feed=Fuentes RSS
110110

111111
[aria]
112112

113+
[editor]
114+
113115
[filter]
114116
string.asc=A - Z
115117
string.desc=Z - A

options/locale/locale_fa-IR.ini

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ never=هرگز
9595

9696
[aria]
9797

98+
[editor]
99+
98100
[filter]
99101

100102
[error]

options/locale/locale_fi-FI.ini

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ rss_feed=RSS-syöte
109109

110110
[aria]
111111

112+
[editor]
113+
112114
[filter]
113115

114116
[error]

options/locale/locale_fr-FR.ini

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ rss_feed=Flux RSS
110110

111111
[aria]
112112

113+
[editor]
114+
113115
[filter]
114116

115117
[error]

options/locale/locale_hu-HU.ini

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ error404=Az elérni kívánt oldal vagy <strong>nem létezik</strong>, vagy <str
8585

8686
[aria]
8787

88+
[editor]
89+
8890
[filter]
8991

9092
[error]

options/locale/locale_id-ID.ini

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ loading=Memuat…
7979

8080
[aria]
8181

82+
[editor]
83+
8284
[filter]
8385

8486
[error]

options/locale/locale_is-IS.ini

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ never=Aldrei
106106

107107
[aria]
108108

109+
[editor]
110+
109111
[filter]
110112

111113
[error]

options/locale/locale_it-IT.ini

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ rss_feed=Feed RSS
110110

111111
[aria]
112112

113+
[editor]
114+
113115
[filter]
114116

115117
[error]

options/locale/locale_ja-JP.ini

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ footer=フッター
119119
footer.software=ソフトウェアについて
120120
footer.links=リンク
121121

122+
[editor]
123+
122124
[filter]
123125
string.asc=A - Z
124126
string.desc=Z - A

options/locale/locale_ko-KR.ini

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ loading=불러오는 중...
7878

7979
[aria]
8080

81+
[editor]
82+
8183
[filter]
8284

8385
[error]

options/locale/locale_lv-LV.ini

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ footer=Kājene
117117
footer.software=Par programmatūru
118118
footer.links=Saites
119119

120+
[editor]
121+
120122
[filter]
121123
string.asc=A - Z
122124
string.desc=Z - A

options/locale/locale_nl-NL.ini

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ rss_feed=RSS Feed
110110

111111
[aria]
112112

113+
[editor]
114+
113115
[filter]
114116

115117
[error]

options/locale/locale_pl-PL.ini

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ never=Nigdy
108108

109109
[aria]
110110

111+
[editor]
112+
111113
[filter]
112114

113115
[error]

options/locale/locale_pt-BR.ini

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ footer=Rodapé
117117
footer.software=Sobre o Software
118118
footer.links=Links
119119

120+
[editor]
121+
120122
[filter]
121123
string.asc=A - Z
122124
string.desc=Z - A

options/locale/locale_pt-PT.ini

+20
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,28 @@ never=Nunca
112112

113113
rss_feed=Fonte RSS
114114

115+
on_date=no dia
115116

116117
[aria]
117118
navbar=Barra de navegação
118119
footer=Rodapé
119120
footer.software=Sobre o Software
120121
footer.links=Ligações
121122

123+
[editor]
124+
buttons.heading.tooltip=Adicionar cabeçalho
125+
buttons.bold.tooltip=Adicionar texto em negrito
126+
buttons.italic.tooltip=Adicionar texto em itálico
127+
buttons.quote.tooltip=Citar texto
128+
buttons.code.tooltip=Adicionar código-fonte
129+
buttons.link.tooltip=Adicionar uma ligação
130+
buttons.list.unordered.tooltip=Adicionar uma lista de pontos
131+
buttons.list.ordered.tooltip=Adicionar uma lista numerada
132+
buttons.list.task.tooltip=Adicionar uma lista de tarefas
133+
buttons.mention.tooltip=Mencionar um utilizador ou uma equipa
134+
buttons.ref.tooltip=Referenciar uma questão ou um pedido de integração
135+
buttons.switch_to_legacy.tooltip=Usar o editor clássico
136+
122137
[filter]
123138
string.asc=A - Z
124139
string.desc=Z - A
@@ -740,6 +755,7 @@ principal_state_desc=Este protagonista foi usado nos últimos 7 dias
740755
show_openid=Mostrar no perfil
741756
hide_openid=Ocultar do perfil
742757
ssh_disabled=SSH desabilitado
758+
ssh_signonly=Neste momento o SSH está desabiltado, por isso estas chaves são usadas apenas para verificar assinaturas de cometimentos.
743759
ssh_externally_managed=Esta chave SSH é gerida externamente para este utilizador
744760
manage_social=Gerir contas sociais associadas
745761
social_desc=Estas contas sociais estão vinculadas à sua conta do Gitea. Certifique-se que as reconhece todas, uma vez que podem ser usadas para iniciar sessão na sua conta do Gitea.
@@ -1747,6 +1763,8 @@ wiki.create_first_page=Criar a primeira página
17471763
wiki.page=Página
17481764
wiki.filter_page=Filtrar página
17491765
wiki.new_page=Página
1766+
wiki.page_title=Título da página
1767+
wiki.page_content=Conteúdo da página
17501768
wiki.default_commit_message=Escreva uma nota sobre a modificação desta página (opcional).
17511769
wiki.save_page=Guardar página
17521770
wiki.last_commit_info=%s editou esta página %s
@@ -2312,7 +2330,9 @@ release.target=Alvo
23122330
release.tag_helper=Escolha uma etiqueta existente ou crie uma nova.
23132331
release.tag_helper_new=Nova etiqueta. Esta etiqueta será criada a partir do destino.
23142332
release.tag_helper_existing=Etiqueta existente.
2333+
release.title=Título do lançamento
23152334
release.title_empty=O título não pode estar vazio.
2335+
release.message=Descreva este lançamento
23162336
release.prerelease_desc=Marcar como pré-lançamento
23172337
release.prerelease_helper=Marcar este lançamento como inadequado para uso em produção.
23182338
release.cancel=Cancelar

options/locale/locale_ru-RU.ini

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ footer=Подвал
119119
footer.software=О программе
120120
footer.links=Ссылки
121121

122+
[editor]
123+
122124
[filter]
123125
string.asc=A - Я
124126
string.desc=Я - А

options/locale/locale_si-LK.ini

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ never=කිසි විටෙකත්
9595

9696
[aria]
9797

98+
[editor]
99+
98100
[filter]
99101

100102
[error]

options/locale/locale_sk-SK.ini

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ rss_feed=RSS kanál
109109

110110
[aria]
111111

112+
[editor]
113+
112114
[filter]
113115

114116
[error]

options/locale/locale_sv-SE.ini

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ error404=Sidan du försöker nå <strong>finns inte</strong> eller så <strong>h
8484

8585
[aria]
8686

87+
[editor]
88+
8789
[filter]
8890

8991
[error]

options/locale/locale_tr-TR.ini

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ footer=Alt Bilgi
117117
footer.software=Yazılım Hakkında
118118
footer.links=Bağlantılar
119119

120+
[editor]
121+
120122
[filter]
121123
string.asc=A - Z
122124
string.desc=Z - A

options/locale/locale_uk-UA.ini

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ never=Ніколи
9696

9797
[aria]
9898

99+
[editor]
100+
99101
[filter]
100102

101103
[error]

options/locale/locale_zh-CN.ini

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ footer=页脚
119119
footer.software=关于软件
120120
footer.links=链接
121121

122+
[editor]
123+
122124
[filter]
123125
string.asc=A - Z
124126
string.desc=Z - A

options/locale/locale_zh-HK.ini

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ enabled=已啟用
5454

5555
[aria]
5656

57+
[editor]
58+
5759
[filter]
5860

5961
[error]

options/locale/locale_zh-TW.ini

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ footer=頁尾
119119
footer.software=關於軟體
120120
footer.links=連結
121121

122+
[editor]
123+
122124
[filter]
123125
string.asc=A - Z
124126
string.desc=Z - A

0 commit comments

Comments
 (0)