- Oct 17, 2017
-
-
Alex Cotiugă authored
-
- Oct 05, 2017
-
-
Thomas Mortagne authored
-
- Oct 03, 2017
-
-
Guillaume Delhumeau authored
* Fix the Watchlist Bridge * Clean the UI
-
- Sep 27, 2017
-
-
Thomas Mortagne authored
-
- Sep 25, 2017
-
-
Marius Dumitru Florea authored
XWIKI-9639: Allow List of Users filtering also by entering first and last name, not just the user id * Fix webstandards validation tests.
-
Marius Dumitru Florea authored
XWIKI-9639: Allow List of Users filtering also by entering first and last name, not just the user id * Add ClassPropertyValuesProvider implementations for Users and Groups xproperty types * Add styles for showing the suggestion icon (e.g. user avatar) * Add support for generating an anchor if the suggestion has an URL specified (e.g. the user profile) * Add an xclass (XWiki.DocumentClass) to map document fields to xproperty types in order to reuse the xproperty live table filters * Add helper query filters for resolving document references in query results and for checking if they are accessible (viewable) * Update the AWM live table generator and the Documents Macro to not specify the filter type in order to use the default one determined in macros.vm
-
- Sep 22, 2017
-
-
Marius Dumitru Florea authored
* Enable the Live Table 'suggest' filter type only if the column is bound to an xproperty (for the moment) * Fix support for filtering the Live Table on multiple values for the same column * Initialize the selected values only if there are selected values
-
Marius Dumitru Florea authored
* Copying the CSS classes from the form field to the dropdown can have unexpected side effects so better disable this by default * Attach the dropdown to the BODY element because otherwise we can get scroll bars if the parent element of the enhanced form field has limited with/height. * Add support for variable dropdown width. When we use the suggest as Live Table filter the input width is too small and the width of the drop down should be allowed to be larger.
-
Marius Dumitru Florea authored
* Move the default live table filter type mapping to xproperty type inside the macro because the variable defined in macros.vm outside a macro are not accessible. * Add default mapping for Users and Groups property types * The Live Table fails to restore the filter value when the filter has multiple values specified in the URL (because the check for empty filter value doesn't expect an array) * The Live Table doesn't restore the filter value from URL when a select HTML element is used and the selected values don't appear as options in the select * Remove the icon element when the suggestion has no icon * Add comment explaining why we disable the suggest highlighting * Remove code that is not needed anymore if we properly set the "labelField" setting of the selectize widget * Initialize the selected values (in order to display their label/icon and not their raw value). This is especially needed when restoring the Live Table filter value from the URL. * No need to call mapValues() in the DBList displayer (it loads all the values so it doesn't scale) now that we initialize the selection on the client side.
-
- Sep 20, 2017
-
-
Marius Dumitru Florea authored
* Refactor a bit the Velocity code that generates the Live Table filters * Introduce a new filter type "suggest" * Use the Database List suggest input displayer as Live Table filter
-
- Sep 19, 2017
-
-
Guillaume Delhumeau authored
-
- Sep 18, 2017
-
-
Guillaume Delhumeau authored
* Add a displayer for the Watched Entities Notification Filter
-
- Sep 15, 2017
-
-
Marius Dumitru Florea authored
XWIKI-10069: 'Use suggest' in Database List (DBList) has problem when using default 'XWiki Class Name' field XWIKI-8981: Empty value displayed by a DBList with display type input with suggest, if the value has some special characters XWIKI-8097: New widget that extends the Suggest widget with the option to pick multiple values * fix security issue in AppWithinMinutes.ClassEditSheet * integrate selectize.js and used it for DBList properties with input display and picker enabled * Deprecate DBListClass#getQuery and move the code in a QueryBuilder<DBListClass> component * Add a QueryBuilder component role * Add a "text" query filter to be used to filter DBList property values when providing suggestions * Use current resolver in AttachmentQueryFilter * Add a generic REST resource to provide suggestions for xproperty values * Implement support for retrieving DBList value suggestions * Add custom displayer for DBList properties that only handles the input display with picker at the moment (for the rest it delegates to the default displayer) * Deprecate suggest.vm (the REST resource should be used instead)
-
- Sep 13, 2017
-
-
Guillaume Delhumeau authored
* Fix users filter.
-
- Sep 11, 2017
-
-
Thomas Mortagne authored
XWIKI-14687: Installing/upgrading/uninstalling a new REST resource require a restart (most of the time) XWIKI-14605: REST resource installed as extension is broken when upgrading/uninstalling a JAR from the same namespace or root namespace
-
- Aug 30, 2017
-
-
Clément Aubin authored
* Add scopeNotificationFilter displayer template
-
- Aug 28, 2017
-
-
Clément Aubin authored
-
Clément Aubin authored
displayed * Add NotificationFilterDisplayer API * Add NotificationFilterDisplayer default implementation * Add NotificationFilterDisplayer wiki component
-
- Aug 23, 2017
-
-
Clément Aubin authored
-
- Aug 22, 2017
-
-
Guillaume Delhumeau authored
-
- Aug 21, 2017
-
-
Marius Dumitru Florea authored
* Use CKEditor's Macro Wizard for selecting and editing dashboard gadgets.
-
- Aug 08, 2017
-
-
Marius Dumitru Florea authored
* Improve the fix done for XWIKI-11090.
-
- Aug 07, 2017
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Eduard Moraru authored
- Fixed tests by reusing the existing 'wiki-code' class and updating the test selectors - Removed the '.wiki-code' css from misc.less since it's no longer needed and related css goes into code.css now.
-
- Aug 04, 2017
-
-
Eduard Moraru Eduard Moraru authored
XWIKI-14578: Refactor the code viewer and integrate blame information - Replaced the textarea with a line-based view -- Added support for to linking and highlighting a line number - Added blame information for each line -- Displaying blocks of lines coming from the same change - Clicking the version shows the changes view, comparing it to the previous version - Bundled the Blame API as core extension
-
aifrimxwiki authored
Added max-width to prevent gallery to get out of container.
-
- Aug 02, 2017
-
-
Marius Dumitru Florea authored
* Remove left-over code from XWIKI-14504 that causes a JavaScript exception and breaks the feature on IE11.
-
Marius Dumitru Florea authored
XWIKI-14579: The picker to filter on Date types, in LiveTables, doesn't appear on IE 11 and Microsoft Edge 40 * Workaround a moment-jdateformatparser issue.
-
- Jul 31, 2017
-
-
Eduard Moraru authored
- Showing "From empty" when not specifying the first revision (i.e. comparing to the blank document, before creation) - Added links on the compared versions to be able to navigate to the compared versions of the document - Defaulting to the latest version when not specifying the second revision
-
- Jul 18, 2017
-
-
Marius Dumitru Florea authored
* Refactor xwiki-platform-wysiwyg-server into xwiki-platform-wysiwyg-api
-
- Jul 14, 2017
-
-
Marius Dumitru Florea authored
-
- Jul 13, 2017
-
-
Clément Aubin authored
anymore * Fix code quality * Remove useless CSS include
-
Clément Aubin authored
anymore * Fix the bug by editing container classes
-
- Jul 12, 2017
-
-
Ecaterina Moraru (Valica) authored
-
- Jul 11, 2017
-
-
Marius Dumitru Florea authored
* Fix typo * Avoid JavaScript error messages that pollute the JavaScript console.
-
- Jul 07, 2017
-
-
Thomas Mortagne authored
XWIKI-14511: DW Flavor step requires a browser cache refresh to display the Standard Flavor when upgrading from 9.5
-
Thomas Mortagne authored
XWIKI-14511: DW Flavor step requires a browser cache refresh to display the Standard Flavor when upgrading from 9.5
-
- Jun 28, 2017
-
-
Ecaterina Moraru (Valica) authored
- Using color themes variables + fixing some spacing
-