- Sep 15, 2022
-
-
Manuel Leduc authored
-
- Aug 23, 2022
-
-
Manuel Leduc authored
-
Nikita Petrenko authored
Currently translated at 100.0% (13 of 13 strings) Translation: XWiki Platform/Panels.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/panels-translations/uk/
-
- Jul 27, 2022
-
-
Marius Dumitru Florea authored
* Use relative references in the exclusions list * Use POST instead of GET to retrieve the tree contents * Also exclude the Dashbord page (it's not excluded automatically because, same as with the Sandbox page, even if it belongs to an extension, the user can modify it).
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
- Jun 15, 2022
-
-
Vincent Massol authored
-
- 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
-
- Apr 18, 2022
-
-
Marius Dumitru Florea authored
-
- 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
-
-
Marius Dumitru Florea authored
* Add missing dependencies after starting using the l10n JavaScript module.
-
- Feb 15, 2022
-
-
Marius Dumitru Florea authored
-
- Feb 14, 2022
-
-
Marius Dumitru Florea authored
* Fix usage of deprecated APIs (in order to avoid the jquery-migrate warning logs in the JavaScript console).
-
- Feb 11, 2022
-
-
Marius Dumitru Florea authored
* Add missing dependencies after starting using the l10n JavaScript module.
-
- Feb 09, 2022
-
-
Marius Dumitru Florea authored
* Also upgrade the code to work with jQuery UI 1.13.0
-
- Feb 03, 2022
-
-
Marius Dumitru Florea authored
* First batch.
-
- Jan 25, 2022
-
-
Simon Urli authored
-
- Jan 20, 2022
-
-
Michael Hamann authored
* Add a new UIXP `org.xwiki.platform.panels.documentInformation` in the document information panel * Move the existing content into UIXs object, currently all in the same document as the panel * Use HTML directly to avoid creating a definition list per UIX in the information panel * Add a UIXP org.xwiki.platform.template.information in the page information tab * Use a list of static UIX for the existing content in the template * Move UIXs into separate documents * Switch UIX rendering to HTML 5 * Set UIX object numbers to 0 * Add explanation for the distribution into columns based on UIX order parameter. * Add a variable to make it easier to change the order limit between columns. * Render the UIX with html/5.0.
-
- Dec 08, 2021
-
-
Thomas Mortagne authored
XWIKI-19208: Introduce a uiextensions macro XRENDERING-621: Make rendering errors translatables and extendables XWIKI-19007: Propose to search for extensions containing a missing macro right in the error message
-
- Nov 22, 2021
-
-
Vincent Massol authored
-
Vincent Massol authored
-
- Oct 27, 2021
-
-
Vincent Massol authored
XWIKI-18600: Refactor the security modules organization, add a Security Config component and improve some templates
-
- 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.
-
- 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.
-
- 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 22, 2021
-
-
Manuel Leduc authored
-
- May 25, 2021
-
-
Manuel Leduc authored
Updates the livetable live data configuration resolver to apply the following precedence for the property names: - name defined in the Live Data macro - name defined in the translations - pretty name of the property - identifier of the property Updates the Live Data docker tests impacted by the change.
-
- May 18, 2021
-
-
Manuel Leduc authored
-
- May 17, 2021
-
-
Simon Urli authored
-
- May 11, 2021
-
-
Manuel Leduc authored
- Better assertions of columns content - Filtering is now done on column labels instead of column indexes
-