Skip to content
Snippets Groups Projects
  1. Jul 09, 2024
    • Simon Urli's avatar
      XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it (#3229) · 86e5274f
      Simon Urli authored
      The goal here is to immediately display a feedback in the create page
      dialog telling the user that the reference is wrong before they click on
      create.
      
      I performed following changes here:
        * Refactor CreateActionRequestHandler to have a clean separation
          between retrieving the reference and performing checks over
      templates
        * Refactor a bit CreateAction to perform immediate checks over the
          rights and the name strategy before even checking if the template is
      chosen: the goal being here to immediately provide exception if there's
      a problem
        * Refactor createinline.vm to inject bootstrap modal html elements
          when used with an ajax request: the idea here is to display an ajax
      modal instead of the old deprecated xwiki dialog
        * Refactor xwiki.js to use a jquery ajax call to request and display
          createinline
        * Add listener on xwiki:dom:updated events in both create.js and
          select.js to properly load them in case of dom updates
        * Provide new translations for getting better information from the
          name strategy
        * Improve a bit the template for displaying errors
        * Fix page test
        * Fix page object
        * Move translations
        * Fix typos in translations
        * Fix since
      
      (cherry picked from commit 0d91409d)
      86e5274f
    • Marius Dumitru Florea's avatar
      XWIKI-22290: The edited content is re-rendered even when no macro is modified · 16ff3bd4
      Marius Dumitru Florea authored
      * Ignore the inline flag of XWiki macro widgets when comparing the new with the old content (because it depends on the macro output which is not synced).
      
      (cherry picked from commit a6f2a4c2)
      16ff3bd4
    • Simpel's avatar
      Translated using Weblate (German) · 599e9e85
      Simpel authored
      Currently translated at 100.0% (73 of 73 strings)
      
      Translation: XWiki Platform/PDF Export UI
      Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/pdf-export-ui/de/
      (cherry picked from commit d53d173f)
      599e9e85
  2. Jul 08, 2024
  3. Jul 05, 2024
  4. Jul 04, 2024
  5. Jul 03, 2024
  6. Jul 02, 2024
  7. Jun 28, 2024
  8. Jun 27, 2024
Loading