0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Also remove delete button from "*Feature" properties More... over 15 years ago
Add significant documentation to controller and domain README files More... over 15 years ago
Change access security so that even viewing the database requires log in. More... over 15 years ago
Instead of duplicating security settings for every controller, just do once More... over 15 years ago
Add some comments More... over 15 years ago
Fix bug due to import statements not moved to ControllerBase.groovy; add a bit of doc More... over 15 years ago
Undo use of addDateConstraints(), doesn't work; see comment in LanguageProperty.groovy More... over 15 years ago
Abstract a large amount of controller code out into base classes. We do this by creating a mixin to handle some of the code that's shared between EditCognacyController.groovy and LexicalFeatureController.groovy. We would like to do this through multiple inheritance but Groovy doesn't have it. We can't use single inheritance because EditCognacyController doesn't extend all of LexicalFeatureController's base classes. More... over 15 years ago
Add some comments More... over 15 years ago
Finished abstraction, except for SourceLanguage.groovy (weird errors) More... over 15 years ago
More factoring out More... over 15 years ago
Factor out a bunch of common domain-class stuff; not finished More... over 15 years ago
change domain to mail.la.utexas.edu to avoid relay problems More... over 15 years ago
Take delete button out of feature-category classes and abstract the controllers. More... over 15 years ago
Move MySQL5UTF8InnoDBDialect.java to org/hibernate/dialect to fix infinite recompiling in `grails run-app' More... over 15 years ago
Upgrade project to Grails 1.3.2. More... over 15 years ago
Potential fix for double-encoding of Latin-1 characters in edit fields. More... over 15 years ago
Merge branch 'master' of github.com:vaelen/HunterGathererLanguages More... over 15 years ago
Eclipse changes More... over 15 years ago
Warning about code corruption first running grails; list of accounts to get. More... over 15 years ago
Renamed README-pattie.html to README-claire.html to reflect actual author More... over 15 years ago
Merge branch 'master' of github.com:vaelen/HunterGathererLanguages More... over 15 years ago
Move README-pattie.html to doc along with other doc files More... over 15 years ago
Merge branch 'master' of github.com:vaelen/HunterGathererLanguages More... over 15 years ago
Add README-pattie.html, giving info from Pattie including want list More... over 15 years ago
Eclipse 3.6 Groovy plugin made some changes More... over 15 years ago
Add note from Andrew about filtering More... over 15 years ago
Move doc files into doc/ directory More... over 15 years ago
Warnings about bad shit happening when you run grails without DataSource.groovy being present More... over 15 years ago
add note at beginning about DataSource.groovy More... over 15 years ago