Commit message Age Author Refs
r8766:84b4fc9d
i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage The workaround in 7c7d6b5c07c7 no longer works after upstream addressed the main issue and released the changes in TurboGears 2.4.3 . Setting `i18n.native = en` in the .ini works as a workaround. The native language for translations is an implementation detail that users shouldn't have to configure, so we define it as a default value without making it explicit in the generated .ini template files. Note that even though TG will figure out that languages like `en_US` should fall back to using the `en` `kallithea.mo`, it doesn't consider `en_US` native if `en` is in the native list but `en_US` isn't. We thus include the most common aliases for `en` in the list.
Mads Kiilerich
0
r8765:b2c3d456
Merge stable
Mads Kiilerich
0
r8764:e2d7830a
ruff: Do not assign a `lambda` expression, use a `def`
Mads Kiilerich
0
r8763:cef93c7e
ruff: Test for membership should be `not in`
Mads Kiilerich
0
r8762:0e7dab99
ruff: fix multiple statements on one line
Mads Kiilerich
0
r8761:55715fe0
meta: update copyrights
Mads Kiilerich
0
r8760:6cb54b9e
api: include creation date in comments
Manuel Jacob
0
r8759:a1363834
api: add possibility to optionally return comments from get_changeset()
Manuel Jacob
0
r8758:ea1a6567
api: fix get_changeset() when incomplete raw_id is passed with with_reviews Previously, ChangesetStatusModel was queried with the raw_id passed as an argument to the API function. When the raw_id was incomplete (i.e. shortened), no reviews were found. Using the full raw_id from the changeset instance fixes that. Someone might argue that the caller is supposed to pass a full raw_id to the API function. However, in any case, the return value should not be incomplete without notice.
Manuel Jacob
0
r8757:86b9eed9
pullrequests: also limit to stop displaying merged changes If the number of available changes are ok but merged changesets are not, then just show the available changesets.
Mads Kiilerich
0
< 1 2 3 4 5 6 7 .. 878 >