2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue with extra Javascript file insertion Closes dandelion/issues#198 Also added comments More... over 11 years ago
Added support for delayed filtering The filtering delay is based on the number of new character that have to be taped to trigger the filtering. New filterLength/dt:filterLength column attribute. Updated lots of licence text Added comments Improved exception handling Closes dandelion/issues#187 More... over 11 years ago
Fixed issue with display type when using custom export format Also cleaned code Fixed order issue when displaying export links More... over 11 years ago
Refactored the whole configuration system The main goal of this refactoring was to increase performance by removing lots of reflection. * Added a new ConfigToken allowing to store a configuration, how to read it from properties and how to process it. Note that even if all configurations have been refactored to support the CamelCase, the case remains insensitive when it's read. * Added TableConfig and ColumnConfig: placeholder for all possible configurations * Refactored ColumnConfiguration and TableConfiguration to use ConfigToken instead of plenty of fields/accessors * Improved exception handling when a wrong configuration group was activated * Refactored export mechanism to be able to use a totally custom export. Some export formats use reserved words, such as "csv", "pdf", "xml", "xls" and "xlsx" and allow to activate default values (e.g. mimeType, built-in export classes) * Refactored all Thymeleaf processor with the new configuration mechanism. Also eased all method signatures thanks to the abstract superclasses. * Updated all unit tests * Removed the cdn option from the TLD and from the Thymeleaf dialect: it now handled by Dandelion Core * Closed dandelion/issues#141 by making some classes implementing the Serializable interface * Closes dandelion/issues#191 * Closes dandelion/issues#176 More... over 11 years ago
Add the missing LICENCE file More... over 11 years ago
Refactored the WebResourceGenerator using the extension mechanism * Added new features for Export, Appear, ExtraConf, ExtraFile and ExtraHtml * Added a new scope for the download.js dependency Cleaned code and comments Improved Javascript generation (useless instancitions, indentations) More... over 11 years ago
Used Dandelion utilities and cleaned code More... over 11 years ago
Updated classes to use the DevMode Dandelion class instead of Datatables' one More... over 11 years ago
Reintegrated URL processing * The URL passed in some of the JSP taglib attributes are now processed (context path applied) * Removed RequestHelper and added some utilites in UrlUtils * The HttpServletResponse is now part of the TableConfiguration, in order to be able to encode URL if necessary Also cleaned code and comments ExtraConf JSP tag commented, waiting for the corresponding Dandelion feature More... over 11 years ago
Special characters are now allowed in table ids All special characters are removed when creating the Javascript name but the original one is preserved Closes dandelion/issues#129 More... over 11 years ago
Cleaned code No need a random ID anymore. Dandelion can properly handle multiple tables on the same page. No need to give the JsResource a name anymore. The name is given by the scope. More... over 11 years ago
Cleaned code More... over 11 years ago
Improvements in themes Added forgotten bootstrap pagination style when activating the bootstrap3 theme Updated the Theme enum with Bootstrap3 Improved debug message when using a wrong attribute value Changed the parent scope for the bootstrap pagination style in order to load assets in the right order More... over 11 years ago
Add support for the id attribute in datatables:column tag Closes dandelion/issues#147 More... over 11 years ago
Added support for hot reloading of whole configuration when dev mode enabled "whole configuration" means: * datatables.properties (containing the main configuration of the component) * all datatables_XX.properties (bundles containing internationalized messages) Closes dandelion/issues#182 More... over 11 years ago
Refactored exception handling All exceptions now extend a new DandelionDatatablesException which is a RuntimeException A new UnknowGroupException is now thrown when a user use a group not configured in the configuration file A new ExtraFileNotFoundException is now thrown when an extra file is not found More... over 11 years ago
Merge pull request #16 from bobkilla/sortInitFix More... over 11 years ago
Delete useless import More... over 11 years ago
Fixed the sortInit when using the display attribute More... over 11 years ago
Fix a bug with sortInit. More... over 11 years ago
Add feature "Automatically add scopes to a request context" More... over 11 years ago
fix infinite loop in "repair orphan scope" method More... over 11 years ago
Updated README More... over 11 years ago
[maven-release-plugin] prepare for next development iteration More... over 11 years ago
[maven-release-plugin] prepare release dandelion-datatables-0.9.3 More... over 11 years ago
Cleaned dead code More... over 11 years ago
fix bug in the resource scanner when folder name is empty More... over 11 years ago
Moved the default exportLinkPosition Moved to exportConfsProcessor, allowing to avoid applying a processor at each table instanciation Adapted the unit test accordingly More... over 11 years ago
Moved the default exportLinkPosition Moved to exportConfsProcessor, allowing to avoid applying a processor at each table instanciation Adapted the unit test accordingly More... over 11 years ago
Added compatibility to Thymeleaf 2.1.1.RELEASE Fixed a compatibility issue by removing some unne More... over 11 years ago