- Sep 15, 2022
-
-
Manuel Leduc authored
-
- Aug 23, 2022
-
-
Manuel Leduc authored
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
- Jun 13, 2022
-
-
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`.
-
- Jun 01, 2022
-
-
Thomas Mortagne authored
-
- May 17, 2022
-
-
Vincent Massol authored
-
- Apr 21, 2022
-
-
Manuel Leduc authored
-
- Apr 19, 2022
-
-
Marius Dumitru Florea authored
-
- Mar 23, 2022
-
-
ParkHK authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/Rating module Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/rating-module/ko/
-
ParkHK authored
-
- Mar 22, 2022
-
-
Manuel Leduc authored
-
- Feb 22, 2022
-
-
Marius Dumitru Florea authored
-
- Feb 08, 2022
-
-
Marius Dumitru Florea authored
* Also update code to use the standard Promise API.
-
- Feb 05, 2022
-
-
Gankov Andrey authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/Rating module Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/rating-module/ru/
-
Gankov Andrey authored
-
- Feb 03, 2022
-
-
Marius Dumitru Florea authored
* First batch.
-
- Jan 25, 2022
-
-
Simon Urli authored
-
- Jan 04, 2022
-
-
Simpel authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/Rating module Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/rating-module/de/
-
Simpel authored
-
Simpel authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/XWiki.RatingsTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-ratingstranslations/de/
-
- Dec 20, 2021
-
-
Simon Urli authored
* Fix case when there's no vote * Ensure to cover it with test case
-
- Nov 22, 2021
-
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Vincent Massol authored
-
- Oct 19, 2021
-
-
Marius Dumitru Florea authored
-
- Sep 27, 2021
-
-
Thomas Mortagne authored
-
- Sep 21, 2021
-
-
Vincent Massol authored
-
- Aug 24, 2021
-
-
Thomas Mortagne authored
-
- Aug 16, 2021
-
-
Simon Urli authored
* Provide a new scope property in ConfigurableClass with 4 possible values: WIKI, SPACE, ALL_SPACES and WIKI+ALL_SPACES. This property replace the old boolean property configureGlobally which was standing for WIKI (true) and SPACE (false). * Refactor ConfigureClassMacros to use the new property and keep performing request with the old property for backward compatibility reason * Refactor all existing ConfigureClass in xwiki-platform to use the new property * Provide translations for ConfigurableClass properties * Put missing "creator" in the standard right so that it's not displayed in the extension rights * Fix integration tests for ConfigurableClass and ensure to not display all spaces section when viewing configurable class page.
-
- Aug 12, 2021
-
-
Simon Urli authored
* Provide a new script service method to allow re-compute the average rating. Note that this method needs programming right since it can be resource consuming.
-
Simon Urli authored
-
Simon Urli authored
* Ensure to reset average to zero when all votes are removed
-
- Jul 20, 2021
-
-
Eduard Moraru authored
-
- Jul 15, 2021
-
-
Simon Urli authored
Revert "XWIKI-18723: Make ConfigurableClass support all space and wiki administration cases (#1663)" This reverts commit be359c1e.
-
Simon Urli authored
* Ensure to catch the right exception in the migration to detect the missing solr core
-
- Jul 13, 2021
-
-
Simon Urli authored
* Provide a new scope property in ConfigurableClass with 4 possible values: WIKI, SPACE, ALL_SPACES and WIKI+ALL_SPACES. This property replace the old boolean property configureGlobally which was standing for WIKI (true) and SPACE (false). * Refactor a bit ConfigureClassMacros to use the new property * Refactor all existing ConfigureClass in xwiki-platform to use the new property * Provide translations for ConfigurableClass properties * Provide a new module with the migration components for ConfigurableClass * Put missing "creator" in the standard right so that it's not displayed in the extension rights
-
- Jun 28, 2021
-
-
Pavel Bludov authored
The enum `RatingQueryField` is public, so all fields should be documented. Related checkstyle issue https://github.com/checkstyle/checkstyle/issues/9876 The link to the failed build: https://github.com/checkstyle/checkstyle/pull/10200/checks?check_run_id=2928353421#step:6:8170
-
- Jun 22, 2021
-
-
Manuel Leduc authored
-
- May 18, 2021
-
-