2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates because of recent changes in the Dandelion API More... over 11 years ago
Improved the cache system A new extra has been added (dandelion-ehcache), allowing to plug-in EhCache as a asset caching system. The cache can be configured thanks to 2 new configuration properties (cache manager and cache configuration). It fixes dandelion/issues#192. The SPI and built-in service provider has been updated (no more check if the key exist before trying to retrieve the cached content) More... over 11 years ago
Modification of the Devmode usage in Asset Stack More... over 11 years ago
Fixed issue when scanning at the root of the classpath More... over 11 years ago
remove Bitdeli Badge More... over 11 years ago
Improved logging and cleaned the filter More... over 11 years ago
All processors are now well isolated Linked with dandelion/issues#199 More... over 11 years ago
Improved the extension API Fixed issue with the addCssClass when one or more classes are to be added to a column (header or not) Fixed issue when trying to modify CSS classes inside an extension using thymeleaf More... over 11 years ago
Improved StringBuilder-based configurations More... over 11 years ago
Fixed issue with table configuration based on StringBuilder More... over 11 years ago
Improved API around classpath scanning More... over 11 years ago
Configuration properties are now read from dandelion/datatables More... over 11 years ago
Support of asset type during an assets exclusion More... over 11 years ago
Refactored all API due to the recent Dandelion internal renaming More... over 11 years ago
Support the protocol-relative URL for asset location (aka //url) More... over 11 years ago
"Assets" lost the "s" for more convention between classes More... over 11 years ago
Better merge support between assets on loading and runtime More... over 11 years ago
Added support for stateSave using Thymeleaf Closes dandelion/issues#205 More... over 11 years ago
Renamed some attribute processors to be more consistent with the JSP taglib More... over 11 years ago
Simplified the configuration processors Now all processors extends the same processor: AbstractConfigurationProcessor. This allowed to removed code duplication and especially to handle in one place the case of processor that accept the recently added syntax for manipulating Dandelion scopes. The AjaxReloadFunctionProcessor now accept the special syntax. Custom sort types can now be used in the sortType / dt:sortType column attribute. Closes dandelion/issues#165 Updated all tests accordingly More... over 11 years ago
Added a new utility for enum More... over 11 years ago
Configuration renaming and TLD improvement The TLD has been refactored with the new attributes and all descriptions have been improved for a better content assist. Closes dandelion/issues#8 Some attributes have been renamed for a better consistency : - sort => sortable - paginate => pageable - filter => filterable - ajax.processing => feature.processing Removed unused attributes and corresponding processors (plugins are now enabled thanks to the ext / dt:ext table attribute) Minor perf improvement in the TableTag by replacing boxed types by primitives. Added a missing Thymeleaf processor for the fixedHeader plugin More... over 11 years ago
Removed useless processors and attributes for plugins Now, plugins can be activated thanks to the ext / dt:ext table attributes. More... over 11 years ago
Fixed escape utility when the string was null More... over 11 years ago
Added new escapeXml attributes where it was necessary Escaping is enabled by default and can be disabled using escapeXml="false" Closes dandelion/issues#200 More... over 11 years ago
Added another utility about Strings escaping More... over 11 years ago
New utility allowing to escape a string Linked with dandelion/issues#200 More... over 11 years ago
Fixed integration tests More... over 11 years ago
Improved column sorting initialization A new column attribute has been added (sortInitOrder/dt:sortInitOrder) allowing to set the order in which column sorting must be initialized. Closes dandelion/issues#194 More... over 11 years ago
Fixed various issues with the export feature Added missing request parameter for ExportConf creation from the request (autosize) Fixed issue with the builder Typos Fixed URL generation More... over 11 years ago