This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/markup
wxiaoguang d242511e86
Remove legacy unmaintained packages, refactor to support change default locale (#19308)
Remove two unmaintained vendor packages `i18n` and `paginater`. Changes:
* Rewrite `i18n` package with a more clear fallback mechanism. Fix an unstable `Tr` behavior, add more tests.
* Refactor the legacy `Paginater` to `Paginator`, test cases are kept unchanged.

Trivial enhancement (no breaking for end users):
* Use the first locale in LANGS setting option as the default, add a log to prevent from surprising users.
2022-04-03 17:46:48 +08:00
..
common
csv Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
external Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
markdown Remove legacy unmaintained packages, refactor to support change default locale (#19308) 2022-04-03 17:46:48 +08:00
mdstripper
orgmode Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
camo.go Provide configuration to allow camo-media proxying (#12802) 2022-03-29 10:27:37 +02:00
camo_test.go Provide configuration to allow camo-media proxying (#12802) 2022-03-29 10:27:37 +02:00
html.go Refactor legacy unknwon/com package, improve golangci lint (#19284) 2022-04-01 16:47:50 +08:00
html_internal_test.go
html_test.go
renderer.go Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
renderer_test.go
sanitizer.go
sanitizer_test.go