2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Thymeleaf] Updated the help file used by content assist plugins Closes #35 More... about 11 years ago
[JSP] Fixed issue with the property attribute of the columnTag Now the "property" attribute has actual precedence over the tag's body Moreover, the body of a column tag is now always skipped if there is no data to iterate on Closes #240 More... about 11 years ago
[Core] Minor javadoc/comments improvements More... about 11 years ago
[Core] Updated asset names to avoid conflict More... about 11 years ago
[Core] Improved Bootstrap 2 & 3 support * Added support for Bootstrap 3 responsive * BS2 & BS3 responsive themes now share the same assets * Removed unused assets thanks to the CDN * Updated UT accordingly More... about 11 years ago
[Thymeleaf] Minor fixes in the Thymeleaf help file More... about 11 years ago
[Core] The filter must be disabled if response is already commited More... about 11 years ago
[Core] Fixed issue with the Bootstrap2 theme The pageable-related stuff (bundle and configuration) was always loaded, even if paging was disabled. More... about 11 years ago
[JSP][Thymeleaf] Renamed the serverParam AJAX feature From serverParams to serverParam. The name is now consistent among the JPS taglib, the Thymeleaf dialect and the configuration properties. More... about 11 years ago
[Core] Improved the Bootstrap 2 theme * The bundle has been rewritten to use CDN instead of assets stored in JARs, thus fixing issue with icons * Upgraded the version of datatables-responsive * Cleaned up the unused assets and reorganized the remaining ones more properly More... about 11 years ago
[Core] Changes in some vendor bundles Bootstrap-datepicker and moment are now configured to load the non-minified version More... about 11 years ago
[Thymeleaf] A step forward to the thread-safety Most of the Thymeleaf processors have been refactored in order to properly handle concurrent accesses. Added comments Closes #239 More... about 11 years ago
Merge remote-tracking branch 'origin/wip-0.10.0' into wip-0.10.0 More... about 11 years ago
[JSP] Fixed issue with the display column attribute More... about 11 years ago
Fixed issue with display column attribute More... about 11 years ago
Ensure assets won't be cached in dev mode More... about 11 years ago
Typos and code cleaning More... about 11 years ago
Added new request parameter allowing to reload bundles at runtime More... about 11 years ago
Fixed issue with HTTP redirections More... about 11 years ago
The DandelionFilter only applies on GET methods More... about 11 years ago
Improved caching and added beta support for JMX JMX: * New jmx configuration property that enables the JMX support. A MBean will be registered in the default platform mbean server and allows to reload bundles and clear cache. Still in beta. Caching: * New cache.name configuration property allowing to choose which caching system to activate. * Fixed initialization of the configuration when using the Ehcache extra More... about 11 years ago
Avoid caching when it's not required More... about 11 years ago
Better compliance with the JSP taglib XSD... More... about 11 years ago
Better compliance with the JSP taglib XSD... More... about 11 years ago
Fixed display issue when using the BS3 theme (Servlet3-compatible only) More... about 11 years ago
Fixed issue with the Servlet3 flag initialization More... about 11 years ago
Improved logging and comments More... about 11 years ago
Improved the help file used by the Thymeleaf content assist plugin More... about 11 years ago
Updated according to recent changes in the core More... about 11 years ago
Replaced simple LRU cache by a concurrent version More... about 11 years ago