lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
notifications@xwiki.org

  • 58979 discussions
[xwiki/xwiki-commons] 235a52: XCOMMONS-2276 Upgrade to HtmlCleaner 2.29
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/XCOMMONS-2265 Home: https://github.com/xwiki/xwiki-commons Commit: 235a52993fb03b08536baec100379141bbe7f1a2 https://github.com/xwiki/xwiki-commons/commit/235a52993fb03b08536baec100379… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.29 * Change remaining tests To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] e56fe3: XWIKI-21965: The filter converter should reuse the...
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e56fe398f4aaf0b796bdc99224e831d00b0ae74b https://github.com/xwiki/xwiki-platform/commit/e56fe398f4aaf0b796bdc99224e8… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJob.xml Log Message: ----------- XWIKI-21965: The filter converter should reuse the standard job status displayer To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21965) The filter converter should reuse the standard job status displayer
by XWiki Notifications 29 Feb '24

29 Feb '24
1 0
0 0
[xwiki/xwiki-commons] 544e10: XCOMMONS-2276 Upgrade to HtmlCleaner 2.29
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/XCOMMONS-2265 Home: https://github.com/xwiki/xwiki-commons Commit: 544e10d5a0ad2a40ca2f8c7a8dfc3777f51ece7e https://github.com/xwiki/xwiki-commons/commit/544e10d5a0ad2a40ca2f8c7a8dfc3… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.29 * Clarify the test using @mflorea's comment information To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] fd1c15: XCOMMONS-2276 Upgrade to HtmlCleaner 2.25
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/XCOMMONS-2265 Home: https://github.com/xwiki/xwiki-commons Commit: fd1c15160319910003a2e8a4d9d3858e4c3459c6 https://github.com/xwiki/xwiki-commons/commit/fd1c15160319910003a2e8a4d9d38… Author: Clemens Robbenhaar <c.robbenhaar(a)green-meadows.de> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/pom.xml M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/DefaultHTMLCleaner.java M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.25 - update to the release done today - the "setRecognizeUnicodeChars" does no longer needed to be set to "false", but kept at the default value of "true" after https://sourceforge.net/p/htmlcleaner/bugs/221/ is fixed - also update the tests to reflect the current behavior; most of them are likely improvenents, but also add a few cases where this is not so clear - especially the test keeping entitiy encoded curly braces had to be disabled, as this no longer works that way Commit: ca98d88e358c846bc0cd317ba760c6aaeeabe9b6 https://github.com/xwiki/xwiki-commons/commit/ca98d88e358c846bc0cd317ba760c… Author: Clemens Robbenhaar <c.robbenhaar(a)green-meadows.de> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/html/HTMLUtils.java Log Message: ----------- XCOMMONS-2265 HTML Encoded Line Feed character transformed in whitespace - remove the "clean double ampersand escape" workaround which is no longer necessary with HTMLCleaner 2.25 and even harmful in the use case where users want to have their amperand encoded, e.g. when displaying the encoded form in wiki pages Commit: bb86eae74123215011ffdeb722116d87ba681886 https://github.com/xwiki/xwiki-commons/commit/bb86eae74123215011ffdeb722116… Author: Clemens Robbenhaar <c.robbenhaar(a)green-meadows.de> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/DefaultHTMLCleaner.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.25 - put back the ecplicit call to "setRecognizeUnicodeChars(true)" and add a comment why Commit: 046ac13799cce9fa1248dda4edde4315de3e7f19 https://github.com/xwiki/xwiki-commons/commit/046ac13799cce9fa1248dda4edde4… Author: Clemens Robbenhaar <c.robbenhaar(a)green-meadows.de> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.25 - add more comments to tests to explain what they actually test and why - changed one test to use different test text to attribute values and text nodes - also fixed typos in test comments Commit: c6ad19d0ef862be77fd665543d201843485af218 https://github.com/xwiki/xwiki-commons/commit/c6ad19d0ef862be77fd665543d201… Author: Clemens Robbenhaar <c.robbenhaar(a)green-meadows.de> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.25 - removed one test that only documents the behavior of the html cleaner Commit: 08ca35d4a037d9c57dd6cb183585ed8688581777 https://github.com/xwiki/xwiki-commons/commit/08ca35d4a037d9c57dd6cb183585e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-commons-core/xwiki-commons-xml/pom.xml M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java Log Message: ----------- XCOMMONS-2276 Upgrade to HtmlCleaner 2.29 * Upgrade to HtmlCleaner 2.29 and update tests Compare: https://github.com/xwiki/xwiki-commons/compare/ce8d7f421ce7...08ca35d4a037 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 65b41a: XWIKI-21924: Attachment date filtering seems to no...
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/XWIKI-21924 Home: https://github.com/xwiki/xwiki-platform Commit: 65b41a81018f8f05ae01b3a0560db1de099b0c71 https://github.com/xwiki/xwiki-platform/commit/65b41a81018f8f05ae01b3a0560d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/config/vue.config.js A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/mocks/xwiki-meta.js M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterDate.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/test/resources/jasmine-require-config.txt Log Message: ----------- XWIKI-21924: Attachment date filtering seems to not properly working depending on timezone * Try using the user timezone information for performing filtering This fix is currently not good: the obtained range is wrongly displayed with an offset To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] d8f6d3: [Misc] Upgrade LO LTS to latest version
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d8f6d3c89ed09b56a55dccfae67cc068b0ef6e18 https://github.com/xwiki/xwiki-platform/commit/d8f6d3c89ed09b56a55dccfae67c… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M pom.xml Log Message: ----------- [Misc] Upgrade LO LTS to latest version To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 21117d: XWIKI-21959: Provide user timezone information in ...
by XWiki Notifications 29 Feb '24

29 Feb '24
Branch: refs/heads/XWIKI-21959 Home: https://github.com/xwiki/xwiki-platform Commit: 21117dddcbd5eaa5567d8a2e8badae64276b0407 https://github.com/xwiki/xwiki-platform/commit/21117dddcbd5eaa5567d8a2e8bad… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-29 (Thu, 29 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/meta.js Log Message: ----------- XWIKI-21959: Provide user timezone information in xwiki-meta To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] (XCOMMONS-2754) Upgrade from OIDC Provider 1.37.4 to 2.0.1 fails
by XWiki Notifications 29 Feb '24

29 Feb '24
1 0
0 0
[jira@xwiki.org][Issue] (XCOMMONS-2754) Upgrade from OIDC Provider 1.37.4 to 2.0.1 fails
by XWiki Notifications 29 Feb '24

29 Feb '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4893
  • 4894
  • 4895
  • 4896
  • 4897
  • 4898
  • 4899
  • ...
  • 5898
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.