1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed type-o in InvitationMailer (*nix is case sensitive!) More... over 15 years ago
Invite users / confirm email / choose password workflow completed and passing end-to-end tests More... over 15 years ago
Update build configuration to output tests results to file rather than console, which was causing problems for MikeCI More... over 15 years ago
Fixed bug in SitePolicy that was preventing the saving of new Sites More... over 15 years ago
Fixed bug in DbPlace.equals() that was leading to some ignored navigation events. More... over 15 years ago
Removed hsqldb dependency from project until hsqldb bug at https://sourceforge.net/tracker/?func=detail&aid=2945650&group_id=23316&atid=378131 is fixed. In the meantime h2 mostly works. More... over 15 years ago
Corrected database type of dateDeleted in the Site entity More... over 15 years ago
Updated units tests to run against in-memory H2 database by default. This can now be overriden with the system property activityinfo.pu, for example mvn -Dactivityinfo.pu=msql-test test More... over 15 years ago
Add explicit entry for central repository to POM More... over 15 years ago
Externalized location of map tiles, added log4j More... over 15 years ago
Disabled soyc by default (takes WAY too long), if you want soyc run maven with profile -P soyc More... over 15 years ago
Enabled soyc by default for gwt:compile during prepare-package phase More... over 15 years ago
Updated version number to 0.5.7-SNAPSHOT More... over 15 years ago
Corrected NPE in DbListPresenter More... over 15 years ago
Extracted SitePolicy and DAO classes from the Create/UpdateEntityHandlers More... over 15 years ago
Renamed TestingHibernateModule to MockHibernateModule to ensure JUnit does not think it is a test. (missing files) More... over 15 years ago
Initial import of end-to-end test suite More... over 15 years ago
Initial import of end-to-end test suite More... over 15 years ago
Initial import of end-to-end test suite More... over 15 years ago
Initial import of end-to-end test suite More... over 15 years ago
Initial import of end-to-end test suite More... over 15 years ago
Renamed TestingHibernateModule to MockHibernateModule to ensure JUnit does not think it is a test. More... over 15 years ago
Removed integration-test phase from POM-- see new module activityinfo-endtoend-tests More... over 15 years ago
Fixed configuration problem for the gwt-maven-plugin: org.activityinfo.Application is now specified as the sole module to build More... over 15 years ago
Readding Login.ftl with proper case More... over 15 years ago
Temporarily removing login.ftl due to case-sensitivity issues on win32 More... over 15 years ago
Moved all tests out of clientjre and into parallel packages More... over 15 years ago
Added UI and RPC commands neccesary to enable users to choose the country of their database. Also moved all end-to-end tests out of this module (see new maven module activityinfo-endtoend-tests) More... over 15 years ago
Corrected bug in UI that was incorrectly labeling months in the MonthlyReports view More... over 15 years ago
Corrected one switched fr/en translation More... over 15 years ago