Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: c3f7e05099693630adf9477b19bf34c3c6e9238d
https://github.com/xwiki/xwiki-platform/commit/c3f7e05099693630adf9477b19bf…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-ui/src/main/resources/SkinsCode/Translations.xml
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-ui/src/main/resources/SkinsCode/XWikiSkinsSheet.xml
Log Message:
-----------
XWIKI-15198: Skin logo doesn't change with the new Color Theme (#3281)
* Added a translation to contain the warning for users.
* Added this warning
* Replaced the wiki syntax with HTML syntax for the creation of the DL. Note that now when there's no property, the DL is still generated, but I verified that it's invisible both visually and semantically
* Added wiki escaping before the HTML escaping since we support wiki syntax in this HTML macro now.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 8e6bcf0b69806ad342d5d8985dc56867de60b43a
https://github.com/xwiki/xwiki-commons/commit/8e6bcf0b69806ad342d5d8985dc56…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
R xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/java/org/xwiki/job/JobManager.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/pom.xml
R xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/DefaultJobManager.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/resources/META-INF/components.txt
R xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobManagerTest.java
M xwiki-commons-core/xwiki-commons-legacy/pom.xml
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/pom.xml
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/xwiki-commons-legacy-job-api/pom.xml
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/xwiki-commons-legacy-job-api/src/main/java/org/xwiki/job/JobManager.java
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/xwiki-commons-legacy-job-default/pom.xml
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/xwiki-commons-legacy-job-default/src/main/java/org/xwiki/job/internal/DefaultJobManager.java
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/xwiki-commons-legacy-job-default/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-job/xwiki-commons-legacy-job-default/src/test/java/org/xwiki/job/internal/DefaultJobManagerTest.java
Log Message:
-----------
[Misc] Move deprecated JobManager/DefaultJobManager to legacy modules
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications