- Aug 22, 2017
-
-
Guillaume Delhumeau authored
* Use try-with-resource
-
Marius Dumitru Florea authored
XWIKI-14103: The rows of the live table from the Attachments tab in the Page Index aren't ordered no matter what column we sort by * Sort by file name by default. * Update functional test.
-
Guillaume Delhumeau authored
-
Clément Aubin authored
-
Marius Dumitru Florea authored
* Decrease a bit the TPC (I only removed code from the DashboardMacro and I didn't expect the TCP to decrease.. with less code to test and the same amount of unit tests the TCP should increase or at least stay the same..)
-
- Aug 21, 2017
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Use CKEditor's Macro Wizard for selecting and editing dashboard gadgets.
-
Eduard Moraru authored
- Using 4.0 that has fixed the caching bug related to enabling/disabling Syntax Highlighting.
-
- Aug 19, 2017
-
-
Marius Dumitru Florea authored
* Doesn't require PR anymore.
-
- Aug 18, 2017
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Marius Dumitru Florea authored
* Use the same date format as in the Page Index * Simplify the way the Author column is generated. * Escape HTML when the column value doesn't contain HTML.
-
Marius Dumitru Florea authored
* Don't generate a user profile link for superadmin (because there's no such profile).
-
Marius Dumitru Florea authored
* Add support for date filtering using the new date range picker
-
Marius Dumitru Florea authored
* Add translation key * Improve existing translation.
-
Marius Dumitru Florea authored
* Add support for sort and filter on the attachment file size * Switch the attachment mime type and file size filter to single select for now because multiple selection requires more work.
-
Marius Dumitru Florea authored
* Show image preview on the file type column (like on the attachments tab at the bottom of the page) * File type should be the first column
-
Marius Dumitru Florea authored
* Case insensitive sort for string fields (like attachment file name) * Transform the filter value to lower case on the database side to make sure we use the same "to lower case" implementation. * Generate the JSON in memory and serialize it at the end (to bulletproof the JSON generation).
-
- Aug 17, 2017
-
-
Clément AUBIN authored
-
Marius Dumitru Florea authored
* Replace the Page and Space columns with the Location column * TODO: use the same doc.location filter as on the Page Index (we're using doc.fullName filter ATM).
-
Marius Dumitru Florea authored
* Add the mimeType field to the list of allowed sort fields * Rename the "type" column into "mimeType" in order to match the actual attachment field from the database. * Make the mimeType column filterable (using multilist) and sortable. * Add a class definition to XWiki.AllAttachments in order to be able to configure the known file types that are listed in the mimeType filter drop down. * Refactor XWiki.AllAttachmentsResults to use the matchType specified on the request for each filtered field.
-
Vincent Massol authored
[Misc] Depend on CKEditor 1.16-SNAPSHOT in order to have https://jira.xwiki.org/browse/CKEDITOR-176 (Hide Deprecated and Internal Macro categories by default)
-
Vincent Massol authored
-
Clément Aubin authored
script services * Move script services to sub modules
-
Thomas Mortagne authored
-
- Aug 16, 2017
-
-
Clément Aubin authored
-
Thomas Mortagne authored
XWIKI-14618: The REST version of the JobStatus should at least indicate if the job failed
-
Marius Dumitru Florea authored
* Use the "hidden" query filter * We don't need to exclude the blacklisted spaces anymore if we obey the hidden pages configuration.
-
Marius Dumitru Florea authored
XWIKI-14103: The rows of the live table from the Attachments tab in the Page Index aren't ordered no matter what column we sort by * Add the attachment file name to the list of safe columns to query with the Query Manager. * Add a new "attachment" query filter that modifies the query statement to join the XWikiAttachment table and then modifies the results to return a list of AttachmentReference * Deprecate XWiki.searchAttachments() in favor or using the Query Manager with the "attachment" filter. * Use the Query Manager and the "attachment" query filter in XWiki.AllAttachmentsResults
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Marius Dumitru Florea authored
This reverts commit 43971ca3, reversing changes made to 435a28c4.
-
Clément Aubin authored
-
Vincent Massol authored
XWIKI-12990: Displaying a livetable list filter for a non-static list field is not scalable
-
- Aug 14, 2017
-
-
Vincent Massol authored
-
Vincent Massol authored
* Increase TPC a bit...
-
Clément Aubin authored
-
Vincent Massol authored
-