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
1 day
ago. based on code collected
3 days
ago.
Jun 14, 2024 — Jun 14, 2025
Showing page 25 of 56
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Winter cleaning
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Added new utility allowing to detect libraries
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Fixed featureAppear configToken And cleaned code
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Fixed issues related with the export feature
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Forgot to update the ExportConf builder with the new parameter Linked with dandelion/issues#201
Thibault Duchateau
More...
over 11 years ago
Update syntax for scope udpate Multiple scopes can now be added, separating by ",". For example: renderFunction="scope1,scope2#javascriptObject"
Thibault Duchateau
More...
over 11 years ago
Filtering addon updated to the latest version
Thibault Duchateau
More...
over 11 years ago
Added Thymeleaf support for extraHTML snippets
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Reorganized imports
Thibault Duchateau
More...
over 11 years ago
Compression and aggregation now defaults to false
Thibault Duchateau
More...
over 11 years ago
Added new utilities for enum
Thibault Duchateau
More...
over 11 years ago
Fixed resource scanning inside JAR
Thibault Duchateau
More...
over 11 years ago
Added support for ranges in DatatablesCriterias The bean DatatablesCriterias can now parse range values and update all ColumnDef accordingly
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Updated the DatatablesAssetLoader due to recent API changes
Thibault Duchateau
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
Thibault Duchateau
More...
over 11 years ago
Fixed conflict between Bootstrap2 and Bootstrap3 extensions
Thibault Duchateau
More...
over 11 years ago
Fixed the way the pageContext is retrieved in locale resolvers
Thibault Duchateau
More...
over 11 years ago
Added missing processof for the dt:filterMinLengh column attribute
Thibault Duchateau
More...
over 11 years ago
Changed the scope of the FluentLenium dependency
Thibault Duchateau
More...
over 11 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
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