-
-
Notifications
You must be signed in to change notification settings - Fork 601
XWIKI-14136: Dedicate a different page for each version of the extension in the Repository #4600
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ion in the Repository * Start modifying the REST API to retrieve the version information from different page version when it's enabled * WIP: those changes depends on new APIs that are not implemented yet
…ion in the Repository * add concept of separated page mode * start migrating import code to take the new mode into account
…ion in the Repository * import of new extensions (and a bit of migration)
…ion in the Repository * remove debug comments
…ion in the Repository * Provide a livedata to display the various versions
…ion in the Repository * Add some doc
…ion in the Repository * properly migrate existing release notes
…ion in the Repository * Fix livedata to sort by desc version and display proper empty value translation
…ion in the Repository * Provide index for versions
…ion in the Repository * update class
…ion in the Repository * Fix missing parent in VersionsHome * Provide index in ExtensionVersionClass
…ion in the Repository * fix validation
…ion in the Repository * Fix type in the version sheet
…ion in the Repository * Fix the syntax for ExtensionVersionSheet
…ion in the Repository * Fix the ExtensionSheet to have proper checks for displaying versions
…ion in the Repository * fix regression * add Versions home page
…ion in the Repository * Provide a script service for getting the extension version xobject * Fix the download button in ExtensionSheet
…ion in the Repository * fix versions author
…ion in the Repository * Fix index problem when it's not defined in hsqldb * Optimize limit
…ion in the Repository * Fix test
67bda36
to
00d79c7
Compare
…ion in the Repository * codestyle and javadoc
…ion in the Repository * add javadoc
…ion in the Repository * fix various bugs impacting the REST API * update the integration tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira URL
https://jira.xwiki.org/browse/XWIKI-14136
Changes
Description
Add a configuration (enabled by default when using the automated import/update) to allow storing versions information in their own sub-page. They are then displayed as a live data in the extension page instead of a list.
Clarifications
Screenshots & Video
Executed Tests
Expected merging strategy
*