- Jun 03, 2020
-
-
Simon Urli authored
* Define an AsyncNotificationRendererJobInitializer that is a GroupedJobInitializer which defines the size of the pool and the thread priority * Overrides the getJobGroupPath in DefaultAsyncNotificationRenderer to use the same one as the AsyncNotificationRendererJobInitializer * Put new configurations for REST poolSize and Async poolSize in NotificationConfiguration and describe them in xwiki.properties * Use directly NotificationConfiguration in REST NotificationEventExecutor * Use NotificationConfiguration async pool size in AsyncNotificationRendererJobInitializer.
-
Simon Urli authored
* Describe new available properties.
-
- May 29, 2020
-
-
Simon Urli authored
* Small refactorings after @vmassol's review.
-
- May 28, 2020
-
-
Vincent Massol authored
-
- May 27, 2020
-
-
Simon Urli authored
* Add new method in store for atomic rename * Move methods from XWikiDocument to XWiki for rename * Use a fallback on old copyAndDelete rename if the option to use atomic rename is not set to true as a security measure * Move XWikiDocumentTest#rename to XWikiTest and test both new and old rename * Update refactoring to use a real rename method and not copy/delete. * Document new option to switch off atomic rename if needed. * Change the way XWikiSpace are loaded in HibernateStore and adapt the class to allow setting its store. * Move old deprecated rename methods using strings to legacy * Create new utility methods in Document API that uses references instead of String for backlinks and children * Create a new scenario for moving a page to a subwiki.
-
- May 26, 2020
-
-
Vincent Massol authored
XWIKI-17361: Add MariaDB configuration in hibernate config file
-
- May 18, 2020
-
-
Vincent Massol authored
-
Thomas Mortagne authored
* add missing documentation in xwiki.properties
-
- Apr 22, 2020
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Apr 07, 2020
-
-
Guillaume Delhumeau authored
* Rollback the useless change.
-
- Apr 06, 2020
-
-
Guillaume Delhumeau authored
-
- Apr 03, 2020
-
-
Thomas Mortagne authored
-
- Mar 27, 2020
-
-
Thomas Mortagne authored
-
- Mar 26, 2020
-
-
Guillaume Delhumeau authored
-
- Mar 25, 2020
-
-
Simon Urli authored
-
- Mar 23, 2020
-
-
Thomas Mortagne authored
-
- Mar 18, 2020
-
-
Simon Urli authored
* Perform a test with the new parameter on the packager-plugin.
-
- Mar 17, 2020
-
-
Vincent Massol authored
* Make sure that we bundle the user script api in the distribution generated by the Packager mojo since it's core (used for example in xwikivars.vm)
-
- Mar 12, 2020
-
-
Thomas Mortagne authored
-
- Mar 10, 2020
-
-
Simon Urli authored
* Add unit tests and fix minor things
-
Vincent Massol authored
* Revert and have the editor undefined for the SuperAdmin user by default (ie defaults to the wiki-wide editor config which is WYSIWYG by default)
-
- Mar 09, 2020
-
-
Vincent Massol authored
* Add ability to override preferences for superadmin and guest users
-
Vincent Massol authored
* Introduce some new scripting APIs * Fix usage of UserManager * Introduce a configured User Reference Resolver to use the configured user store hint
-
- Mar 02, 2020
-
-
Vincent Massol authored
* Make sure that the minimal WAR created by the old UI test framework has the default User API implementation (was missing apparently)
-
Vincent Massol authored
-
- Feb 27, 2020
-
-
Vincent Massol authored
-
- Feb 20, 2020
-
-
Onlo authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/Jetty listener Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/jetty-listener/pl/
-
Simon Urli authored
* Add a variable in both start_xwiki_debug bash and bat scripts to configure the debug port.
-
- Feb 19, 2020
-
-
Marius Dumitru Florea authored
-
- Feb 14, 2020
-
-
Thomas Mortagne authored
* first experiment (disabled by defauld, can be enabled using "notifications.eventPreFilteringEnabled" property): ** users events are pre filtered and everything the user should see is stored in the event status table ** gathering users notification is just about getting event status entries associated with the user so not more SQL query with 700 filters to take into account
-
- Feb 11, 2020
-
-
Simon Urli authored
* Deprecate property office.serverPort in favor of office.serverPorts
-
- Feb 07, 2020
-
-
Thomas Mortagne authored
-
- Jan 31, 2020
-
-
Vincent Massol authored
-
Vincent Massol authored
-
- Jan 29, 2020
-
-
Simon Urli authored
* Add a new configuration API to retrieve a list of ports to be used in jodconverter for launching the services * Refactor the configuration test * Add a comment in xwiki.properties to specify that a list of ports can now be used * Edit the administration page to display the whole list of ports
-
Thomas Mortagne authored
-
- Jan 24, 2020
-
-
Thomas Mortagne authored
XWIKI-17003: Getting "ResourceNotFoundException: Unable to find resource '/templates/macros.vm'" when building xwiki-platform-distribution-flavor-data-hsqldb
-
- Jan 23, 2020
-
-
Thomas Mortagne authored
* add missing dependency
-
- Jan 22, 2020
-
-
Thomas Mortagne authored
-