- Sep 15, 2022
-
-
Manuel Leduc authored
-
- Sep 07, 2022
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Sep 05, 2022
-
-
Thomas Mortagne authored
* fix bugs * improve Solr integration tests * add a Solr integration test the new link store
-
Simon Urli authored
* Move DocumentVersionReference to model-api in proper package * Create a new legacy module for extension-handler-xar * Move the old class in it and mark it deprecated * Move old usage of the old class, to use new one * Create an aspect for the DocumentUnifiedDiff constructor for preserving backward compatibility * Update xwiki-platform-distribution-war-legacydependencies to include the new legacy module
-
- Aug 23, 2022
-
-
Manuel Leduc authored
-
- Aug 16, 2022
-
-
Thomas Mortagne authored
XWIKI-20059: Creating a subwiki with a flavor depending on the standard subwiki flavor with custom XWikiPreferences raises conflict error XWIKI-19880: Subwiki created from flavor have the wrong pages author when the instance contains XAR extensions installed on root namespace Use a Java 8 compatible version to make esier to keep in sync on all supported branches
-
- Aug 09, 2022
-
-
Thomas Mortagne authored
XCOMMONS-2492: Automatically try to convert the input job request when it does not have the expected type
-
Thomas Mortagne authored
XWIKI-20059: Creating a subwiki with a flavor depending on the standard subwiki flavor with custom XWikiPreferences raises conflict error XWIKI-19880: Subwiki created from flavor have the wrong pages author when the instance contains XAR extensions installed on root namespace
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
- Jul 05, 2022
-
-
Manuel Leduc authored
- Update the wiki macro xar files to use the new `defaultCategories` property - Update the java macro to call `setDefaultCategories` - Introduction of `xwiki-platform-legacy-rendering-wikimacro` and `xwiki-platform-legacy-rendering-wikimacro-store` - Add an around aspect on `DefaultWikiMacroFactory.getDefaultCategories` to fallback to `defaultCategory` if no categories are found by the default implementation - Move `WikiMacroConstants.MACRO_DEFAULT_CATEGORY_PROPERTY` to legacy - Update `WikiMacroClassDocumentInitializer` to initialize `defaultCategories` instead of `defaultCategory` - Add `xwiki-platform-legacy-rendering-wikimacro-store` to `xwiki-platform-distribution-war-legacydependencies` - Move `org.xwiki.rendering.macro.wikibridge.WikiMacroDescriptor.Builder#defaultCategory` to legacy - Move `WikiMacroDescriptor.getDefaultCategory` to legacy
-
- Jul 04, 2022
-
-
Manuel Leduc authored
- Update the wiki macro xar files to use the new `defaultCategories` property - Update the java macro to call `setDefaultCategories` - Introduction of `xwiki-platform-legacy-rendering-wikimacro` and `xwiki-platform-legacy-rendering-wikimacro-store` - Add an around aspect on `DefaultWikiMacroFactory.getDefaultCategories` to fallback to `defaultCategory` if no categories are found by the default implementation - Move `WikiMacroConstants.MACRO_DEFAULT_CATEGORY_PROPERTY` to legacy - Update `WikiMacroClassDocumentInitializer` to initialize `defaultCategories` instead of `defaultCategory` - Add `xwiki-platform-legacy-rendering-wikimacro-store` to `xwiki-platform-distribution-war-legacydependencies` - Move `org.xwiki.rendering.macro.wikibridge.WikiMacroDescriptor.Builder#defaultCategory` to legacy - Move `WikiMacroDescriptor.getDefaultCategory` to legacy
-
- Jun 30, 2022
-
-
Thomas Mortagne authored
* missing cleanup
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
- Jun 16, 2022
-
-
Thomas Mortagne authored
-
- Jun 13, 2022
-
-
Thomas Mortagne authored
-
Michael Hamann authored
XWIKI-19682: Solr ParseException from SimpleEventQuery when comparing with equality to empty string (#1834) * Match missing values when the value is `null` (previously, it matched the string "null"). * Add a new helper method to get a complete query string that escapes the empty strings as `""` in `SolrUtils`. * Migrate all relevant usages of `toFilterQueryString` to `toCompleteFilterQueryString`.
-
- May 23, 2022
-
-
Marius Dumitru Florea authored
* Also refactor job.js to drop the need for Velocity
-
- May 19, 2022
-
-
Thomas Mortagne authored
-
- May 17, 2022
-
-
Vincent Massol authored
-
- May 16, 2022
-
-
Thomas Mortagne authored
This reverts commit 1e5a801d.
-
- May 13, 2022
-
-
Vincent Massol authored
* Fix test which requires PR (to not get a SafeStatusJob)
-
- May 12, 2022
-
-
Thomas Mortagne authored
-
- May 02, 2022
-
-
Thomas Mortagne authored
-
- Apr 19, 2022
-
-
Marius Dumitru Florea authored
-
- Mar 24, 2022
-
-
Thomas Mortagne authored
XWIKI-19556: DocumentUserReference do not go through UserReferenceConverter when asking to convert to String
-
- Mar 22, 2022
-
-
Manuel Leduc authored
-
- Mar 15, 2022
-
-
Marius Dumitru Florea authored
* Add a new JavaScript module, xwiki-page-ready, to detect when the page is ready for user interaction. * Replace waitUntilPageJSIsLoaded() with waitUntilPageReady() in test page objects * Drop waitUntilPageIsLoaded because it shouldn't be needed (the BasePage constructor waits for the page to be ready).
-
- Feb 22, 2022
-
-
Marius Dumitru Florea authored
-
- Feb 21, 2022
-
-
Manuel Leduc authored
-
- Feb 01, 2022
-
-
Vincent Massol authored
-
- Jan 25, 2022
-
-
Simon Urli authored
-
- Jan 24, 2022
-
-
Thomas Mortagne authored
* fix typo
-
- Jan 20, 2022
-
-
Guillaume Delhumeau authored
-
- Jan 19, 2022
-
-
Thomas Mortagne authored
* Minor coverage change after the move to Java 11
-
- Jan 17, 2022
-
-
Thomas Mortagne authored
* remove now unused imports
-
- Jan 14, 2022
-
-
Simon Urli authored
* Remove dependency to xwiki-platform-user-default in xwiki-platform-test-oldcore since it introduced a cyclic dependency * Add missing dependency to xwiki-platform-user-default in specific modules that are needing it for now * Fix some problems in DefaultXWikiDocumentMerger and related tests * Fix bug in EventStreamCleanerJobDocumentInitializer
-
- Jan 13, 2022
-
-
Simon Urli authored
* XWIKI-19125: Introduce a displayedAuthor in XWikiDocument This commit introduces the main architectural changes for having a displayedAuthor in XWikiDocument. It actually introduces a new DocumentAuthors concept to hold the various authors that we want to provide in XWikiDocument. The idea is also to move towards using UserReference in XWikiDocument, then the new APIs are returning UserReference. In order to preserve backward compatibility, this commit also introduces a resolver component to resolve UserReference to DocumentReference: this resolver is created as deprecated since it aims at only being used for deprecated APIs. * Fix since and deprecated annotations to use 14.0RC1 * Fix remaining problems in tests * Refactor XWikiRightServiceImplTest * Remove wrong resolver since a serializer actually exists for the same task * Provide a new API to allow setting the displayed user in Document * Use the displayedUser for the document archive author * Set the displayedAuthor when using the save() API * Fix tests to assess it * Use the displayedAuthor in the header * Set the displayedAuthor in the document archive * Add hibernate mapping * Use proper displayed author in SaveAction * Edit javadoc for DocumentAuthors#getDisplayedAuthor * Rename authors to effectiveMetadataAuthor and originalMetadataAuthor * Add setters to DocumentAuthors API * Ensure that the originalMetadataAuthor is set when using Document#saveAsAuthor * Move DefaultDocumentAuthors to oldcore and refactor it to include the document holder: DocumentAuthors is now responsible to set the metadata dirty flag * Refactor XWikiDocument to simplify the code * Remove redundant calls to setMetadataDirty * Fix tests
-
- Jan 04, 2022
-
-
Simpel authored
Currently translated at 100.0% (44 of 44 strings) Translation: XWiki Platform/xwiki-platform-extension-script Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-extension-script/de/
-
Simpel authored
Currently translated at 100.0% (55 of 55 strings) Translation: XWiki Platform/xwiki-platform-extension-handler-xar Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-extension-handler-xar/de/
-