Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Misc] Clean up a bit xwiki.js to move deprecated stuff #3230

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

surli
Copy link
Member

@surli surli commented Jun 25, 2024

Jira URL

None

Changes

Description

  • Just moving some deprecated stuff from xwiki.js to compatibility.js

Clarifications

N/A

Screenshots & Video

N/A

Executed Tests

mvn clean install -Pquality on the module of the changes.

Expected merging strategy

  • Prefers squash: Yes
  • Backport on branches:
    • No

@surli surli requested a review from mflorea June 25, 2024 14:20
* @deprecated Since XWiki 7.4, the watchlist UI is implemented in a UI extension. This code is still there to not
* break the retro-compatibility but we can consider removing it.
*/
watchlist : {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering how much that stuff shouldn't be move to the watch list extension code, instead of being put there.

Copy link
Member

@tmortagne tmortagne Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving it to the watch list extension is not very far from deleting it for good, as the code which stills uses this API is not going to load it.

@surli surli merged commit a5f8379 into master Jul 11, 2024
1 check passed
@surli surli deleted the misc-clean-xwikijs branch July 11, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants