0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up System.outs More... over 15 years ago
Merge branch 'stringmap_converter_fix' More... over 15 years ago
fixes GRAILSPLUGINS-660 (domainObject.moreLikeThis(...) not working with grails 1.1-beta1) More... over 15 years ago
removed a Lucene deprecation warning More... over 15 years ago
grails 1.1 (groovy 1.6) compatibility More... over 15 years ago
latest IDEA project files More... over 15 years ago
updated wiki snapshot after fixing escaped quotes issue More... over 15 years ago
unescape quotes in fetched page text and added some basic content comparison More... over 15 years ago
cleaned imports More... over 15 years ago
increased memory to findbugs More... over 15 years ago
0.5 -> 0.6-SNAPSHOT More... over 15 years ago
fixes GRAILSPLUGINS-644 and GRAILSPLUGINS-643 More... over 15 years ago
fixes GRAILSPLUGINS-642 More... over 15 years ago
fixed debug log message More... over 15 years ago
IDEA project files More... over 15 years ago
added functional test for bundled string-map converter More... over 15 years ago
fixed deprecation warning More... over 15 years ago
fixed README errors More... over 15 years ago
IDEA project files More... over 15 years ago
added a simple tool to sync wiki sources on grails.org with a local copy, and took a snapshot of the current sources More... over 15 years ago
deleted obsolete file More... over 15 years ago
0.5 release More... over 15 years ago
0.5 version number More... over 15 years ago
fixed javadoc warnings More... over 15 years ago
removed unsued env property More... over 15 years ago
Grails 1.1 compatibility: 'ant' instead of 'Ant' in scripts and use defined plugin home var instead of assuming the plugin is installed in the project dir as per Grails 1.0.x More... over 15 years ago
fixes and issue with Searchable Component + annotation mapping on field now that associations are lazy by default; my fix was to add 'accessor = "property"' to the annotation to force Compass to access the object's properties through it's getter/setter rather than directly from field. An alternative fix is to define the relationship as lazy: false at the other end More... over 15 years ago
fixes GRAILSPLUGINS-620 (Incorrectly defining subIndex to be the simple class name when not specified; should be left null instead to be defaulted by Compass) More... over 15 years ago
fixes GRAILSPLUGINS-482 (Instances cannot be deleted if they have a reference to an object containing a Map <String, String>) - added a simple try/catch, not ideal but the problem is really with Compass/Hibernate More... over 15 years ago
for GRAILSPLUGINS-333 - updating searchable property, reference and component mapping options to Compass 2.1 More... over 15 years ago