Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
  2. Aug 23, 2022
  3. Jul 18, 2022
  4. Jun 23, 2022
  5. Jun 13, 2022
    • Michael Hamann's avatar
      XWIKI-19682: Solr ParseException from SimpleEventQuery when comparing with... · b7830840
      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`.
      b7830840
  6. Jun 01, 2022
  7. May 17, 2022
  8. Apr 21, 2022
  9. Apr 19, 2022
  10. Mar 23, 2022
  11. Mar 22, 2022
  12. Feb 22, 2022
  13. Feb 08, 2022
  14. Feb 05, 2022
  15. Feb 03, 2022
  16. Jan 25, 2022
  17. Jan 04, 2022
  18. Dec 20, 2021
  19. Nov 22, 2021
  20. Oct 19, 2021
  21. Sep 27, 2021
  22. Sep 21, 2021
  23. Aug 24, 2021
  24. Aug 16, 2021
    • Simon Urli's avatar
      XWIKI-18723: Make ConfigurableClass support all space and wiki administration cases (#1663) · c00e6bc7
      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.
      c00e6bc7
  25. Aug 12, 2021
  26. Jul 20, 2021
  27. Jul 15, 2021
  28. Jul 13, 2021
    • Simon Urli's avatar
      XWIKI-18723: Make ConfigurableClass support all space and wiki administration cases (#1663) · be359c1e
      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
      be359c1e
  29. Jun 28, 2021
  30. Jun 22, 2021
  31. May 18, 2021
Loading