This issue has been created
There is 1 update.
 
 
XWiki Infrastructure / cid:jira-generated-image-avatar-2a33ab26-f4af-47cf-b6b0-a7284c58cdb6 XINFRA-464 Open

Upgrade to Weblate 5.16.1

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-9519d144-2a10-4f2d-95e0-32cbac40cdca Simon Urli created this issue on 17/Feb/26 10:05
 
Summary: Upgrade to Weblate 5.16.1
Issue Type: cid:jira-generated-image-avatar-2a33ab26-f4af-47cf-b6b0-a7284c58cdb6 Task
Assignee: Unassigned
Components: l10n.xwiki.org
Created: 17/Feb/26 10:05
Priority: cid:jira-generated-image-static-major-5e3f4fcb-320a-4d19-8f7b-406f7da90083 Major
Reporter: Simon Urli
Description:

Upgrade from 5.15.1
See release notes: https://github.com/WeblateOrg/weblate/releases

Note that right now 5.16.1 has not been released but is planned to contain https://github.com/WeblateOrg/weblate/pull/17980 that we need.
Also we'll need to perform the following calls after the upgrade before restarting weblate:

from django.db.models import F
Component.objects.filter(new_base="", file_format="xwiki-page-properties").update(new_base=F("template"))
Component.objects.filter(new_base="", file_format="xwiki-java-properties").update(new_base=F("template"))
Component.objects.filter(new_base="", file_format="xwiki-fullpage").update(new_base=F("template"))

From the django shell (weblate shell). To ensure that all components have properly a template set. See also: https://github.com/WeblateOrg/weblate/issues/14712#issuecomment-3852814030

 
 

1 update

 
cid:jira-generated-image-avatar-9519d144-2a10-4f2d-95e0-32cbac40cdca Changes by Simon Urli on 17/Feb/26 10:05
 
Assignee: Simon Urli