2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Winter cleaning More... over 11 years ago
Improved export feature when using controller The ExportConf instance built with any controller is now optional. By default, the parameter set via the JSP taglib / Thymeleaf dialect will be used to initialize an ExportConf instance. ExportConf instance built by hand in a controller will override the default ExportConf built from the request Cleaned code / added comments Added missing fileExtension and mimeType attribute of the ExportTag Added missing "rtexprvalue" in the TLD More... over 11 years ago
Added new utility allowing to detect libraries More... over 11 years ago
Fixed auto configuration of the JstlMessageResolver The JstlMessageResolver was auto-configured because of the presence of the JSTL JAR in the classpath in Thymeleaf apps, only if using the Thymeleaf Tiles2 extra More... over 11 years ago
Fixed featureAppear configToken And cleaned code More... over 11 years ago
Improved the export feature URL parameters are now decoded if necessary (closes dandelion/issues#189) Refactored the passed export parameters. Now all requests (default or custom export) contains the tableId being exported Generated Javascript is better displayed (indentation, CR) Better exception handling when the export class is not present in the classpath URLUtils has been cleaned and all export-related methods have been moved to ExportUtils More... over 11 years ago
Fixed issues related with the export feature More... over 11 years ago
Added support for table reloading Added a new scope Updated the JSP taglib and the Thymeleaf dialect with the new reloadSelector/dt:reloadSelector and reloadFunction/dt:reloadFunction table attributes Closes dandelion/issues#2 More... over 11 years ago
Forgot to update the ExportConf builder with the new parameter Linked with dandelion/issues#201 More... over 11 years ago
Update syntax for scope udpate Multiple scopes can now be added, separating by ",". For example: renderFunction="scope1,scope2#javascriptObject" More... over 11 years ago
Filtering addon updated to the latest version More... over 11 years ago
Added Thymeleaf support for extraHTML snippets More... over 11 years ago
Added support for multi-filtering Filtering can now be triggered on a click event. New attributes have been added (filterSelector, filterClearSelector) to automatically bind click event to some elements targeted by the passed selectors Updated the filteringaddon to the latest version New "date_range" filter type, automatically created with bootstrap datepicker when enabled. Cleaned all processors by removing duplicated code Updated all tests accordingly Closes dandelion/issues#119 More... over 11 years ago
New syntax available is some attributes For instance in the renderFunction attribute, the following syntax can now be used: renderFunction="scopeNameToAddInTheCurrentRequest#javascriptFunction" thus allowing to avoid using the dandelion JSP taglib or Thymeleaf dialect to add manually the scope in the request More... over 11 years ago
Cleaned ColumnInitializedElProcessor Now, the property, renderFunction and default have their own processor The DataTables defaultContent parameter is now always added More... over 11 years ago
Reorganized imports More... over 11 years ago
Compression and aggregation now defaults to false More... over 11 years ago
Added new utilities for enum More... over 11 years ago
Fixed resource scanning inside JAR More... over 11 years ago
Added support for ranges in DatatablesCriterias The bean DatatablesCriterias can now parse range values and update all ColumnDef accordingly More... over 11 years ago
Code cleaning Make use of the new EnumUtils class to display possible values of an enum Renamed custom to hasCustomUrl in ExportConf for the sake of consistency More... over 11 years ago
Upgraded the filtering addon to latest version Fixed issue with repeated headers Now the duplicated cells added for filtering but without any filtering element are empty. Fixed issue with placeholder=none (extra filtering form) Closes dandelion/issues#167 More... over 11 years ago
Refactored the Thymeleaf implementation All abstract processors now contain utilities to facilitate the creation of processors Added new processors allowing to write a "configuring div" inside a template, just before the table tag. This div allows to configure: exports, callback, extraFile and configuration properties. Comments updated/added in almost all processors Renamed some processors for the sake of consistency Removed all processors related to export and callback (now handled by the new "configuring div") Removed dead code Updated integration tests with the new features and cleaned all test templates Closes dandelion/issues#161 Closes dandelion/issues#201 Closes dandelion/issues#202 More... over 11 years ago
Support for landscape orientation when exporting in PDF Only JSP for now, Thymeleaf will follow. Linked with dandelion/issues#201 More... over 11 years ago
Updated the DatatablesAssetLoader due to recent API changes More... over 11 years ago
Refactored the resource scanning For now, the scanner only supports filesystem scanning (not JAR). The ResourceScanner can now be configured to scan: - recursively inside the configured path (interface updated and all related implementation accordingly) - by excluding some paths/subpaths Added some unit tests for the ResourceScanner Added comments More... over 11 years ago
Fixed conflict between Bootstrap2 and Bootstrap3 extensions More... over 11 years ago
Fixed the way the pageContext is retrieved in locale resolvers More... over 11 years ago
Added missing processof for the dt:filterMinLengh column attribute More... over 11 years ago
Changed the scope of the FluentLenium dependency More... over 11 years ago