Branch: refs/heads/backport-3615-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6e3b7b9d68750b86cf41d9b1bd38175628374135
https://github.com/xwiki/xwiki-platform/commit/6e3b7b9d68750b86cf41d9b1bd38…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/test/java/org/xwiki/test/ui/TestUtilsTest.java
Log Message:
-----------
XWIKI-22625: TestUtils#getURL doesn't take the wiki into account (#3615)
* Improve getBaseBinURL so that it fallbacks on currentWiki if this
one is provided
* Add a new getURL API taking into account the wiki name
* Extract the wiki from the entityReference when using getURL with a
reference
* Fix and cover possible NPE
* Move wikiName argument to the beginning to follow the URL scheme
* Remove Unstable
* minor fix
(cherry picked from commit 77c5da6df3e53a517d94423b70d7017b399b5dc6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3615-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 31af5ecb5cbf40f4abe0f7f3b83e1c4489023b35
https://github.com/xwiki/xwiki-platform/commit/31af5ecb5cbf40f4abe0f7f3b83e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/test/java/org/xwiki/test/ui/TestUtilsTest.java
Log Message:
-----------
XWIKI-22625: TestUtils#getURL doesn't take the wiki into account (#3615)
* Improve getBaseBinURL so that it fallbacks on currentWiki if this
one is provided
* Add a new getURL API taking into account the wiki name
* Extract the wiki from the entityReference when using getURL with a
reference
* Fix and cover possible NPE
* Move wikiName argument to the beginning to follow the URL scheme
* Remove Unstable
* minor fix
(cherry picked from commit 77c5da6df3e53a517d94423b70d7017b399b5dc6)
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-platform
Commit: 77c5da6df3e53a517d94423b70d7017b399b5dc6
https://github.com/xwiki/xwiki-platform/commit/77c5da6df3e53a517d94423b70d7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/test/java/org/xwiki/test/ui/TestUtilsTest.java
Log Message:
-----------
XWIKI-22625: TestUtils#getURL doesn't take the wiki into account (#3615)
* Improve getBaseBinURL so that it fallbacks on currentWiki if this
one is provided
* Add a new getURL API taking into account the wiki name
* Extract the wiki from the entityReference when using getURL with a
reference
* Fix and cover possible NPE
* Move wikiName argument to the beginning to follow the URL scheme
* Remove Unstable
* minor fix
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22625
Home: https://github.com/xwiki/xwiki-platform
Commit: 27fc330986571b5d01b64c2af232d471cffb4e7f
https://github.com/xwiki/xwiki-platform/commit/27fc330986571b5d01b64c2af232…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/test/java/org/xwiki/test/ui/TestUtilsTest.java
Log Message:
-----------
XWIKI-22625: TestUtils#getURL doesn't take the wiki into account
* Fix and cover possible NPE
* Move wikiName argument to the beginning to follow the URL scheme
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22625
Home: https://github.com/xwiki/xwiki-platform
Commit: f73095abfed04bcf1f00a27cd21309adeaaa8e01
https://github.com/xwiki/xwiki-platform/commit/f73095abfed04bcf1f00a27cd213…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/test/java/org/xwiki/test/ui/TestUtilsTest.java
Log Message:
-----------
XWIKI-22625: TestUtils#getURL doesn't take the wiki into account
* Improve getBaseBinURL so that it fallbacks on currentWiki if this
one is provided
* Add a new getURL API taking into account the wiki name
* Extract the wiki from the entityReference when using getURL with a
reference
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications