openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Dandelion
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
2 days
ago.
Jun 11, 2024 — Jun 11, 2025
Showing page 27 of 56
Search / Filter on:
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
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Add the missing LICENCE file
Romain Lespinasse
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)
Thibault Duchateau
More...
over 11 years ago
Used Dandelion utilities and cleaned code
Thibault Duchateau
More...
over 11 years ago
Updated classes to use the DevMode Dandelion class instead of Datatables' one
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
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.
Thibault Duchateau
More...
over 11 years ago
Cleaned code
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Add support for the id attribute in datatables:column tag Closes dandelion/issues#147
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Merge pull request #16 from bobkilla/sortInitFix
Thibault Duchateau
More...
over 11 years ago
Delete useless import
[email protected]
More...
over 11 years ago
Fixed the sortInit when using the display attribute
grenneville
More...
over 11 years ago
Fix a bug with sortInit.
grenneville
More...
over 11 years ago
Add feature "Automatically add scopes to a request context"
Romain Lespinasse
More...
over 11 years ago
fix infinite loop in "repair orphan scope" method
Romain Lespinasse
More...
over 11 years ago
Updated README
Thibault Duchateau
More...
over 11 years ago
[maven-release-plugin] prepare for next development iteration
Thibault Duchateau
More...
over 11 years ago
[maven-release-plugin] prepare release dandelion-datatables-0.9.3
Thibault Duchateau
More...
over 11 years ago
Cleaned dead code
Thibault Duchateau
More...
over 11 years ago
fix bug in the resource scanner when folder name is empty
Romain Lespinasse
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
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Added compatibility to Thymeleaf 2.1.1.RELEASE Fixed a compatibility issue by removing some unne
Thibault Duchateau
More...
over 11 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
55
56
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree